@charset "utf-8";
.page_top{
	position:relative;
	height:220px;
	margin-bottom:50px;
	background:url(/img/news/h1.jpg) center no-repeat;
	background-size:cover;
}
.page_title{
	min-height:220px;
	max-width:1060px;
	font-size:3.6rem;
	letter-spacing:3.6px;
	color:#fff;
}
.page_title::after{color:#fff;}
.news_top{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}
.news_cat_list{
	display:flex;
	margin:0;
	padding:0;
}
.news_cat_item{
	list-style:none;
	margin:0 22px 3px 0;
}
.news_cat_link{
	display:block;
	color:#000 !important;
	text-decoration:none;
	font-size:1.5rem;
	letter-spacing:1.5px;
	font-weight:400;
}
.news_cat_link span{
	display:block;
	position:relative;
	padding-bottom:10px;
}
.news_cat_link span::before{
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	left:auto;
	width:0;
	height:2px;
	background:#093741;
	transition:width 0.3s;
}
.news_cat_link:hover span::before,.on .news_cat_link span::before{
	right:auto;
	left:0;
	width:100%;
}
.select_box_in{
	display:flex;
	align-items:center;
	width:310px;
	justify-content:space-between;
}
.select_name{width:80px;text-align:right;padding-right:20px;}
.select_item{width:calc(100% - 80px);position:relative;}
.select_item::after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:20px;
	bottom:0;
	margin:auto;
	width:8px;
	height:8px;
	border-top:1px solid #093741;
	border-right:1px solid #093741;
	transform:rotate(135deg);
}
.select_item_in{
	display:block;
	border:1px solid #ccc;
	border-radius:4px;
	width:230px;
	height:50px;
	padding:0 30px 0 20px;
	font-size:1.5rem;
	font-weight:300;
	color:#000 !important;
	cursor:pointer;
}

.news_list{margin:40px 0;border-top:1px solid #ddd;padding:0;}
.news_item{border-bottom:1px solid #ddd;list-style:none;margin:0;}
.news_link{
	display:flex;
	align-items:center;
	justify-content:space-between;
	color:#333 !important;
	text-decoration:none;
	background:url(/img/common/arrow_r_green.svg) right 20px center no-repeat;
	transition:background .3s;
	padding:24px 50px 24px 0;
}
.news_link:hover{background-color:#FAF9F8;}
.news_link_info{
	display:flex;
	width:196px;
	justify-content:space-between;
	margin-right:30px;
	align-items:center;
	padding-left:20px;
	font-size:1.2rem;
	letter-spacing:1.2px;
}
.n_day{
	font-weight:300;
	color:#515D5F !important;
}
.n_cate{
	display:inline-block;
	border:1px solid #7A9096;
	background:#fff;
	padding:2px 5px;
	color:#515D5F;
	font-weight:400;
	text-align:center;
	line-height:1.2;
	width:88px;
}
.news_link_title{
	width:calc(100% - 226px);
	font-size:1.5rem;
	letter-spacing:1.5px;
	font-weight:400;
	margin:0;
}
.index_news_list .more{text-align:center;margin:50px 0 0;}
.news_non{margin:40px 0 0;}

.wp-pagenavi{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	padding:0 80px;
	margin-top:50px;
	font-weight:400;
}
.wp-pagenavi span.current, .wp-pagenavi a.page{
	position:relative;
	display:flex;
	width:42px;
	height:42px;
	justify-content:center;
	align-items:center;
	text-align:center;
	margin:0 7px;
	color:#333 !important;
	letter-spacing:1.5px;
	text-decoration:none !important;
	position:relative;
}
.wp-pagenavi span.current::before, .wp-pagenavi a.page::before{
	content:'';
	position:absolute;
	bottom:0;
	left:calc(50% - 10px);
	width:0;
	height:2px;
	background:#093741;
	transition:width 0.3s;
}
.wp-pagenavi span.current::before, .wp-pagenavi a.page:hover::before{
	width:20px;
}
.wp-pagenavi span.extend{
	color:#333 !important;
	width:30px;
	height:auto;
	border:none;
	background:none !important;
	letter-spacing:0;
	line-height:1;
}
.wp-pagenavi .extend::after{display:none !important;}
.wp-pagenavi a.previouspostslink,.wp-pagenavi a.nextpostslink{
	width:auto !important;
	border-radius:0;
	border:none !important;
	background:none !important;
	position:absolute;
	text-decoration:underline !important;
	margin:0;
	color:#333 !important;
}
.wp-pagenavi a.previouspostslink{left:0;}
.wp-pagenavi a.nextpostslink{right:0;}
.wp-pagenavi .previouspostslink:hover,.wp-pagenavi .nextpostslink:hover{border:none;background:none;color:#333 !important;text-decoration:none !important;}

#pankuzu{max-width:1060px;}

.single .page_title{
	max-width:860px;
	min-height:auto;
	margin:70px auto 30px;
	color:#0A4451;
	font-size:3.1rem;
	letter-spacing:3.1px;
	line-height:1.6;
}
.single .content_area,.single #pankuzu{max-width:860px;}
.news_info{
	display:flex;
	align-items:center;
	font-size:1.2rem;
	letter-spacing:1.2px;
	margin:30px 0 50px;
}
.news_info .n_cate{margin-left:15px;}
.news_btn{
	text-align:center;
	margin:70px auto 0;
}
.news_btn a{
	display:inline-block;
	border-radius:50px;
	color:#333 !important;
	text-decoration:none;
	padding:15px 50px 15px 20px;
	border:1px solid #ddd;
	background:url(/img/common/arrow_r_green.svg) right 20px center no-repeat;
	transition:border .3s;
	font-weight:400;
}
.news_btn a:hover{border-color:#073742;}


@media screen and (max-width:767px){
.page_top{
	height:145px;
	margin-bottom:30px;
}
.page_title{
	min-height:145px;
	font-size:3.1rem;
	letter-spacing:3.1px;
}

.news_top{display:block;}
.news_cat_list{display:none;}
.select_box_in{
	flex-wrap:wrap;
	width:auto;
	justify-content:space-between;
}
.select_name{width:90px;text-align:left;padding-right:20px;font-size:1.4rem;margin-bottom:10px;}
.select_item{width:calc(100% - 94px);margin-bottom:10px;}
.select_item::after{
	top:19px;
	margin:0;
}
.select_item_in{
	width:100%;
	height:47px;
	font-size:1.4rem;
}

.news_list{margin:30px 0;}
.news_link{
	display:block;
	background:url(/img/common/arrow_r_green.svg) right 10px center no-repeat;
	padding:15px 50px 14px 0;
}
.news_link_info{
	display:flex;
	width:auto;
	justify-content:flex-start;
	margin:0 0 7px;
	padding-left:0;
}
.n_cate{margin-left:20px;}
.news_link_title{
	width:auto;
	font-size:1.4rem;
	letter-spacing:1.4px;
}

.index_news_list .more{text-align:center;margin:50px 0 0;}

.wp-pagenavi{
	padding:0 0 50px;
	margin-top:30px;
	font-size:1.4rem;
}
.wp-pagenavi span.current, .wp-pagenavi a.page{
	width:31px;
	height:41px;
	margin:0 7px;
}
.wp-pagenavi span.current::before, .wp-pagenavi a.page::before{
	left:calc(50% - 9px);
}
.wp-pagenavi span.current::before, .wp-pagenavi a.page:hover::before{
	width:18px;
}
.wp-pagenavi span.extend{
	width:30px;
}
.wp-pagenavi .extend::after{display:none !important;}
.wp-pagenavi a.previouspostslink,.wp-pagenavi a.nextpostslink{bottom:0;}

.single .page_title{
	margin:30px auto 30px;
	padding:0 20px;
	font-size:2.7rem;
	letter-spacing:2.7px;
}

}