@charset "utf-8";

.contents_section {
	text-align : center;
	margin : 50px auto;
}

.contents_section h2 {
	text-align : center;
	font-weight : 400;
	font-size : 2.4rem;
	font-family: 'Noto Sans Japanese', serif;
	color : #2B91E5;
}

.contents_in {
	width : 1090px;
	margin : 20px auto;
	text-align : center;
}



.voice_list {
	display : flex;
	margin : 40px;
	padding-bottom : 40px;
	border-bottom : 1px solid #DEE1EC;
}
.voice_list > div {
	width : 50%;
}

.voice_comment {
	text-align : left;
	line-height : 1.8;
}
.voice_list > div.voice_person p{
	width : 400px;
	margin : 20px auto;
	text-align : left;
}
.voice_q {
	font-size : 1.8rem;
	color : #9DABB0;
	font-weight : 700;
	padding : 20px 0;
}

@media screen and (max-width : 768px) {
	.contents_in {
		width : 100%;
	}
	.sub .contents_section {
		width : 95%;
	}
.contents_section h2{
	font-size : 1.6rem;
}

	.voice_list {
		flex-wrap: wrap;
	margin : 10px;
	}
	
	.voice_list > div{
		width : 100%;
	}
	
	.voice_list > div.voice_person p {
		width : 90%;
		margin : 10px auto;
	}
}


