.voice-col {
    border-top: none;
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 30px;
}

.voice-main{
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom:30px;
	border-bottom:solid 1px #D2D2D2;
}
.voice-list{

}

.voice-list li{
	padding:25px 30px;
	border-bottom:solid 1px #D2D2D2;
}
.voice-list li:last-child{border:none;}


.voice-list li img {
	width: 100%;
	height: auto;
}
.voice-list li .txt-col {
	margin-top: 13px;
	height: auto !important;
}
.voice-list li .ttl {
	margin-top: 10px;
	font-size: 1.3rem;
}
.voice-list li .ttl a {
	text-decoration: none;
}
.voice-list li .ttl a:hover {
	text-decoration: underline;
}


/*===========================================================================
 youtube
===========================================================================*/
.youtube {
	margin-top:35px;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}