@charset "utf-8";

section{
	text-align: center;
	position: relative;
}

#breadcrumb .inner{
	max-width: 900px;
}

#page_mv{
	background-image: url(../../img/recruit/pc/bg_h2.jpg);
}

#page_mv h2{
	background: url(../../img/recruit/pc/icon_h2.png) no-repeat top 67px center;
	background-size: 59px 45px;
}

#contents p.caution{
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1.28px;
	color: #78B7CC;
	margin-top: 35px;
}

#contents h3{
	color: #6C5417;
	font-size: 30px;
	letter-spacing: 3px;
	line-height: 1;
	margin-top: 70px;
}

#contents h3 span{
	display: block;
	font-size: 24px;
	margin-bottom: 18px;
}

#contents p{
	font-size: 18px;
	letter-spacing: 1.44px;
	line-height: 1;
	margin-top: 30px;
}

#contents p.contact {
    font-size: inherit;
    background: #F7F9EE;
    padding: 1em 1.4em;
    margin-top: 0;
    line-height: 1.8;
}

.point{
	width: 700px;
	margin: 48px auto 0;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1.28px;
	border: 1px solid #AEC25D;
	background: #fff;
	padding: 40px 48px;
	box-sizing: border-box;
	border-radius: 10px;
	font-feature-settings: "palt";
}

#contents h4{
	margin-top: 90px;
	color: #483826;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.9px;
	line-height: 60px;
	text-align: left;
	background: #E9E5DC;
	padding-left: 16px;
}

.bosyuyoko{
	margin: 52px auto 128px;
	width: 77.777%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #fff;
}

.bosyuyoko th{
	width: 170px;
	background: #F7F9EE;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: 0.8px;
}

.bosyuyoko td{
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	letter-spacing: 0.8px;
	line-height: 2.25;
	text-align: left;
	padding: 25px 30px;
}

.bosyuyoko td a,.bosyuyoko td a:hover{
	color: #AEC25D;
}

.bosyuyoko td hr{
	border: none;
	border-top: 1px dashed #ccc;
	height: 1px;
	margin: 12px 0;
}

@media screen and (max-width: 768px){
	#page_mv{
		background-position: right 40% center;
	}
	#contents h3{
		font-size: 22px;
		line-height: 1.5;
		letter-spacing: 2px;
		margin-top: 40px;
	}
	#contents h3 span{
		font-size: 18px;
		margin-bottom: 4px;
	}
	#contents p{
		margin-top: 18px;
		font-size: 15px;
		letter-spacing: 1.2px;
		line-height: 1.25;
	}
	#contents p.caution{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 1.4;
		margin-top: 15px;
	}
	.point{
		width: 100%;
		margin-top: 38px;
		font-size: 13px;
		padding: 30px 38px;
		text-align: left;
	}
	#contents h4{
		margin-top: 65px;
		font-size: 16px;
		line-height: 50px;
		padding-left: 18px;
	}
	#contents p.contact .small {
		display: block;
	    font-size: 80%;
	}
	.bosyuyoko{
		margin: 20px auto 80px;
		width: 100%;
	}
	.bosyuyoko th{
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 7px 0;
	}
	.bosyuyoko td{
		display: block;
		font-size: 13px;
		padding: 20px 25px;
		line-height: 2;
	}
}