@charset "UTF-8";
/* CSS Document */
@media (max-width: 700px) {
#voice-list{
padding-top: 9.23%;
        padding-bottom: 10.76%;
	}
#voice-list ul{
	display: flex;
    flex-wrap: wrap;
}
#voice-list ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
    background-color: #61c000;
    border-radius: 8px;
}
#voice-list ul li:nth-child(3n) {
    margin-right: 0;
}
.voice-list_img{
	width: 100%;
}
.voice-list_img img{
	display: block;
	width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.voice-list_txt{
	padding-top: 12px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 20px;
}
.voice-list_who{
    font-size: 19px;
    line-height: 1em;
    margin-top: 8px;
    margin-bottom: 12px;
}
#voice-list ul li h3{
    font-size: 16px;
    line-height: 1.5em;
    color: #FFFFFF;
}
}
