/* ------------------------------------ */
.news_list {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 1200px;
	width: 90%;
	margin: 0px auto;
}
.news_list a {
	display: block;
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 40px;
	color: #333;
}
.news_list a:nth-child(4n) {
	margin-right: 0;
}
.news_list dt {
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 160%;
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	border-bottom: rgba(0,0,0,.2) 1px solid;
	padding-bottom: 10px;
	padding-right: 30px;
	position: relative;
}
.news_list a dt::before {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 20px;
	color: rgba(0,0,0,.2);
	transition: .4s;
}
.news_list a dt::after {
	position: absolute;
	bottom: -1px;
	right: 0;
	z-index: 2;
	content: '';
	width: 30px;
	height: 1px;
	background-color: rgba(0,0,0,0);
	transition: .4s;
}
.news_list a:hover dt::before {
	color: rgba(0,0,0,.8);
}
.news_list a:hover dt::after {
	background-color: rgba(0,0,0,.8);
}
.news_list dt strong {
	display: block;
	font-size: 130%;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif;
}
.news_list dd.ph {
	position: relative;
	width: 100%;
	padding-top: 75%;
	overflow: hidden;
	margin: 0 auto 15px;
}
.news_list dd.ph img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 150%;
}
.news_list dd.txt {
	line-height: 160%;
	font-size: 90%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: rgba(0,0,0,.4);
}
/* ------------------------------------ */
.news_more {
	max-width: 1200px;
	width: 90%;
	margin: 0px auto 60px;
	overflow: hidden;
}
/* ------------------------------------ */
.news_more .news_l {
	width: 22%;
}
.news_more .news_l .l_nav1 {
	margin-bottom: 30px;
}
.news_more .news_l .l_nav1 li,
.news_more .news_l .l_nav2 li {
	font-size: 90%;
	line-height: 140%;
	margin-bottom: 5px;
}
.news_more .news_l .l_nav1 li {
}
.news_more .news_l .l_nav1 li a {
	display: block;
	padding: 5px 0 5px 10px;
	border-left: #ccc 1px solid;
	position: relative;
}
.news_more .news_l .l_nav1 li a::after {
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 2;
	content: '';
	width: 1px;
	height: 60%;
	background-color: rgba(0,0,0,1);
	transition: .4s;
}
.news_more .news_l .l_nav1 li a span {
	display: block;
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 500;
	color: #aaa;
	letter-spacing: 2px;
	font-size: 80%;
}
.news_more .news_l .l_nav1 li a:hover {
}
.news_more .news_l .l_nav2 {
	margin-bottom: 30px;
}
.news_more .news_l .l_nav2 li::before {
	content: '－';
	font-weight: 900;
	color: rgba(0,0,0,.8);
	margin-right: 5px;
}
.news_more .news_l .l_nav2 li a {
}
.news_more .news_l .l_nav2 li a:hover {
}
/* ------------------------------------ */
.news_more .news_r {
	float: right;
	width: 74%;
	padding: 40px 40px 0px;
	border: #ccc 1px solid;
	background-color: #fff;
}
.news_more .news_r .r_ttl {
	margin-bottom: 40px;
}
.news_more .news_r .r_ttl h4 {
	font-size: 130%;
	font-weight: 500;
	letter-spacing: 2px;
}
.news_more .news_r .r_ttl span {
	display: block;
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 500;
	color: #aaa;
	letter-spacing: 2px;
	font-size: 80%;
}
.news_more .news_r p {
	margin-bottom: 25px;
}
/* ------------------------------------ */

/* ------------------------------------ */
.news_more .page_nav {
	overflow: hidden;
	border-top: #ccc 1px solid;
	margin-top: 50px;
	clear: both;
}
.news_more .page_nav li {
	width: 150px;
}
.news_more .page_nav li:first-child {
	float: left;
}
.news_more .page_nav li:last-child {
	float: right;
}
.news_more .page_nav li a {
	display: block;
	text-align: center;
	padding: 15px;
	position: relative;
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 500;
	font-size: 110%;
	letter-spacing: 1px;
	color: rgba(0,0,0,.2);
}
.news_more .page_nav li:first-child a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f053';
	font-weight: 900;
	position: absolute;
	left: 10px;
	top: 15px;
	color: rgba(0,0,0,.2);
	transition: .4s;
}
.news_more .page_nav li:last-child a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 15px;
	color: rgba(0,0,0,.2);
	transition: .4s;
}
.news_more .page_nav li:first-child a::after {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
	content: '';
	width: 0px;
	height: 1px;
	background-color: rgba(0,0,0,1);
	transition: .4s;
}
.news_more .page_nav li:last-child a::after {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 2;
	content: '';
	width: 0px;
	height: 1px;
	background-color: rgba(0,0,0,1);
	transition: .4s;
}
.news_more .page_nav li a {
	color: rgba(0,0,0,.8);
}
.news_more .page_nav li:first-child a:hover::before,
.news_more .page_nav li:last-child a:hover::before {
	color: rgba(0,0,0,.8);
}
.news_more .page_nav li:first-child a:hover::after,
.news_more .page_nav li:last-child a:hover::after {
	width: 150px;
}
/* ------------------------------------ */
.pager .pagination {
	clear: both;
	text-align: center;
	margin-bottom: 50px;
}
.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
	border-radius: 10px;
}
.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.pager .pagination li a span{
	display:table-cell;
	vertical-align:middle;
	text-align: center;
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 500;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #fff;
	background: #0A2047;
}




@media only screen and ( max-width : 900px ) {
	
	/* ------------------------------------ */
	.news_list a,
	.news_list a:nth-child(4n) {
		width: 30%;
		margin-right: 5%;
		margin-bottom: 40px;
	}
	.news_list a:nth-child(3n) {
		margin-right: 0;
	}
	/* ------------------------------------ */ 
	.news_more .news_r {
		float: none;
		width: 100%;
		margin-bottom: 50px;
	}
	.news_more .news_l {
		width: 100%;
	}
	/* ------------------------------------ */
	.pager .pagination li{
	  display: none;
	}
  
	.pager .pagination li.pre,
	.pager .pagination li.next{
	  display: inline-block;
	  width: 40%;
	  height: 50px;
	  text-align: center;
	}
  
	.pager .pagination li.pre a,
	.pager .pagination li.next a{
	  width: 100%;
	  text-align: center;
	}
  
	.pager .pagination li.pre span::after{
	  content: "　前の10件へ";
	}
  
	.pager .pagination li.next span::before{
	  content: "次の10件へ　";
	}
}
@media only screen and ( max-width : 680px ) {
	
	/* ------------------------------------ */
	.news_list a {
		margin-bottom: 30px;
	}
	.news_list a,
	.news_list a:nth-child(3n),
	.news_list a:nth-child(4n) {
		width: 48%;
		margin-right: 4%;
	}
	.news_list a:nth-child(2n) {
		margin-right: 0;
	}
	/* ------------------------------------ */
	.news_more .news_r {
		padding: 20px 20px 0px;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}