.newsList .block {
	border-bottom: 1px solid #dedede;
}

.newsList .block .column .title {
	display: flex;
	flex-direction: column;
}

.newsList .block .column .meta span {
	font-size: 11px;
}

.newsList .tag a {
	color: #1a3562;
	text-decoration: underline;
}

.newsList .block .column .title .memberTag {
	display: inline-block;
	height: 23px;
	max-width: 86px;
	margin: 10px 0 0;
	padding: 0 9px;
	background-color: #ac363f;
	border-radius: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
	font-weight: bold;
	color: #ffffff;
}

.newsList .block .column .title .memberTag i {
	width: 13px;
	height: 15px;
	margin: 0 5px 0 0;
	background: url(/navi/special/articles/images/ico_special_icon_small.png) no-repeat;
	background-size: 13px 15px;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 960px) {
	.newsList .block .column .title {
		display: flex;
		flex-direction: row;
	}
	.newsList .memberTag {
		float: right;
		width: 81%;
		font-size: 14px;
	}
	.newsList .block .column .title .memberTag {
		margin: 0 0 0 10px;
	}
}

.newsList .block.fix .column .meta span {
    color: #ffffff;
    background-color: #c3303c;
}

.newsList .block.fix .column .meta .date,
.newsList .block.fix .column .title {
    color: #c3303c;
    font-weight: bold;
}

.catListBlock {
    max-width: 100%;
}
@media screen and (max-width: 959px) {
	.catListBlock {
    	gap: 10px;
	}
}
@media screen and (min-width: 960px) {
	.catListBlock .column {
    	width: calc(92% / 4);
	}
}
