@charset "utf-8";
/* archive */
/* h1 */
#content_wrap::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 358px;
	background: transparent linear-gradient(90deg, #0C2D4E 0%, #155494 9%, #020910 100%) 0% 0% no-repeat padding-box;
	z-index: -1;
}
.archive .content_area{
	max-width: 1100px;
	padding: 42px 40px 120px;
	background: #fff;
}
/* カテゴリ */
.news_top{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	margin-bottom:36px;
}
.news_cate_list{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:0;
	margin:0;
}
.news_cate_item{
	position:relative;
	list-style:none;
	margin:0 32px 0 0;
	font-size: 1.7rem;
	letter-spacing: 0.85px;
	line-height:2.5rem;
}
.news_cate_link{
	display:block;
	position:relative;
	padding:5px 0;
	color:#333 !important;
	text-decoration:none !important;
}
.news_cate_link::after{
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:3px;
	margin:auto;
	background:#238CF9;
	opacity:0;
}
.on .news_cate_link::after{opacity:1;}

.cate_name,.cate_select{display: none;}

/* 年別 */
.select_box_in{
	display:flex;
	align-items:center;
}
.select_name{
	font-size: 1.7rem;
    letter-spacing: 0.85px;
    line-height: 2.5rem;
	font-weight:500;
}
.select_item{
	position:relative;
	width:200px;
	margin-left:14px;
	border:1px solid #DDDDDD;
	overflow:hidden;
}
.select_item::after{
	content:'';
	position:absolute;
	top:0;
	right:20px;
	bottom:0;
	width:12px;
	height:9px;
	margin:auto;
	background:url(/img/common/arrow_b_blue.svg) no-repeat center;
}
.select_item_in{
	display:block;
	width:100%;
	padding:10px 35px 10px 14px;
	background:#fff;
	color:#333 !important;
	font-family:var(--noto);
	font-size:1.6rem;
	font-weight:500;
	letter-spacing:1.6px;
	line-height:2.4rem;
	cursor:pointer;
}

/* 一覧 */
.news_list{
	padding-left: 0;
	margin-bottom: 0;
}
.news_item{
	list-style: none;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #CCCCCC;
}
.news_link{
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 19px 40px 19px 10px;
	transition: color .3s;
	background: url(/img/common/arrow_r_blue.svg) no-repeat right 21px center / 7px;
}
.news_link:hover{color: #238CF9;}
.news_info{
	font-size: 1.1rem;
	letter-spacing: 0 !important;
	line-height: 2rem;
	margin-bottom: 0;
}
.news_cate{
	display: inline-block;
	border: 1px solid #CCCCCC;
	width: 114px;
	text-align: center;
	margin: 0 13px;
	transition: border-color .3s;
}
.news_link:hover .news_cate{border-color: #238CF9;}
.news_title{
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 2.1rem;
	margin-bottom: 0;
}

/* ページナビ */
.wp-pagenavi{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	padding:0 50px;
	margin-top:37px;
}
.wp-pagenavi span, .wp-pagenavi a{
	position:relative;
	display:flex;
	width:30px;
	height:30px;
	font-size:1.2rem;
	justify-content:center;
	align-items:center;
	margin:0 5px;
	border-radius: 2px;
	letter-spacing:0;
	text-decoration:none !important;
	transition:border .3s,background .3s,color .3s;
}
.wp-pagenavi .page,.wp-pagenavi .first,.wp-pagenavi .last,.wp-pagenavi .extend{color:#333 ;}
.wp-pagenavi .current,.wp-pagenavi .page:hover,.wp-pagenavi .first:hover,.wp-pagenavi .last:hover{
	background-color:#238CF9;
	border-color: #238CF9 !important;
	color: #fff;
}
.wp-pagenavi span.extend{
	width:auto;
	height:auto;
	border:none;
	background:none !important;
	letter-spacing:0;
	line-height:1;
	padding-bottom:10px;
	margin: 2px 10px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:auto;
	height:auto;
	border:none;
	background:none;
	font-size:1.6rem;
	letter-spacing:1.6px;
	margin: 2px 0;
	padding: 0;
	text-decoration:underline !important;
	transition:color .3s;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover{
	color:#238CF9;
	text-decoration: none !important;
}
.previouspostslink{
	left:0;
	padding-left:30px;
}
.nextpostslink{
	right:0;
	padding-right:30px;
}


/* single */
/* h1 */
#content_wrap.single::before{display: none;}
.single_title_area{
	background: transparent linear-gradient(90deg, #0C2D4E 0%, #155494 9%, #020910 100%) 0% 0% no-repeat padding-box;
    margin-bottom: 0;
}
.single_title_area_in{
	max-width: 840px;
	padding: 70px 20px 55px;
	margin: auto;
}
.single_title_area .news_info{
	color: #fff;
}
.single_title_area .page_title{
	padding: 0;
	font-size: 2.8rem;
	line-height: 4rem;
	margin: 9px auto 0;
    text-align: left;
}

/* コンテンツ */
.single .content_area{
	max-width: 840px;
	padding: 57px 20px 120px;
	background: #fff;
}
.single h2{
	font-size: 2.4rem;
	letter-spacing: 0;
	line-height: 3.5rem;
	padding: 0;
	margin: 60px 0 10px;
	border-bottom: 0;
}
.single h2::before{display: none;}
.single h3{
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 2.9rem;
	padding: 40;
	margin: 40px 0 10px;
}
.single h4{
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 2.6rem;
	padding: 0;
	margin: 30px 0 10px;
}
.single h4::before{display: none;}
.single h5{
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 2.4rem;
}

.link_btn {
    display: block;
    position: relative;
    padding: 0 0 18px 6px;
	margin: 60px auto 0;
    font-size: 1.7rem;
	font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #D5D5D5;
    width: 212px;
	color: #333333 !important;
    transition: border-color 0.3s, color 0.3s;
}
.link_btn:hover {
	border-color: #194191;
}
.link_btn::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 15px;
	right: 5px;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	background: url(/img/common/arrow_r_blue.svg) no-repeat center right;
	transition: background 0.3s;
}
.error .page_title {
	padding: 60px 20px 0;
	margin: 0 auto;
	text-align: left;
}
#content_wrap.error::before {
	display: none;
}
@media screen and (max-width:1024px){
/* archive */
.news_link{
	display: block;
	padding: 18px 45px 18px 9px;
}
.news_info {
	margin-bottom: 8px;
}
/* カテゴリ */
.news_cate_item{margin-right: 25px;}
.news_cate_link {
    font-size: 1.5rem;
    letter-spacing: 0.75px;
}

/* 年別 */
.select_name{
	font-size:1.5rem;
	letter-spacing:1.5px;
	line-height:2.2rem;
}
.select_item{
	width:200px;
	margin-left:15px;
}
.select_item_in{
	font-size:1.5rem;
	letter-spacing:1.5px;
	line-height:2.2rem;
}

}


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

/* archive */
.archive .content_area{padding: 40px 20px 65px;}
.news_top{
	display:block;
	margin-bottom:41px;
}
.news_cate_list{display:none;}

/* カテゴリ・年別 */
.select_box{
	max-width:400px;
	margin:auto;
}
.select_box_in{
	flex-wrap:wrap;
	margin: 0 0 10px 0;
}
.label_cate, .cate_select{display:block;}
.select_name{
	display: block;
	flex-shrink:0;
	text-align: right;
	width:75px;
	margin-bottom:0;
	padding-right: 13px;
}
.select_item{
	width:calc(100% - 75px);
	margin:0;
}
.select_item::after{right: 14px;}
.select_item_in{
	padding:11px 35px 12px 18px;
	font-size:1.4rem;
	letter-spacing:1.4px;
	line-height:2rem;
}

/* 一覧 */
.news_list{border-top: 1px solid #DDDDDD;}
.news_link{
	display: block;
	padding: 15px 25px 10px 10px;
	background-position: center right 9px;
}
.news_info{margin-bottom: 8px;}
.news_cate{margin: 0 0 0 15px;}
.news_title {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.52rem;
}
.link_btn {font-size: 1.5rem;}
}
@media screen and (max-width:549px){
/* ページナビ */
.wp-pagenavi{
	position: relative;
	margin-top: 38px;
    padding: 0 10px 73px;
}
.wp-pagenavi span, .wp-pagenavi a{
	width: 35px;
    height: 35px;
	font-size:1.2rem;
}
.wp-pagenavi a.previouspostslink,.wp-pagenavi a.nextpostslink{
	font-size:1.4rem;
	top: auto;
	bottom: 0;
}
.previouspostslink{padding-left: 20px;}
.nextpostslink{padding-right: 20px;}

}