@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mv */
.mv {
	background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),url("/img/news/mv.jpg");
}



/* main */
.main__h2 {
	margin-bottom: 80px;
}

.main__item {
	width: 100%;
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main__date {
	display: inline-block;
	width: 120px;
}

.main__category {
	display: inline-block;
	width: 120px;
	margin-right: 30px;
	border: 1px solid #222;
}

.main__category p {
	width: 100%;
	font-size: 14px;
	text-align: center;
}

.main__h3 {
	display: inline-block;
	width: calc(100% - 250px);
}

.main__ttl:hover {
	text-decoration: underline;
}

.wp-pagenavi {
	text-align: center;
	font-size: 16px;
	margin-top: 70px;
	}

.wp-pagenavi .current {
	background: #FFAA00;
	border: 1px solid #FFAA00;
	color: #FFF;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 0 5px;
	}

.wp-pagenavi .pages {
	display: none;
	transition: .2s;
	-webkit-transition: .2s;
	}

.wp-pagenavi .page, .last, .first {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #DDD;
	margin: 0 5px;
	transition: .2s;
	-webkit-transition: .2s;
	}

.wp-pagenavi .page:hover, .last:hover, .first:hover {
	background: #FFAA00;
	border: 1px solid #FFAA00;
	color: #FFF;
	}



/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){




	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

@media screen and (max-width: 959px){


	
	

}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* main */
.main__h2 {
	margin-bottom: 30px;
}
	
.main__item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 0;
}

.main__date {
	width: 90px;
}

.main__category {
	width: 80px;
	margin-right: 0;
}

.main__category p {
	font-size: 12px;
	line-height: 1.6;
}

.main__h3 {
	display: block;
	width: 100%;
	margin-top: 5px;
}

.main__ttl {
	display: block;
	width: 100%;
	transition: .2s;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 5px;
}

.wp-pagenavi {
	font-size: 14px;
	margin-top: 30px;
	}

.wp-pagenavi .current {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0 3px;
	}

.wp-pagenavi .page, .last, .first {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0 3px;
	}

	
	
	
}