@charset "UTF-8";

/* .voiceArea */
.voiceArea {
	width:648px;
	border:#22b573 5px solid;
	padding:49px 36px 8px;
	clear:both;
}
.voiceArea .ttl {
	padding-bottom:33px;
}
.voiceArea .voice {
	width:442px;
	padding:12px 12px 14px 16px;
	clear:both;
	margin-bottom:55px;
	position:relative;
	border-radius:12px;
}
.voiceArea .voice.pb08 {
	padding-bottom:8px;
}
.voiceArea .voice.bg01 {
	border:#a6e0f5 5px solid;
}
.voiceArea .voice.bg01 .title {
	color:#69b8e8;
}
.voiceArea .voice.bg02 {
	border:#ffdc78 5px solid;
}
.voiceArea .voice.bg02 .title {
	color:#e59a1b;
}
.voiceArea .voice.bg03 {
	border:#edb8b8 5px solid;
}
.voiceArea .voice.bg03 .title {
	color:#d5848b;
}
.voiceArea .voice .title {
	padding-bottom:5px;
}
.voiceArea .voice .title.let01 {
	letter-spacing:-1px;
}
.voiceArea .voice .txt {
	line-height:1.65;
}
.voiceArea .voice .let {
	letter-spacing:-9px;
}
.voiceArea .voice .photo {
	position:absolute;
	bottom:0;
	right:-169px;
}