@charset "UTF-8";
/* CSS Document */

/*========================================== */
/* 共通
/*========================================== */
h2.tit01{
	text-align: center;
	margin: 0 0 80px;
	padding: 100px 0 0;
}
h3.stit01{
	width: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #0061ad;
	text-align: center;
	padding: 0 0 10px;
	border-bottom: solid 3px #0061ad;
	margin: 0 auto 40px;
}


/*========================================== */
/* index　トップページ
/*========================================== */
.index h2.tit01{
	margin: 0 0 40px;
	padding: 0;
}
.index section{
	width: 625px;
	height: 258px;
	padding: 40px;
	margin: 0 auto 60px;
	box-sizing: border-box;
	background: #fff;
	border-bottom: solid 10px #b4c3db;
	position: relative;
}
.index section.end{
	margin-bottom: 0;
}
.index section:before{
	content: url(../../img/merit_bg_left.png);
	position: absolute;
	top: 0;
	left: -118px;	
}
.index section:after{
	content: url(../../img/merit_bg_right.png);
	position: absolute;
	top: 0;
	right: -118px;	
}
.index section p{
	width: 515px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: solid 1px #0061ad;
}

.index .other_p{
	width: 699px;
	margin: 80px auto;
	text-align: justify;
	text-justify: inter-ideograph;
}
.index_link.nextlink{
	margin-top: 50px;
}



/*========================================== */
/* about　
/*========================================== */
.about section{
	position: relative;
}
.about .section01{
	margin: 0 0 100px;
}
.about .section01 .pos01{
    position: absolute;
    top: -65px;
    left: -70px;
}
.about .section02{
	float: left;
	width: 420px;
	height: 280px;
	border-top: 10px solid #b4c3db;
	padding: 20px;
	margin: 0 0 40px;
	background: #fff; 
	box-sizing: border-box;
}
.about .section03{
	float: right;
	width: 420px;
	height: 280px;
	border-top: 10px solid #b4c3db;
	padding: 20px;
	margin: 0 0 40px;
	background: #fff; 
	box-sizing: border-box;
}
.about .section02 .midashi,
.about .section03 .midashi{
	font-size: 16px;
	font-weight: bold;
	color: #0061ad;
	min-height: 90px;
}
.about .section02 .txt img{
	float: right;
	margin: 0 0 0 10px;
}
.about .section04 .txt img{
	float: right;
	margin: 0 0 0 25px;
}
.about .section04{
	clear: both;
	height: 180px;
	border-top: 10px solid #b4c3db;
	padding: 20px;
	margin: 0 0 40px;
	background: #fff; 
	box-sizing: border-box;
}
.about .section04 .midashi{
	font-size: 16px;
	font-weight: bold;
	color: #0061ad;
	margin: 0 0 20px;
}


/*========================================== */
/* flow　
/*========================================== */
.flow section{
	background: #fff;
	border: solid 1px #0061ad;
	padding: 1px;
	position: relative;
	margin: 0 0 80px;
}
.flow section:after{
	content: url(../img/cmn_arrow02.png);
	position: absolute;
	width: 51px;
	height: 28px;
	margin: 0 auto;
	bottom: -60px;
	left: 0;
	right: 0;
}
.flow .section10:after{
	content: none;
}
.flow section h3{
	background-repeat: no-repeat;
	background-color: #0061ad;
	background-position: 90% 12px;
	padding: 20px;
}
.flow .section01 h3{
	background-image: url(../../flow/img/stit01_bg01.png);
}
.flow .section02 h3{
	background-image: url(../../flow/img/stit01_bg02.png);
}
.flow .section03 h3{
	background-image: url(../../flow/img/stit01_bg03.png);
}
.flow .section04 h3{
	background-image: url(../../flow/img/stit01_bg04.png);
}
.flow .section05 h3{
	background-image: url(../../flow/img/stit01_bg05.png);
}
.flow .section06 h3{
	background-image: url(../../flow/img/stit01_bg06.png);
}
.flow .section07 h3{
	background-image: url(../../flow/img/stit01_bg07.png);
}
.flow .section08 h3{
	background-image: url(../../flow/img/stit01_bg08.png);
}
.flow .section09 h3{
	background-image: url(../../flow/img/stit01_bg09.png);
}
.flow .section10 h3{
	background-image: url(../../flow/img/stit01_bg10.png);
}
.flow section p{
	padding: 20px;
}
.flow .receiving table{
	width: 100%;
	border: solid 1px #0061ad;
	border-collapse: collapse;
	margin: 0 0 20px;
}
.flow .receiving table th{
	background: #efefef;
	font-size: 16px;
	font-weight: bold;
	color: #0061ad;
	text-align: center;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	border: solid 1px #0061ad;
}
.flow .receiving table td{
	background: #fff;
	text-align: center;
	width: 25%;
	padding: 6px 10px;
	box-sizing: border-box;
	border: solid 1px #0061ad;
}
.flow .receiving p{
	margin: 0 0 15px;
	text-indent: -1em;
	padding: 0 0 0 1em;
}


/*========================================== */
/* training　
/*========================================== */
.training .wrap{
	width: 830px;
}
.training h3{
	text-align: center;
	margin: 0 0 40px;
}
.training .left{
	float: left;
	width: 384px;
	text-align: center;
	margin: 0 0 40px;
}
.training .right{
	float: right;
	width: 384px;
	text-align: center;
	margin: 0 0 40px;
}
.training .center{
	float: none;
	width: 100%;
	text-align: center;
	margin: 0 0 40px;
}
.training .end{
	float: none;
	clear: both;
}
.training p{
	margin: 0 0 40px;
}
.training .imgbox{
	background: #fff;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	margin: 0 0 10px;
}
.training .left .imgbox + span,
.training .right .imgbox + span{
	text-align: left;
	display: block;
}
.training .comment{
	clear: both;
	width: 628px;
	margin: 0 auto 160px;
	border-top: solid 2px #0061ad;
	border-bottom: solid 2px #0061ad;
	padding: 15px 0 15px 60px;
	background: url(../../training/img/icon01.png) no-repeat 5px center;
}
.training .comment p{
	font-size: 18px;
	font-weight: bold;
	color: #0061ad;
	margin: 0;
}


/*========================================== */
/* faq　
/*========================================== */
.faq section{
	border: solid 1px #0061ad;
	padding: 1px;
	margin: 0 0 40px;
}
.faq section p.question{
	background-repeat: no-repeat;
	background-color: #0061ad;
	background-position: 90% 12px;
	padding: 20px 20px 20px 65px;
	color: #fff;
	position: relative
}
.faq section p.question:before{
	content: url(../../faq/img/icon_q.gif);
	width: 22px;
	height: 26px;
	margin: 10px 20px 0 0;
	position: absolute;
	top: 6px;
	left: 20px;
}
.faq section p.answer{
	position: relative;
	padding: 20px 20px 40px 65px;
	background: #fff;
}
.faq section p.answer:before{
	content: url(../../faq/img/icon_a.gif);
	width: 33px;
	height: 24px;
	margin: 10px 20px 0 0;
	position: absolute;
	top: 4px;
	left: 20px;
}
.faq section p.txt{
	padding: 0 20px 40px 65px;
	background: #fff;
	font-size: 12px;
	color: #0061ad;
}

.faq section p.txt span{
	display: inline-block;
	padding: 2px 5px;
	margin: 0 0 5px;
	border: solid 1px #0061ad;
	
}


/*========================================== */
/* company　
/*========================================== */
.company table{
	width: 100%;
	border-collapse: collapse;
}
.company table th{
	color: #0061ad;
	background: #e3e6e8;
	padding: 18px;
	border-bottom: solid 1px #fff;
}
.company table td{
	background: #fff;
	padding: 20px;
	border-bottom: solid 1px #fff;
}
.company table td div{
	margin: 0 0 5px;
}
.company #gmap{
	width: 100%;
	height: 450px;
	margin: 0 0 100px;
}


/*======================================== */
/* inquiry　
/*======================================== */
.inquiry .wrap{
	width: 802px;
}
.inquiry .step {
	margin: 0 0 40px;
}
.inquiry .step li{
	display: inline-block;
}
.inquiry .hissu{
	margin: 0 0 40px;
	color: #F00;
}
.inquiry table{
}
.inquiry table {
	width: 100%;
    border: none;
}
.inquiry table th{
	width: 240px;
	padding: 23px 10px 17px;
	font-size: 18px;
	font-weight: normal;
	color: #0061ad;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.inquiry table th span{
	color: #f00;
}
.inquiry table td{
	padding: 20px 10px;
	font-size: 16px;
	font-weight: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.inquiry table td{
	vertical-align: middle;
	position: relative;
}
.inquiry table .end {
	border-bottom: none;
}
.inquiry table .end p {
	font-size: 14px;
	margin-top: 5px;
}
.inquiry table .end strong{
	color: #F00;
	display: block;
}
.inquiry .soushin {
	display: block;
	text-align: center;
	margin: 0 0 100px;
}
.inquiry .soushin button{
	border: none;
	background: none;
}
.entry .soushin div.mfp_err{
	margin-left: 300px;
}
.mfp_element_all {
	max-width: 100%;
}

/*======================================== */
/* thanks　サンクス画面　
/*======================================== */
.inquiry.thanks{
	text-align: center;
}
.inquiry.thanks p{
	margin: 0 0 40px;
}
.inquiry.thanks .btnarea{
	margin: 0 0 150px;
}





/*フォーム部品
-------------------------------------*/
input[type="text"],
input[type="email"]{
	width: 524px;
	padding: 3px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #CCCCCC;
	line-height: 1.6;
	font-size: 100%;
	-webkit-appearance: none; 
}
input[type="text"].short01{
	width: 20%;
}
textarea{
	width: 100%!important;
	min-height: 200px;
	border: solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 100%;
	padding: 5px;
	resize: vertical;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok{
	position: relative;
	top: -70px;
}/*========================================== */
/* privacy　
/*========================================== */
.privacy h3{
	margin: 0 0 20px;
}
.privacy .last h3{
	margin: 0 0 10px;
}
.privacy h4{
	margin: 0 0 10px;
	color: #0061ad;
}
.privacy section{
	margin: 0 0 30px;
}
.privacy section p{
	margin: 0 0 15px;
}
.privacy section ol li{
	margin: 0 0 5px;
	text-indent: -1em;
	padding: 0 0 0 1em;
}
.privacy section ol.last{
	margin: 0 0 80px;
}
.privacy section.last{
	margin: 0 0 100px;
}


/*======================================== */
/* sitemap　サイトマップ
/*======================================== */
.sitemap section{
	margin: 0 0 100px;
}
.sitemap ul{
	overflow: hidden;
}
.sitemap ul li{
	float: left;
	width: 400px;
	margin: 0 30px 30px 0;
}
.sitemap ul li.end{
	margin: 0 0 30px 0;
}
.sitemap ul li a{
	display: block;
	padding: 5px 10px 5px 20px;
	border: solid 1px #ccc;
	background-image:url(../..//sitemap/img/sitemap_arrow01.png);
	background-repeat: no-repeat;
	background-position: 9px center;
	background-color: #fff;
}
.sitemap ul li a:hover{
	color: #fff;
	background-color: #0061ad;
	background-image:url(../../sitemap/img/sitemap_arrow02.png);
}