<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


.voice .main {
	margin-bottom: 40px;
	text-align:center;
}
.voice .main img {
	width:100%;
}
.voice h2 {
	margin-bottom: 40px;
}
.voice h2 img {
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px){
.voice .main {
	margin-bottom: 40px;
}
.voice h2 {
	margin-bottom: 30px;
	padding: 0 5%;
}
.voice h2 img {
	margin-bottom: 20px;
	width: 70%;
}
}



.voice .voice_navi {
	text-align: center;
	max-width:740px;
	margin: 0 auto 50px;
}
.voice .voice_navi li {
	display:inline-block;
	margin:0 0.5%;
	width:29%;
}



.voice .voice_bg {
	padding-top: 80px;
}
.voice .voice_bg.green {
	background:#f1f9f8;
	border-bottom:solid 3px #0f7d6f;
}
.voice .voice_bg.glay {
	background:#f2f2f2;
	border-bottom:solid 3px #c0c0c0;
}
.voice .voice_bg.yellow {
	background:#f4f1e3;
	border-bottom:solid 3px #cfc07b;
}
.voice .voice_bg.red {
	background:#fef1f1;
	border-bottom:solid 3px #c97474;
}


.voice .voice_bg .inner {
	max-width:1174px;
	font-family:"Times New Roman", Times,"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.voice .voice_bg .inner .box {
	display:flex;
	align-items: center;
	margin-bottom:80px !important;
}
.voice .voice_bg .inner .box.re {
	display:flex;
	align-items: center;
	flex-direction: row-reverse;
}
.voice .voice_bg .inner .box .text {
	width:50%;
	padding:0 5%;
}.voice .voice_bg .inner .box .image {
	width:50%;
}
.voice .voice_bg .inner .box .st {
	margin-bottom:15px;
}
.voice .voice_bg .inner .box .catch {
	font-size:24px;
	color:#533e00;
	margin-bottom:25px;
	font-weight:bold;
}
.voice .voice_bg .inner .box p{
	font-size:16px;
	font-weight:500;
	color:#000;
	line-height: 2.1;
}
.voice .voice_bg .inner .box p span{
	background:linear-gradient(transparent 75%, #ffdc00 75%);
font-weight:bold; 
}
@media only screen and (max-width: 768px){
.voice .voice_bg {
	padding-top: 40px;
}
.voice .voice_bg .inner {
	max-width:1174px;
	font-family:"Times New Roman", Times,"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.voice .voice_bg .inner .box {
	display:block;
	margin-bottom:40px !important;
}
.voice .voice_bg .inner .box.re {
	display:block;
}
.voice .voice_bg .inner .box .text {
	width:auto;
	padding:0%;
	margin-bottom:15px;
}.voice .voice_bg .inner .box .image {
	width:auto;
}
.voice .voice_bg .inner .box .st {
	margin-bottom:15px;
	padding:0 5%;
}
.voice .voice_bg .inner .box .catch {
	font-size:18px;
	color:#533e00;
	margin-bottom:10px;
	font-weight:bold;
}
.voice .voice_bg .inner .box p{
	font-size:14px;
	font-weight:500;
	color:#000;
}
.voice .voice_bg .inner .box p span{
	background:linear-gradient(transparent 75%, #ffdc00 75%);
font-weight:bold; 
}
}


</pre></body></html>