.recruit_head_text {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	text-align: center;
}

.ttl_h3 {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.4em;
	line-height: 1.33;
	padding-bottom: 0;
	margin-bottom: 60px;
}

.ttl_h3 span {
	display: inline-block;
}

.dl_recruit div {
	margin-bottom: 40px;
}

.dl_recruit div:last-child {
	margin-bottom: 0;
}

.dl_recruit dt {
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #FF8484;
}

.dl_recruit dd {
	letter-spacing: 0.2em;
}

@media print, screen and (min-width: 769px) {
	.dl_recruit {
		max-width: 960px;
		margin: 0 auto;
	}
	.dl_recruit div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.dl_recruit dt {
		padding-bottom: 0;
		margin-bottom: 0;
		border-right: 1px solid #FF8484;
		border-bottom: none;
		width: 17%;
	}
	.dl_recruit dd {
		width: 83%;
		padding-left: 40px;
	}
	.dl_recruit dd:last-of-type {
		margin-bottom: 0;
	}
}