@charset 'utf-8';

/*====================
{{スマホを基本設計にする}}
 - 〜479px：SP縦
 - 480px〜599px：SP横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/

h2 {
	padding: 4rem 0;
	margin-top: 50px;
	margin-bottom: 2.5rem;
	font-size: 3.8rem;
	text-align: center;
	line-height: 1.2;
	background: url(../images/bg_voice_title_sp.jpg) no-repeat;
	background-size: cover;
	background-position: bottom;
}

h2 span {
	display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 0.33em;
	font-weight: bold;
	color: #118A45;
	letter-spacing: .3em;
	text-indent: .3em;
}

h3 {
	margin-bottom: 2rem;
	font-size: 2.6rem;
	color: #006934;
	text-align: center;
}

.catch {
	width: 90%;
	margin: 0 auto 4rem;
}

.voice_contents {
	width: 90%;
	margin: auto;
}

.voice_content {
	position: relative;
	padding: 3rem 1rem 1rem;
	border: 1px solid #E2DCD7;
	border-radius: 5px;
	margin-bottom: 8rem;
	background: url(../images/bg_voice_piece.png) repeat;
	background-size: 140px;
}

.voice_deco {
	position: absolute;
	top: -4.5vw;
	left: 0;
	right: 0;
	margin: auto;
	width: 36%;
}

.voice_content h4 {
	padding: 0 2rem;
	margin-bottom: 1rem;
	font-size: 2.5rem;
	color: #006934;
}

@media screen and (max-width:350px) {
	.voice_content h4 {
		font-size: 2rem;
	}
}

.voice_content .voice_wrap {
	padding: 2rem 2rem 1rem;
	background-color: #fff;
}

.voice_content .voice_text {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px dashed #118A45;
	font-size: 1.6rem;
}

.voice_content .voice_text span {
	color: #118A45;
	background:linear-gradient(transparent 0%, #FFE682 0%);
}

.voice_content .voice_who {
	font-size: 1.3rem;
	color: #989898;
	text-align: right;
}

.attention {
	margin-top: -4rem;
	margin-bottom: 2rem;
	font-size: 1.5rem;
	color: #333;
}

@media screen and (min-width:600px) {
	h2 {
		padding: 10rem 0;
		margin-top: 0;
		margin-bottom: 12rem;
		font-size: 4.6rem;
		background: url(../images/bg_voice_title_pc.jpg) no-repeat;
	    background-size: cover;
    	background-position: bottom;
	}

	h3 {
		font-size: 3.6rem;
	}

	.catch {
		width: 75%;
		margin: 0 auto 9rem;
		text-align: center;
	}
}

@media screen and (min-width:768px) {
	.voice_contents {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 1000px;
	}

	.voice_content {
		width: 48%;
		padding: 4rem 2rem 2rem;
		margin-bottom: 10rem;
	}

	.voice_deco {
		top: -3vw;
	}


}

@media screen and (min-width:900px) {
	.voice_content h4 {
		font-size: 3rem;
	}

	.voice_content .voice_text {
		font-size: 2rem;
	}

	.voice_content .voice_who {
		font-size: 1.5rem;
	}

}

@media screen and (min-width:1060px) {
	.voice_content h4 {
		font-size: 3.6rem;
	}

	.voice_content .voice_text {
		font-size: 2.2rem;
	}

	.voice_content .voice_who {
		font-size: 1.8rem;
	}
}

@media screen and (min-width:1200px) {
	.voice_deco {
		top: -32px;
	}
}