@charset "UTF-8";
/* CSS Document */

.recruit_list .recruit_single {
	margin-bottom: 20px;
}

.recruit_list .recruit_bottom dl {
	margin-bottom: 30px;
}

.recruit_list .recruit_bottom dl dt {
	font-size: 18px;
	color: #351c13;
	font-weight: bold;
}

.recruit_list .recruit_bottom dl dd {
	font-size: 16px;
	line-height: 1.7;
}

.voice h3 {
	background: #351c13;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.voice .voice_single {
	width: 94%;
	margin: 0 auto 50px;
}

.voice .voice_single h4 {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #291109;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.voice .voice_single h4 div {
	font-size: 22px;
	font-weight: 500;
	color: #351c13;
	line-height: 1.4;
}

.voice .voice_single h4:before {
	content: "";
	background: url("../img/recruit/voice_icon.png") no-repeat center / 100%;
	width: 37px;
	height: 42px;
	margin-right: 7px;
}

.voice .voice_single h4 span {
	display: block;
	font-weight: bold;
	font-size: 16px;
}

 .voice .voice_single dl:not(:last-of-type) {
	 margin-bottom: 30px;
}

 .voice .voice_single dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #351c13;
}

 .voice .voice_single dl dd {
	 font-size: 16px;
	color: #351c13;
	 line-height: 1.7;
}

.voice .recruit_link {
	width: 75%;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
	font-family: noto-sans-cjk-jp, sans-serif;
}


@media screen and (max-width: 767px){
	.voice .recruit_link {
		width: 100%;
		font-size: 18px;
	}
}


