@charset "utf-8";
/* common.css */

/*--- body --*/

html {
	height: 100%;
	}

body {
  color:#333;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size:16px;
	line-height:1.8;
	height: 100%;
}

/* IE7 hack */
*:first-child+html body {
font-size:small;
  }

/* IE6 hack */
*html body {
  font-size:small;
  }
/*--- /body --*/


/*--- link ---*/
a:link {
  border:none;
  color:#001f05;
  text-decoration:none;
  }

a:visited {
  border:none;
 color:#001f05;
   text-decoration:none;
  }

a:active {
  border:none;
  color:#001f05;
   text-decoration:none;
  }

a:hover {
  border:none;
  color:#001f05;
  text-decoration:underline;
	outline: none;
 }

/*a:hover img{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}*/

a:focus {
	border:none !important;
}


/*--- /link ---*/

#wrapper{
  position:relative;
  min-height:100%;
  margin:0 auto;
  min-width: 1060px;
}

* html div#wrapper{
  height:100%;
}

/*--- header ---- */
header {
	overflow:hidden;
	padding:15px 0px 15px;
	min-width: 1100px;
	margin: 0 auto;
}
header .btn{
	position: absolute;
	right: 0;
	top:0;
}

header .btn a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	background-color:#f57c11;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	width:240px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	box-shadow: 0 5px #e85200;
	-moz-box-shadow: 0 5px #e85200;
	-webkit-box-shadow: 0 5px #e85200;
	text-shadow: 0 2px #e85200;
	-moz-text-shadow: 0 2px #e85200;
	-webkit-text-shadow: 0 2px #e85200;
	text-decoration: none !important;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all  0.7s ease;
}
header .btn a:hover{
	opacity:0.7;
}

/*--- /header ---- */


.inner{
	/* width:980px; */
	max-width: 980px;
	margin:0 auto;
	position:relative;
}
/*----------------------
    cv
-----------------------*/
.cv{
	padding: 65px 0 70px;
	overflow: hidden;
	background: url(../images/cv_bg.jpg) no-repeat 0 0;
	background-size: cover;
}
.cv h2{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.cv .btnForm {
	text-align: center;
	width:694px;
	margin: 0 auto;
	position: relative;
}
.cv .btnForm a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	background-color:#ee4946;
	font-size:36px;
	font-weight:bold;
	color:#fff;
	width:694px;
	height:90px;
	line-height:90px;
	text-align:center;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	box-shadow: 0 5px #b71c1c;
	-moz-box-shadow: 0 5px #b71c1c;
	-webkit-box-shadow: 0 5px #b71c1c;
	text-decoration: none !important;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all  0.7s ease;
	margin: 0 auto;
}
.cv .btnForm .pop{
	background-color: #2c3e50;
	width: 120px;
	height: 120px;
	border-radius: 60px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	padding-top: 25px;
	box-sizing: border-box;
	position: absolute;
	right: -74px;
	top:-78px;
	animation-name: anim01;
  animation-duration: 10s;
  animation-iteration-count : infinite;
}

.cv .btnForm .pop strong{
	display: block;
	font-size: 37px;
	font-weight: 700;
}
.cv .btnForm .pop strong small{
	font-size: 22px;
}
.cv .btnForm .pop span{
	background: url(../images/pop_arrow.png) no-repeat 0 0;
	width: 70px;
	height: 17px;
	position: absolute;
	bottom:0;
	left: 0;
}

.cv .btnForm a:hover{
	opacity:0.7;
}

.cv .box{
	border: 3px solid #f57f17;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fcfcfc;
	padding: 40px 30px 7px 30px;
	margin-top: 50px;
}
.cv .box h3{
	text-align: center;
	color: #ed6f00;
	font-size: 18px;
	margin-bottom: 20px;
}
.cv .box h3 span{
	font-weight: 700;
	font-size: 26px;
}
.cv .box li{
	position: relative;
	float: left;
	margin-left: 33px;
	margin-bottom: 33px;
}
.cv .box li:nth-child(2n-1){
	margin-left: 0;
}

.cv .box li .block{
	border-radius: 10px;
	background-color: #f0f0f0;
	width: 440px;
}
.cv .box li .ttl{
	background-color: #fa9d26;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px 15px 5px 70px;
	margin-bottom: 15px;
	height: 65px;
	box-sizing: border-box;

}
.cv .box li .ttl h4{
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
}
.cv .box li:nth-child(3) .ttl h4{
	line-height: 48px;
}
.cv .box li .ttl h4 strong{
	display: block;
	font-size: 15px;
	color: #333;
	font-weight: 600;
}
.cv .box li .ttl .img{
	position: absolute;
	top:-25px;
	right: 0;
}
.cv .box li .pop{
	background-color: #2c3e50;
	width: 70px;
	height: 70px;
	border-radius: 60px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	padding-top: 20px;
	box-sizing: border-box;
	position: absolute;
	left: -15px;
	top:-15px;
	z-index: 2;
	text-align: center;
}

.cv .box li .pop span{
	background: url(../images/pop_arrow2.png) no-repeat 0 0;
	width: 46px;
	height: 9px;
	position: absolute;
	bottom:0;
	left: 23px;
}
.cv .box li p{
	font-size: 15px;
	padding: 0px 15px 15px;
	line-height: 1.6;
	font-weight: 600;
}
.cv .box li p span{ color: #c9441b;}


/*----------------------
    mv
-----------------------*/

#mv{
	height: 480px;
	text-align: center;
	position: relative;
	background: url(../images/mv_bg.jpg) no-repeat center 0;
	background-size: cover;
}
#mv p{
	position: absolute;
	top:275px;
	left: 50%;
	margin-left: -498px;
}

#mv .over{
	position: absolute;
	top:20px;
	left: 0;
	background: url(../images/mv_bg_over.png) repeat-x 0 0;
	width: 100%;
	height: 480px;
}

/*----------------------
    area1
-----------------------*/

#area1{
	background-color:#f5f6f7;
	padding: 55px 0;
	overflow: hidden;
	text-align: center;
}
#area1 h2{
	font-weight: 700;
	text-align: center;
	font-size: 50px;
	line-height: 1;
	padding:0 10px 20px;
	margin-bottom: 60px;
	border-bottom: 2px solid #c3c3c3;
	display: inline-block;
}
#area1 h2 span{
	background: url(../images/arrow1.gif) no-repeat;
	width: 46px;
	height: 23px;
	position: absolute;
	bottom:39px;
	left: 50%;
	margin-left: -23px;
}

#area1 li{
	float: left;
	width: 153px;
	margin-left: 24px;
	padding-left: 24px;
	padding-bottom: 20px;
	border-left: 1px dotted #9d9e9f;
}
#area1 li:first-child{
	margin-left: 0;
	padding-left: 0;
	border: none;
}

#area1 li p{
	font-size: 14px;
	line-height: 1.6;
	margin-top: 25px;
	text-align: left;
}
#area1 li p span{
	color: #f57f17;
	font-weight: 600;
}

/*----------------------
    area3
-----------------------*/

#area3{
	background-color:#f5f6f7;
	padding: 70px 0 90px;
	overflow: hidden;
	text-align: center;
}
#area3 h2{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 65px;
}

#area3 .graph{
	float: left;
	margin-right: 25px;
}
#area3 .graph p{
	color: #fff;
	background-color: #2c3e50;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	line-height: 1;
	padding: 15px 25px;
	position: relative;
	margin-bottom: 30px;
}
#area3 .graph p:after{
	content: '';
	background: url(../images/arrow2.gif) no-repeat 0 0;
	width: 18px;
	height: 9px;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
}
#area3 .graph img{
	display: block;
}

#area3 .textArea{
	overflow: hidden;
	zoom:1;
	padding-top: 60px;
}
#area3 .textArea p.lead{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
}
#area3 .textArea p.lead strong{
	font-size: 82px;
	color: #ef6c00;
	font-weight: 700;
	padding: 0 10px;
}
#area3 .textArea p.lead span{
	color: #ef6c00;
}
#area3 .textArea p.lead strong span{
	font-size: 35px;
}
#area3 .textArea p.lead + p.lead{
	margin-top: -20px;
	margin-bottom: 40px;
}
#area3 .textArea .box{
	text-align: left;
	background-color: #fff;
	padding: 10px 15px;
	font-size: 13px;
	overflow: hidden;
}
#area3 .textArea .box h5{
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 7px;
}
#area3 .textArea .box dt{
	clear: both;
	float: left;
	width: 90px;
}
#area3 .textArea .box dd{
	overflow: hidden;
	zoom:1;
}

/*----------------------
    area4
-----------------------*/

#area4{
	padding: 70px 0 90px;
	overflow: hidden;
	text-align: center;
}
#area4 p.lead{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.4;
}
#area4 li{
	position: relative;
	margin-bottom: 40px;
}
#area4 li .head{
	background-color: #f57f17;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	height: 80px;
	width: 80px;
	box-sizing: border-box;
	padding-top: 17px;
	position: absolute;
	top:-10px;
	left: 0;
}
#area4 li .head span{
	display: block;
	font-size: 35px;
	font-weight: 600;
}
#area4 li .box{
	background-color: #f5f6f7;
	overflow: hidden;
	padding: 0 25px 25px;
	margin-left: 15px;
}
#area4 li .box h3{
	font-size: 22px;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 10px;
	padding-left: 60px;
	padding-top: 15px;
}
#area4 li .box img{
	float: left;
	margin-right: 20px;
}
#area4 li .box p{
	overflow: hidden;
	zoom:1;
	background-color: #fff;
	padding: 10px 15px;
	font-size: 16px;
	min-height: 160px;
	box-sizing: border-box;
}

/*----------------------
    area5
-----------------------*/

#area5{
	background-color:#f5f6f7;
	padding: 70px 0 20px;
	overflow: hidden;
	text-align: center;
}
#area5 h2{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 65px;
}
#area5 li{
	clear: both;
	overflow: hidden;
	margin-bottom: 70px;
}
#area5 li dt{
	float: left;
	width: 190px;
	text-align: center;
	margin-right: 35px;
	font-size: 16px;
	color: #2c3e50;
	padding-top: 10px;
}
#area5 li.colR dt{
	float: right;
	margin-right: 0px;
	margin-left: 35px;
}

#area5 li dt .pic{
	width: 190px;
	height: 190px;
	border-radius: 95px;
	overflow: hidden;
	border: 5px solid #f57f17;
	box-sizing: border-box;
}
#area5 li dt p{
	text-align: center;
	font-weight: 600;
	margin: 15px 0 5px;
}
#area5 li dt p span{
	display: inline-block;
	border: 1px solid #2c3e50;
	line-height: 1;
	padding: 5px 10px;
}

#area5 li dd{
	overflow: hidden;
	zoom:1;
	position: relative;
	padding:10px 10px 10px 39px;
	margin-top: -10px;
}
#area5 li.colR dd{
	padding:10px 39px 10px 10px;
}
#area5 li dd .box{
	box-shadow: 0px 2px 2px #ccc;
	-moz-box-shadow: 0px 2px 2px #ccc;
	-webkit-box-shadow: 0px 2px 2px #ccc;
	background-color: #fff;
	padding: 40px;
	border-radius: 5px;
}

#area5 li dd:after{
	background: url(../images/area5_arrow_l.gif) no-repeat 0 0;
	width: 39px;
	height: 46px;
	position: absolute;
	top:70px;
	left: 0px;
	content: '';
}
#area5 li.colR dd:after{
	background: url(../images/area5_arrow_r.gif) no-repeat 0 0;
	width: 39px;
	height: 46px;
	position: absolute;
	top:70px;
	left: 716px;
	content: '';
}

#area5 li dd .box span{
	color: #f57f17;
	font-weight: 600;
}

/*----------------------
    area6
-----------------------*/

#area6{
	background-color:#2c3e50;
	padding: 70px 0 20px;
	overflow: hidden;
	text-align: center;
}
#area6 h2{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 65px;
	color: #fff;
}
#area6 li{
	clear: both;
	margin-bottom: 45px;
	overflow: hidden;
}

#area6 li .box{
	background-color: #f5f6f7;
	box-shadow: 0px 2px 12px 10px #263545;
	-moz-box-shadow: 0px 2px 12px 10px #263545;
	-webkit-box-shadow: 0px 2px 12px 10px #263545;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 15px;
}
#area6 li .box .pic{
	float: left;
	margin-right: 30px;
	max-height: 220px;
	overflow: hidden;
}
#area6 li.colR .box .pic{
	float: right;
	margin-right: 0px;
	margin-left: 30px;
}
#area6 li .box .textArea{
	overflow: hidden;
	zoom:1;
	position: relative;
	height: 280px;
	line-height: 1.6;
	font-size: 15px;
}
#area6 li .box .textArea h3{
	font-weight: 700;
	font-size: 26px;
	color: #2c3e50;
	border-bottom: 1px solid #2c3e50;
	margin-bottom: 20px;
}
#area6 li .box .textArea h3 span{
	font-weight: 500;
	font-size: 20px;
	font-style: italic;
	padding-right: 20px;
}
#area6 li .box .textArea p span{
	font-weight: 600;
}

#area6 li .box .inbox{
	position: absolute;
	bottom:0;
	left: 0;
	padding: 10px;
	border: 1px solid #ced7df;
	border-radius: 5px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.4;
	width: 100%;
	box-sizing: border-box;
}
#area6 li .box .inbox img{
	float: left;
	margin-right: 15px;
}
#area6 li .box .inbox p{
	overflow: hidden;
	zoom:1;
}
#area6 li .box .inbox p strong{
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}

#area6 li a{
	display: inline-block;
	color: #fff;
	float: right;
	font-size: 15px;
	text-decoration: underline;
	background: url(../images/icatch2.png) no-repeat 0 50%;
	padding-left: 15px;
}
#area6 li a:hover{
	text-decoration: none;
}

/*----------------------
    contact
-----------------------*/

#contact{
	background-color:#f5f6f7;
	padding: 100px 0 90px;
	overflow: hidden;
	text-align: center;
}

#contact div.ttl{
	margin-bottom: 50px;
	text-align: center;
}

#contact div.ttl h2{
	font-size: 40px;
	font-weight: 700;
	display: inline-block;
	position: relative;
}

#contact div.ttl .pop{
	background-color: #2c3e50;
	width: 113px;
	height: 113px;
	border-radius: 57px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	padding-top: 28px;
	box-sizing: border-box;
	position: absolute;
	right: -120px;
	top:-60px;
}

#contact h2 .pop strong{
	display: block;
	font-size: 20px;
	font-weight: 700;
}

#contact h2 .pop i{
	background: url(../images/pop_arrow.png) no-repeat 0 0;
	width: 70px;
	height: 17px;
	position: absolute;
	bottom:0.8px;
	left: 0;
}
#contact table{
	border-collapse: separate;
	border-spacing: 10px;
	width: 760px;
	margin: 0 auto;
}
#contact th{
	background-color: #ebedef;
	padding: 15px;
	font-weight: 700;
	white-space: nowrap;
	vertical-align: text-top;
}
#contact th span{
	display: inline-block;
	color: #fff;
	/*background-color: #f57f17;*/
	background-color: #000000;
	line-height: 1;
	padding: 5px 10px;
	margin-right: 10px;
}

#contact td{
	background-color: #fff;
	padding: 15px;
	text-align: left;
}
#contact td label{
	display: block;
	margin-bottom: 5px;
}
#contact td label input{
	margin-right: 10px;
}
#contact td input{
	padding: 10px 15px;
	border: 1px solid #cdcdcd;
}
#contact td input.w1{
	display: block;
	width: 420px;
}
#contact .term{
	width: 710px;
	margin: 30px auto 65px;
	text-align: left;
	background-color: #fff;
	padding: 15px 20px;
}

#contact .term .textArea{
	padding: 0px 10px 0px 0;
	overflow-y: scroll;
	height: 200px;
	font-size: 14px;
}
#contact .term h3{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
#contact .term .textArea p{
	margin-bottom: 20px;
}
#contact .term .textArea p.name{
	font-size: 13px;
	float: right;
	margin: 0px 0 0;
	text-align: right;
}

#contact .btn button{
	-webkit-appearance: none;
	/*background-color: #f57f17;*/
	background-color: #000000;
	border-radius: 10px;
	width: 500px;
	height: 90px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	border: 0;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	/*box-shadow: 0 5px #e85200;
	-moz-box-shadow: 0 5px #e85200;
	-webkit-box-shadow: 0 5px #e85200;*/
	/*text-shadow: 0 2px #e85200;
	-moz-text-shadow: 0 2px #e85200;
	-webkit-text-shadow: 0 2px #e85200;*/
	text-decoration: none !important;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all  0.7s ease;
	cursor: pointer;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.2;
	padding-top: 10px;
	box-sizing: border-box;
}
/*add 20200829 loading*/
#loader,
#loader:after {
  border-radius: 50%;
  width: 3.5em;
  height: 3.5em;
}
#loader {
  margin: 10px 20px 10px 100px;
  font-size: 8px;
  position: relative;
  float:left;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(255, 255, 255, 0.2);
  border-right: 0.5em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
  border-left: 0.5em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: none;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


#contact .btnReturn.btn button{
	-webkit-appearance: none;
	background-color: #636363;
	box-shadow: 0 5px #333;
	-moz-box-shadow: 0 5px #333;
	-webkit-box-shadow: 0 5px #333;
	text-shadow: 0 2px #333;
	-moz-text-shadow: 0 2px #333;
	-webkit-text-shadow: 0 2px #333;
}
#contact .btn.btnSend {
	display: inline-block;
	float: right;
}
#contact .btn.btnSend button{
	width: 300px;
	box-sizing: border-box;
}
#contact .btn.btnReturn{
	display: inline-block;
	float: left;
}
#contact .btn.btnReturn button{
	width: 300px;
	box-sizing: border-box;
}

#contact .btn button strong{
	display: block;
	font-size: 17px;
}
#contact .btn button span{
	display: inline-block;
	background: url(../images/icatch1.png) no-repeat right 50%;
	padding-right: 40px;
	margin-right: -40px;
}
#contact .btn.btnReturn button span{
	display: inline-block;
	background: url(../images/icatch3.png) no-repeat left 50%;
	padding-left: 40px;
	margin-left: -40px;
}
#contact .btn button:hover{
	opacity: 0.7;
}
#contact .btnArea{
	width: 635px;
	margin: 0 auto;
}


#contact .note{
	font-size: 13px;
	margin-bottom: 10px;
}
#contact .note.check{
	margin: 10px 0 0 20px;
}

#contact .thanks{
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 20%;
}

#contact .thanks a{
	/*background-color: #f57f17;
	border-radius: 10px;
	width: 300px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
	border: 0;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	box-shadow: 0 5px #e85200;
	-moz-box-shadow: 0 5px #e85200;
	-webkit-box-shadow: 0 5px #e85200;
	text-shadow: 0 2px #e85200;
	-moz-text-shadow: 0 2px #e85200;
	-webkit-text-shadow: 0 2px #e85200;
	text-decoration: none !important;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all  0.7s ease;
	box-sizing: border-box;*/
	display: block;
	margin: 60px auto 0;
	font-size: 18px;

}
#contact .thanks a span{
	display: inline-block;
	background: url(../images/icatch4.png) no-repeat right 50%;
	background-size: 7px;
	padding-right: 20px;
	text-decoration: underline !important;
}
#contact .thanks a:hover{
	opacity: 0.7;
}

#contact .thanks .staff{
	display: inline-block;
	padding-top: 60px;
	padding-bottom: 0px;
	position: relative;
	text-align: center;
}
#contact .thanks .staff i{
	display: inline-block;
	width: 130px;
	height: 130px;
	border-radius: 65px;
	overflow: hidden;
	background: url(../images/thanks_pic.jpg) no-repeat 0 0;
	background-size: 130px;
	position: absolute;
	top:40px;
	left:0;
}
#contact .thanks .staff img{
	display: block;
	width: 712px;
	margin-bottom: 30px;
}

/* LINE画像のスタイル */
#contact .thanks .line-image{
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 30px auto;
	transition: all 0.3s ease;
}

/*#contact tr.address{
	display: none;
}*/

/*----------------------
    共通
-----------------------*/
#btnPageTop{
	position:fixed;
	right:10px;
	bottom:20px;
	display:none;
	z-index:999;
}


/*--- footer ---*/
footer{
	clear:both;
  padding: 20px 0;
	overflow:hidden;
}
footer p{
	text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

/* text.image */

.clear {clear:both;}
.center {text-align:center;}
.bold{ font-weight:bold;}

.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px !important;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px !important;}
.f20{font-size:20px;}
.f21{font-size:21px;}
.f24{font-size:24px;}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt100{margin-top:100px;}
.mt0{ margin-top:0px !important;}
.mt10d{ margin-top:-10px !important;}
.mt20_pc{ margin-top:20px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb80 {margin-bottom:80px;}
.mb100 {margin-bottom:100px;}
.no_mb{ margin-bottom:-15px !important;}

.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.mr35 {margin-right:35px;}
.mr40 {margin-right:40px;}
.mr60 {margin-right:60px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml45{margin-left:45px;}
.ml50{margin-left:50px;}
.ml3p{margin-left:3%;}

.pt5{padding-top:5px;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt10_pc{ padding-top:10px;}

.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb80{padding-bottom:80px;}

.pl5{padding-left:5px !important;}
.pl20{padding-left:20px;}
.pl50{padding-left:50px;}
.pl100{padding-left:100px;}
.pr50{padding-right:50px;}

.disnon {display:none;}

.alignL{text-align:left;}
.alignR{text-align:right;}

.annotation{ font-size:11px;}
.annotation_black{ font-size:11px; color:#333;}

.block{position:relative; display:block;}

.super{ vertical-align: super;}
.pc_none{ display:none;}
.sp_none{ display:inline;}
.pc_br{ display:block;}
.sp_br{ display:none;}
.normal{ font-weight:normal !important;}

@media only screen and (min-width: 0px) and (max-width: 768px){
	#wrapper{min-width: inherit !important;}
	#wrapper img{ width:100%; height:auto;}
	.sp_br{ display:block;}
	.pc_br{ display:none;}
	.pc_none{ display:block;}
	.sp_none{display:none;}

	.inner{
		width:90%;
		margin:0 auto;
		position:relative;
	}

	/*--- header ---- */
	header {
		overflow:hidden;
		padding:10px 0px 10px;
		min-width: inherit !important;
		margin: 0 auto;
	}
	header .inner{
		padding: 0 3%;
	}
	header h1{
		width: 180px;
		margin-left: -10px;
	}

	header .btn{
		position: absolute;
		right: 0;
		top:0;
	}

	header .btn a{
		font-size:16px;
		color:#fff;
		width:140px;
		height:30px;
		line-height:30px;
	}
	/*--- /header ---- */

	/*----------------------
			cv
	-----------------------*/
	.cv{
		padding: 40px 0 40px;
		overflow: hidden;
		background: url(../images/cv_bg.jpg) no-repeat center 0;
		background-size: cover;
	}
	.cv h2{
		font-size: 26px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 40px;
		line-height: 1.4;
	}

	.cv .btnForm {
		text-align: center;
		width:100%;
		max-width: 400px;
		margin: 0 auto;
		position: relative;
	}
	.cv .btnForm a{
		font-size:20px;
		width:100%;
		max-width: 400px;
		height:60px;
		line-height:60px;
		margin: 0 auto;
	}
	.cv .btnForm .pop{
		background-color: #2c3e50;
		width: 80px;
		height: 80px;
		border-radius: 60px;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
		padding-top: 15px;
		box-sizing: border-box;
		position: absolute;
		right: -3%;
		top:-68px;
	}
	.cv .btnForm .pop strong{
		display: block;
		font-size: 22px;
		font-weight: 700;
	}
	.cv .btnForm .pop strong small{
		font-size: 16px;
	}
	.cv .btnForm .pop span{
		background: url(../images/pop_arrow.png) no-repeat 0 0;
		background-size: 40px;
		width: 40px;
		height: 10px;
		position: absolute;
		bottom:0;
		left: 0;
	}

	.cv .btnForm a:hover{
		opacity:0.7;
	}

	.cv .box{
		border: 3px solid #f57f17;
		border-radius: 10px;
		overflow: hidden;
		background-color: #fcfcfc;
		padding: 20px 20px 7px 25px;
		margin-top: 30px;
	}
	.cv .box h3{
		text-align: center;
		color: #ed6f00;
		font-size: 18px;
		margin-bottom: 20px;
		line-height: 1.4;
	}
	.cv .box h3 span{
		font-weight: 700;
		font-size: 26px;
	}
	.cv .box li{
		position: relative;
		float: none;
		margin-left: 0px;
		margin-bottom: 30px;
	}
	.cv .box li:nth-child(2n-1){
		margin-left: 0;
	}

	.cv .box li .block{
		border-radius: 10px;
		background-color: #f0f0f0;
		width: 100%;
	}
	.cv .box li .ttl{
		background-color: #fa9d26;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		padding: 10px 15px 5px 60px;
		margin-bottom: 15px;
		height: auto;
		box-sizing: border-box;

	}
	.cv .box li .ttl h4{
		font-size: 16px;
		color: #fff;
		font-weight: 700;
		line-height: 1.4;
		padding-right: 50px;
	}
	.cv .box li:nth-child(3) .ttl h4{
		line-height: 1.4;
	}
	.cv .box li:nth-child(4) .ttl h4{
		padding-right: 0;
	}
	.cv .box li .ttl h4 strong{
		display: block;
		font-size: 15px;
		color: #333;
		font-weight: 600;
	}
	.cv .box li .ttl .img{
		position: absolute;
		top:-25px;
		right: 0;
	}
	.cv .box li .ttl img.img{
		width: 70px!important;
	}
	.cv .box li .pop{
		background-color: #2c3e50;
		width: 70px;
		height: 70px;
		border-radius: 60px;
		color: #fff;
		font-size: 22px;
		font-weight: 700;
		line-height: 1.2;
		padding-top: 20px;
		box-sizing: border-box;
		position: absolute;
		left: -15px;
		top:-15px;
		z-index: 2;
		text-align: center;
	}
	.cv .box li .pop img{
		width: auto !important;
	}

	.cv .box li .pop span{
		background: url(../images/pop_arrow2.png) no-repeat 0 0;
		width: 46px;
		height: 9px;
		position: absolute;
		bottom:0;
		left: 23px;
	}
	.cv .box li p{
		font-size: 15px;
		padding: 0px 15px 15px;
		line-height: 1.6;
		font-weight: 600;
	}
	.cv .box li p span{ color: #c9441b;}


	/*----------------------
			mv
	-----------------------*/

	#mv{
		height: auto;
		text-align: center;
		position: relative;
		background: url(../images/mv_bg.jpg) no-repeat center 0;
		background-size: cover;

	}
	#mv p{
		position: absolute;
		top:auto;
		left: 50%;
		margin-left: -45%;
		width: 90%;
		bottom:10px;
	}

	#mv .over{
		position: absolute;
		top:0px;
		left: 0;
		background: url(../images/mv_bg_over_sp.png) repeat-x 0 0;
		width: 100%;
		height: 100%;
	}

	/*----------------------
			area1
	-----------------------*/

	#area1{
		background-color:#f5f6f7;
		padding: 40px 0;
		overflow: hidden;
		text-align: center;

	}
	#area1 h2{
		font-weight: 700;
		text-align: center;
		font-size: 25px;
		line-height: 1;
		padding:0 10px 20px;
		margin-bottom: 40px;
		border-bottom: 1px solid #c3c3c3;
		display: inline-block;
		white-space: nowrap;
	}
	#area1 h2 span{
		background: url(../images/arrow1.gif) no-repeat;
		background-size: 23px;
		width: 23px;
		height: 15px;
		position: absolute;
		bottom:26px;
		left: 50%;
		margin-left: -12.5px;
	}

	#area1 li{
		float: left;
		width: 50%;
		margin-left: 0;
		padding-left: 0;
		padding: 3% 3%;
		border-left: 1px dotted #9d9e9f;
		border-bottom: 1px dotted #9d9e9f;
		box-sizing: border-box;
		text-align: center;
	}
	#area1 li:first-child{
		padding: 3% 3%;
		border-bottom: 1px dotted #9d9e9f;
	}
	#area1 li:nth-child(2n+1){
		border-left: none;
	}
	#area1 li:last-child{
		width: 100%;
	}

	#area1 li img{
		width: 120px;
		margin: 0 auto;
	}

	#area1 li p{
		font-size: 14px;
		line-height: 1.6;
		margin-top: 15px;
		text-align: left;
	}
	#area1 li p span{
		color: #f57f17;
		font-weight: 600;
	}

	/*----------------------
			area3
	-----------------------*/

	#area3{
		background-color:#f5f6f7;
		padding: 40px 0 40px;
		overflow: hidden;
		text-align: center;
	}
	#area3 h2{
		font-size: 26px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 30px;
		line-height: 1.4;
	}

	#area3 .graph{
		float: none;
		margin-right: 0px;
	}
	#area3 .graph p{
		color: #fff;
		background-color: #2c3e50;
		font-size: 15px;
		font-weight: 600;
		display: inline-block;
		line-height: 1.4;
		padding: 10px 15px;
		position: relative;
		margin-bottom: 20px;
		text-align: center;
	}
	#area3 .graph p:after{
		content: '';
		background: url(../images/arrow2.gif) no-repeat 0 0;
		width: 18px;
		height: 9px;
		position: absolute;
		bottom: -9px;
		left: 50%;
		margin-left: -9px;
	}
	#area3 .graph img{
		display: block;
		max-width: 400px;
		margin: 0 auto;
	}

	#area3 .textArea{
		overflow: hidden;
		zoom:1;
		padding-top: 20px;
	}
	#area3 .textArea p.lead{
		font-size: 22px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
	}
	#area3 .textArea p.lead strong{
		font-size: 62px;
		color: #ef6c00;
		font-weight: 700;
		padding: 0 10px;
	}
	#area3 .textArea p.lead span{
		color: #ef6c00;
	}
	#area3 .textArea p.lead strong span{
		font-size: 30px;
	}
	#area3 .textArea p.lead + p.lead{
		margin-top: -5px;
		margin-bottom: 30px;
		line-height: 1.6;
	}
	#area3 .textArea .box{
		text-align: left;
		background-color: #fff;
		padding: 10px 10px;
		font-size: 13px;
		overflow: hidden;
	}
	#area3 .textArea .box h5{
		font-size: 13px;
		font-weight: 600;
		margin-bottom: 7px;
	}
	#area3 .textArea .box dt{
		clear: both;
		float: left;
		width: 90px;
	}
	#area3 .textArea .box dd{
		overflow: hidden;
		zoom:1;
	}

	/*----------------------
			area4
	-----------------------*/

	#area4{
		padding: 40px 0 20px;
		overflow: hidden;
		text-align: center;
	}
	#area4 p.lead{
		font-size: 26px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 40px;
		line-height: 1.4;
	}
	#area4 li{
		position: relative;
		margin-bottom: 30px;
	}
	#area4 li .head{
		background-color: #f57f17;
		display: inline-block;
		font-size: 12px;
		color: #fff;
		line-height: 1.1;
		text-align: center;
		height: 60px;
		width: 60px;
		box-sizing: border-box;
		padding-top: 10px;
		position: absolute;
		top:-10px;
		left: 0;
	}
	#area4 li .head span{
		display: block;
		font-size: 30px;
		font-weight: 600;
	}
	#area4 li .box{
		background-color: #f5f6f7;
		overflow: hidden;
		padding: 0 15px 15px;
		margin-left: 15px;
	}
	#area4 li .box h3{
		font-size: 18px;
		font-weight: 700;
		color: #2c3e50;
		margin-bottom: 10px;
		padding-left: 40px;
		padding-top: 15px;
		line-height: 1.4;
		min-height: 30px;
	}
	#area4 li .box img{
		float: none;
		margin-right: 0;
	}
	#area4 li .box p{
		overflow: hidden;
		zoom:1;
		background-color: #fff;
		padding: 10px 15px;
		font-size: 14px;
		box-sizing: border-box;
		min-height: inherit !important;;
	}
	#area4 li .box .pic{
		max-height: 100px;
		overflow: hidden;
	}

	/*----------------------
			area5
	-----------------------*/

	#area5{
		background-color:#f5f6f7;
		padding: 40px 0 10px;
		overflow: hidden;
		text-align: center;
	}
	#area5 .inner{
		width: 98%;
	}

	#area5 h2{
		font-size: 26px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 30px;
	}
	#area5 li{
		clear: both;
		overflow: hidden;
		margin-bottom: 40px;
	}
	#area5 li dt{
		float: left;
		width: 100px;
		text-align: center;
		margin-right: 0px;
		font-size: 12px;
		color: #2c3e50;
		padding-top: 10px;
		margin-left: 2%;
	}
	#area5 li.colR dt{
		float: right;
		margin-right: 2%;
		margin-left: 0px;
	}

	#area5 li dt .pic{
		width: 100px;
		height: 100px;
		border-radius: 95px;
		overflow: hidden;
		border: 5px solid #f57f17;
		box-sizing: border-box;
	}
	#area5 li dt p{
		text-align: center;
		font-weight: 600;
		margin: 15px 0 5px;
		font-size: 11px;
	}
	#area5 li dt p span{
		display: inline-block;
		border: 1px solid #2c3e50;
		line-height: 1.1;
		padding: 5px 5px;
		font-size: 11px;
	}

	#area5 li dd{
		overflow: hidden;
		zoom:1;
		position: relative;
		padding:10px 10px 10px 20px;
		margin-top: -10px;

	}
	#area5 li.colR dd{
		padding:10px 20px 10px 10px;
	}
	#area5 li dd .box{
		box-shadow: 0px 2px 2px #ccc;
		-moz-box-shadow: 0px 2px 2px #ccc;
		-webkit-box-shadow: 0px 2px 2px #ccc;
		background-color: #fff;
		padding: 10px;
		border-radius: 5px;
		font-size: 13px;
		width: 100%;
		box-sizing: border-box;
	}
	#area5 li.colR dd .box{
	}

	#area5 li dd:after{
		background: url(../images/area5_arrow_l.gif) no-repeat 0 0;
		background-size: 20px;
		width: 20px;
		height: 25px;
		position: absolute;
		top:50px;
		left: 0px;
		content: '';
	}
	#area5 li.colR dd:after{
		background: url(../images/area5_arrow_r.gif) no-repeat 0 0;
		background-size: 20px;
		width: 20px;
		height: 46px;
		position: absolute;
		top:50px;
		left: calc(100% - 20px);
		content: '';
	}

	/*----------------------
			area6
	-----------------------*/

	#area6{
		background-color:#2c3e50;
		padding: 40px 0 20px;
		overflow: hidden;
		text-align: center;
	}
	#area6 h2{
		font-size: 26px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 40px;
		color: #fff;
		line-height: 1.4;
	}
	#area6 li{
		clear: both;
		margin-bottom: 35px;
		overflow: hidden;
	}

	#area6 li .box{
		background-color: #f5f6f7;
		box-shadow: 0px 2px 12px 10px #263545;
		-moz-box-shadow: 0px 2px 12px 10px #263545;
		-webkit-box-shadow: 0px 2px 12px 10px #263545;
		padding: 25px 15px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	#area6 li .box .pic{
		float: none !important;
		max-width: 300px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin: 0 auto 15px;
		text-align: center;
	}
	#area6 li.colR .box .pic{
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		margin: 0 auto 10px;
	}

	#area6 li .box .textArea{
		overflow: visible;
		position: relative;
		height: auto;
		line-height: 1.6;
		font-size: 14px;
	}
	#area6 li .box .textArea h3{
		font-weight: 700;
		font-size: 20px;
		color: #2c3e50;
		border-bottom: 1px solid #2c3e50;
		margin-bottom: 20px;
		padding-left: 70px;
		position: relative;
		line-height: 1.4;
		overflow: hidden;
		padding-bottom: 5px;
	}
	#area6 li .box .textArea h3 span{
		font-weight: 500;
		font-size: 15px;
		font-style: italic;
		padding-right: 20px;
		width: 70px;
		position: absolute;
		top:10%;
		left: 0;
	}
	#area6 li .box .textArea p span{
		font-weight: 600;
	}

	#area6 li .box .inbox{
		position: relative;
		bottom:0;
		left: 0;
		padding: 10px;
		border: 1px solid #ced7df;
		border-radius: 5px;
		overflow: hidden;
		font-size: 13px;
		line-height: 1.4;
		width: 100%;
		box-sizing: border-box;
		margin-top: 20px;
	}
	#area6 li .box .inbox img{
		float: left;
		margin-right: 10px;
		width: 60px;
	}
	#area6 li .box .inbox p{
		overflow: hidden;
		zoom:1;
	}
	#area6 li .box .inbox p strong{
		font-weight: 600;
		font-size: 18px;
		display: block;
		margin-bottom: 5px;
	}

	#area6 li a{
		display: inline-block;
		color: #fff;
		float: right;
		font-size: 13px;
		text-decoration: underline;
		background: url(../images/icatch2.png) no-repeat 0 10px;
		padding-left: 10px;
	}

	/*----------------------
			contact
	-----------------------*/

	#contact{
		background-color:#f5f6f7;
		padding: 50px 0 60px;
		overflow: hidden;
		text-align: center;
	}
	#contact div.ttl{
		margin-bottom: 30px;
		text-align: center;
	}

	#contact div.ttl h2{
		font-size: 26px;
		font-weight: 700;
		display: inline-block;
		position: relative;
		line-height: 1.2;
		padding-right: 70px;
	}
	#contact.complete div.ttl h2{
		padding-right: 0;
	}

	#contact div.ttl .pop{
		background-color: #2c3e50;
		width: 90px;
		height: 90px;
		border-radius: 57px;
		color: #fff;
		font-size: 12px;
		font-weight: 700;
		line-height: 1.2;
		padding-top: 22px;
		box-sizing: border-box;
		position: absolute;
		right: -25px;
		top:-30px;
	}

	#contact h2 .pop strong{
		display: block;
		font-size: 16px;
		font-weight: 700;
	}

	#contact h2 .pop i{
		background: url(../images/pop_arrow.png) no-repeat 0 0;
		background-size: 50px;
		width: 50px;
		height: 10px;
		position: absolute;
		bottom:0.8px;
		left: 2px;
	}
	#contact table{
		border-collapse: separate;
		border-spacing: 0px;
		width: 100%;
		margin: 0 auto;
	}
	#contact th{
		background-color: #ebedef;
		padding: 15px;
		font-weight: 700;
		white-space: nowrap;
		vertical-align: text-top;
		width: 100%;
		clear: both;
		float: left;
		box-sizing: border-box;
	}
	#contact th span{
		display: inline-block;
		color: #fff;
		/*background-color: #f57f17;*/
		background-color: #000000;
		line-height: 1;
		padding: 5px 10px;
		margin-right: 10px;
	}

	#contact td{
		background-color: #fff;
		padding: 15px;
		text-align: left;
		width: 100%;
		clear: both;
		float: left;
		box-sizing: border-box;
	}
	#contact td label{
		display: block;
		margin-bottom: 10px;
		position: relative;
		padding-left: 25px;
		line-height: 1.2;
	}
	#contact td label input{
		margin-right: 0;
		position: absolute;
		top:3px;
		left:0;
	}
	#contact td input{
		padding: 10px 15px;
		border: 1px solid #cdcdcd;
	}
	#contact td input.w1{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#contact .term{
		width: 100%;
		margin: 30px auto 40px;
		text-align: left;
		background-color: #fff;
		padding: 15px 10px;
		box-sizing: border-box;
	}

	#contact .term .textArea{
		padding: 0px 5px 0px 0;
		overflow-y: scroll;
		height: 200px;
		font-size: 13px;
	}
	#contact .term h3{
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 15px;
	}
	#contact .term .textArea p{
		margin-bottom: 10px;
	}
	#contact .term .textArea p.name{
		font-size: 12px;
		float: right;
		margin: 0px 0 0;
		text-align: right;
	}

	#contact .btn button{
		-webkit-appearance: none;
		/*background-color: #f57f17;*/
		background-color: #000000;
		border-radius: 10px;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		height: 70px;
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		text-align: center;
		border: 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		/*box-shadow: 0 5px #e85200;
		-moz-box-shadow: 0 5px #e85200;
		-webkit-box-shadow: 0 5px #e85200;*/
		/*text-shadow: 0 2px #e85200;
		-moz-text-shadow: 0 2px #e85200;
		-webkit-text-shadow: 0 2px #e85200;*/
		text-decoration: none !important;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
		cursor: pointer;
		font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height: 1.4;
		padding-top: 5px;
		box-sizing: border-box;
	}
	#contact .btn button strong{
		display: block;
		font-size: 15px;
	}
	#contact .btn button span{
		display: inline-block;
		background: url(../images/icatch1.png) no-repeat right 50%;
		padding-right: 20px;
		margin-right: -20px;
	}

	#contact .btn button:hover{
		opacity: 0.7;
	}
	#contact .btn.btnSend {
		display: block;
		float: none;
		margin-bottom: 20px;
	}
	#contact .btn.btnSend button{
		width: 100%;
		box-sizing: border-box;
	}
	#contact .btn.btnReturn{
		display: block;
		float: none;
	}
	#contact .btn.btnReturn button{
		width: 100%;
		box-sizing: border-box;
	}
	#contact .btnArea{
		width: 100%;
		margin: 0 auto;
	}

	#contact .thanks{
		font-size: 16px;
		font-weight: 700;
		padding-bottom: 40px;
	}

	#contact .thanks a span{
		display: inline-block;
		background: url(../images/icatch4.png) no-repeat right 50%;
		background-size: 7px;
		padding-right: 20px;
		text-decoration: underline !important;
		line-height: 1.4;
	}
	#contact .thanks a:hover{
		opacity: 0.7;
	}

	#contact .thanks .staff{
		display: inline-block;
		padding-top: 30px;
		padding-bottom: 0px;
		position: relative;
		padding-left: 0px;
		text-align: center;
	}
	#contact .thanks span.staff i{
		display: inline-block;
		width: 100px;
		height: 100px;
		border-radius: 65px;
		overflow: hidden;
		background: url(../images/thanks_pic.jpg) no-repeat 0 0;
		background-size: 100px;
		position: absolute;
		top:20px;
		left:0;
	}
	#contact .thanks .staff img{
		display: block;
		width: 100%;
		max-width: 460px;
		margin-bottom: 20px;
		margin: 0  auto 20px;
	}


	footer{	padding:15px 0;}
	footer h2{ width: 180px;}
	footer p{
		text-align:center;
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height: 1.4;
	}

	#btnPageTop{
		width:35px;
		z-index:999;
		bottom:15px;
		right:5px;
	}
}


/*生年月日追加*/
.seminar__form__row {
  display: flex;
  margin: 0 -12.5px;
}
.seminar__form__col3 {
  align-items: center;
  display: flex;
  margin: 0 12.5px;
  width: calc(33.33% - 25px);
}
.seminar__form__col3 .seminar__form__field {
  width: calc(100% - 20px);
}
.seminar__form__col3 .seminar__form__field__label {
  font-size: 14px;
  margin-left: 4px;
}
select {
	-webkit-appearance: none;
}
#form td select {
  border: #999 solid 1px;
  box-shadow: none;
  font-size: 14px;
  height: 40px;
  max-width: none;
  padding: 0 15px;
  width: 100%;
}
.seminar__form__select {
  background: #f7f7f5;
}
#form td select {
  background-color: transparent;
  background-image: url('../images/icon-angle-down.svg');
  background-position: calc(100% - 15px) center;
	background-size: 9px;
	background-repeat: no-repeat;
}
#form td select:focus, #form td select:focus-visible {
  background-color: #fff;
  border: #00bdff solid 1px;
  color: #333;
  outline: none;
}
#form td .hasError select {
  background-color: #fef2f2;
  border: #ed5e5e solid 1px;
  color: #333;
}
#form td .hasError select {
  background-color: #fef2f2;
  border: #ed5e5e solid 1px;
}