/*=================================
Voice
=================================*/
/*      Voice
-----------------------*/
.voice_list li{
	margin: 1em 0.5em 2em;
}
.voice_pic {
	width: 100%;
	padding-top: 80%;
	background-size: cover;
	background-repeat: no-repeat;
}
.voice_txt {
	margin-top: 0.8em;
	padding: 1em;
	border-left: 2px solid #737373;
}
.voice_txt h3 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
.menseki {
	text-align: center;
	margin-bottom: 1.4em;
}
@media screen and (min-width:680px){
	.voice_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.voice_list li {
		width: 30%;
	}
}