@charset "utf-8";
.archive_news .page_title{max-width:1140px;}
.archive_news .page_title h1{font-weight:bold;}
.news_search{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	margin-bottom:30px;
}
.news_cat_list{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:10px;
	padding:0;
	margin:0;
}
.news_cat_item{
	list-style:none;
	margin:0;
	font-size:1.4rem;
	font-weight:500;
	letter-spacing:1.4px;
	line-height:2rem;
}
.news_cat_link{
	display:block;
	width:160px;
	padding:8px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:20px;
	color:#333 !important;
	text-align:center;
	text-decoration:none !important;
	transition:background 0.3s, color 0.3s,border .3s;
}
.news_cat_link:hover{
	background:#03163C;
	color:#fff !important;
	border-color:#03163C;
}
.on .news_cat_link{
	background:#03163C;
	color:#fff !important;
	border-color:#03163C;
}
.news_cat_link.event:hover{background:#E83321;border-color:#E83321;}
.on .news_cat_link.event{background:#E83321;border-color:#E83321;}
.news_cat_link.notice:hover{background:#008CD7;border-color:#008CD7;}
.on .news_cat_link.notice{background:#008CD7;border-color:#008CD7;}
.news_cat_link.release:hover{background:#32318F;border-color:#32318F;}
.on .news_cat_link.release{background:#32318F;border-color:#32318F;}
.news_cat_link.sustainability:hover{background:#318F37;border-color:#318F37;}
.on .news_cat_link.sustainability{background:#318F37;border-color:#318F37;}
.select_box{
	position:relative;
	width:180px;
	background:#fff;
	border:1px solid #ddd;
	overflow:hidden;
}
.select_box::after{
	content:'';
	position:absolute;
	top:0;
	right:15px;
	bottom:0;
	width:14px;
	height:8px;
	margin:auto;
	background:url(/img/common/arrow_b_red.svg) no-repeat center/cover;
}
.select_item{
	display:block;
	width:100%;
	padding:7px 45px 8px 15px;
	background:#fff;
	color:#333 !important;
	font-size:1.6rem;
	font-weight:500;
	letter-spacing:1.6px;
	line-height:2.4rem;
	cursor:pointer;
}

.news_list{
	padding:0;
	border-top:1px solid #ddd;
}
.news_item{
	list-style:none;
	margin:0;
	border-bottom:1px solid #ddd;
}
.news_link{
	display:flex;
	gap:30px;
	align-items:center;
	padding:16px 60px 18px 20px;
	background:url(/img/common/arrow_r_red.svg) no-repeat center right 20px;
	color:#333 !important;
	text-decoration:none !important;
	transition:background 0.3s;
}
.news_link:hover{background-color:#F6F1E9;}
.news_info{
	display:flex;
	flex-shrink:0;
	align-items:center;
	justify-content:space-between;
	width:270px;
	font-size:1.2rem;
	font-weight:500;
	letter-spacing:1.2px;
	line-height:1.7rem;
}
.news_cat{
	width:134px;
	padding:3px 8px;
	margin-top:3px;
	color:#fff;
	text-align:center;
}
.news_cat.event{background:#E83321;}
.news_cat.notice{background:#008CD7;}
.news_cat.release{background:#32318F;}
.news_cat.sustainability{background:#318F37;}
.news_title{
	margin:0;
	line-height:2.1rem;
}

.wp-pagenavi{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	margin-top:50px;
}
.page, .current, .first, .last{
	display:flex;
	align-items:center;
	justify-content:center;
	width:35px;
	height:35px;
	padding:0 0 2px 1px;
	margin:0 5px;
	background:#EBEBEB;
	border-radius:5px;
	color:#333 !important;
	font-size:1.2rem;
	letter-spacing:1.2px;
	line-height:1.7rem;
	text-decoration:none !important;
	transition:background 0.3s, color 0.3s;
}
.page:hover, .first:hover, .last:hover{
	background:#03163C;
	color:#fff !important;
}
.current{
	background:#03163C;
	color:#fff !important;
}
.extend{
	margin:0 5px 10px;
	font-size:1.2rem;
	letter-spacing:1.2px;
	line-height:1.7rem;
}
.previouspostslink, .nextpostslink{
	position:absolute;
	top:6px;
	color:#333 !important;
	line-height:2.1rem;
	text-decoration:none !important;
}
.previouspostslink{
	left:0;
	padding-left:20px;
	background:url(/img/common/arrow_l_red.svg) no-repeat center left;
}
.nextpostslink{
	right:0;
	padding-right:20px;
	background:url(/img/common/arrow_r_red.svg) no-repeat center right;
}
.previouspostslink:hover,
.nextpostslink:hover{
	text-decoration:underline !important;
}
.archive_news .content_area{max-width:1140px;}
.archive_news #pankuzu{max-width:1140px;}

/* single */
.single_news .page_title{
	padding:46px 20px 47px;
	font-size:2.8rem;
	letter-spacing:2.8px;
	line-height:3.7rem;
}
.single_news .news_info{margin-bottom:60px;}
.single_news .news_date{font-weight:normal;}
.content_box > *:first-child{margin-top:0;}
.news_back_btn{
	margin:60px 0 0;
	text-align:center;
}
.news_back_btn a{
	display:inline-block;
	position:relative;
	padding-top:25px;
	color:#333 !important;
	font-weight:500;
	text-decoration:none !important;
	transition:color 0.3s;
}
.news_back_btn a:hover{text-decoration:underline !important;}
.news_back_btn a::before, .news_back_btn a::after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:17px;
	height:17px;
	margin:auto;
	background:no-repeat top center;
	transition:opacity 0.3s;
}
.news_back_btn a::before{background-image:url(/img/common/icon_dot.svg);}
.news_back_btn a::after{
	background-image:url(/img/common/icon_dot_hover.svg);
	opacity:0;
}
.news_back_btn a:hover::before{opacity:0;}
.news_back_btn a:hover::after{opacity:1;}

@media screen and (max-width:1100px){
.archive_news .page_title{margin-bottom:41px;padding:42px 20px;}
.archive_news h1{
	font-size:1.8rem;
	letter-spacing:1.8px;
}
.archive_news h1::before{font-size:4.4rem;}

.news_search{display:block;}
.news_cat_list{gap:8px;}
.news_cat_item{font-size:1.2rem;letter-spacing:1.2px;line-height:1.8rem;}
.news_cat_link{width:139px;}
.select_box{width:100%;margin-top:20px;}
.select_item{font-size:1.3rem;}

.news_link{display:block;padding:12px 60px 24px 11px;background-position:right 10px center;}
.news_info{width:245px;font-size:1.1rem;letter-spacing:1.1px;}
.news_cat{width:134px;}
.news_title{margin-top:14px;}

.single_news .page_title{
	font-size:2.4rem;
	letter-spacing:2.4px;
	padding:37px 20px 38px;
	margin-bottom:37px;
}
.single_news .news_info{width:257px;font-size:1.2rem;letter-spacing:1.2px;}

}
@media screen and (max-width:767px){
.archive_news .page_title{padding:36px 20px;}
.archive_news h1{
	font-size:1.6rem;
	letter-spacing:1.6px;
}
.archive_news h1::before{font-size:3.8rem;margin-right:13px;}
.news_search{margin-bottom:40px;}
.select_box{margin-top:31px;}

.news_cat_list{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
}
.news_cat_item{margin:0 !important;font-size:1.1rem;letter-spacing:1.1px;}
.news_cat_link{border-radius:0;width:auto;white-space:nowrap;padding:8px 0;}
.news_title{margin-top:8px;}
.news_link{padding:12px 40px 24px 11px;}

.single_news .page_title{
	font-size:2rem;
	letter-spacing:2px;
	padding:22px 20px 28px;
	margin-bottom:37px;
	line-height:3rem;
}
.single_news .news_info{width:257px;font-size:1.2rem;letter-spacing:1.2px;}

}