/* news */
.page #news #news_inner .flex {
	justify-content: center;
}
.page #news {
	background: none;
	font-size: 1em;
	line-height: 2;
}
.page #news .detail {
	font-size: 1em;
	line-height: 2;
	letter-spacing: 0.04em;
}
.page #news .btns {
	margin-top: 5em;
	position: relative;
}
.page #news .btns a {
	color: #000;
}
.btn_arrow {
	color: #000;
	display: table;
	position: relative;
	padding: 1em 2.5em;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.5s;
	margin: 4em auto 0;
	text-decoration: underline;
}
.btn_arrow::after {
	position: absolute;
	top: 50%;
	left: 1em;
	width: 0.5em;
	height: 0.5em;
	transform: translateY(-50%) rotate(-135deg);
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	content: "";
}
.btn_arrow:hover {
	color: #000;
	text-decoration: none;
}
.page #news #news_inner .tab {
	margin: 0 2%;
}
.page #news h2 {
	font-size: 1.5em;
	line-height: 1.6;
	border-bottom: 1px solid #BFBFBF;
	display: block !important;
	margin-bottom: 2em !important;
	padding: 1em 0;
}
.page #news .news_thumb {
	margin-bottom: 45px;
}
.page #news .secondary h2:after {
	border-top:none;
}
.page #news .day_tag .icon_category {
	justify-content: flex-start;
	width: 70%;
	font-size: 1em;
}
.post .flex.day_tag {
	justify-content: left !important;
}
.post .day {
	margin-right:20px; 
	color: #999999;
	font-size: 1.143em;
}
.post .goods,
.post .event {
	line-height: 3em;
}

@media screen and (min-width: 960px) {
	.post .secondary {
		padding: 10% 13% 14% 13% !important;
	}
	.post .news_image  {
		justify-content: space-between;
	}
	.post .news_image .news_thumb {
		width: 46%;
		margin: 2%;
	}
	.nav_news_active {
		color: #0272C4 !important;
	}
	.nav_news_active::after {
		transform: scale(1, 1) !important;
	}

}