@charset "utf-8";
#main #news .content {
	max-width: 120rem;
}
.newsArea {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.newsArea aside {
	flex-basis: 240px;
}
.newsArea .article {
	flex-basis: 860px;
}
.newsArea .article .title {
	margin: 0 0 40px;
}
.newsArea .article .title span {
	display: inline-block;
}
.newsArea .article .title span.time {
	margin: 0 24px 0 0;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
}
.newsArea .article .title span.category {
	min-width: 120px;
	background: #272727;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	color: #FFF;
}
.newsArea .article h2 {
	position: relative;
	margin: 0 0 75px;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.newsArea .article h2::after {
	position: absolute;
	left: 0;
	bottom: -10px;
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #DEEDF5;
}
.newsArea .article .detail {
	margin: 0 0 50px;
}
.newsArea .article .detail img {
	display: inline-block;
	margin: 0 0 30px;
}
.newsArea .article .detail p {
	margin: 0 0 30px;
	font-size: 1.5rem;
	line-height: 2.2;
}
.newsArea .article h2.wp-block-heading {
	margin: 0 0 1.5rem;
	padding-bottom: 1rem;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #0D78BA;
	border-bottom: 2px solid #DEEDF5;
}
.newsArea .article h2.wp-block-heading::after {
	content: unset;
}
.newsArea aside .category {
	margin: 0 0 60px;
}
.newsArea aside .category p,
.newsArea aside .archive p {
	padding: 0 20px 25px;
	font-family: 'Barlow', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	color: #0D78BA;
}
.newsArea aside ul {}
.newsArea aside ul li {
	border-bottom: 1px solid #DDDDDD;
}
.newsArea aside ul li:first-child {
	border-top: 1px solid #DDDDDD;
}
.newsArea aside ul li a {
	display: block;
	box-sizing: border-box;
	padding: 25px 20px;
	font-size: 1.6rem;
}
.newsArea aside ul li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 1279px) {
	.newsArea {
		display: block;
	}
	.newsArea .article {
		margin: 0 0 60px;
	}
}