/*共通*/
.news-date{
	display:block;
	padding:2px 0 0;
}
div.news-category{
	display:inline-block;
	width:60px;
	padding:5px 0;
	margin:0 8px;
	text-align:center;
	border-radius:52px;
	color:#fff;
	font-weight:600;
	font-size:14px;
	line-height:1;
	font-family: Albert Sans;
}
div.news-category a{
	color:#fff;
	font-weight:600;
}
div.cat-info{
	background-color:#8C8279;
}
div.cat-note{
	background-color:#40C9B5;
}
div.cat-art{
	background-color:#ECC33E;
}
div.cat-news{
	background-color:#002940;
}
.news-title{
	line-height:1.4;
}
/*一覧----------------------*/
.newsList li{
	display:flex;
	margin:0 0 30px;
	vertical-align:middle;
	line-height:1;
}
.newsList li:last-child{
	margin:0;
}

/*単一記事-------------------*/
h2.single{
	padding:0 0 15px;
	margin:0 0 10px;
	border-bottom:1px solid #8E9CA4;
}
.post-date{
	margin:0 0 20px;
	text-align:right;
}
.post-date span{
	display:inline-block;
	padding:2px 0 0;
}
.article{
	line-height:2;
}
	
@media screen and (max-width: 960px) {
	/*common mod----------------*/
	section h1{
		margin:0 0 20px;
	}
	/*一覧----------------------*/
	a.news-title{
		display:block;
		margin:10px 0 5px;
		line-height:1.5;
	}
	.newsList li{
		padding:0 0 15px;
		margin:0 0 15px;
		border-bottom:1px solid #8E9CA4;
	}
	.news-date{
		font-size:15px;
	}
	/*単一記事-------------------*/
	h2.single{
		line-height:1.4;
	}
	.article {
		line-height: inherit;
	}
	.article .wp-caption{
		max-width:100%;
	}
}