@charset "UTF-8";
/* =======================================================
mv
======================================================= */
.el-lower-mv-ttl::after {
	content: 'voice';
}
/* =======================================================
voice
======================================================= */
.bl-voice {
	padding: 6rem 0;
	background: #E3F8FE;
	position: relative;
}
.bl-voice::before {
	content: '';
	position: absolute;
	background: url(../images/common/top-deco.svg) top center / cover no-repeat;
	width: 100%;
	height: 2.5rem;
	top: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.el-cat-label:not(.all){
	border: 0.0625rem solid #222;
	background: #fff;
	color: #222;
}
.bl-voice-unit{
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 2rem;
}
.bl-voice-item{
	width: 20rem;
	border: 0.125rem solid #204988;
	border-radius: 1.25rem;
	background: #fff;
	padding: 2rem 1.625rem;
	position: relative;
}
.bl-voice-item > a{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.el-voice-ttl{
	color: #204988;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.045rem;
	margin-bottom: 1rem;
}
.bl-voice-item .el-txt{
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	font-weight: normal;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	margin-bottom: 1.5rem;
	flex: 1;
}
.bl-voice-item .el-name{
	font-size: 1.0625rem;
	font-weight: bold;
	letter-spacing: 0.0425rem;
	padding-top: 1rem;
	position: relative;
}
.bl-voice-item .el-name::before{
	content: '';
	position: absolute;
	background-image: radial-gradient(circle, #999 0.125rem, transparent 0.125rem);
	background-size: 0.5625rem 0.25rem;
	background-repeat: repeat-x;
	width: 100%;
	height: 0.25rem;
	top: 0;
	left: 0;
}
.bl-stars{
	display: flex;
	font-size: 0.9375rem;
	letter-spacing: 0.0375rem;
	margin-top: 0.5rem;
}
.bl-stars dt{
	position: relative;
}
.bl-stars dt::after{
	content: '：';
}
.bl-stars dd{
	color: #FF6939;
}
.bl-voice-img-wrapper{
	margin-top: 1rem;
}
.bl-voice-img-wrapper.no-img{
	width: 16.4rem;
	height: 17.5rem;
	background: #F6F6F6;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bl-voice-img-wrapper.no-img img{
	width: 132px;
}
/* single */
.bl-post{
	border: 0.125rem solid #204988;
	border-radius: 1.25rem;
	background: #fff;
	padding: 3rem 3.75rem;
	position: relative;
}
.el-post-ttl{
	color: #204988;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.08rem;
	margin-bottom: 1.5rem;
}
.bl-post-img-wrapper{
	margin-top: 2rem;
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}
.bl-post-img-wrapper > img{
	width: 27.125rem;
}
.bl-post-btm{
	margin-top: 2rem;
	display: flex;
	gap: 1rem;
}
.bl-post-btm .el-name{
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.06rem;
}
.bl-post .el-cat-label{
	font-size: 0.875rem;
}
.bl-post .bl-stars{
	font-size: 1.25rem;
	letter-spacing: 0.05rem;
	margin-top: 0.5rem;
}
@media screen and (max-width: 46.875rem) {
	.bl-voice-item{
		width: 38.875rem;
		margin: 0 auto;
	}
	.el-voice-ttl{
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
	.bl-voice-item .el-name{
		font-size: 1.75rem;
		padding-top: 2rem;
		margin-top: 2rem;
	}
	.bl-stars{
		font-size: 1.625rem;
		margin-top: 1rem;
	}
	.bl-voice-img-wrapper{
		margin-top: 1.5rem;
	}
	.bl-voice-img-wrapper.no-img{
		width: 100%;
		height: 37.5rem;
	}
	.bl-voice-img-wrapper.no-img img{
		width: 16rem;
	}
	/* single */
	.bl-post{
		padding: 3rem 2rem;
	}
	.el-post-ttl{
		font-size: 2.125rem;
	}
	.bl-post-img-wrapper{
		margin-top: 3rem;
		flex-direction: column;
		justify-content: center;
	}
	.bl-post-img-wrapper > img{
		width: 27.125rem;
		margin: 0 auto;
	}
	.bl-post-btm{
		margin-top: 3rem;
	}
	.bl-post-btm .el-name{
		font-size: 1.75rem;
	}
	.bl-post .el-cat-label{
		font-size: 1.5rem;
	}
	.bl-post .bl-stars{
		font-size: 1.875rem;
		margin-top: 1rem;
	}
}
/* =======================================================
related
======================================================= */
.bl-related{
	padding: 6rem 0;
	background: #F6F6F6;
}
.bl-related .el-main-ttl{
	margin-bottom: 3rem;
}
.bl-related .el-cat-label{
	margin-top: 0.5rem;
}
@media screen and (max-width: 46.875rem) {
	.bl-related .el-cat-label{
		margin-top: 1rem;
	}
}