@charset "utf-8";


/*--news--*/

.newsBox:hover .newsTit:before {
    transition: all .5s;
    transform: translateX(9px);
}

.newsBox .newsTit:before {
    transition: all .5s;
}

.newsItemBox {
    border-bottom: 1px solid #D7D3C9;
}

.newsCate {
    font-size: 14px;
    color: #5C8453;
    background: #F0E7D6;
    border-radius: 4px;
    max-width: max-content;
    padding: 2px 15px 4px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    line-height: 1.43em;
    letter-spacing: 0.05em;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    border-radius: 15px;
}

.newsCateSet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 0 0;
    gap: 20px;
    width: 100%;
}

.newsInBox {
    width: 100%;
    margin: 15px 0 0;
}

.newsDate {
    display: inline-block;
    font-size: 16px;
    color: #616664;
    line-height: 1.5em;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.newsBox {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 0 20px;
    margin-top: 20px;
}

.newsTit>h3,
.newsTit>h2,
.newsTit>p {
    font-size: 16px;
}

.newsTit {
    display: block;
    width: 100%;
    color: #616664;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.5em;
    position: relative;
    padding-right: 30px;
}

.newsTit:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 9px;
    background: url(/system_panel/uploads/images/news_arrow.svg)no-repeat;
    background-size: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
}

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

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

.newsFlSide {
    margin: 30px 0 0;
}

.cateLink {
    font-size: 16px;
    color: #616664;
    transition: all .3s;
}

.cateLink:hover {
    color: #9A9A9A;
}

.newsCateTit {
    padding: 6px 10px;
    background: #5C8453;
    color: #fff;
}

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


/* 下層 */

/* 詳細 */

.detail section {
    display: block;
}

.detail .newsDate {
    margin: 0;
}

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

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

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

.detailTit {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #616664;
    font-size: 22px;
}

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

.newsDtl .comBtn::after {
    display: none;
}


/* 詳細 */

/* アーカイブリスト */

.archiveBlock {
    font-size: 14px;
}

.archiveBlock:nth-of-type(n + 2) {
    margin: 0.4em 0 0;
}

.archiveBox .webgene-item {
    display: none;
}

.archiveList {
    display: none;
}

.archiveYear {
    display: flex;
    color: #616664;
    margin: 0.1em 0 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: .5s;
    cursor: pointer;
    align-items: center;
}

.archiveYear:hover {
    color: #9A9A9A;
    transition: .5s;
}

.archiveYear .fa {
    margin: 0.1em 0 0;
    font-size: 1.2em;
    transition: .3s;
    transform-origin: center;
}

.archiveYear.active .fa {
    transform: rotate(90deg);
    transform-origin: center;
    transition: .3s;
}

.archiveYear>span {
    margin: 0 0 0 0.5em;
}

.archiveList {
    margin: 0.3em 0 0;
    padding: 0 0 0 1.2em;
    font-size: 1em;
}

.archiveList>li {
    padding: 0;
    list-style: none;
}

.archiveList>li>a {
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: block;
    color: #616664;
    transition: .5s;
}

.archiveList>li:nth-of-type(n + 2) {
    margin: 0.2em 0 0;
}

.archiveList>li>a:before {
    content: "-";
    padding: 0 0.5em 0 0;
}

.archiveList>li>a:hover {
    color: #9A9A9A;
    transition: .5s;
}

/* アーカイブリスト */

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

    .newsCate {
        font-size: 16px;
    }

    .newsDate {
        font-size: 18px;
    }

    .infoDetailTit01 {
        font-size: 20px;
    }

    .newsCateSet {
        flex-wrap: nowrap;
    }

    .newsTit>h3,
    .newsTit>h2,
    .newsTit>p {
        font-size: 18px;
    }

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

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

    .newsFlMain {
        width: 70%;
    }

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

    .cateLink {
        font-size: 18px;
    }

    /* 詳細 */


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

    .detailTit {
        padding: 0 0 10px 0;
        font-size: 25px;
    }


    /****************************************/
}

/****************************************/

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

    .archiveBlock {
        font-size: 18px;
    }

    .detailTit {
        padding: 0 0 12px 0;
        font-size: 30px;
    }

    /****************************************/
}

/****************************************/