/*======================================

column

======================================*/
.column .header-img {
	padding-top: 30px;
	width: calc(100% - 30px);
	margin-left: -18px;
}

.news-wrap {
	width: 950px;
	margin: 0 auto;
}

.news-wrap article {
	width: 100%;
}

article .article-title {
	margin-bottom: 40px;
}

.column-category {
	width: 100%;
	letter-spacing: 0.2em;
	transform: translateX(-0.4em);
	font-size: 16px;
	margin: 40px 0 110px;
}

.column-category li {
	display: inline-block;
	margin-right: 20px;
	padding-right: 40px;
	position: relative;
}

.column-category li:last-of-type {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.column-category li::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: -8px;
	width: 27px;
	height: 37px;
	background: url(../img/share/ico-slash.svg) no-repeat;
	background-size: 100% auto;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .column-category li::after {
		width: 26px !important;
	}
}

.column-category li:last-of-type::after {
	display: none !important;
} 

.column article {
	margin-bottom: 150px;
}

.column article:last-of-type {
	margin-bottom: 0;
}

.column article .tag-list {
	margin-bottom: 5px;
}

.column article time {
	margin-right: 30px;
}

.column .page-nav {
	padding-left: 0;
}