long2long2long2long2long2/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}

/* レイアウト */
.t10b { font-size: 10px;}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}
.f16{
	font-size:16px;
}

.pcnone{
	display: none !important;
}

* {
min-height:0;
min-width : 0;
}


body {
	
	min-width: 1080px;
}

@media screen and (max-width: 769px){
	body {
		
		min-width: initial;
	}
}


.pcnone{
	display: none;
}

/* CSS初期設定 */
#bg_bk {
	position:relative;
	width:1000px;
	font-family:"メイリオ", Meiryo;
	margin:0px auto;
}
#bg_bk img {
	vertical-align:bottom;
}
#bg_bk a img {
	border:0;
}
#bg_bk ul,#bg ol {
	list-style:none;
}
#bg_bk a {
	overflow: hidden;
}
#bg_bk strong {
	font-weight:bold;
}



#bg {
	position:relative;
	width:100%;
	font-family:"メイリオ", Meiryo;
	margin:0px auto;
	height: auto;
	background-repeat: repeat-x;
	background-position: 0 105px;
}

#inner950{
	width: 970px;
	margin: 0 auto;
	display: block;
}


#dirPathBlock {
    margin: 13px 0 0;
}

#dirPathBlock p {
	margin: 0;
}

.main {
	margin:0px auto;
	width: 100%;
	position: relative;
}
#bg img {
	vertical-align:bottom;
}
#bg a img {
	border:0;
}
#bg ul,#bg ol {
	list-style:none;
}
#bg a {
	overflow: hidden;
}
#bg strong {
	font-weight:bold;
}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

#wrapper{
	width: 1000px;
	margin: 0 auto;
}

/* タイトル
------------------------------------------ */

/*.boxtitarea{
	    background-image: url(http://www.nta.co.jp/akafu/images/bg_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 380px;
    margin: 100px auto 20px;
    width: 1000px;
}*/

#boxTitle {
	position:relative;
	height:100px;
	width: 1000px;
	margin: 0 auto;
}
#boxTitle h1 {
	position:absolute;
	left:18px;
	top:22px;
	padding:0px;
	margin:0px;
}
#boxTitle p {
	position:absolute;
	left:341px;
	top:49px;
	font-size:14px;
	font-weight:bold;
	line-height:12px;
	padding:0px;
	margin:0px;
}

#boxTitle {
	    position: relative;
    /* height: 55px; */
    width: 1000px;
    margin: 60px auto 0px;
    padding: 0 0 5px 0;
}
#boxTitle h1 {
	    position: absolute;
    left: 18px;
    top: -65px;
    padding: 0px;
    margin: 0px;
}
#boxTitle p {
    position: absolute;
    left: 18px;
    top: -6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 0px;
    margin: 0px;
}




#boxTitle2 {
    /* height: 55px; */
    width: 1000px;
    margin: 0px auto 0px;
    padding: 0 0 5px 0;
    line-height: 1.8;
    overflow: hidden;
}
#boxTitle2 dl.left {
    width: 1000px;
    padding: 15px;
    margin: 0px;
    background-color: #fdf9c0;
   /* float:left;*/
    box-sizing: border-box;
    border: solid 2px #f2df85;
	overflow: hidden;
}
#boxTitle2 dl.left dt {
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 20px;
}
#boxTitle2 dl.left dd.cont01 {
    float:left;
    width:100%;
    box-sizing: border-box;
    font-size: 16px;
}
#boxTitle2 dd.cont01 p.btn_mtc a {
    background: #ec6941;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    width:100%;
    display: inline-block;
    box-sizing: border-box;
    margin-top: 10px;
}
#boxTitle2 dl.left dd.cont01_02 {
	display: table;
    border-top:1px dashed #666;
    margin-top:20px;
    padding-top:15px;
    width:100%;
    float:left;
    font-size: 15.8px;
	font-weight: bold;
}
#boxTitle2 dl.left dd.cont01_02 span {
	display: table-cell;
	vertical-align: middle;
}
#boxTitle2 dl.left dd.cont01_02 a {
	padding: 20px 40px 20px 10px;
}
#boxTitle2 dl.right dt {
    font-weight: bold;
    font-size: 18px;
}
#boxTitle2 dl.right dd.cont02 {
    float:left;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
}
#boxTitle2 dl.right dd.cont02 img {
    width:80%;
    display: block;
    padding-bottom:5px;
    margin: 0 10%;
}
#boxTitle2 dl.right p.btn_hirataya a {
    background: #ec6941;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    width:100%;
    display: inline-block;
    box-sizing: border-box;
    margin-top: 10px;
}

#boxTitle2 dl.right {
    margin-left:15px;
    width:285px;
    background: #fff;
    padding: 15px;
    text-align: center;
    float:right;
    box-sizing: border-box;
    border: solid 2px #f8d251;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 15px;
}


/* スライドショー
------------------------------------------ */

#introarea{
	background-color: #efeefe;
	padding: 30px 0;

	
	margin:0 0 40px 0;
}

/*#introin{
	width: 1330px;
	position: relative;
		overflow: hidden;
	margin: 0 auto;
}*/

#introinner{
	max-width:1000px;
	height: 360px;
	margin: 0 auto;
	position: relative;
		overflow: hidden;
}

#boxSlide {
	float:left;
	width:740px;
	height:352px;
	margin:0px 19px 66px 0px;
	padding:0;
}

.slider0402{
  width: 740px;
  margin:0 auto 0px;
}

.slide-item img{
  
    width: 100%;
    
}

#thumbnail-list{
  width: 720px;
  margin: 0 auto;
  display: flex;
  justify-content:flex-start;
  flex-wrap:wrap;
 background-color: #194995;
	padding: 10px;
}

 .thumbnail-item{
	flex: 0 1 22%;
    margin: 0 8px 0 13px;
    box-sizing: border-box;
    position: relative;
	
}



 .thumbnail-item::after{
    content:'';
    background-color: rgba(0,0,0,0.5);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
  }

.thumbnail-current::after{
    opacity: 0;
  }
  
.thumbnail-current img{
    width: 100%;
    margin: 0 auto;
  } 

.thumbnail-item img{
    width: 100%;
    margin: 0 auto;
  } 

.slick-prev,
.slick-next
{

    top: 68% !important;


    width: 22px !important;
    height: 22px !important;
   
}
/* 新着情報
------------------------------------------ */
#boxNew {
	float:left;
	background-image: url(../images/bg_new.png);
	height: 358px;
	width: 241px;
	margin:-3px 0px 0px 0px;
}
#boxNew h3 {
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	padding:0px;
	margin:18px 0px 16px 0px;
}
#boxNew ul {
	width:224px;
	height:300px;
	padding:0px;
	margin:0px 0px 0px 10px;
	overflow-y:auto;
	overflow-x:hidden;
}
#boxNew li {
	width: 198px;
/*	background-image: url(../images/ic_arrow_new.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom:1px dotted #d9d9d9;
	font-size:12px;
	line-height:16px;
	padding:10px;
	margin:0px 0px 0px 0px;
}

#boxNew li img{
	width: 100%;
	
}

#boxNew li .f-red {
	display:block;
	font-size:14px;
	text-align:right;
}
#boxNew li a {
	color:#000;
	text-decoration:none;
}




/* プラン
------------------------------------------ */
#boxPickup,#boxHanryu {
	clear:left;
	background-color:#fefae4;
	padding:0px 0 20px 0px;
	margin:0px auto 50px;
	overflow:hidden;
	width: 1000px;
}
#boxPickup h3 {
	background-image: url(../images/ti_pickup.png);
	height: 39px;
	width: 1000px;
	font-size:22px;
	line-height:22px;
	color:#194995;
	font-weight:bold;
	text-align:center;
	padding:26px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	border-top:#194995 solid 4px;
}
#boxHanryu h3 {
	background-image: url(../images/ti_pickupH.png);
	height: 39px;
	width: 1000px;
	font-size:22px;
	line-height:22px;
	color:#194995;
	font-weight:bold;
	text-align:center;
	padding:26px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	border-top:#194995 solid 4px;
}

.Plan1 {
	position:relative;
	background-color:#ffffff;
	margin:0px 15px 22px 0;
	padding:15px;
	overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.Plan1.yellow {
-moz-box-shadow: 0px 2px #f2e58e;
-webkit-box-shadow: 0px 2px #f2e58e;
box-shadow: 0px 2px #f2e58e;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#f2e58e');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#f2e58e')";
}
.Plan1.pink {
-moz-box-shadow: 0px 2px #ffdbe4;
-webkit-box-shadow: 0px 2px #ffdbe4;
box-shadow: 0px 2px #ffdbe4;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#ffdbe4');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#ffdbe4')";
}
.Plan1.orange {
-moz-box-shadow: 0px 2px #fcc28c;
-webkit-box-shadow: 0px 2px #fcc28c;
box-shadow: 0px 2px #fcc28c;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#fcc28c');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#fcc28c')";
}
.Plan1.blue {
-moz-box-shadow: 0px 2px #8bdffe;
-webkit-box-shadow: 0px 2px #8bdffe;
box-shadow: 0px 2px #8bdffe;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#8bdffe');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#8bdffe')";
}
.imgPlan1 {
	float:left;
	position:relative;
	width:219px;
	padding:0px;
	margin:0px 24px 0px 0px ;
}

.imgPlan1 img{
	width:100%;
	height:auto;
}

.Plan1 div {
	float:left;
	width:710px;
}
.Plan1 div dl {
	width:700px;
	padding:0px;
	margin:0px 0px 10px 0px;
}
.Plan1 div dt {
	font-size:16px;
	line-height:24px;
	color:#144592;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 5px 0px;
}

.Plan1 div dt strong{
	font-size:20px;
}

.Plan1 div dt span,
.Plan2 div dt span{
	color:#FFF;
	font-weight:bold;
	display:inline-block;
	background:#F00;
	font-size:14px;
	padding:5px;
	line-height:13px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.Plan1 div dd {
	font-size:14px;
	line-height:24px;
	padding:0px;
	margin:0px;
}
.Plan1 div p {
	width:698px;
	font-size:14px;
	line-height:20px;
	color:#ff0000;
	font-weight:bold;
	text-align:right;
	padding:0px;
	margin:0px 0px 10px 0px;
}
.Plan1 div p strong {
	font-size:20px;
}
.Plan1 div p span {
	font-size:10px;
	color:#000;
	font-weight:normal;
}

.Plan1 div p strong span{
	font-size:16px;
	color:#F00;
	font-weight:bold;
}

.Plan2 {
	float:left;
	position:relative;
	width: 29.8%;
	background-color:#ffffff;
	margin:0px 5px 22px 9px;
	padding:14px 10px 15px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

.widebox{
	width: 62.6% !important;
}


.widebox2{
	width: 96% !important;
}

.Plan2.yellow {
-moz-box-shadow: 0px 2px #f2e58e;
-webkit-box-shadow: 0px 2px #f2e58e;
box-shadow: 0px 2px #f2e58e;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#f2e58e');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#f2e58e')";
}
.Plan2.pink {
-moz-box-shadow: 0px 2px #ffdbe4;
-webkit-box-shadow: 0px 2px #ffdbe4;
box-shadow: 0px 2px #ffdbe4;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#ffdbe4');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#ffdbe4')";
}
.Plan2.orange {
-moz-box-shadow: 0px 2px #fcc28c;
-webkit-box-shadow: 0px 2px #fcc28c;
box-shadow: 0px 2px #fcc28c;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#fcc28c');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#fcc28c')";
}
.Plan2.blue {
-moz-box-shadow: 0px 2px #8bdffe;
-webkit-box-shadow: 0px 2px #8bdffe;
box-shadow: 0px 2px #8bdffe;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#8bdffe');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#8bdffe')";
}

.imgPlan2 {
	/*position:relative;*/
	padding:0px;
	margin:0px 0px 10px 0px;

}

.imgPlan2 img{
	width:100%;
	height:auto;
}


.img2box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.img2box span{
	display: block;
	width: 48%;
	margin: 0 1% 2% 1%;
}



.img3box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.img3box span{
	display: block;
    width: 32%;
    margin: 0 0% 2% 0%;
	line-height: 1.8;
}

.plannone{
	text-align: center;
	margin: 50px 0;
	font-size: 18px;
	font-weight: bold;
}

.Plan2 div {
	margin-bottom:10px;

	padding:10px 0px 0 0;
}
.Plan2 div dl {
	padding:0px;
	margin:0px 0 10px 0px;
	display:block;
	overflow:hidden;

}

.Plan2 div dt span{
	font-size: 12px;
}

.Plan2 div dt strong{
	font-size:15px!important;
	display:block;
}

.Plan2 div dt {
	font-size:13px;
	line-height:18px;
	color:#144592;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 5px 0px;
}
.Plan2 div dd {
	font-size:12px;
	line-height:24px;
	padding:0px;
	margin:0px;
}
.Plan2 div p {
	font-size:12px;
	line-height:18px;
	color:#ff0000;
	font-weight:bold;
	text-align:right;
	padding:0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	clear:both;
}
.Plan2 div p strong {
	font-size:18px;
	margin-top:8px;
}
.Plan2 div p span {
	font-size:12px;
}

.dep{
	display: block;
	font-size: 12px !important;
	
}

span.del{
	text-decoration: line-through;
}

.price{
	font-size: 18px !important;
	font-weight: bold !important;
	color: #FF0004;
	text-align: right;
}

.other{
	font-size: 14px;
}
.magiwa {
display: block;
text-align: left;
}

.magiwa {
display: block;
text-align: left;
}
/*.yellow div p {
font-size: 14px;
}
.yellow div p strong {
font-size: 20px;
}*/

.Plan1 .btn2 {
	padding:0px;
	margin:0px 0px 0px 0px;

}
.Plan2 .btn2 {
clear: left;
	padding:0px;
	margin:0px 0px 0px -1px;

}
.btn2 li {
	padding:0px;
	margin:0px 0px 20px 0px;
}
.btn2 li a {
	display:block;
	font-size:14px;
	line-height:37px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	background-color: #FF7E00;
	text-decoration:none;
	padding: 10px 0;
	border-radius: 10px;

}
.btn2 li.pdf a {
	background-image: url(../images/ic_pdf.png);
	background-repeat: no-repeat;
	background-position: 28px 9px;
}

.btn2 li.pdfWide a {
	background-image: url(../images/ic_pdf.png);
	background-repeat: no-repeat;
	background-position: 5px 9px!important;
}

.btn2 li:last-child {
	margin-right:0px;
}
.btn2 li:hover {
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

.btn2 li.wide{
	width:454px;
	background:url(../images/bt_long.png) no-repeat;
	text-align:center!important;
}

.btn2 li.wide a{
	display:block;
	text-align:center!important;
	width:100%!important;
}



.Plan1 div .btn3 {
	padding:0px;
	margin:0px 0px 0px 242px;
}
.Plan2 .btn3 {
	padding:0px;
	margin:0px 0px 0px -1px;
	position:absolute;
	bottom:10px;
}
.btn3 li {
	float: left;
	background-image: url(../images/bt_plan2.png);
	height: 37px;
	width: 152px;
	padding: 0px;
	margin: 0px 2px 0px 0px;
}
.btn3 li a {
	display:table-cell;
	height: 37px;
	width: 152px;
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	color:#FFF;
	text-decoration:none;
	vertical-align:middle;
}
.btn3 li.pdf a {
	background-image: url(../images/ic_pdf.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}
.btn3 li:last-child {
	margin-right:0px;
}
.btn3 li:hover {
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

.ml50{
	margin-left:110px!important;
}

.mtc {
	position:absolute;
	left:0px;
	top:0px;
	padding:0px;
	margin:0px;
	z-index:1000;
}

.shinbun {
	position:absolute;
	right:5px;
	top:5px;
	display:block;
	height: 21px;
	width: 60px;
	background-color: #cc6000;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	font-size:10px;
	line-height:21px;
	color:#FFF;
	text-align:center;
}
.kanryu {
	position:absolute;
	right:5px;
	top:5px;
	display:block;
	height: 21px;
	width: 60px;
	background-color: #d3365c;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	font-size:10px;
	line-height:21px;
	color:#FFF;
	text-align:center;
}
.tv {
	position:absolute;
	right:5px;
	top:5px;
	display:block;
	height: 21px;
	width: 60px;
	background-color: #ff9600;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	font-size:10px;
	line-height:21px;
	color:#FFF;
	text-align:center;
}
.cruise {
	position:absolute;
	right:5px;
	top:5px;
	display:block;
	height: 21px;
	width: 60px;
	background-color: #157ea5;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	font-size:10px;
	line-height:21px;
	color:#FFF;
	text-align:center;
}

.kaigai {
	position:absolute;
	right:5px;
	top:5px;
	display:block;
	height: 21px;
	width: 60px;
	background-color: #36C;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	font-size:10px;
	line-height:21px;
	color:#FFF;
	text-align:center;
}
.Plan3 {
	clear:left;
	width:952px;
	border-bottom:1px solid #f2e58e;
	padding:0px 0px 17px 0px;
	margin:0px 0px 17px 17px;
	overflow:hidden;
}
.Plan3 dt {
	float:left;
	width:458px;
	background-image: url(../images/ic_pickup_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	font-size:16px;
	line-height:20px;
	color:#194995;
	font-weight:bold;
	padding:8px 0px 0px 32px;
	margin:0px 0px 0px 0px;
	display:block;
}
.Plan3 dd {
	float:left;
	width:462px;
	padding:5px 0 0 0;
	margin:0px;
}
.Plan3 dd .btn2 {
	padding:0px;
	margin:0px 0px 0px 8px;
}
.Plan3 dd .btn3 {
	padding:0px;
	margin:0px;
}
.Plan3:last-child {
	border:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

.Plan3 strong{
	display:inline-block;
	background:#0C4393;
	padding:3px;
	margin:0 5px 0 0;
	color:#FFF;
	font-size:12px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	vertical-align:middle;
}




/* タブ
------------------------------------------ */
#tab {
	padding:0px 0px 0px 6px;
	margin:0px auto;
	overflow:hidden;
	width: 1000px;
}
.tab1 {
	float:left;
	background-image: url(../images/bt_tab1.gif);
	height: 39px;
	width: 190px;
	font-size:20px;
	line-height:20px;
	color:#d3365c;
	font-weight:bold;
	padding:25px 0px 0px 136px;
	margin:0px 5px 0px 0px;
	cursor: pointer;
}
.tab2 {
	float:left;
	background-image: url(../images/bt_tab2.gif);
	height: 46px;
	width: 220px;
	font-size:20px;
	line-height:20px;
	color:#cc6000;
	font-weight:bold;
	padding:18px 0px 0px 106px;
	margin:0px 5px 0px 0px;
	cursor: pointer;
	font-size:18px;
}
.tab3 {
	float:left;
	background-image: url(../images/bt_tab3.gif);
	height: 39px;
	width: 190px;
	font-size:20px;
	line-height:20px;
	color:#157ea5;
	font-weight:bold;
	padding:25px 0px 0px 136px;
	margin:0px 5px 0px 0px;
	cursor: pointer;
}
.tab1.select {
	float:left;
	background-image: url(../images/bt_tab1_on.gif);
	height: 39px;
	width: 190px;
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	padding:25px 0px 0px 136px;
	margin:0px 5px 0px 0px;
	cursor: pointer;
}
.tab2.select {
	float:left;
	background-image: url(../images/bt_tab2_on.gif);
	height: 46px;
	width: 220px;
	font-size:18px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	padding:18px 0px 0px 106px;
	margin:0px 5px 0px 0px;
	cursor: pointer;
}
.tab3.select {
	float:left;
	background-image: url(../images/bt_tab3_on.gif);
	height: 39px;
	width: 190px;
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	padding:25px 0px 0px 136px;
	margin:0px 5px 0px 0px;
	cursor: pointer;
}

.disnon {

}
.content_wrap2_1 {
	padding:15px 0px 0 15px;
	margin:0px auto 40px;
	overflow:hidden;
	width: 1000px;

}
.content_wrap2_1.pink {
	background-color:#fff0f4;
	border-top:7px solid #d3365c;
	
}
.content_wrap2_1.orange {
	background-color:#ffdab8;
	border-top:7px solid #cc6000;
}
.content_wrap2_1.blue {
	background-color:#b8ecff;
	border-top:7px solid #157ea5;
}
.btnKako {
	clear:left;
	background-image: url(../images/bt_kako.png);
	height: 42px;
	width: 492px;
	padding:0px;
	margin:0px auto 15px;
}
.btnKako a {
	display:block;
	height: 42px;
	width: 492px;
	font-size:16px;
	line-height:42px;
	color:#FFF!important;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.btnKako:hover {
filter:alpha(opacity=80); /*IE*/
-moz-opacity:0.80; /*FF*/
opacity:0.80;
}




/* バナー
------------------------------------------ */
#boxBnr {
	margin:0 auto 50px;
	width: 1000px;
}
#boxBnr ul {
	padding:0px;
	margin:0px;
	overflow:hidden;	
}
#boxBnr li {
	width: 215px;
	float:left;
	padding:0px;
	margin:0px 0 30px 25px;
	font-size:12px;
	text-align: center;
}

#boxBnr li:last-child {
	margin-right:0px;
}

#boxBnr li.long2{
	width: 440px;
}

.sien{
	max-width: 600px;
	margin: 40px auto 50px;
}
.sien span{
	display: block;
    margin: 0 0 0 0;
    padding: 10px;
    border: 4px double #FF0004;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}


.sien span strong{
	display: block;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #FF0004;
	margin: 0 0 10px 0;
}

.sien span a{
	display: inline !important;
	color: #006CFF !important;
}


#boxBnr li img{
	margin:0 0 5px 0;
}

#boxBnr li a{
	color: #000000 !important;
	text-decoration: none !important;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
	display: block;
}

#boxBnr li a:hover{
	
	color: #1F57A3 !important;
}

.bnr{
	overflow:hidden;
	margin: 0 auto 40px;
    width: 1000px;
}

.imotoBnr{
	width:220px;
	height:auto;
	margin:0 25px 20px 25px;
	float:left;
}

.hokenBnr{
	overflow:hidden;
	margin:0;
	padding:0;
}

.hokenBnr img{
	float:left;
	margin:0 15px 0 0;
}

.hokenBnr span{
	display:block;
	overflow:hidden;
	font-size:12px;
}


#boxBnr h3{
	font-size:16px;
	text-align:center;
	background:#FFF;
	color:#00b4ff;
	font-size:22px;
	padding:15px;
	margin:0 0 25px 0;
	border-bottom:4px solid #FFC840;
	display:block;
}



/* メルマガ
------------------------------------------ */
.merumaga {
	padding:0px;
	margin:0px 0px 35px 0px;
}





/* お申し込み・お問い合わせ
------------------------------------------ */
#boxToiawase {
	background-color:#f8f8f8;
	padding:0px 0px 30px 0px;
	margin:0 auto 40px;
	overflow:hidden;
	width: 1000px;
}
#boxToiawase h3 {
	background-image: url(../images/ti_toiawase.gif);
	height: 39px;
	width: 1000px;
	font-size:20px;
	line-height:20px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding:22px 0px 0px 0px;
	margin:0px 0px 30px 0px;
}

#boxToiawase2 {
	background-color:#f8f8f8;
	padding:0px 0px 30px 0px;
	margin:0 auto 40px;
	overflow:hidden;
	width: 1000px;
}
#boxToiawase2 h3 {
	background-image: url(../images/ti_toiawase.gif);
	height: 39px;
	width: 1000px;
	font-size:20px;
	line-height:20px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding:22px 0px 0px 0px;
	margin:0px 0px 30px 0px;
}

.Toiawase1 {
	float:left;
	width:480px;
	margin:0px 0px 0px 30px;
	position: relative;
}

.Toiawase1 #mtc_logo{
	position: absolute;
    width: 102px;
    top: -5px;
    right: 30px;
}

.Toiawase1 #mtc_logo img{
	width: 100%;
	
}

.Toiawase1 dl {
	padding:0px;
	margin:0px 0px 20px 0px;
}
.Toiawase1 dt {
	font-size:20px;
	line-height:20px;
	color:#124089;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 10px 0px;
}
.Toiawase1 dd {
	font-size:16px;
	line-height:25px;
	padding:0px;
	margin:0px 0px 0px 0px;
}
#googlemap {
	width:448px;
	height:452px;
}
.Toiawase2 {
	width:942px;
	margin:0px auto 17px;
	background-color:#FFF;
	border:3px solid #d8d8d8;
    overflow: hidden;
}
.bg_color_gray {
    background-color: #fdf9c0;
    border-color: #f2df85;
}
.bg_color_yellow {
    background-color: #fff;
    border-color: #f8d251;
}
.bg_color_blue {
    background-color: #dceaf0;
    border-color: #c1deea;
}
.Toiawase2 dl {
	/*background-color:#FFF;
	border:3px solid #d8d8d8;*/
	padding:10px 0px 10px 0px;
	margin:0px auto 17px;
	width: 460px;
	
}
.Toiawase2 dl:last-child {
	margin-bottom:0px;
    overflow: hidden;
}
.Toiawase2 dt {
	font-size:18px;
	line-height:18px;
	color:#124089;
	font-weight:bold;
	text-align:center;
	padding:0px;
	margin:0px auto 10px;
	width: 460px;
}
.txtToiawase2-1 {
	background: #d6d7eb;
	height: 30px;
	width: 430px;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	padding:0px;
	margin:0px auto 10px;
    border-radius: 15px;
}
.txtToiawase2-2 {
	float:left;
	width:70px;
	padding:0px;
	margin:0px 0px 0px 10px;
}
.txtToiawase2-3 {
	float:left;
	width:350px;
	font-size:12px;
	line-height:16px;
	padding:0px;
	margin:0px 0px 15px 0px;
}
.txtToiawase2-4 {
	clear:left;
	float:left;
	width:190px;
	font-size:25px;
	line-height:25px;
	color:#124089;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 15px 80px;
}
.txtToiawase2-5 {
	float:left;
	width:138px;
	font-size:10px;
	line-height:11px;
	color:#ff0000;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 15px 0px;
}
.txtToiawase2-6 {
	clear:left;
	width:430px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	border-top:1px solid #d8d8d8;
	padding:15px 0px 0px 0px;
	margin:0px 0px 0px 10px;
}
.txtToiawase2-6 p.txt,
.txtToiawase2-9 p.txt {
    float:left;
}
.txtToiawase2-6 p.btn02,
.txtToiawase2-9 p.btn02{
    float:right;
}
.txtToiawase2-6 p.btn02 a,
.txtToiawase2-9 p.btn02 a {
	background: #999;
    color: #fff;
    padding: 10px 30px 10px 15px;
    float:right;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 5px;
}
.txtToiawase2-6 p.btn02 i,
.txtToiawase2-9 p.btn02 i{
    float: right!important;
    position:absolute;
    right: 15px;
}
.txtToiawase2-6 p.btn02 a:hover,
.txtToiawase2-9 p.btn02 a:hover{
    text-decoration: none!important;
    opacity: 0.8;
    color: #fff!important;
}
.txtToiawase2-7 {
	font-size:25px;
	line-height:25px;
	color:#ff0167;
	font-weight:bold;
	text-align:center;
	padding:0px;
	margin:0px 18px 13px 18px;
}
.txtToiawase2-7 h4 {
	height:20px;
	background-color:#ff0167;
	font-size:14px;
	line-height:20px;
	color:#FFF;
	text-align:center;
	padding:0px;
	margin:0px 0px 7px 0px;
}
.txtToiawase2-7 p {
	font-size:14px;
	line-height:20px;
	color: #000;
	padding:0px;
	margin:10px 0px 5px 0px;
}
.txtToiawase2-8 {
	float:left;
	width:196px;
	font-size:25px;
	line-height:25px;
	color:#0065ff;
	font-weight:bold;
	text-align:center;
	padding:0px;
	margin:0px 0px 13px 0px;
}
.txtToiawase2-8 h4 {
	height:20px;
	background-color:#0065ff;
	font-size:14px;
	line-height:20px;
	color:#FFF;
	text-align:center;
	padding:0px;
	margin:0px 0px 7px 0px;
}
.txtToiawase2-9 {
	clear:left;
	width:430px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	padding:7px 0px 7px 0px;
	margin:0px 0px 10px 10px;
    overflow: hidden;
}
.txtToiawase2-10 {
	font-size:10px;
	line-height:12px;
	color:#ff0000;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 10px;
}

.txtToiawase2-11 {
	clear:left;
	float:left;
	width:460px;
	font-size:25px;
	line-height:25px;
	color:#124089;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 15px 0px;
    text-align: center;
}
.txtToiawase2-11 span {
    font-size: 18px;
    color: #000;
}
.txtToiawase2-12 {
	font-size:25px;
	line-height:25px;
	color:#124089;
	font-weight:bold;
	text-align:center;
	padding:0px;
	margin:10px 18px 10px 18px;
}
.txtToiawase2-13 {
	font-size:10px;
	line-height:11px;
	color:#ff0000;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 15px 0px;
    text-align: center;
}

.Toiawase3 {
clear: left;
	width:942px;
	padding-top: 20px;
	margin:0px auto 0px auto;
}
.Toiawase3 dl {
	background-color:#FFF;
	border:3px solid #d8d8d8;
	padding:10px 0px 10px 0px;
	margin:0px 0px 17px 0px;
}
.Toiawase3 dt {
	font-size:18px;
	line-height:18px;
	color:#124089;
	font-weight:bold;
	text-align:center;
	padding:0px;
	margin:0px 0px 10px 0px;
}
.Toiawase3 .txt1 {
font-size: 18px;
line-height: 20px;
text-align: center;
margin-bottom: 10px;
    padding: 0 15px;
}
.Toiawase3 .txt1 span {
font-size: 12px;
font-weight: bold;
}
.Toiawase3 .img1 {
text-align: center;
}
.qr {
margin-right: 30px;
}
.friend {
margin-bottom: 10px;
}

.btnToiawase {
	background-image: url(../images/bt_toiawase1.gif);
	height: 30px;
	width: 301px;
	padding:0px;
	margin:0px auto 10px auto;
}
.btnToiawase a {
	display:block;
	height: 30px;
	width: 301px;
	font-size:12px;
	line-height:30px;
	color:#ffffff!important;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.btnToiawase:hover {
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}




/* 下部メニュー
------------------------------------------ */
#boxBottom {
	background-color:#eeeeff;
	padding:25px 0px 20px 0px;
}
.txtBottom1 {
	width:1000px;
	font-family:"メイリオ", Meiryo;
	font-size:12px;
	line-height:38px;
	text-align:center;
	border-bottom:1px solid #dedef4;
	padding:0px 0px 20px 0px;
	margin:0px auto 20px auto;
}
.txtBottom2 {
	width:1000px;
	font-family:"メイリオ", Meiryo;
	font-size:12px;
	line-height:38px;
	text-align:center;
	border-bottom:1px solid #dedef4;
	padding:0px 0px 20px 0px;
	margin:0px auto 20px auto;
}
.txtBottom3 {
	width:1000px;
	font-family:"メイリオ", Meiryo;
	font-size:14px;
	line-height:14px;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
}
.txtBottom3 a {
	color:#144592;
	text-decoration:none;
}
.foot {
	height:30px;
	background-color:#111085;
	text-align:center;
	padding:0px;
	margin:0px;
}

#boxBottom a{
	color:#0C6CD7!important
}





/* フロートボタン
------------------------------------------ */
#floatMenu {
	position:absolute;
	bottom: 0px;
	right:20px;
	background-image: url(../images/bt_toiawase2.png);
	height: 135px;
	width: 135px;
	padding:0px 0px 0px 0px;
	/*margin:0px 0px 0px 1015px;*/
}
#floatMenu a {
	display:block;
	height: 107px;
	width: 135px;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	text-decoration:none!important;
	padding:28px 0px 0px 0px;
}
#floatMenu:hover {
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

.fs{
	letter-spacing:-0.09em!important;
	font-size:11px!important
}

.mL30{
	margin-left:110px!important
}

.mL300{
	margin-left:230px!important
}
.fs10{
	display:block;
	text-align:center;
	font-size:12px;
	color:#F00;
	margin-bottom:15px;

}

#titleH{
	font-size:20px;
	margin:8px 0 20px 0;
	padding:0;
	text-align:center;
}

h3#titleKako{
	text-align:center;
	padding:15px 0 0 0;
	position:relative;
	margin:0 15px 10px 0;
	height:30px;
	font-size:18px;
	display:block;
	text-align:center;
	border-top:3px solid #D3365C
}

.mbTop{
	margin-bottom:40px!important;
}

.f10{
	font-size:10px;
}

.ml{
	margin-left:450px;
}

.mlOneBtn{
	margin-left:230px!important;
}

.bottomDetail{
	padding-bottom:100px!important
}

.bottomDetail2{
	padding-bottom:150px!important
}

.bottomDetail3{
	padding-bottom:280px!important
}


.margin_bottom10{
	margin-top:2px!important;
}

/*slide*/

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
  left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
  height: auto;
}

.thumb-item{
	margin:0;
	padding:0;
}

.thumb-item-nav{
	background:#194995;
	padding:10px 50px 10px 50px;
 padding-left: 80px;
	margin:0;
}

.thumb-item-nav li{
	margin:0 8px 0 0;
	border:3px solid #194995;
}

.thumb-item-nav li *{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.thumb-item-nav li.slick-current{
	border:3px solid #FFF;
}

.thumb-item-nav img{
	width:162px;
	height:52px;
	cursor:pointer;
}

.slick-prev{
	background:url(../js/imgL/prev.gif) no-repeat!important;
	width:22px;
	height:22px;
}

.slick-next{
	background:url(../js/imgL/next.gif) no-repeat!important;
	width:22px;
	height:22px;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	width:100%;
	height:auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*theme*/


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('../images/fonts/slick.woff') format('woff'), url('../images/fonts/slick.ttf') format('truetype'), url('../images/fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */


.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 22px;
    height: 22px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index:100
}


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
   /* font-size: 20px;*/
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 10px;
}
[dir='rtl'] .slick-prev
{
    right: -10px;
    left: auto;
}
/*.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
*/
.slick-next
{
    right: 10px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -10px;
}
/*.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}*/

/* Dots */
.slick-slider
{
    margin-bottom: 0;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '?';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.Plan2 div p span.redBig,.Plan1 div p span.redBig{
	font-size:18px;
	color:#F00;
	font-weight:bold;
	margin-top:10px;
	display:block;
}

.Plan2 div p span.f12,.Plan1 div p span.f12{
	font-size:14px;
	font-weight:bold;
	background: linear-gradient(transparent 60%, #FF0 60%);
	margin-bottom:5px;
}

.Plan2 div p span.medama,.Plan1 div p span.medama{
	display:inline-block;
	padding:5px;
	border:3px solid #F00;
	background:#FF0;
	font-size:16px;
	font-weight:bold;
	color:#F00;
}

.fukidashi1{
	position:absolute;
	top:160px;
	left:5px;
}

.fukidashi1 span,.fukidashi2 span,.fukidashi3 span,.fukidashi4 span{
	display:none;
}

.fukidashi1 img,.fukidashi2 img,.fukidashi3 img{
	width:140px;
	height:auto;
}


.fukidashi2{
	position:absolute;
	top:155px;
	left:5px;
}

.fukidashi3{
	position:absolute;
	top:255px;
	left:5px;
}

.fukidashi4{
	position:absolute;
	top:215px;
	left:5px;
}

.f18{
	text-align:center;
	color:#F00;
	font-weight:bold;
	display:block;
	font-size:20px!important;
}

.f18 span{
	font-size:16px;
}

.f16{
	font-size:16px!important
}

.none{
	background:none!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
}

.red{
	color:#F00!important;
}




.Plan4 {
	float:left;
	position:relative;
	width: 966px;
	background-color:#ffffff;
	margin:0px 0px 30px 0;
	padding:20px 0px 10px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
-moz-box-shadow: 0px 2px #f2e58e;
-webkit-box-shadow: 0px 2px #f2e58e;
box-shadow: 0px 2px #f2e58e;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#f2e58e');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#f2e58e')";
 border: 2px solid #144592;
}
.Plan4 div {
	margin-bottom:10px;
	padding:0 10px 0 0;
}
.Plan4 div dl {
	padding:0px;
	margin:0px 0 0px 0px;
		display:block;
	overflow:hidden;
}
.Plan4 div dt {
	font-size:20px;
	line-height:30px;
	color:#144592;
	font-weight:bold;
 text-align: center;
	padding:0px;
	margin:0px 0px 10px 0px;
}
.Plan4 div dd {
	font-size:16px;
	line-height:24px;
 text-align: center;
	padding:0px;
	margin:0px;
}



.tokusyubnr{
	width: 640px;
	margin: 30px auto 40px;
}

.tokusyubnr p{
	margin: 0 0 20px 0;
}

#eye{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#eyecatch {
	margin: -50px auto 60px auto;
	width: 970px;
	/*height: 240px;*/
}
#eyecatch p {
padding: 0px;
margin: 0px;
}
#eyecatch p img:hover {
	opacity: 0.7;
}

#eyecatch2 {
	/*margin: -50px auto 60px auto;*/
	width: 530px;
	/*height: 240px;*/
	    position: absolute;
   top: -133px;
    left: 459px;
}
#eyecatch2 p {
padding: 0px;
margin: 0px;
}
#eyecatch2 p img:hover {
	opacity: 0.7;
}

.kinkyubox{
	margin: 20px 0 40px 0;
	
}


.kinkyutxtarea{
	margin: 0px auto 0px;
    padding: 20px;
    border: 4px solid #000000;
	line-height: 24px;
}

.kinkyutxtarea2{
	margin: 15px auto 0px;
    padding: 0px 20px;
    border: 1px solid #000000;
}
.kinkyutxtarea2 p {
font-size: 14px;
line-height: 24px;
padding: 0px;
margin: 0px;
}
.kinkyutxtarea2 p strong {
font-size: 16px;
}

.kinkyutxtarea strong{
	font-weight: bold !important;
}

.kinkyutxtarea h4{
	font-size: 18px;
	text-align: center;
	font-weight: bold !important;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.kinkyutxtarea p{
	font-size: 14px;
}

p.kinkyutxt_main{
	margin: 30px 0 30px 0;
}

.kinkyutxt_bottom{
	font-weight:bold !important; 
	padding: 0px;
	margin: 0px;
}

.kinkyutxtarea ul {
padding: 0px;
margin: 0px;
	list-style: none;
}

.kinkyutxtarea ul li{
	font-size: 14px;
	margin: 10px 0 0 10px;
	padding: 0px;
	position: relative;
	
}

.kinkyutxt_bottom2{
	font-size: 16px !important; 
	color: red;
}

.kinkyutxt_end{
	text-align: right;
	margin: 20px 0 0 0;
}


#maincontents2{
	width: 950px;
    margin: -50px auto 10px auto;
    background-color: #DFE2FF;
    padding: 20px;
}


.kinkyu {
	width: 95%;
    margin: 0px auto;
    padding: 20px;
    background-color: #ffffff;
}

.kinkyu h2{
	font-size: 23px;
	text-align: center;
	margin: 20px 0;
	font-weight: bold !important;
}


.kinkyu .day{
	
	text-align: right;
}

.kinkyu strong{
	
	font-weight: bold;
}

.kinkyu p{
	font-size: 16px;
	line-height: 36px;
}

.kinkyu h3{

	font-size: 18px;
	margin: 10px 0 20px 0;
	font-weight: bold !important;
	border-bottom: dotted 3px #6C6C6C;
	padding: 0 0 10px 0;
	
}

.kinkyu dl{
	margin:20px 0;
}

.kinkyu dl dt{
	font-size: 18px;
	font-weight: bold;	
	margin: 20px 0;
	
}

.kinkyu dl dd{
	font-size: 16px;
	line-height: 36px;
		
}

.kinkyu dl dd.in dl{
	
	background-color: #FFF6BA;
	margin: 20px;
	padding: 10px 20px 20px;
	
}

.kinkyu dl dd.in dl dt{
	font-size: 16px;
	color: #D00003;
	
}


.kinkyu dl dd.in dl dd{
	font-size: 14px;
}

.kinkyu dl dd.in2 dt{
	margin: 20px 0 5px !important;
	
}

.kinkyu dl dd.in2 dd{
	font-size: 16px;

}


.kinkyu {
	width: 95%;
    margin: 0px auto;
    padding: 20px;
    background-color: #ffffff;
}

.kinkyu h2{
	font-size: 23px;
	text-align: center;
	margin: 20px 0;
	font-weight: bold !important;
}


.kinkyu .day{
	
	text-align: right;
}

.kinkyu strong{
	
	font-weight: bold;
}

.kinkyu p{
	font-size: 16px;
	line-height: 36px;
}

.kinkyu h3{

	font-size: 18px;
	margin: 10px 0 20px 0;
	font-weight: bold !important;
	border-bottom: dotted 3px #6C6C6C;
	padding: 0 0 10px 0;
	
}

.kinkyu dl{
	margin:20px 0;
}

.kinkyu dl dt{
	font-size: 18px;
	font-weight: bold;	
	margin: 20px 0;
	
}

.kinkyu dl dd{
	font-size: 16px;
	line-height: 36px;
		
}

.kinkyu dl dd.in dl{
	
	background-color: #FFF6BA;
	margin: 20px;
	padding: 10px 20px 20px;
	
}

.kinkyu dl dd.in dl dt{
	font-size: 16px;
	color: #D00003;
	
}


.kinkyu dl dd.in dl dd{
	font-size: 14px;
}

.kinkyu dl dd.in2 dt{
	margin: 20px 0 5px !important;
	
}

.kinkyu dl dd.in2 dd{
	font-size: 16px;

}

.btn_area{
	    width: 1000px;
    margin: 0 auto 35px;
}

.btn_area ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	
}



.btn_area ul li{
	    width: 45%;
    margin: 0 20px 0 20px;
}


.btn_area ul li a{
	display:block;
	color: #0d92c3 !important;
	border: #0d92c3 1px solid;
	padding: 20px;
	text-align: center;
	text-decoration: none !important;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
}

.btn_area ul li a:hover{
	color: #ffffff !important;
	background-color:#0d92c3 ;
}

.jyuuyou{
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
	color: #FF0004;
}

.jyuuyou span{
	font-size: 24px;
}


.inquiry_btn_blue a {
    position: relative;
	width: 200px;
	margin: 0 auto;
	background: #124089;
    color: #fff !important;
    padding: 10px 30px 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.inquiry_btn_blue i{
    position:absolute;
    right: 15px;
}
.inquiry_btn_blue a:hover{
    text-decoration: none !important;
    opacity: 0.8;
    color: #fff !important;
}

.top_info {
	padding: 1px 5px;
	background: #E62D2D;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

.boxarea{
	    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.boxarea .Plan2{
	    float: none !important;
    width: 27%;
    margin: 0 2% 3% 2%;
}
