@charset "utf-8";

#recruit time,
#career time{
	display: block;
	padding: 5px 10px;
	margin: 0 0 40px;
	color: #036;
	font-weight: bold;
	border-left: 3px solid #0066da;
	background-color: #eaf3fc;
}

#recruit h5,
#career h5{
	font-size: 1.8rem;
	font-weight: bold;
	color: #0387e7;
	margin-bottom: 0.8em;
}
#recruit h5::before,
#career h5::before{
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 14px;
	height: 14px;
	margin: 0 0.3em 0 0;
	background-color: #0387e7;
}
#recruit a,
#career a{
	color: #00f;
	text-decoration: underline;
}
#recruit a:hover,
#career a:hover{
	opacity: 0.5;
}

#recruit ol,
#career ol{
	margin-bottom: 1em;
}
#recruit ol > li,
#career ol > li{
	margin: 0 0 0 1.5em;
	list-style: decimal outside;
}
#recruit ol ul > li,
#career ol ul > li{
	margin: 0 0 0 1.5em;
	list-style: disc outside;
}

.mt0{margin-top: 0 !important;}
.mb0{margin-bottom: 0 !important;}
.pt0{padding-top: 0 !important;}
.pb0{padding-bottom: 0 !important;}

.section_inner{
	min-height:inherit;
}

.section_inner p{
	margin: 0 0 1em;
}

table.recruit_tbl{
	width: 100%;
	border: 1px solid #b4d6f1;
	border-collapse: collapse;
}
table.recruit_tbl caption{
	caption-side: bottom;
	text-align: left;
	padding: 1em 0 0;
}
table.recruit_tbl th,
table.recruit_tbl td{
	vertical-align: top;
	padding: 1em;
	border: 1px solid #b4d6f1;
}
table.recruit_tbl th{
	white-space: nowrap;
	color: #003366;
	font-weight: bold;
	background-color: #eaf3fc;
}
table.recruit_tbl td{
}
table.recruit_tbl .ta-left{
	text-align: left;
}
table.recruit_tbl .ta-center{
	text-align: center;
}
table.recruit_tbl .ta-right{
	text-align: right;
}
table.recruit_tbl td.va-top{
	vertical-align: top !important;
}
table.recruit_tbl .va-middle{
	vertical-align: middle !important;
}
table.recruit_tbl .va-bottom{
	vertical-align: bottom !important;
}
table.recruit_tbl p{
	margin: 1em 0;
}
table.recruit_tbl dl{
	margin: 0;
	padding: 0;
}
table.recruit_tbl dt{
	font-weight: bold;
	margin: 0 0 0.5em;
	padding: 0;
}
table.recruit_tbl dd{
	margin: 0 0 1.5em;
	padding: 0;
}
table.recruit_tbl dt:last-of-type,
table.recruit_tbl dd:last-of-type{
	margin-bottom: 0 !important;
}

table.recruit_tbl dl.inline{
	margin: 0;
	padding: 0;
}
table.recruit_tbl dl.inline dt{
	display: inline-block;
	vertical-align: top;
	width: 16%;
	font-weight: bold;
	margin: 0 0 0.5em;
}
table.recruit_tbl dl.inline dd{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0.5em;
	width: 83%;
}
table.recruit_tbl strong{
	font-weight: bold;
}

.job_site{
	width: 100%;
	margin: 20px auto;
}
ul.site_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px 0 0;
}
ul.site_list li{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
}
ul.site_list li:nth-child(3n+2){
	border-left: 1px solid #b4d6f1;
	border-right: 1px solid #b4d6f1;
}
ul.site_list li a{
	display: block;
	width: 100%;
	max-width: 160px;
 height: 64px;
	margin: 0 auto;
}

img.qr-code{
	display: block;
	width: 90px;
	height: auto;
	margin: 0 auto;
}

img.recruit_schedule,
img.btn_img{
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto 1em;
}

#recruit address,
#career address{
	padding: 0 0 0 40px;
	margin: 0 0 1em;
}
#recruit small,
#career small{
	font-size: 80%;
}
img.btn_img{
	margin: 0 0 1em 0;
}

#career dl dl > dt{
	margin: 0;
	padding: 0 0 0 1.5em;
	color: #069;
	line-height: 1.5;
}
#career dl dl > dt::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.2em 0.2em -1.5em;
	width: 15px;
	height: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #069;
	border-radius: 50%;
}
#career dl dl > dd > ul li{
	list-style: disc outside;
	margin: 0 0 0 3em;
	line-height: 1.4;
}


/*---------------------------------------------
 Mobile Style
---------------------------------------------*/
@media screen and (max-width: 767px) {
	.section_inner{
		margin-bottom: 40px;
	}
	.section_inner h4{
		line-height: 1.4;
	}
	table.recruit_tbl{
		border: none;
		margin-bottom: 40px;
	}
	table.recruit_tbl caption{
		caption-side: bottom;
		text-align: left;
		padding: 1em 1em 0;
	}
	table.recruit_tbl th,
	table.recruit_tbl td{
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0.5em 1em;
	}
	table.recruit_tbl th{
		border-width: 0 0 0 6px;
		border-left: 6px solid #b4d6f1;
	}
	table.recruit_tbl td{
		border: none;
		margin: 0 auto 20px;
	}

	table.recruit_tbl dl.inline dt,
	table.recruit_tbl dl.inline dd{
		display: block;
		width: 100%;
	}
	

	ul.site_list{
		display: block;
		margin: 20px 0 0;
	}
	ul.site_list li{
		display: block;
		width: 100%;
		padding: 20px 0;
	}
	ul.site_list li:nth-child(3n+2){
		border-top: 1px solid #b4d6f1;
		border-bottom: 1px solid #b4d6f1;
		border-left: none;
		border-right: none;
	}
	ul.site_list li a{
		height: auto;
	}
	img.recruit_schedule,
	img.btn_img{
		max-width: 100%;
	}
	
}