@charset "UTF-8";

.lower-visual {
	background: linear-gradient(rgba(61,64,65,0.4),rgba(61,64,65,0.4)), url("../img/lower/news.jpg") no-repeat center center;
	background-size: cover;
}

.news-content dt {
    font-weight: 700;
}

.news-content dd {
    margin-top: -1.7em;
    padding: 0 0 1.2rem 10rem;
}

.new {
    display: inline-block;
    background: #DC000C;
    color: #fff;
    font-size: 1.1rem;
    padding: 0 0.6rem;
    margin-left: 0.4rem;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
    text-align: center;
	margin-top: 2rem;
    padding: 2rem 0.8rem 0;
	width: 100%;
}

.pages {
    padding: 0.4rem 2rem 0rem;
	width: 100%;
}

.current {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0.2rem;
	background: #3D4041;
	color: #fff;
}

.page {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0.2rem;
	background: #eee;
}

.nextpostslink,
.previouspostslink {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0.2rem;
	background: #eee;
}

.page:hover,
.nextpostslink:hover,
.previouspostslink:hover {
	background: #3D4041;
	color: #fff;
}


/*detail*/
.news_detail-title {
	font-size: 2.4rem;
	font-weight: 700;
	padding-bottom: 1.6rem;
	line-height: 1.5;
}

.detail-inner {
	max-width: 1000px;
}

.detail-inner p {
	padding: 0.8rem 0;
}

@media only screen and (max-width: 768px) {
	.news-content dd {
		margin-top: 0;
		padding: 0 0 0.8rem;
	}
	
	.news_detail-title {
		font-size: 1.8rem;
	}
}

