@charset 'utf-8';


/* =========================================================
news
========================================================= */
#news{
	background-color: var(--main-color--bg12);
	position: relative;
	overflow: visible;
}
@media print, screen and (min-width: 1025px){
	#news:before{
		content:"";
		display: block;
		background-color: var(--main-color--bg12);
		position: absolute;
		z-index: 0;
		right: 100%;
		top: 0;
		width: 100%;
		height: 100%;
	}
}
#news .inner{
	min-height: 0;
	width: 86.5%;
	min-width: 960px;
	max-width: none;
	padding-bottom: 180px;
	position: relative;
}
@media print, screen and (min-width: 1025px){
	#news .inner{
		min-height: calc(100vh + 320px);
	}
}
@media print, screen and (max-width: 1250px) {
	#news .inner{
		min-width: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 767px){
	#news .inner{
		padding-bottom: 120px;
	}
}


/* =========================================================
news_item
========================================================= */
#news_item{
	border-top: 2px solid var(--sub-color--border2);
	padding-bottom: 60px;
}
.news_item_bg{
	padding: 30px;
}
#news_item .nodata{
	width: 100%;
	text-align: left;
}
@media only screen and (max-width: 767px){
	#news_item .nodata{
		text-align: center;
	}
}
#news_item #ajax-load-more .news_bloc:first-child{
	border-top: none;
}
#news_item .news_bloc{
	width: 100%;
	border-bottom: 1px solid var(--sub-color--border1);
}
#news_item .news_bloc--link {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	        align-items: center;
	-webkit-align-items: center;
	padding: 27px 0 27px;
	width: 100%;
}
#news_item .news_info--date {
	font-size: 1em;
	width: 110px;
	letter-spacing: 0.03em;
	padding-left: 9px;
}
#news_item .news_info--title{
	font-size: 1em;
	width: calc(100% - 110px);
	letter-spacing: 0.03em;
	padding-left: 0;
}
#news_item p.nodata{
	padding: 60px 0;
	text-align: center;
}
@media only screen and (max-width: 767px){
	#news_item{
	}
	#news_item .news_bloc{
	}
	#news_item .news_bloc--link {
		padding: 25px 0 27px;
	}
	#news_item .news_info--date {
	}
	#news_item .news_info--title {
		line-height: 1.5em;
	}
	#news_item p.nodata{
	}
}


/* =========================================================
wp-pagenavi
========================================================= */
#wp-pagenavi{
	margin-top: 30px;
}
