@charset "utf-8";

/* ------------------------------
    voice
------------------------------ */

#voice .acd-btn img {
	vertical-align: -.2em;
	margin-right: 2em;
}
#voice .acd-main .ttl {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2em;
	color: #ff6405;
}
#voice .acd-main .ttl img {
	height: 1em;
	width: auto;
	vertical-align: -.2em;
	margin-right: 1em;
}
#voice .acd-main .sub-ttl {
	color: #ff6405;
	border-bottom: 1px solid #ff6405;
	padding-bottom: .5em;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
	margin: 40px 0 1em;
}
#voice .acd-main .catch {
	color: #ff6405;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
	margin-top: 40px;
}
#voice .acd-main .txt {
	font-size: 1.4rem;
}

.acd-box#tsutsumi .acd-btn{
	background-image: url('../../img/recruit/voice/btn_bg01.jpg');
}
.acd-box#yagami .acd-btn{
	background-image: url('../../img/recruit/voice/btn_bg02.jpg');
}
.acd-box#ohashi .acd-btn{
	background-image: url('../../img/recruit/voice/btn_bg04.jpg');
}
.acd-box#hamada .acd-btn{
	background-image: url('../../img/recruit/voice/btn_bg03.jpg');
}
.acd-box#miwa .acd-btn{
	background-image: url('../../img/recruit/voice/btn_bg05.jpg')
}
.acd-box#yamaguchi .acd-btn{
	background-image: url('../../img/recruit/voice/btn_bg06.jpg');
}

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

	#voice .acd-btn {
		background: #fff!important;
	}
	#voice .acd-btn img {
		width: 1.3em;
		margin-right: 1em;
	}
	#voice .acd-main .ttl {
		font-size: 5vw;
		margin-bottom: 1em;
	}
	#voice .acd-main .sub-ttl {
		font-size: 4vw;
		margin: 5% 0 1em;
	}
	#voice .acd-main .catch {
		font-size: 3.7vw;
		margin-top: 5%;
	}
	#voice .acd-main .txt {
		font-size: 3.5vw;
	}

}