@charset "UTF-8";

/* ------------------------------
 お客様の声
------------------------------ */
.voicebox {
	margin-bottom: 40px;
	padding: 25px 40px 25px 45px;
	background-color: #f4f3ee;
	box-sizing: border-box;
}

.voicebox .txtbox {
	width: 300px;
	float: left;
}

.voicebox .txtbox .name {
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #0066cc;
}

.voicebox .profile dl:not(:last-of-type) {
	margin-bottom: 10px;
}

.voicebox .profile dt {
	width: 78px;
	padding: 5px 0;
	display: inline-block;
	background-color: #a8a5a1;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.voicebox .profile dd {
	padding: 5px 0 5px 7px;
	display: inline-block;
	font-size: 16px;
}

.voicebox .category {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #d7d4c6;
	font-size: 16px;
	line-height: 1.2;
}

.voicebox .ph {
	width: 270px;
	float: right;
}

.voice_inner .stl {
	padding: 12px 10px 10px 14px;
	border-bottom: 2px solid #ebebeb;
	background-color: #f6f6f6;
	box-sizing: border-box;
}

.voice_inner .stl h2 {
	padding-left: 10px;
	border-left: 6px solid #bc2b20;
	font-size: 18px;
	font-weight: bold;
}

.voice_inner .inbox {
	padding: 20px 20px 50px;
}

.voice_inner .inbox .txt {
	font-size: 16px;
	line-height: 1.6;
}

#other_voice dl {
	width: 650px;
	margin: 0 auto;
	padding: 20px 23px;
	background-color: #f5f5f5;
	box-sizing: border-box;
}

#other_voice dl:not(:last-of-type) {
	margin-bottom: 2px;
}

#other_voice dt {
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 17px;
	background: url(../img/voice/ar_voice.png) no-repeat left center;
}

#other_voice dd {
	padding-left: 17px;
	font-size: 14px;
	line-height: 1.4;
}

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/