@charset "utf-8";

/* --------------------------------------------------------------------------------
	test　先輩ママの声が届きました！
-------------------------------------------------------------------------------- */
.voice ul{
	display:flex;
	flex-wrap: wrap;
}
.voice ul li{
	width:32%;
	padding:0 1.5% 3% 0;
}
.voice ul li:nth-child(3n){
	padding:0 0 3%;
}
.voice ul li .img{
	padding:0 0 2%;
}
.voice ul li .icon{
	width: 100%;
    text-align: right;
	padding:0 0 2%;
}
.voice ul li .icon img{
	width:35%;
}
.voice ul li .name{
    text-align: right;
	padding:0 0 15%;
}