
.page_tit {
	height: 115px;
	width: 980px;
	margin-top: 20px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/voice/page_tit.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.voice_box {
	height: auto;
	width: 980px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

.voice_box01 {
	height: auto;
	width: 980px;
	margin: 0px auto;
}

.voice_box01 h4 {
	height: 35px;
	width: 980px;
	margin-top: 50px;
}

.voice_txt01 {
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 40px;
	color: #999;
	text-align: left;
}

.voice_box02 {
	position: relative;
	height: 688px;
	width: 980px;
	background-image: url(../img/voice/voice_box02_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

.voice_box02 ul li {
	position: absolute;
	background-position: top center;
	background-repeat: no-repeat;
}

.voice01 {
	top: 4px;
	left: 92px;
	height: 265px;
	width: 285px;
	background-image: url(../img/voice/voice_txtbg01.png);
}

.voice02 {
	top: 0px;
	left: 635px;
	height: 311px;
	width: 336px;
	background-image: url(../img/voice/voice_txtbg02.png);
}

.voice03 {
	top: 356px;
	left: 6px;
	height: 332px;
	width: 359px;
	background-image: url(../img/voice/voice_txtbg03.png);
}

.voice04 {
	top: 362px;
	left: 557px;
	height: 312px;
	width: 337px;
	background-image: url(../img/voice/voice_txtbg04.png);
}

.voice_box02 h5 {
	padding-top: 65px;
	color: #318039;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
}

.voice_txt02 {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	line-height: 21px;
	color: #666;
}

.voice_txt03 {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10px;
	line-height: 21px;
	color: #999;
}

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

.voice_box {
	margin-top: 0px;
	height: auto;
	width: 100%;
}

.voice_box01 {
	height: auto;
	width: 100%;
	margin: 0px auto;
}

.voice_box01 h4 {
	height: auto;
	width: 100%;
	margin: 10px 0px 0px 10px;
}

.voice_box01 h4 img {
	height: auto;
	width: 180%;
}

.voice_txt01 {
	padding: 10px 20px 40px 15px;
	color: #666;
}

.voice_box02 {
	position: static;
	height: auto;
	width: 100%;
	background-image: none;
}

.voice_box02 ul li {
	position: static;
	height: auto;
	width: 100%;
}

.voice_txt03 {
	padding-bottom: 40px;
}

}