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

header .local_branding_area {
	background:url(../recruit/img/local_brarding.jpg) no-repeat;
}
main .text_section {
	margin:0 0 70px;
}
main section h4 {
	text-align:left;
	font-size:125%;/*20px*/
	margin:0 0 30px;
	display:inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#21457d;
	padding:0 12px 2px;
	color:#fff;
}
main section ul.li_list {
	margin:30px 0 0;
}
main section .img_box {
	display:flex;
	justify-content:space-between;
}
main section .img_box figure {
	text-align:center;
}

@media screen and (min-width: 0px) and (max-width: 1020px) {
header .local_branding_area {
	background:url(../recruit/img/local_brarding.jpg) no-repeat center center;
	background-size:1400px;
}
}
@media screen and (min-width: 0px) and (max-width: 980px) {
main .img_box figure {
	padding:0 15px;
}
}
@media screen and (min-width: 0px) and (max-width: 400px) {
header .local_branding_area {
	background:url(../recruit/img/local_brarding.jpg) no-repeat center bottom;
	background-size:1400px;
}
}