  @charset "utf-8";

/* archive */
.page_top{
	background:url(/img/common/h1_news.jpg) no-repeat center/cover;
	margin-bottom:45px;
}
.archive_news{padding-bottom:120px;}
.archive_news .content_area::before{display:none;}

.news_top{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	margin-bottom:35px;
}
.news_cate_list{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	padding:0;
	margin:5px 0 0;
}
.news_cate_item{
	list-style:none;
	margin:0 40px 0 0;
	font-size:1.8rem;
	letter-spacing:1.44px;
	line-height:2.6rem;
}
.news_cate_link{
	display:block;
	position:relative;
	padding-bottom:10px;
	font-weight:bold;
	text-decoration:none !important;
	transition:color 0.3s;
}
.news_cate_link:hover,
.on .news_cate_link{
	color:#094;
}
.news_cate_link:hover::after,
.on .news_cate_link::after{
	opacity:1;
}
.news_cate_link::after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:3px;
	background:#094;
	opacity:0;
	transition:opacity 0.3s;
}


/* single */
.single_news #pankuzu{max-width:920px;}
.single_news .content_area{
	max-width:920px;
	padding-bottom:110px;
}
.single_news .content_area::before{display:none;}
.single_news .page_title{
	padding:0;
	margin-bottom:55px;
}
.single_news .content_area p img, .single_news .content_area > div > img{margin-bottom:20px;}

.news_info{
	display:flex;
	align-items:center;
	margin-bottom:25px;
}
.news_btn{margin-top:45px;}


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

/* archive */
.archive_news{padding:0;}

}


@media screen and (min-width:768px) and (max-width:1024px){

/* archive */
.page_top{margin-bottom:40px;}
.news_cate_list{margin-top:3px;}
.news_cate_item{
	font-size:1.6rem;
	letter-spacing:1.28px;
	line-height:2.4rem;
	margin-right:25px;
}
.news_cate_link{padding-bottom:5px;}

/* single */
.single_news .page_title{margin-top:45px;}

}


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

/* archive */
.news_cate_item{
	font-size:1.5rem;
	letter-spacing:1.2px;
	line-height:2.2rem;
}

}


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

/* archive */
.page_top{margin-bottom:0;}
.news_top{
	display:block;
	position:relative;
	padding:30px 0 20px;
	margin-bottom:40px;
}
.news_top::before{
	content:'';
	position:absolute;
	z-index:-1;
	top:0;
	left:calc(50% - var(--vw_50));
	width:var(--vw_100);
	height:100%;
	background:#F5F5F5;
}
.news_cate_list{display:none;}

/* single */
.single_news .content_area{padding-bottom:100px;}
.single_news .page_title{margin-top:35px;}
.single_news .content_area p img, .single_news .content_area > div > img{margin-bottom:15px;}

}