@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	margin-top: 70px;
	background-image: url("../img/voice/main_bg.webp");
}
.voiceArea .inner {
    padding: 60px 20px;
}
.voiceArea .inner .desc {
	margin: 30px 0 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.voiceArea .inner .desc .voiceBox {
	width: 50%;
	margin: 0 0 40px;
	padding: 0 5vw;
}
.voiceArea .inner .desc .voiceBox h2 {
	padding: 10px 2em 10px 60px;
	font-size: 16px;
	position: relative;
}
.voiceArea .inner .desc .voiceBox h2:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 40px;
    height: 37px;
	background-image: url("../img/voice/fukidashi.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
.voiceArea .inner .desc .voiceBox .txtBox {
	padding: 15px;
}
.voiceArea .inner .desc .voiceBox .txtBox p {
	padding: 15px 20px;
	background-color: #f7f7f7;
}
@media screen and (max-width: 1000px) {
/* mainArea */
	.mainArea {
		margin-top: 60px;
		background-image: url("../img/voice/main_bg_sp.webp");
	}
.voiceArea .inner .desc .voiceBox {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 5vw;
}
}
