@charset "utf-8";

.main-img {
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/common/page_main_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.cnt-voice .bg {
	padding: 80px 0 100px;
	background-image: url(../images/top/voice_bg.jpg);
	background-repeat: repeat;
}
.cnt-voice .inner {
	position: relative;
	padding: 30px 20px 50px;
	border-radius: 12px;
	behavior: url(/js/PIE.htc);
	background-color: #fff;
}
.cnt-voice .inner .voice {
	position: relative;
	border-radius: 0 0 12px 12px;
	behavior: url(/js/PIE.htc);
}
.cnt-voice .inner .voice .img-voice {
	text-align: center;
	margin-top: -40px
}
.cnt-voice .inner .voice .inner2 {
	padding: 30px 20px;
}
.cnt-voice .inner .voice1 {
	border-top: 10px solid #c0f0c0;
	background-color: #def6de;
}
.cnt-voice .inner .voice2 {
	border-top: 10px solid #cfe6ff;
	background-color: #ecf5ff;
}
.cnt-voice .inner .voice3 {
	border-top: 10px solid #fbdfbf;
	background-color: #fff3e6;
}
.cnt-voice .inner .voice4 {
	border-top: 10px solid #fed6fe;
	background-color: #fff0ff;
}
.cnt-voice .inner .voice5 {
	border-top: 10px solid #eee6ab;
	background-color: #fffce1;
}
.cnt-voice .inner .voice6 {
	border-top: 10px solid #bbefef;
	background-color: #eafcfc;
}