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

/* 採用情報ページ設定 */

#contents #title h1 {
	background-image: url(../img/recruit/title_ph.jpg);
}
#contents #title h1::before {
	content: "\f406";
}
#contents #contents_menu li:nth-child(1) a h6 {
	color: #FFF;
	background-color: #016bba;
}

@media print,screen and (min-width: 768px){

/* PC用設定 */

#contents #recruit {
	padding-top:60px;
	padding-bottom:120px;
}
#contents #recruit .section {
	width:800px;
}
#contents #recruit table {
	border-collapse:collapse;
}
#contents #recruit th {
	font-size: 18px;
	line-height: 1.5em;
	width: 4em;
	text-align:right;
	font-weight: bold;
	vertical-align: top;
	padding-bottom:0.5em;
}
#contents #recruit td {
	font-size: 18px;
	line-height: 1.5em;
	padding-left:2em;
	padding-bottom:0.5em;
}

}
@media screen and (max-width: 767px){

/* スマホ用設定 */

#contents #recruit {
	padding-top:0px;
	padding-bottom:40px;
}
#contents #recruit table {
	border-collapse:collapse;
}
#contents #recruit th {
	font-size: 13px;
	line-height: 1.5em;
	width: 4em;
	text-align:right;
	font-weight: bold;
	vertical-align: top;
	padding-bottom:0.5em;
}
#contents #recruit td {
	font-size: 13px;
	line-height: 1.5em;
	padding-left:2em;
	padding-bottom:0.5em;
}

}
