@charset "utf-8";
.archive .page_top{
	position:relative;
	background:#111;
	margin-bottom:74px;
}
.archive #pankuzu{padding:10px 20px 0;}
.archive #pankuzu a{color:#aaa;}
.archive #pankuzu a::after{border-color:transparent transparent transparent #aaa;}
.archive .page_title{
	margin:0 auto;
	font-size:1.6rem;
	color:#fff;
	padding:47px 20px 76px;
}
.archive .page_top::after{
	content:'';
	display:block;
	width:331px;
	height:257px;
	background:url(/img/common/h1.svg) left bottom no-repeat;
	position:absolute;
	bottom:0;
	right:0;
}
.archive .page_title::before{
	color:#fff;
	font-size:6.8rem;
}
.single #pankuzu,.single .page_title,.single .content_area{max-width:940px;}
.single .page_title{font-size:3.2rem;margin:44px auto 52px;}

.news_top{
	display:flex;
	justify-content:space-between;
}
.news_cat_list{
	margin:10px 0 0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
.news_cat_item{
	list-style:none;
	margin:0 30px 0 0;
}
.news_cat_link{
	display:block;
	color:#111 !important;
	text-decoration:none;
	padding-bottom:5px;
	position:relative;
	font-weight:bold;
}
.news_cat_link::after{
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:0;
	height:2px;
	background:#2E67B6;
	transition:width 0.3s;
}
.on .news_cat_link::after{width:100%;}
.news_cat_link:hover::after{width:100%;}
.cate_select,.select_name{display:none !important;}
.select_box{
	position:relative;
	width:195px;
	background:#fff;
	overflow:hidden;
}
.select_box::after{
	content:'';
	position:absolute;
	top:0;
	right:15px;
	bottom:0;
	width:0;
	height:0;
	margin:auto;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:5px solid #111;
}
.select_item_in{
	display:block;
	width:100%;
	padding:9px 45px 10px 15px;
	background:#fff;
	color:#333 !important;
	font-size:1.4rem;
	font-weight:500;
	letter-spacing:1.6px;
	cursor:pointer;
	border:1px solid #ccc;
}

.news_list{border-top:1px solid #ccc;margin:39px 0 0;padding:0;}
.news_item{list-style:none;margin:0;}
.news_link{
	color:#111 !important;
	text-decoration:none !important;
	display:flex;
	position:relative;
	padding:23px 60px 24px 20px;
	border-bottom:1px solid #ccc;
}
.news_link::after{
	content:'';
	width:18px;
	height:4px;
	background:url(/img/common/arrow_r_black.svg) center no-repeat;
	position:absolute;
	right:20px;
	top:calc(50% - 2px);
	transition:right .3s;
}
.news_link:hover::after{right:0;}
.news_link::before{
	content:'';
	display:block;
	position:absolute;
	bottom:-1px;
	left:0;
	width:0;
	height:1px;
	background:#2E67B6;
	transition:width 0.3s;
}
.news_link:hover::before{width:100%;}
.news_info{
	display:flex;
	flex-shrink:0;
	align-items:center;
	justify-content:space-between;
	width:240px;
	font-size:1.2rem;
	line-height:1.7rem;
	padding-right:30px;
}
.news_category{
	width:110px;
	padding:1px 8px 2px;
	margin-top:3px;
	color:#fff;
	background:#2E67B6;
	text-align:center;
}
.news_title{
	margin:0;
	font-size:1.5rem;
	font-weight:500;
	line-height:1.4;
}
.single .news_info{justify-content:flex-end;width:auto;margin-bottom:54px;padding:0;}
.link_btn{margin-top:52px;}
.news_cate{
	width:110px;
	padding:1px 8px;
	margin-top:3px;
	color:#fff;
	background:#2E67B6;
	text-align:center;
	margin-left:19px;
}

#news_pagenav{
	display:flex;
	align-items:center;
	justify-content:center;
}
.wp-pagenavi{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	padding:0 80px;
	margin-top:50px;
}
.wp-pagenavi span, .wp-pagenavi a{
	position:relative;
	display:flex;
	width:35px;
	height:35px;
	color:#333 !important;
	border:1px solid #ddd;
	background:#fff;
	font-size:1.4rem;
	justify-content:center;
	align-items:center;
	font-weight:500;
	margin:0 4px;
	letter-spacing:0px;
	text-decoration:none !important;
	transition:border .3s,background .3s,color .3s;
}
.wp-pagenavi span:hover,.wp-pagenavi a:hover{border-color:#2E67B6;background-color:#2E67B6;color:#fff !important;}
.wp-pagenavi .current{border-color:#2E67B6;background-color:#2E67B6;color:#fff !important;}
.wp-pagenavi span.extend{
	color:#2E67B6 !important;
	width:40px;
	height:auto;
	border:none;
	background:none !important;
	letter-spacing:0;
	padding-bottom:5px;
}
.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;
	font-size:1.6rem;
	letter-spacing:0.8px;
}
.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;}



@media screen and (max-width:900px){
.archive .page_top{margin-bottom:50px;}
.archive .page_title{font-size:1.4rem;padding:16px 20px 50px;}
.archive .page_title::before{font-size:2.8rem;}
.archive .page_top::after{
	width:231px;
	height:150px;
	background-size:231px 150px;
	right:-20px;
}

.single .page_title{font-size:2.4rem;margin:34px auto 42px;}

.news_top{display:block;}
.news_cat_list{display:none;}
.cate_select,.select_name{display:block !important;}
.select_box{width:auto;}
.select_item_in{
	display:block;
	width:100%;
	padding:9px 45px 10px 15px;
	background:#fff;
	color:#333 !important;
	font-size:1.4rem;
	font-weight:500;
	letter-spacing:1.6px;
	cursor:pointer;
	border:1px solid #ccc;
}

.select_box_in{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	max-width:400px;
	margin:auto;
}
.select_name{
	display:block;
	width:75px;
	margin-bottom:10px;
	font-size:1.3rem;
	font-weight:bold;
	letter-spacing:1.04px;
	line-height:1.9rem;
}
.select_item{
	width:calc(100% - 75px);
	margin-bottom:10px;
	position:relative;
}
.select_item.cate_select{display:block;}
.select_box::after{display:none;}
.select_item_in{padding:14px 50px 14px 10px;}
.select_item::after{
	content:'';
	position:absolute;
	top:0;
	right:15px;
	bottom:0;
	width:0;
	height:0;
	margin:auto;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:5px solid #111;
}

.news_list{margin:29px 0 0;padding:0;}
.news_link{
	display:block;
	padding:15px 60px 14px 15px;
}
.news_info{
	width:200px;
	font-size:1.2rem;
	line-height:1.5;
	padding-right:0;
}
.news_category{
	width:100px;
	padding:1px 6px 2px;
	margin-top:3px;
}
.news_title{
	font-size:1.4rem;
	margin:13px 0 0;
}
.single .news_info{margin-bottom:34px;}
.link_btn{margin-top:32px;}
.news_cate{
	width:100px;
	padding:1px 6px;
	margin-left:16px;
}

}
@media screen and (max-width:767px){
.wp-pagenavi{
	padding:0 0 59px;
	margin-top:40px;
}
.wp-pagenavi a.previouspostslink,.wp-pagenavi a.nextpostslink{bottom:0;margin:0;font-size:1.4rem;}
}