@charset "utf-8";

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

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

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

.news-detail-area {
    background: var(--white);
    padding: 3%;
    border-top: 10px solid var(--primary);
}

.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-cate {
	margin: 10px 0 0;
}

.news-detail-title {
	margin: 10px 0 0 0;
	padding: 0 0 10px;
	font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.9709)), 35px);
	font-weight: 500;
	border-bottom: 2px solid var(--primary);
}

/*===========================================================
カテゴリー
===========================================================*/

.news-cate-title-box {
    border-bottom: 1px solid var(--primary);
}

.category-list-item {
    margin: 15px 5px;
}

.category-link {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 600;
    color: var(--base-font-color);
    letter-spacing: 0.05em;
    transition: all .3s;
}

.category-link:hover {
    color: var(--base-font-color);
    text-decoration: underline;
    opacity: 0.7;
}

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

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

.webgene-pagination > ul{
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 7px;
	margin: 60px auto 0;
}

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

.webgene-pagination > ul > li{
	margin: 0;
	height: 32px;
	min-height: 32px;
	width: 100%;
	max-width: 32px;
	font-size: 12px;
	list-style: none;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	padding: 4px 0;
	border-radius: 50%;
	align-items: center;
	border: 1px var(--bg-primary) solid;
}

.webgene-pagination > ul > li.selected > a{
    color: #fff;
    background: var(--bg-primary);
    cursor: inherit;
    border-radius: 50%;
	transition: all .5s;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: var(--bg-primary);
    background-color: #fff;
    border-radius: 50%;
	transition: all .5s;
}

.webgene-pagination > ul > li > a{
    height: 32px;
    width: 32px;
    color: var(--bg-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .5s;
}

.webgene-pagination > ul > li > a:hover{
	color: #FFF;
	background-color: var(--bg-primary);
	text-decoration: none;
	transition: all .5s;
}

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

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


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


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

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



} /* min-width: 414px ここまで */


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


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

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



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


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


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

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

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

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

.webgene-pagination > ul > li{
	height: 35px;
	min-height: 35px;
	max-width: 35px;
	font-size: 14px;
}

.webgene-pagination > ul > li > a{
    height: 35px;
    width: 35px;
}

.webgene-pagination > ul{
	gap: 15px;
}

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


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

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

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

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.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:1620px) {




} /* min-width: 1520px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 