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

.voice_list + .voice_list {
	margin-top: 120px;
}

.voice_list_head{
	display: flex;
	align-items: center;
}
.voice_list_head img {
	width: 100%;
	height: auto;
}
.voice_list_head_img{
	width: 33%;
	max-width: 215px;
}
.voice_list_head_title{
	width: 64%;
	margin-left:3%;
}
.voice_list_head_title_s1{
	font-size: 26px;
}
.voice_list_head_title_s2{
	font-size: 16px;
}
@media (min-width:641px){
	.voice_list_head_title br.sp_only{
		display: none;
	}
}
@media (max-width:640px){
	.voice_list + .voice_list {
		margin-top: 60px;
	}
	.important_list {
		margin-bottom: 30px;
	}
	#content .contentInner .leftContent p.voice_list_head_title_s1{
		font-size: 20px;
		line-height: 1.5;
	}
	#content .contentInner .leftContent p.voice_list_head_title_s2{
		font-size: 12px;
		line-height: 1.5;
		margin-top:8px;
	}
}
</pre></body></html>