.news-page .top-inner {
    margin-left: 16px;
    margin-right: 16px;
    background-image: url(../image/news-top-bg.jpg);
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 97.5px;
}

.news-page .top-inner .sec-title-en {
    /* text-align: center;
    font-family: "Montserrat";
    font-size: 15px;
    text-decoration: underline;
    text-decoration-color: #B7C3DB;
    font-weight: bold;
    margin-bottom: 42.5px; */


    width: 110px;
    display: inline-block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    text-align: center;
    font-family: "Montserrat",
        sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 4px;
    border-bottom: 2px solid #B7C3DB;
}

.news-page .top-inner .sec-title-ja {
    text-align: center;
    font-size: 40px;
    letter-spacing: 8px;
    margin: 56px auto 0;
}

.news-page .news-inner {
    margin-left: 10.76%;
    margin-right: 10.76%;
}

.news-page .news-inner .news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-top: 1px solid #ADADAD; */
    border-bottom: 1px solid #ADADAD;
    padding-top: 45.5px;
    padding-bottom: 45.5px;
}

.news-page .news-inner .news-wrap:first-child {
    border-top: 1px solid #ADADAD;
}

.news-page .news-inner .news-wrap .date {
    font-family: "Montserrat";
    font-size: 15px;
    margin-right: 4.75%;
    margin-left: 1.07%;
}

.news-page .news-inner .news-wrap .heading {
    margin-right: 32px;
}

.news-page .news-inner .news-wrap .arrow-img {
    margin: 0 0 6px auto;
}

.news-page .news-inner .content-bottom {
    margin-top: 135.9px;
    font-size: 1.317vw;
    margin-bottom: 133px;
}

.news-page .news-inner .content-bottom .content-bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-page .news-inner .content-bottom .content-bottom-list .item+.item {
    margin-left: 2.45%;
}

.news-page .news-inner .content-bottom .content-bottom-list .item:nth-child(1) a {
    color: #343434;
}

.news-page .news-inner .content-bottom .content-bottom-list .item a {
    color: #A8A8A8;
}

.news-page .news-inner .content-bottom .content-bottom-list .item a .underline {
    border-bottom: 2px solid #B7C3DB;
    margin-top: 1px;
}

.news-page .news-inner .content-bottom .content-bottom-list .item a img {
    width: 18px;
}

@media screen and (max-width: 767px) {
    .news-page {
        /* margin-top: 56px; */
        padding-top: 56px;
    }

    .news-page .top-inner {
        background-image: url(../image/news-top-bg-sp.jpg);
        background-size: cover;
        padding: 90px 0;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 55px;
    }

    .news-page .top-inner .sec-title-en {
        width: 80px;
        display: inline-block;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 500;
        padding-bottom: 4px;
        border-bottom: 2px solid #B7C3DB;
        margin-bottom: 18.4px;
    }

    .news-page .top-inner .sec-title-ja {
        font-size: 26px;
        margin-top: 44px;
    }

    .news-page .news-inner {
        margin-left: 5.33%;
        margin-right: 5.33%;
    }

    .news-page .news-inner .news-wrap {
        display: none;
    }

    .news-page .news-inner .content-bottom {
        margin: 64px auto;
        font-size: 1.317vw;
    }

}

/* ニュース詳細 */
.news-detailpage .detail-inner {
    width: 80%;
    max-width: 855px;
    padding-top: 96px;
    margin: 0 auto;
}

.news-detailpage .detail-inner .news-title {
    font-size: 28px;
    line-height: 1.8;
    padding-bottom: 32px;
    border-bottom: 2px solid #B7C3DB;
    margin-bottom: 27px;
}

.news-detailpage .detail-inner .news-date {
    font-size: 14px;
    margin-bottom: 64px;
}

.news-detailpage .detail-inner .news-text {
    font-size: 16px;
    line-height: 2.5;
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .news-detailpage .detail-inner {
        width: 100%;
        margin: 0 auto;
        padding: 90px 16px 0;
    }

    .news-detailpage .detail-inner .news-title {
        font-size: 22px;
        line-height: 1.5;
        padding-bottom: 24px;
    }

    .news-detailpage .detail-inner .news-date {
        font-size: 13px;
        margin-bottom: 48px;
    }

    .news-detailpage .detail-inner .news-text {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 64px;
    }

}

.news-detailpage .detail-inner .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-top: 2px solid #B7C3DB;
    padding-top: 50px;
    margin-bottom: 187px;
    position: relative;
    font-size: 1.31vw;
}

.news-detailpage .detail-inner .content-wrap .left-arrow {
    width: 1.53%;
}

.news-detailpage .detail-inner .content-wrap .content-text {
    font-size: 1.31vw;
}

.news-detailpage .detail-inner .content-wrap .prev {
    margin-left: 2.035%;
}

.news-detailpage .detail-inner .content-wrap .index {
    margin-left: 35.6%;
    margin-right: 35.6%;
}

.news-detailpage .detail-inner .content-wrap .next {
    margin-right: 2.035%;
}

.news-detailpage .detail-inner .content-wrap .right-arrow {
    width: 1.53%;
}

.news-detailpage .detail-inner .content-wrap .paginasiton-index {
    position: absolute;
    top: 50px;
    /* left: 42.8%; */
    left: 50%;
    transform: translateX(-50%);
}

.news-detailpage .detail-inner .content-wrap a:nth-child(3) {
    display: inline-block;
    margin: 0 0 0 auto;
}

.news-detailpage .detail-inner .content-wrap a:nth-child(2) {
    display: inline-block;
    margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
    .news-detailpage .detail-inner .content-wrap {
        padding-top: 50px;
        margin-bottom: 96px;
        font-size: 14px;
    }

    .news-detailpage .detail-inner .content-wrap .left-arrow {
        width: 1.53%;
    }

    .news-detailpage .detail-inner .content-wrap .content-text {
        font-size: 1.31vw;
    }

    .news-detailpage .detail-inner .content-wrap .prev {
        margin-left: 2.035%;
    }

    .news-detailpage .detail-inner .content-wrap .index {
        margin-left: 35.6%;
        margin-right: 35.6%;
    }

    .news-detailpage .detail-inner .content-wrap .next {
        margin-right: 2.035%;
    }

    .news-detailpage .detail-inner .content-wrap .right-arrow {
        width: 1.53%;
    }

    .news-detailpage .detail-inner .content-wrap .paginasiton-index {
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .news-detailpage .detail-inner .content-wrap a:nth-child(3) {
        display: inline-block;
        margin: 0 0 0 auto;
    }

    .news-detailpage .detail-inner .content-wrap a:nth-child(2) {
        display: inline-block;
        margin: 0 0 0 auto;
    }
}