@charset "UTF-8";
.recruit .contents > h2 + div {
	padding: 5px 0 30px 0;
}
.recruit .contents > dl {
	padding: 40px 0 0 0;
}
.recruit .contents > dl > dd {
	padding-bottom: 10px;
}
.recruit .contents > dl > dd:nth-of-type(2) {
    margin: 0 0 20px 0;
}
.recruit .contents > dl:last-of-type {
	padding-bottom: 10px;
}
.recruit .contents > div:last-of-type {
	background: #eee;
    margin: 40px 0 25px 0;
    padding: 15px 20px;
}
