.news {
	width: 1100px;
	margin: 85px auto 80px;
}
@media print, screen and (max-width: 1200px) {
	.news {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.news {
		margin: 49px auto 50px;
	}
}
@media print, screen and (max-width: 1200px) {
	.news h2 {
		left: 15px;
	}
}
@media screen and (max-width: 767px) {
	.news h2 {
		margin: 0 0 15px;
	}
}
.news_list {
	padding: 0;
	margin: 40px 50px 50px;
	list-style: none;
}
@media screen and (max-width: 767px) {
	.news_list {
		margin: 0 15px 50px;
	}
}
.news_list li a {
	display: flex;
	flex-flow: row nowrap;
	padding: 20px 0;
	text-decoration: none;
	border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 767px) {
	.news_list li a {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.news_list li a {
		padding: 14px 0 15px;
	}
}
.news_list li a.text {
	pointer-events: none;
}
.news_list li a span.date {
	color: #224e9d;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.news_list li a span.date {
		display: block;
		margin-bottom: 3px;
		font-weight: 700;
		font-size: 15px;
		line-height: 1.6;
		letter-spacing: 0;
	}
}
.news_list li a span.text {
	margin-left: 18px;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	transition: color 0.2s;
}
@media screen and (max-width: 767px) {
	.news_list li a span.text {
		margin-left: 0;
		font-weight: 400;
		font-size: 15px;
		line-height: 1.4666666667;
		letter-spacing: 0;
	}
}
.news_list li a:hover span.text {
	color: #224e9d;
}
.topics #main {
	padding-bottom: 0;
}
.topic_article {
	background: #f1f4f9;
	padding: 40px 0 150px;
}
.topic_article .topicdetail {
	margin: 0 auto;
	max-width: 800px;
}
@media (max-width: 820px) {
	.topic_article .topicdetail {
		padding: 0 20px;
	}
}
.topic_article .topicdetail .release_date {
	text-align: right;
}
.topic_article .topicdetail .contents {
	margin: 20px 0 0;
	line-height: 1.5;
}
