@charset "UTF-8";

/* recruit
-----------------------------------------------------*/
.rctlist {
	background:#f9f8f6;
	border:1px solid #ccc;
	margin-bottom:2em;
	padding:2em 3em;
}

.rctlist dl {
	display:-ms-flexbox;
	display:flex;
}

.rctlist dl dt {
	font-weight:500;
	width:11em;
}

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


}

