/*sec-news*/
.sec-news .date {
	font-size: 1rem;
}
.sec-news .title {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.sec-news {
	padding: 15px 0;

}
.sec-news:nth-of-type(n + 2) {
	border-top: 1px solid #eee;
}


/*nav-pagination*/
.nav-pagination {
	margin-top: calc(3% + 30px);
}


/*list-pagination*/
.list-pagination {
	display: flex;
	justify-content: center;
}
.list-pagination > li {
	flex: 0 0 30px;
	text-align: center;
}


.complaint-wp .title {
	font-size: 1rem;
	padding: 0.5em 0.5em 0.4em;
	background: #DCE5E6;
	margin-bottom: 1.5%;
	font-weight: normal;
}
.complaint-wp .title em {
	color: #474747;
}
.news-wp.complaint-wp article.on {
	margin-bottom: 5%;
}
.news-wp.complaint-wp article.on p {
	font-size: .9rem;
}
