@charset "utf-8";
/* CSS Document */
/* ---------- style ---------- */
.pagetitle_e .box {
    position: relative;
    width: 100%;
    height: clamp(200px, 36vw, 500px);
	overflow: hidden;
}
.pagetitle_e .box .titlebox h1 {
    color: #fff;
    font-family: "Zen Old Mincho", sans-serif;
    text-align: left;
    font-size: 50px;
    font-weight: 700;
}
.pagetitle_e .box .titlebox p {
	position: relative;
	display: inline-block;
    font-family: "Zen Old Mincho", sans-serif;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
	z-index: 2;
}
.pagetitle_e .box .titlebox p::after {
    content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%; 
    height: 7px; 
    background: #d6a34a; 
	z-index: -1;
}
.pagetitle_e .box .title_wrap .titlebox{
    margin-right: auto;
	padding-bottom: 80px;
	z-index: 1;
}
.pagetitle_e .box .title_wrap {
    margin-top: auto;
}
/* ---------- more_c ---------- */
.more_c a{
	position: relative;
	padding: 15px 30px;
	background-color: #7C0830;
	border: #C19F54 1px solid;
	min-width: 250px;
	border-radius: 0px
}
.more_c a::after{
	content: none;
}
.more_c a:hover::after{
	transform:translate(3px,-50%);
}
.more_c a p{
	color: #fff;
}
.more_c a img{
	width: 20px;
	margin-right: 10px;
}

.font-noto{
	font-family: "Noto Sans", sans-serif;
}
.font-noto{
	font-family: "Zen Old Mincho", sans-serif;
}
.default_txt {
	font-size: 20px;
	letter-spacing: 0.1rem;
}
/* ---------- news_a ---------- */
.news_a .news_list .webgene-blog .webgene-item .cate_txt {
    color: #fff;font-family: "Noto Sans", sans-serif;
    border: 1px solid #937431;
    border-radius: 200px;
    padding: 3px 20px;
	font-size: 14px;
}
.news_a .news_list .webgene-blog .webgene-item{
	padding: 20px 0;
	border-bottom: 1px solid rgba(235, 235, 235, 0.2);
}
.news_a .cate-wrap .webgene-blog .webgene-item a{
	border: 1px solid #937431;
	padding: 5px 15px;
	border-radius: 200px;
}
.news_a .cate-wrap .webgene-blog .webgene-item a.on{
	background-color: #937431;
	border-color: #937431;
}
.news_a .cate-wrap .webgene-blog .webgene-item{
	min-width: calc(100% / 6 - 100px / 6);
}
.news_a .webgene-pagination ul a{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	background-color: transparent;
	width: 30px;
	aspect-ratio: 1 / 1;
	border-radius: 0%;
	font-size: 22px;
	font-weight: 700;
	line-height: 0;
	padding-bottom: 16px;
}
.news_a .webgene-pagination ul a:hover{
}
.news_a .webgene-pagination ul .selected a{
	pointer-events: none;
	background-color: transparent;
	border-bottom: #fff 1px solid ;
	color: #fff;
}
.news_a .webgene-pagination {
    padding-top: 60px;
}
.news_a .cate-wrap .webgene-blog {
    justify-content: center;   
}
.news_a .news_list .webgene-blog .webgene-item h3 {
    color: #fff; 
}


.newspage_a .webgene-blog .webgene-item h1 {
    font-size: 30px;
}
.newspage_a .webgene-blog .webgene-item .catename {
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    border: 1px solid #937431;
    border-radius: 200px;
    padding: 3px 20px;
    font-size: 14px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
/* ---------- style ---------- */
	.pagetitle_e .box .title_wrap .titlebox {
		padding-bottom: 50px;
	}
	.pagetitle_e .box .titlebox h1 {
		font-size: 40px;
	}
	.pagetitle_e .box .titlebox p::after {
		bottom: 2px;
		height: 5px;
	}
/* -------------------- */
	
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- style ---------- */
	.pagetitle_e .box .title_wrap .titlebox {
		padding-bottom: 40px;
	}
	.pagetitle_e .box .titlebox h1 {
		font-size: 36px;
	}
/* -------------------- */
	.newspage_a .webgene-blog .webgene-item h1 {
		font-size: 24px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
/* ---------- style ---------- */
	.pagetitle_e .box .title_wrap .titlebox {
		padding-bottom: 30px;
	}
	.pagetitle_e .box .titlebox h1 {
		font-size: 28px;
	}
	.pagetitle_e .box .titlebox p::after {
		bottom: 4px;
		height: 3px;
	}
	.default_txt {
		font-size: 18px;
	}
/* -------------------- */
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
/* ---------- style ---------- */
	.pagetitle_e .box .title_wrap .titlebox {
		padding-bottom: 20px;
	}
	.pagetitle_e .box .titlebox h1 {
		font-size: 20px;
	}
/* -------------------- */
	.news_a .cate-wrap .webgene-blog {
		justify-content: flex-start;   
	}
    .news_a .news_list .webgene-blog .webgene-item .imgbox {
       margin-bottom: auto;
    }
	.newspage_a .webgene-blog .webgene-item h1 {
		font-size: 20px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

