@charset "UTF-8";
.el-cat-label.news {
	background: #204988;
	color: #fff;
	border: none;
}
.el-cat-label.media {
	background: #FF6939;
	color: #fff;
	border: none;
}
.el-cat-label.partner_sites {
	background: #FEF25C;
	color: #204988;
	border: none;
}
/* =======================================================
mv
======================================================= */
.el-lower-mv-ttl::after {
	content: 'news';
}

/* =======================================================
news
======================================================= */
.bl-news {
	padding: 6rem 0;
	background: #F6F6F6;
	position: relative;
}
.bl-news::before {
	content: '';
	position: absolute;
	background: url(../images/common/top-deco--gray.svg) top center / cover no-repeat;
	width: 100%;
	height: 2.5rem;
	top: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
}
/* single */
.el-post-ttl {
	color: #204988;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.06rem;
	border-top: 0.1875rem solid #204988;
	padding: 0.375rem 1rem;
	background: #fff;
	margin-bottom: 1rem;
}
.bl-news.--single .bl-cat {
	margin-bottom: 0;
}
@media screen and (max-width: 46.875rem) {
	/* single */
	.el-post-ttl {
		font-size: 2.125rem;
		padding: 0.5rem 1.5rem;
		margin-bottom: 1.5rem;
	}
}