/* @media screen and (min-width : 640px ){ */
/* PC用のスタイル記述 */
#menu {
	display:none;
}
#wrapper {
	width:100%;
	font-size:100%;
	line-height: 180%;
}
#header {
	/* background: url(../images/pc/header_bg.png) repeat-x; */
	background-color: #FFFFFF;
	width:100%;
	height:73px;
}
#header_inner {
	width: 96%;
	height: 73px;
	margin: 0px 2% 0px;
	position: relative;
}
#header h1 {
	width: 398px;
	height: 8px;
	position: absolute;
	top: 3px;
	left: 5px;
	color: #666666;
	font-size: 75%;
}
.logo {
	width: 238px;
	height: 33px;
	position: absolute;
	bottom:10px;
	left:0px;
}
.pc {
	display: block;
}
.phone {
	display: none;
}
.header_nav {
	width: 230px;
	height: 16px;
	position: absolute;
	top: 18px;
	right: 220px;
}
.header_nav li {
	float: left;
}
.header_nav li a {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
	font-size:84%
}
.header_nav .header_nav01 {
	margin-right:20px;
}
.header_nav .header_nav03 {
	display:none;
}
.header_search {
	width: 210px;
	height: 25px;
	position: absolute;
	top: 15px;
	right: 0px;
}
.h_search_style {
	width: 150px;
	height: 25px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-style: none;
	line-height: 25px;
	color: #C3C3C3;
	font-size:84%;
	background: url(../images/common/search_box.png) no-repeat;
}
.h_submit_style {
	width: 40px;
	height: 25px;
	float: left;
	border-style: none;
	text-indent: -9999px;
	background: url(../images/common/search_btn.png) no-repeat;
}
.header_info {
	width: 142px;
	height: 36px;
	position: absolute;
	bottom: 15px;
	right: 0px;
}
.header_info li {
	float: left;
}
.header_tel {
	width:223px;
	height:36px;
	margin-right:20px;
}
.header_infobtn a {
	background: url(../images/common/header_contact.png) no-repeat 0px 0px;
	height: 0px;
	width: 142px;
	padding-top: 36px;
	overflow: hidden;
	float:left;
}
.header_infobtn a:hover {
	background: url(../images/common/header_contact.png) no-repeat 0px -36px;
}
.w100maxw960 {
	width: 100%;
	max-width: 960px;
}
.w100maxw750 {
	width: 100%;
	max-width: 750px;
}
#main {
	width: 100%;
	height: 266px;
	/* background: url(../images/common/main_bg.png) repeat-x center top;*//*メイン背景*/
}
.w100maxw398 {
	display: block;
	width: 100%;
	max-width: 398px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
.w100maxw690 {
	width: 100%;
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#main_bg {
	/*background: url() no-repeat left top;*/
	width: 980px;
	height: 266px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#main_bg h2 {
	width: 586px;
	height: 133px;
	position:absolute;
	top:50px;
	left:0px;
}
.phone_main {
	display:none;
}
#nav {
	background: url(../images/pc/header_bg.png) repeat-x left top;
	width: 100%;
	height: 42px;
	/*margin-bottom:30px;*/
}
#nav ul {
	width: 960px;
	height: 42px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul li {
	width:120px;
	height: 42px;
	float: left;
}
#nav ul a {
	background:url(../images/pc/nav.png) no-repeat left top;
	width: 120px;
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 42px;
	line-height: 42px;
}
#nav ul .nav01 a {
	background-position: 0px 0px;
}
#nav ul .nav02 a {
	background-position: -120px 0px;
}
#nav ul .nav03 a {
	background-position: -240px 0px;
}
#nav ul .nav04 a {
	background-position: -360px 0px;
}
#nav ul .nav05 a {
	background-position: -480px 0px;
}
#nav ul .nav06 a {
	background-position: -600px 0px;
}
#nav ul .nav07 a {
	background-position: -720px 0px;
}
#nav ul .nav08 a {
	background-position: -840px 0px;
	width: 140px;
}
#nav ul .nav01c a, #nav ul .nav01 a:hover {
	background-position: 0px -60px;
}
#nav ul .nav02c a, #nav ul .nav02 a:hover {
	background-position: -120px -60px;
}
#nav ul .nav03c a, #nav ul .nav03 a:hover {
	background-position: -240px -60px;
}
#nav ul .nav04c a, #nav ul .nav04 a:hover {
	background-position: -360px -60px;
}
#nav ul .nav05c a, #nav ul .nav05 a:hover {
	background-position: -480px -60px;
}
#nav ul .nav06c a, #nav ul .nav06 a:hover {
	background-position: -600px -60px;
}
#nav ul .nav07c a, #nav ul .nav07 a:hover {
	background-position: -720px -60px;
}
#nav ul .nav08c a, #nav ul .nav08 a:hover {
	background-position: -840px -60px;
}
#bc_pc {
	width:980px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	width: 100%;
	max-width: 960px;
	margin:0 auto;
}
#content_left {
	width: 700px;
	float: left;
}
#content_right {
	width: 250px;
	float: right;
}
#aside {
	width: 250px;
	margin-bottom: 15px;
}
#aside h1 {
	width: 250px;
	height: 0px;
	/*overflow: hidden;*/
	padding-top: 10px;
	margin-bottom: 1px;
}
.aside_inner {
	background: #F3F3F3;
	width: 220px;
	padding: 20px 15px 15px 15px;
	margin-bottom: 1px;
}
.aside_inner ul {
	width: 220px;
}
.aside_inner ul li {
	width: 220px;
	margin-bottom: 1px;
}
.aside_inner ul li a {
	background: url(../images/pc/side_bg.png) no-repeat;
	width: 200px;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 20px;
}
.side_ttl01 {
	/*background: url(../images/pc/side_ttl01.png) no-repeat;*/
	width: 220px;
	height: 0px;
	/*overflow: hidden;*/
	padding-top: 20px;
	margin-bottom:15px;
	padding-bottom: 8px;
}
.side_ttl01 a{
	color:#0879D6;
	margin-bottom:15px;
}
.side_ttl02 {
	/*background: url(../images/pc/side_ttl02.png) no-repeat;*/
	width: 220px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.side_ttl03 {
	/*background: url(../images/pc/side_ttl03.png) no-repeat;*/
	width: 220px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.banner_box {
	width:250px;
}
.banner01 a {
	background: url(../images/pc/bnr01.jpg) no-repeat 0 0;
	height: 0px;
	width: 250px;
	padding-top: 90px;
	overflow: hidden;
	display: block;
	margin-bottom:10px;
}
.banner01 a:hover {
	background: url(../images/pc/bnr01.jpg) no-repeat 0 -90px
}
.banner02 a {
	background: url(../images/bnr/bnr_tegata.png) no-repeat 0 0;
	height: 0px;
	width: 250px;
	padding-top: 80px;
	overflow: hidden;
	display: block;
	margin-bottom:10px;
}
.banner02 a:hover {
	background: url(../images/bnr/bnr_tegata.png) no-repeat 0 -80px;
}
.banner03 a {
	background: url(../images/pc/bnr03.jpg) no-repeat 0 0;
	height: 0px;
	width: 250px;
	padding-top: 90px;
	overflow: hidden;
	display: block;
	margin-bottom:10px;
}
.banner03 a:hover {
	background: url(../images/pc/bnr03.jpg) no-repeat 0 -90px
}
.banner04 a {
	background: url(../images/bnr/bnr_densai.png) no-repeat 0 0;
	height: 0px;
	width: 250px;
	padding-top: 90px;
	overflow: hidden;
	display: block;
	margin-bottom:10px;
}
.banner04 a:hover {
	background: url(../images/bnr/bnr_densai.png) no-repeat 0 -90px
}
.banner05 a {
	background: url(../images/bnr/bnr_smacam.png) no-repeat 0 0;
	height: 0px;
	width: 250px;
	padding-top: 80px;
	overflow: hidden;
	display: block;
	margin-bottom:10px;
}
.banner05 a:hover {
	background: url(../images/bnr/bnr_smacam.png) no-repeat 0 -80px;
}

@media (max-width: 640px) {

}
@media (min-width: 641px) {

}
.text-left {
  text-align: left;
}
.text-center {
	text-align: center;
}
.text-red {
	color:rgb(236, 0, 0);
} 
/* @media screen and (min-width: 641px) {
.row:before {
  display: table;
  content: " ";
}
.row:after {
  display: table;
  content: " ";
  clear: both;
}
}*/


@media screen and (min-width: 415px) {
	.for_6plus {
		display:inline-block;
	}
}
@media screen and (max-width: 415px) {
	.for_6plus {
		display:none;
	}
}

@media screen and (max-width: 640px) {
	.br-sp { clear:both;}
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-success {
  /*color: #fff;
  background-color: #5cb85c;
  background-color: #7BACD2;*/
  color:#fff;
  font-weight:bold;
  background-color:#C30000;
  border-color:#C30000;
  /*color:#000;
  font-weight:bold;
  background-color:#FDBB2F;
  border-color:#FDBB2F;*/
  /*border-color: #4cae4c;*/
}
.btn-success-red {
  /*color: #fff;
  background-color: #5cb85c;
  background-color: #7BACD2;*/
  color:#FFF;
  font-weight:bold;
  background-color:#FD5925;
  /*border-color: #4cae4c;*/
  border-color:#FDBB2F;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  /*background-color: #449d44;
  background-color:#5494C5;*/
  /*border-color: #398439;*/
  background-color:#6EB82B;
  border-color:#00702F;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-lg,
.btn-group-lg > .btn {
  /*padding: 10px 16px;*/
  padding: 2px 2px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.img-responsive-c {
  display: block;
  width: 100%;
max-width: 340px;
  height: auto;
  margin-left:auto;
  margin-right:auto;
}
.ask_responsive {
  display: block;
  height: auto;
  margin-left:auto;
  margin-right:auto;
}
.well3 {
  padding:10px 5px 5px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

@media screen and (max-width : 640px ){
.pc {
	display: none;
}
.phone {
	display: block;
}
}
@media screen and (max-width : 996px ){
#footer {
	background: url(../images/phone/nav_ph_bg.png) repeat-x;
	width: 100%;
	/*height: 400px;*/
	height: 100px;
	padding-top:10px;
	/* margin-top:30px; */
}

#footer_inner {
	float:left;
	width: 96%;
	/*height: 360px;*/
	/*margin: 0 2%;*/
	margin-left:2%;
	margin-right:2%;
	/*margin-bottom:20px;*/
	/*position: relative;*/
}
.footer_logo {
	float:left;
	/*height:30px;*/
	/*margin-bottom:60px;*/
}
.footer_nav {
	position:relative;
	left:2%;
	padding-right: 2%;
	/*display:;*/
	/*margin-left:5px;*/
}
.footer_nav li {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom: #81A8C8 solid 1px;	
}
.footer_nav li a{
	color: #fff;
}
.nav_sp {
	clear:both;
	font-size:14px;
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
}
#footer_inner small {
	position:absolute;
	right:0px;
	padding-top: 35px;
	padding-bottom:5px;
	width: 289px;
	height: 12px;
}
}
@media screen and (min-width : 997px ){ 
#footer {
	background: url(../images/pc/footer_bg.png) repeat-x;
	width: 100%;
	height:100px;
	margin-top:30px;
}
#footer_inner {
	width: 980px;
	height:100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.footer_logo {
	width: 211px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 0px;
}
.footer_nav {
	position: absolute;
	top: 40px;
	right: 0;
}
.footer_nav li {
	float:left;
}
.footer_nav .nav_sp {
	margin-right:14px;
}
.footer_nav li a {
	color:#FFF;
}
.footer_navbottom {
	position: absolute;
	bottom: 3px;
	left: 0px;
}
.footer_navbottom li {
	float:left;
}
.footer_navbottom li a {
	background: url(../images/common/arr_w.png) no-repeat left center;
	padding-left:18px;
	font-size:84%;
	color:#FFF;
}
#footer_inner small {
	width: 289px;
	height: 12px;
	position: absolute;
	right: 0;
	bottom: 10px;
}
}
.arr {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
}
/* } */
/* @media screen and (max-width : 978px ){ */
/* タブレット用のスタイル記述 */
/* @media screen and (max-width : 640px ){ */
/* スマートフォン用のスタイル記述 */
.tag_news {
	background: url(../images/common/tag_news.png) no-repeat left center;
}
.pl2em {
	padding-left:2em;
}
.pl1em {
	padding-left:1em;
}
.mb1em {
	margin-bottom:1em;
}

.fl2em {
	width: 100px;
/*	height: 98px;*/
margin-left:2em;
	float: left;
}
.fr2em {
	width: 470px;
/*margin-right:2em;*/
	float: right;
}

.mk{
	background: url(../images/pc/side_bg.png) no-repeat;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 20px;
}
#breadcrumbs { margin-top:0px; margin-bottom:30px; padding-left:10px; border-top:1px solid #fff; background:#ece9e9; color:#919294; font-size:11px; box-shadow:0 -1px 0 #e0e0e0, 0 1px 1px rgba(0,0,0,.2);}
#breadcrumbs ul {margin:0; padding:0; list-style:none;}
#breadcrumbs li {margin:0; padding:0; display:inline-block;}
#breadcrumbs li a {display:inline-block; background:url(../images/common/partition.png) no-repeat 0 0; padding:4px 10px 4px 25px; text-decoration:none; color:#919294;}
#breadcrumbs li.first a {background:none; padding-left:2px;}
#breadcrumbs li:last-child a {color:#333;}
#breadcrumbs li a:hover {color:#222!important;}
.m0 {
	margin: 0;
}

.p0 {
	padding: 0;
}

body {
  margin: 0;
  background: #fff; 
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

#overlaybody { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  margin:2rem;
  float: right;
  font-size: 1.2rem;
}
#overlaybody button { 
  display: block;
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  font-size: 1.3rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
}
#overlaybody button:hover { 
   background: rgba(0,0,0,0.5);
}

#overlaybody a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(0,0,0,0.5);
  padding: .5rem;
  transition: .6s background; 
}
#overlaybody a:hover{
  background:rgba(0,0,0,0.9);
}

.overlaybg {
  background:rgba(255,255,255,0.8);
}

.disp_phone {
	margin:0;
}
.disp_pc {
	display:none;
}
.del_sma {
	display:none;
}
	.pcl{
		float:none;
	} 
	.pcr{
		float:none;
	}
@media screen and (max-width : 420px ){	
.header_info {
	width: 72px;
	height: 36px;
	position: absolute;
	bottom: 15px;
	right: 0px;
}
.header_info li {
	float: left;
}
.header_tel {
	width:73px;
	height:36px;
	margin-right:20px;
}
.header_infobtn a {
	background: url(./images/phone/header_contact_s.png) no-repeat 0px 0px;
	height: 0px;
	width: 70px;
	padding-top: 36px;
	overflow: hidden;
	float:left;
}
.header_infobtn a:hover {
	background: url(./images/phone/header_contact_s.png) no-repeat 0px -36px;
}
}
@media screen and (min-width : 641px ){
.disp_pc {
	margin:0;
	display:block;
	clear:both;
}
.disp_phone {
	display:none;
}
.del_sma {
	display:inline-block;
}
.bnr01_01 {
	 background-color:#FFF;
	width: 100%;
	height:160px;
}
.ask_responsive {
	float: right; 
	margin-right: 6px;
	max-width: 300px
}
.pcl{
	float: left;
	margin-left: 6px;
	max-width: 300px;
}
}
@media screen and (min-width : 700px ){
.ask_responsive {
	float: right; 
	margin-right: 7%;
}
.pcl{
	float: left;
	margin-left: 7%;
}
}
@media screen and (min-width : 900px ){
.ask_responsive {
	float: right; 
	margin-right: 14%;
}
.pcl{
	float: left;
	margin-left: 14%;
}
}
@media screen and (max-width: 640px) {
	.for_phone {
		margin:0;
		width:100%;
		display:block;
		clear:both;
	}
	.for_pc {
		display:none;
	}
	.del_sma {
		display:none;
	}
}
@media screen and (min-width: 641px) {
	.for_pc {
		margin:0;
	}
	.for_phone {
		display:none;
	}
	.del_sma {
		display:inline-block;
	}

}
.m0p0 {
margin: 0px; padding: 0px;
}

.fwforce{
color:#FFF !important;
}

.bgwforce{
background-color:#FFF !important;
}

.w280w{
width: 280px; margin-left: auto; margin-right: auto; color:#FFF;
}

.panel-body{
background-color:#FFF !important;
}