.page-news_detail .news_meta {
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    max-width: 950px;
    width: 100%
}

.news_headerImg {
    max-width: 300px;
    margin: 40px auto 80px;
}

.news_headerImg a:hover {
    opacity: 0.8;
}

.page-news_detail .news_header_title {
    font-size: 28px;
    line-height: initial;
    text-align: center;
}

.page-news_detail .news_meta>time {
    margin-right: 0;
    padding-right: 0;
}

.textCenter {
    text-align: center;
}

.news_textNotice.textLarge {
    font-size: 16px;
}

.news_noticeWrap p {
    font-weight: 500;
    font-size: 16px;
}

.news_noticeWrap .news_textNotice {
    font-weight: 500;
    font-size: 14px;
}

.news_noticeWrap .news_textList li:first-child {
    margin-bottom: 20px;
}

.page-news_detail .news_titleSmall {
    margin-bottom: 0;
}

.news_textNotice {
    font-size: 14px;
}

.news_textBase.mb40,
.news_textNotice.mb40 {
    margin-bottom: 40px;
}

.news_textBase.mb20,
.news_textNotice.mb20,
.news_textList.mb20 {
    margin-bottom: 20px;
}

.page-news_detail .news_textList {
    font-size: 16px;
}

.news_imageWrap {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
    align-items: stretch
}


.news_imageWrap .news_imageCell {
    max-width: 200px;
    margin-bottom: 50px;
    margin: 0 auto 60px;
}

.news_imageWrap .news_imageCell>img {
    margin-bottom: 12px;
}

.page-news_detail .news_imageWrap .news_imageCell>figcaption {
    font-size: 12px;
    text-align: center;
    display: block;
}

.page-news_detail .news_imageWrap .news_imageCell>figcaption>a {
    color: #76738a;
    text-decoration: underline;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.news_imageWrap .news_imageCell>figcaption>a:hover {
    opacity: 0.45;
}

.mt40 {
    margin-top: 40px;
}

.page-news_detail .news_back {
    margin-top: 80px;
}


@media (max-width: 879px) {
    .page-news_detail .news_header_title {
        font-size: 20px;
        margin: 0 auto 40px;
        text-align: center;
    }

    .textCenter {
        font-size: 3.3333333333vw;
    }

    .news_last {
        font-size: 3.3333333333vw;
    }

    .news_headerImg {
        max-width: 200px;
        margin: 20px auto 40px;
    }

    .page-news_detail .news_textList {
        font-size: 3.3333333333vw;
        line-height: 1.94;
    }

    .news_textNotice.textLarge {
        font-size: 3.3333333333vw;
    }

    ol li {
        font-size: 3.3333333333vw;
    }

    .news_noticeWrap p {
        font-size: 3.3333333333vw;
    }

    .news_textNotice {
        font-size: 3.0vw;
        text-indent: -1em;
        padding-left: 1em;
        font-weight: normal;
    }

    .news_noticeWrap .news_textNotice {
        font-size: 3.0vw;
    }

    .page-news_detail .news_meta>time {
        margin-right: 0;
        padding-right: 0;
        border: none;
    }

    .news_imageWrap {
        width: 100%;
    }

    .news_imageWrap .news_imageCell {
        width: 42vw;
        margin-bottom: 50px;
        margin: 0 auto 60px;
    }

    .hide_sp {
        display: none;
    }
}

@media (min-width: 880px) {
    .hide_pc_tab {
        display: none;
    }
}


@media (min-width: 880px) and (max-width: 1200px) {
    .page-news_detail .news_header_title {
        font-size: 22px;
        line-height: 1.75;
        letter-spacing: 0.1em;
        margin: 0 auto 2.5641025641vw;
    }

    .textCenter {
        font-size: 16px;
    }

    .news_last {
        font-size: 16px;
    }

    .page-news_detail .news_meta>time {
        margin-right: 0;
        padding-right: 0;
        border: none;
    }
}