@charset "utf-8";

/*===========================================================
一覧
===========================================================*/

.news-cate-area {
	margin: 40px 0 0 0;
}

.news-cate-block {
    margin: 20px 0 0 0;
}

.news-cate-block:first-child {
    margin: 0;
}

.news-cate-block section {
    padding: 0 0 0 10px;
}

.news-cate-title-box {
	padding: 0 0 5px;
    border-bottom: 1px solid #77866B;
}

.news-cate-title {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #77866B;
}

.cate-link {
    margin: 10px 0 0 0;
    display: block;
    color: #736F67;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
}

.cate-link:hover {
    text-decoration: underline;
    color: #736F67;
}

/*===========================================================
詳細
===========================================================*/

.news-detail-area {
    background: #fff;
    padding: 3%;
    border-top: 10px solid #77866B;
}

.news-detail-btn-area {
	width: 100%;
	padding: 20px;
}

.news-detail-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-detail-cate-flex {
	margin: 0;
}

.news-detail-date {
	/* margin: 0; */
	font-size: 16px;
}

.news-detail-title {
	margin: 20px 0 0 0;
	padding: 0 0 10px;
	border-bottom: 2px solid #77866B;
}

.pdf-btn {
    max-width: 320px;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 500;
    color: #FFF;
    background: #77866B;
    border: 1px solid #77866B;
    transition: all .3s;
}

.pdf-btn:hover {
    color: #77866B;
    background: #FFF;
}

/*===========================================================
ページャー
===========================================================*/

.webgene-pagination {
	width: 100%;
    margin: 30px auto 0;
    grid-column: 1 / 3;
}

.webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 2;
} 

.webgene-pagination > ul{
    padding: 0;
    display: flex;
    justify-content: center;
}

.webgene-pagination > ul > li{
    display: flex;
}

.webgene-pagination > ul > li{
    display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 5px 0;
	padding: 4px 0;
	height:30px;
	min-height:30px;
	width:100%;
	max-width:30px;
	font-size: 14px;
	font-weight: 500;
	list-style: none;
	background-color: #F0E9DF;
	/* border: 1px #D9885B solid; */
    /* border-radius: 50%; */
	/* overflow: hidden; */
}

.webgene-pagination > ul > li.selected > a{
	color: #FFF;
	background: #7B6C5D;
	cursor: pointer;
	font-family: "Lato", sans-serif;
}

/*
.webgene-pagination > ul > li.selected > a:hover {
    color: #7B6C5D;
    background-color: #F9F6EF;
}
*/

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 28px;
	width: 30px;
	color: #7B6C5D;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}

.webgene-pagination > ul > li > a:hover{
	color: #FFF;
	background-color: #7B6C5D;
	text-decoration: none;
    transition: .5s;
}

.next > a {
    font-size: 11px;
    color: #FFF;
}

.next {
    border: none !important;
}

.next a:hover {
    background-color: unset !important;
    text-decoration: none !important;
}

.prev {
    border: none !important;
}

.prev a:hover {
    background-color: unset !important;
    text-decoration: none !important;
}

.prev > a{
    font-size: 11px;
    color: #FFF;
}

.dtlPager {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
    color: #D9885B;
    font-size: 14px;
}

.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
    content: "";
    display: block;
    transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
    width:7px;
    height: 12px;
    content:"";
    background-image: url(/system_panel/uploads/images/webgene-pagination_arrow02.svg);
    background-attachment: scroll;
    background-position:center top;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s;
}


.webgene-pagination>ul>.next>a::before {
    width:7px;
    height: 12px;
    content:"";
    background-image: url(/system_panel/uploads/images/webgene-pagination_arrow01.svg);
    background-attachment: scroll;
    background-position:center top;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s;
}

.webgene-pagination>ul>.prev>a:hover::before {
    transform: translateX(-6px);
}


.webgene-pagination>ul>.next>a:hover::before {
    transform: translateX(6px);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------

-----------------------------------------------------------*/


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 

	/*===========================================================
	一覧
	===========================================================*/

	.news-cate-area {
		margin: 0;
	}

	.news-area section {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 40px;
    }

	/*===========================================================
	詳細
	===========================================================*/
	
	/* .news-detail-date {
		font-size: 20px;
	} */


	/*===========================================================
	ページャー
	===========================================================*/

	.webgene-pagination {
    grid-column: 1 / 3;
	}



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	/*===========================================================
	NEWS
	===========================================================*/

    .news-area section {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 40px;
    }

	/*===========================================================
	ページャー
	===========================================================*/

	.webgene-pagination {
    grid-column: 1 / 4;
	}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	/*===========================================================
	
	===========================================================*/



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1500px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */