.recruitmentArea {
	max-width: 920px;
  margin: 0 auto;
	padding:60px 0;
	border-bottom: 2px dotted #004b9e;
}
.recruitmentArea .is-sp {
	display: none;
}
@media screen and (max-width: 810px) {
	.recruitmentArea {
		margin: 0 32px;
	}
	.is-sp {
		display: block !important;
	}
	#contents .mb60sp { margin-bottom: 60px!important;}
}
.recruitmentBtn {
	max-width: 400px;
	margin-top: 40px !important;
}