@charset "utf-8";
/* CSS Document */

.recruitWrap {
	line-height: 1.75;
}

.recruit_contentsW {
	max-width: 1010px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
}

.recruit_title01 {
	text-align: center;
	margin-top: 115px;
}
.recruite_table01 {
	margin-top: 150px;
	font-size: 125%;/* 20px */
}
.recruite_table01 th {
	font-weight: bold;
	text-align: left;
	width: 280px;
	padding: 0 35px 35px 0;
	vertical-align: top;
}
.recruite_table01 td {
	padding-bottom: 35px;
	vertical-align: top;
}
.recruite_text01 {
	text-align: center;
	font-size: 150%;/* 24x */
	font-weight: bold;
	margin: 150px 0 180px;
}

@media screen and (max-width: 767px){
	.recruit_title01 {
		margin-top: 60px;
	}
	.recruit_title01 img {
		width: calc(346px / 2);
	}
	.recruite_table01 {
		margin-top: 70px;
		font-size: 100%;
	}
	.recruite_table01 th {
		width: 120px;
		padding: 0 15px 15px 0;
	}
	.recruite_table01 td {
		padding-bottom: 15px;
	}
	.recruite_text01 {
		font-size: 112.5%;/* 18px */
		margin: 40px 0 60px;
	}
}
