@charset "UTF-8";
/* CSS Document */

#voice-list{
	    padding-top: 6.15%;
    padding-bottom: 5.38%;
}
#voice-list ul{
	display: flex;
    flex-wrap: wrap;
}
#voice-list ul li{
    width: 30.76%;
    margin-right: 3.86%;
    margin-bottom: 3.86%;
    background-color: #61c000;
    border-radius: 8px;
}
#voice-list ul li:nth-child(3n) {
    margin-right: 0;
}
#voice-list ul li a {
    display: block;
	height: 100%;
}
.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: 24px;
    padding-left: 24px;
    padding-bottom: 20px;
}
.voice-list_who{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1em;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 16px;
}
#voice-list ul li h3{
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    color: #FFFFFF;
}
