@charset "utf-8";

.newsItem {
    display: block;
    width: 100% !important;
    border-bottom: 1px solid #CDCCC5;
}

.newsLink {
    display: block;
    width: 100%;
    padding: 15px 0;
    transition: all .3s;
}

.newsLink:hover {
    background: rgba(255, 255, 255, 0.4);
}

.newsTxtBx {
    flex: 1;
    padding: 0 10px 0 0;
    overflow: hidden;
}

.newsCateFl {
    display: flex;
    align-items: center;
    gap: 15px;
}

.newsCate {
    flex: 1;
    display: inline-block;
    width: 100%;
    max-width: max-content;
    height: 26px;
    padding: 0 20px;
    border: 1px solid #BAB9B3;
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: center;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 100vmax;
}

.newsDate {
    color: var(--primary);
    line-height: 1.45em;
    font-size: 14px;
    font-weight: 300;
    font-family: var(--fontC);
    letter-spacing: 0.03em;
}

.newsTitFl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0;
}

.newsTit {
    color: var(--black);
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    transition: all .3s;
}

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

.newsArrow {
    display: flex;
    width: 8px;
    aspect-ratio: 4/7;
    margin: 0 8.5px 0 0;
}

.newsArrow img {
    width: 100%;
    transition: all .3s;
}

/* 下層 */
.newsFl {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}

.newsFlSide,
.newsFlMain {
    width: 100%;
}

.newsFlSide {
    margin: 30px 0 0;
}

.newsCateTit {
    padding: 6px 10px;
    background: var(--primary);
    color: var(--tertiary);
}

.newsCateTit:nth-of-type(n + 2) {
    margin: 20px 0 0;
}

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

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

/* 下層 */

/* 詳細 */

.detail section {
    display: block;
}

.detail .newsDate {
    margin: 0;
}

.newsDtl .newsCateFl {
    display: flex;
    align-items: center;
    gap: 15px;
}

.newsDtl .newsCate {
    padding: 0 20px;
}

.newsDtl .img {
    display: flex;
    justify-content: center;
}

.newsDtl .img:empty{
    display: none;
}

.detailTit {
    padding: 0 0 5px 0;
    border-bottom: 1px solid var(--black);
}

.detail .btn01.backBtn{
    width: 166px;
}


/* 詳細 */

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


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

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

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

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


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

}

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




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

    .newsLink {
        padding: 20px 0;
    }

    .newsTitFl {
        margin: 20px 0 0;
    }

    .newsCate {
        height: 30px;
        font-size: 16px;
    }

    .newsDate {
        font-size: 16px;
    }

    /* 下層 */
    .newsFl {
        flex-direction: row;
        align-items: flex-start;
    }

    .newsFlSide {
        width: 22%;
        margin: 0;
    }

    .newsFlMain {
        width: 70%;
    }

    .tNewsBx .newsCateBx,
    .newsFlMain .newsCateBx {
        flex-direction: row;
    }

    /* 詳細 */


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

    /* ページャー */

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


}

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

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

}

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

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

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

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

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