@charset "utf-8";

.voice_ttl {
	position: relative;
	color: #5f5f5f;
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
	padding: 0 0 5px 15px!important;
}

.voice_ttl:nth-of-type(1) {
	margin-top: 0;
}

.voice_ttl::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 23px;
	background-image: url(/recruit/img/ttl_line.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

#content .innerBlock {
	padding-top: 30px;
}