@charset "utf-8";

/*------------------------------category------------------------------*/

.firstBox {
    display: none;
}

.firstBox:first-child {
    display: flex;
}

.tNewsCateBx section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
}

.tNewsCateLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    text-align: center;
    color: var(--white);
    line-height: 1.4em;
    letter-spacing: 0.05em;
    background: var(--primaryLight);
    transition: all .3s;
}

.tNewsCateLink:hover,
.tNewsCateLink.is-active {
    color: var(--white);
    background: var(--primary);
}

.tNewsCateBox {
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tNewsCateTxt {
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*------------------------------category------------------------------*/


.tNewsBx section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
}

.newsItem {
    display: block;
    width: 100% !important;
    max-width: 390px;
    margin: 0 auto;
}

.newsItem .newsImg img {
    transition: all .3s;
}

.newsItem:hover .newsImg img {
    transform: scale(1.1);
}

.newsImg {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 71.79%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.35);
}


.newsImg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    margin: auto;
}

.newsImg>img+.noImg {
    display: none;
}

.newsCate {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    max-width: max-content;
    height: 30px;
    padding: 3px 32px;
    background: var(--primary);
    color: var(--tertiary);
    font-size: 14px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsDate {
    display: block;
  	margin: 5px 0 0;
    font-weight: bold;
    color: var(--primary);
    font-family: var(--fontB);
    line-height: 1.5em;
}

.newsTit {
    color: var(--primary);
}

/* 下層 */
.newsCateTit {
    padding: 10px;
    background: var(--primary);
    color: var(--white);
}

.cateLink {
    color: var(--primary);
}

.cateLink:hover {
    color: var(--primary);
    text-decoration: underline;
}

/* 下層 */

/* 詳細 */

.newsCateFl {
    display: flex;
    flex-direction: column;
}

.detailBx .newsCate {
    position: static;
}


/* 詳細 */

/*  ページャー */

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

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

.webgene-pagination>ul>li {
    display: flex;
    margin: 30px 5px 0;
    height: 40px;
    min-height: 40px;
    width: 100%;
    max-width: 40px;
    font-size: 14px;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 4px 0;
    align-items: center;
    border-radius: 50%;
}

.webgene-pagination>ul>li>a {
    width: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: initial;
    font-size: 15px;
    transition: all .3s;
    color: var(--primary);
}

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

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

.webgene-pagination>ul>li.selected>a:hover {
    color: #fff;
    background-color: var(--primary);
    transition: all .3s;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 40px;
    border: 0;
    font-size: 0;
    font-weight: 500;
    letter-spacing: .05em;
    color: var(--primary);
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
    color: #fff;
    opacity: .5;
    background-color: initial;
}


.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
    content: "";
    display: block;
    top: 50%;
    width: 20px;
    height: 16px;
    margin: 0 0 .3em;
    transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 10px 0;
    border-color: transparent var(--primary) transparent transparent;
}

.webgene-pagination>ul>.next>a::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent var(--primary);
}


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


    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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


    .tNewsCateBx section {
        grid-template-columns: repeat(3, 1fr);
    }

}

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


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


    .tNewsCateBx section {
        grid-template-columns: repeat(4, 1fr);
    }

}

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




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


    .tNewsCateBx section {
        grid-template-columns: repeat(5, 1fr);
    }

    .tNewsBx section {
        gap: 25px;
        grid-template-columns: repeat(3, 1fr);
    }

    .newsDate {
        margin: 12px 0 0;
    }

    .newsCate {
        font-size: 16px;
    }

    /* 詳細 */

    .newsCateFl {
        flex-direction: row;
        align-items: center;
    }

    /* 詳細 */

    .webgene-pagination>ul>li>a {
        height: 40px;
        width: 40px;
        font-size: 18px;
    }

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


}

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

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

    .tNewsCateBx section {
        grid-template-columns: repeat(6, 1fr);
    }


    /* ---------- ぺージャーここから ---------- */

    .webgene-pagination>ul>li {
        margin: 40px 10px 0;
    }
}

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

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

    .tNewsCateBx section {
        grid-template-columns: repeat(7, 1fr);
    }

}

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