@charset "utf-8";

/********** 見出し **********/
#voice h2.font-mincho{
	padding: 2.3vw 0;
	text-align: center;
	font-size: 5.6vw;
	font-weight: bold;
	background: #f4f1ed;
}

/********** txt-voice **********/
#voice .txt-voice{
	padding: 5vw 0 7vw;
}
#voice .txt-voice p{
	text-align: center;
}

/********** voice list **********/
#voice .voice-list{
}
#voice .voice-list ul{
}
#voice .voice-list ul li{
	margin: 0 2vw 3vw;
	padding: 15.5vw 3.8vw 3.5vw;
	border: solid 0.2vw #ccc;
	background: url("../images/voice/title-voice.svg") no-repeat 2.8vw 3.8vw;
	background-size: 22.2vw auto;
}
#voice .voice-list ul li p{
	margin: 0 0 6vw;
}
#voice .voice-list ul li p:last-child{
	margin: 0;
}














