@charset "UTF-8";
/*書式設定
----------------------------------*/
@font-face {
  font-family: "Yu Mincho";
  src: local(Yu Mincho Medium),
       local(Yu Mincho);
  font-weight: 500;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

body{
	margin: 0;
	padding: 0;
	border: 0 none;
	font-size:16px;
	color: #000;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic,"メイリオ", Meiryo, sans-serif;
	line-height:1.5em;
	background:#FFFFFF;
}
.font_min { font-family: "Sawarabi Mincho","游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, sans-serif; }

/*floatの解除*/
.clearfix:after { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

a {
	color:#008977;
}
a:hover {
	color:#2cb197;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

a.btn {
	display: inline-block;
	text-decoration:none;
	color: #fff;
	background-color: #008977;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 4px;
	line-height: 1em;
}
a.btn:hover { background-color: #2cb197; }

.btn.btnL {
	display: block;
	text-align: center;
	width: 680px;
	padding: 0;
	line-height: 68px;
	height: 68px;
	font-size: 24px;
	border-radius: 6px;
	margin:20px auto;
	position: relative;
}
.btn.btnL:after {display: block; content: ''; width: 14px; height: 14px; border-top: 2px #fff solid; border-right: 2px #fff solid; transform: rotate(45deg); position: absolute; right: 40px; top:50%; margin-top: -8px;} 

.content {
	max-width: 980px;
	margin: 0 auto;
}

.spbr {display: none;}
.pcsp {display: inline;}

/* header */
header {z-index: 998; top: 0; position: fixed; width: 100%; background: #fff; font-size: 14px;}
header .content {display: flex; justify-content: space-between; padding:11px 0;}
header .header .content a {color: #000; text-decoration: none;}
header .header .content h1 {display: inline-block; padding-left: 65px; background: url(../images/bbt_logo.jpg) no-repeat 0% 50%; font-size: 14px; letter-spacing: 1px; height: 40px; line-height: 40px;}
header .header .content .btn {line-height: 30px;color: #fff;}

header nav {background: #2cb197;}
header .navi {padding:0px;  }
header .navi li a {display: inline-block; height: 40px; line-height: 40px; padding:0 10px; color: #fff; font-weight: bold; text-decoration:none;}
header .navi li a:hover {text-decoration: underline;}
header nav .navi li.sp {display: none;}

header.fixed {position: fixed; top:0; left:0; width: 100%; z-index: 999;}

/* main */
main {margin-top: 102px;}
#wrap #sec00 {background: url(../images/main.jpg) no-repeat 50% 50%; background-size: cover;}
#wrap #sec00 .content {padding:80px 0;}
#wrap #sec00 .content h1 {text-align: left;}
#wrap #sec00 .content h1 .maintitle {margin-right: 10px;}
#wrap #sec00 .content p { margin: 20px auto; font-size: 25px; font-weight: bold; line-height: 1.5em; }
#wrap #sec00 .content dl { font-weight: bold; font-size: 20px; }
#wrap #sec00 .content dl dt {width: 145px; float: left; padding: 5px 0; }
#wrap #sec00 .content dl dd {padding: 5px 0 5px 150px; margin-bottom: 10px;}
#wrap #sec00 .content .txs {
	text-shadow: #fff 2px 0px, #fff -2px 0px,
    			 #fff 0px -2px, #fff 0px 2px,
    			 #fff 2px 2px , #fff -2px 2px,
    			 #fff 2px -2px, #fff -2px -2px,
    			 #fff 1px 2px,  #fff -1px 2px,
    			 #fff 1px -2px, #fff -1px -2px,
    			 #fff 2px 1px,  #fff -2px 1px,
    			 #fff 2px -1px, #fff -2px -1px;
}

#wrap .content {padding: 100px 0;}
#wrap section:nth-of-type(odd) {background-image: url(../images/back_ptn.png); background-repeat: repeat;}

#wrap .content h1 {text-align: center; font-size: 36px; font-weight: bold; color: #008977; letter-spacing: 2px; margin-bottom: 60px;}
#wrap .content .textbox { max-width: 800px; margin:40px auto; }
#wrap .content .whiteboxlist {display: flex; justify-content: space-between; flex-wrap: wrap;}
#wrap .content .whiteboxlist li { width: 300px; padding: 20px 0; text-align: center; font-size: 18px; font-weight: bold; line-height: 1.4em; background-color: #fff; margin-bottom: 40px; }


/*#wrap .content .h2textbox {padding-left:24px;}*/
#wrap .content .h2textbox h2 {font-size: 24px; letter-spacing: 1px; font-weight: bold; position: relative; margin:40px auto 20px; }
#wrap .content .h2textbox h2 b {color: #008977;}
/*#wrap .content .h2textbox h2:before {display: block; content: ''; width:18px; height: 18px; background-color: #2cb197; position: absolute; left:-24px; top:2px; }*/
#wrap .content .h2textbox p {font-size: 18px; line-height: 1.5em; }
#wrap .content .h2textbox h3 {font-size: 20px; margin: 20px auto;}
#wrap .content .h2textbox ol {padding-left: 20px; list-style: decimal; margin-bottom: 20px;}
#wrap .content .h2textbox ol li {margin-top: 10px;}

#wrap .content .left {width:300px; float: left;}
#wrap .content .right {width:650px; float: right;}
#wrap .content .right h2 {font-size: 21px; font-weight: bold; margin-bottom: 5px;}
#wrap .content .right h2 span {font-size: 18px;}
#wrap .content .right h2 .en {font-size: 10px; letter-spacing: 2px; color:#008977; display: block;}
#wrap .content .right h3 {font-size: 14px; font-weight: bold; margin-bottom: 12px;}

#wrap .content h2.textcenter { text-align: center; font-size: 21px; font-weight: bold; line-height: 1.4em; }

#wrap .content .infolist { font-weight: bold; border-top: 1px dotted #ddd; padding-top: 10px;}
#wrap .content .infolist dt {font-size: 15px; padding-top: 3px; text-align: center; width:180px; float: left; letter-spacing: 1px; }
#wrap .content .infolist dt span {font-size: 10px; line-height: 10px; color: #008977; display: block; margin-bottom: 2px;}
#wrap .content .infolist dd {font-size: 18px; padding:12px 0 20px 270px; margin-bottom: 10px; border-bottom: 1px dotted #ddd;}
#wrap .content .infolist dd .border{ display: inline-block; position: relative; }
#wrap .content .infolist dd .border:before {display: block; content: ''; width: 100%; height: 0; border-bottom: 1px solid #555; position: absolute; top:50%; left: 0;}
#wrap .content .infolist dd .arrow {display: inline-block;margin:auto 10px;}
#wrap .content .infolist dd b {color:#ab0d00;}
#wrap .content .infolist .text-s {font-size: 14px;}
#wrap .content .infolist .caution {padding-left: 1.5em; font-size: 14px; }
#wrap .content .infolist .caution li {position: relative; margin-bottom: 5px;}
#wrap .content .infolist .caution li:before {display: block; content: '※'; position: absolute; left: -1.5em; top:0;}


/* footer */
footer {background-color:#2cb197; color: #fff;}
footer a {color: #fff;}
footer .content {padding: 40px 0;}
footer .content .left {font-size: 14px; float: left; display: inline-block;}
footer .content .left ul {margin-top: 30px;}
footer .content .left ul li {margin-bottom: 10px;}
footer .content .right {font-size: 15px; float: right; display: inline-block; text-align: center; font-weight: bold; padding-top: 20px;}
footer .content .right h2 {font-size: 18px; letter-spacing: 2px;}
footer .content .right .font_min {font-size:40px; margin: 10px 0;}
footer .content .right .font_min img {height: 38px; width: auto; margin-right: 10px; vertical-align: text-bottom; }
footer .copy {text-align: center; font-size: 14px; margin-top: 60px;}


