@charset "utf-8";
/*****************************************
	style.css
	インタビュー用スタイルシート
******************************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	background-color: #fff;
	color: #000;
}
div#container {
	background: #fff;
}
#headContent .free {
	font-size: 18px;
}
p,ul,ol,li,h1,h2,h3,h4,h5,h6,dd {
  margin: 0;
  padding: 0;
}
img {
	display: block;
	border: 0;
	width: 100%;
}
.logo img{
	width: auto;
}
.pcOn{
	display: none;
}
#header .content{
	margin: 0 auto;
}
.head_h1{
	color: #000;
}
.baseWhite{
	background-color: #fff;
}
.baseWhite img{
	margin: 0 auto;
	max-width: 1000px;
}
.w94{
	max-width: 860px;
	width: 94%;
	margin: 0 auto;
}
.mw600{
	max-width: 600px;
	margin: 0 auto;
}
.cnt{
	padding-bottom: 60px;
}
.cntIn{
	padding: 30px 0 40px;
}
.cnt1{
	text-align: center;
	font-size: 38px;
	padding-bottom: 0;
	color: #00a73b;
	font-weight: 600;
}
.cnt1 span{
	display: inline-block;
}
.h2Wrap h2 {
	text-align: center;
	clear: both;
	color: #000;
	font-size: 30px;
	margin: 0 auto;
}
.cnt2 h3{
	background-color: #a0c238;
	text-align: center;
	font-size: 25px;
	padding-top: 3px;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 4px;
}
.cnt2 .cntBox{
	margin-bottom: 50px;
}
.cnt2 .cntBox p span{
	display: inline-block;
}
.h4Wrap{
	color: #000;
	line-height: 60px;
	text-align: center;
}
.h4Wrap >div{
	line-height: 1.4;
	display: inline-block;
	vertical-align: middle;
}
.h4Wrap >div p{
	font-size: 14px;
}
.cnt22 dt{
	font-weight: 600;
}
.cnt23 table{
	border-collapse: collapse;
	font-size: 16px;
	width: 100%;
}
.cnt23 tr{
	font-size: 14px;
}
.cnt23 tr >*{
	color: #000;
	line-height: 50px;
	border: 1px solid #999;
}
.cnt23 tr >*:first-child{
	text-align: center;
	background-color: #E0EAA3;
	line-height: 1.7;
	width: 30%;
	font-weight: 600;
}
.cnt23 tr >*:last-child{
	background-color: #fff;
	padding: 0 5px;
	width: 30%;
}
.cnt26 a{
	color: #00a73b;
	border-bottom: 2px solid #00a73b;
	text-decoration: none;
}

.cnt26 dt {
    font-weight: 600;
}

.btnT1 a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	background-color: #00a73b;
	border: solid #00a73b;
	border-radius: 10px;
	line-height: 2;
	position: relative;
}
.btnT1 a:after{
	display: block;
        content: '';
        position: absolute;
        top: 0;
	bottom: 0;
	margin: auto;
        right: 20px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

.btnT1 a span.line_in{
	display: block;
    border: solid 1px #fff;
    margin: 6px;
    border-radius: 6px;
}

.styleBox .sBin strong{
		color: #00a73b;
		display: block;
		margin-bottom: 15px;
	}
.style2 .sBin strong{
	color: #0c5268;
}
.cnt4{
	text-align: center;
}
.cnt4 .cntBox{
	margin-top: 40px;
}
.cnt4 .cntBox h3{
	font-size: 25px;
	color: #00a73b;
	margin-bottom: 10px;
}
.cnt4 .cntBox h3 span{
	display: inline-block;
}
.cnt4Txt{
	font-size: 15px;
	margin-bottom: 20px;
}
.cnt4Txt .strong{
	font-size: 25px;
	margin-top: 10px;
}
.cnt4Txt p:last-child{
	margin-top: 10px;
}
.cnt46{
	margin-bottom: 100px;
}

#footer .content .free{
	margin: 0 auto;
	font-size:12px;
	background: #a0c238;
	max-width: 1200px;
}
#footer .content .free a{
	text-decoration: none;
}

#main .space{
	padding-bottom: 0;
}
.styleBox .sBin strong span{
		display: inline-block;
	}
@media screen and (min-width: 641px) {
	body {
	background-color: #f4ad21;
	color: #000000;
	}
	.cnt1{
		color: #00a73b;
	}
	.spOn{
	display: none;
	}
	.pcOn{
		display: block;
	}
	.h2Wrap {
	position: relative;
	}
	.h2Wrap h2{
		color: #333333;
	}
	.h2Wrap:before {
	border-top: 1px solid #A4A4A4;
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	}
	.h2Wrap span {
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 0 0.5em;
	}
	.wageTableWrap{
		overflow: hidden;
	}
	.wage1{
		float: left;
		width: 48.5%;
	}
	.wage2{
		float: right;
		width: 48.5%;
	}
	.styleBox{
		overflow: hidden;
		margin-bottom: 20px;
	}
	.styleBox .sBin{
		margin-left: 220px;
		line-height: 200px;
	}
	.styleBox .sBin >div{
		line-height: 1.4;
		vertical-align: middle;
		display: inline-block;
	}
	.styleBox .sBin strong{
		border-bottom: 1px solid #00a73b;
		padding-bottom: 10px;
	}
	.style2 .sBin strong{
		border-bottom: 1px solid #0c5268;
	}
	
	.styleBox .sBin p{
		font-size: 15px;
	}
	.styleBox h3{
		float: left;
		width: 200px;
	}
	.style2{
		margin-bottom: 30px;
	}
	.merit img{
		border-radius: 10px;
	}
	.style2 strong br{
		display: none;
	}
}
@media screen and (max-width: 860px) {
	.cnt1{
		font-size: 4.6vw;
	}
}
@media screen and (max-width: 640px) {
	.cnt46{
		margin-bottom: 50px;
	}
	.cnt1{
		font-size: 23px;
	}
	.h4Wrap{
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.wage1{
		margin-bottom: 30px;
	}
	.cnt26 a{
		color: #00a73b;
		padding: 5px 0 0;
		line-height: 1.7;
	}
	.styleBox h3{
		text-align: center;
		color: #00a73b;
		border: 2px solid #00a73b;
		line-height: 50px;
		border-radius: 8px;
		margin-bottom: 20px;
	}
	.style1{
		margin-bottom: 20px;
	}
	.style2{
		margin-bottom: 40px;
	}
	.style1 .sBin strong{
		color: #00a73b;
	}
	.style2 h3{
		color: #0c5268;
		border: 2px solid #0c5268;
	}
	.cnt4 .cntIn >p,
	.cnt4Txt p:last-child{
		text-align: left;
	}
	.cnt4 .cntBox h3{
		color: #00a73b;
	}
	.h2Wrap h2{
		font-size: 26px;
	}
	.cnt2 h3{
		font-size: 23px;
	}
	
	#footer{
	border-top: 1px solid #a0c238;
	}
	#footer .content .free .copy{
		color: #fff !important;
	}

	#footer .content .free .copy .ga_pdf a{
		color: #fff !important;
	}
	#footer .content .free .copy .recop a{
		color: #fff !important;
	}
}
@media screen and (max-width: 480px) {
	.cntIn{
		padding-top: 10px;
		padding-bottom: 50px;
	}
	.cnt1 .cntIn{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.cnt{
		padding-bottom: 0;
	}
	.cnt46{
		margin-bottom: 40px;
	}
	.cnt2 .cntBox{
		margin-bottom: 30px;
	}
	.cnt4 .cntBox {
    margin-top: 30px;
	}
	.cnt4 .cntIn > p br{
		display: none;
	}
	#headContent .free{
		font-size: 16px;
	}
	.h2Wrap h2{
		font-size: 24px;
	}
	.cnt2 h3{
		font-size: 20px;
	}
	.cnt4 .cntBox h3, .cnt4Txt .strong{
		font-size: 22px;
	}
	.btnT1 a{
		font-size: 20px;
		box-sizing: border-box;
	}
	.btnT1 a::after{
		right: 3%;
	}
}
@media screen and (max-width: 320px) {
	.cnt1{
		font-size: 22px;
	}
}

.cnt23 tr td {
	padding: 15px 0;
}
.cnt23 tr td:nth-of-type(2) {
	line-height: 1.7;
	padding: 0 5px;
	width: 40%;
}
.cnt23 tr td span {
	font-size: 12px;
}


.spple {
	margin: 20px auto 0;
}
.spple p {
	font-size: 16px;
	font-weight: bold;
}
.spple dl {
	font-size: 14px;
	margin: auto;
	padding-left: 1em;
}
.spple dl dt {
	font-weight: bold;
	margin-top: 1em;
}
