<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*---------------------------------------
	mv
---------------------------------------*/
.lower #mv {
	background: url("/assets/voice/img/bg_mv.png") no-repeat top center;
	background-size: 100%;
}

/*---------------------------------------
	voice
---------------------------------------*/
.voice_block {
	margin-top: 20px;
}
.voice_box {
	margin-bottom: 40px;
}
.voice_table {
	width: 100%;
}
.voice_table td {
	border: 1px solid #1D1D1D;
	padding: 20px;
}
.voice_table_img {
	text-align: center;
}
.voice_table_img img {
	width: 57.1%;
}
.voice_table_ttl {
	background: #53BD40;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
.voice_table_parson {
	background: #ECECEC;
}
.voice_table_parson_box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.voice_table_parson_txt {
	font-weight: bold;
}

@media (min-width:768px){
	.voice_list_block {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.voice_box {
		width: calc((100% - 30px) / 2);
		margin-bottom: 60px;
	}
	.voice_table td {
		vertical-align: top;
	}
	.voice_table_img img {
		width: 47.4%;
	}
	.voice_table_ttl {
		font-size: 2rem;
	}
}

@media (min-width:768px) and (max-width:1199px){
	.voice_box:nth-child(2n) {
		margin-left: 30px;
	}
	.voice_box:last-child {
		margin-bottom: 100px;
	}
}

@media (min-width:1200px){
	.voice_box {
		width: calc((100% - 60px) / 3);
	}
	.voice_box:nth-child(3n),
	.voice_box:nth-child(3n-1) {
		margin-left: 30px;
	}
	.voice_box:nth-last-child(-n+3) {
		margin-bottom: 100px;
	}
	.voice_table_img img {
		width: 180px;
	}
}
</pre></body></html>