.news-detail-frame {
    width: 100%;
    border-top: 1px solid #9FA0A0;
    padding-top: 1.53vw;
}
.news-detail-frame > div {
}
.news-detail-frame > div:last-child {
    width: 100%;
}
    .news-detail-frame > div:last-child > div:first-of-type {
        font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP";
        font-size: 1.243vw;
    }
    .news-detail-frame > div:last-child > h2 {
        font-size: 2.611vw;
        margin: 2.533vw 0;
        line-height: 3.233vw;
        font-family: "リュウミン M-KL";
    }
    .news-detail-frame > div:last-child > div:last-of-type {
        font-size: 1.616vw;
        line-height: 2.821vw;
        word-break: break-all;
    }
    .news-detail-frame > div:last-child > div:last-of-type img {
        max-width: 100%;
        object-fit: contain;
    }
    .news-detail-frame > div:last-child > div:last-of-type p {
        font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP";
    }
    .news-detail-frame > div:last-child > img {
        width: 100%;
        height: auto;
        margin: 1.73vw 0;
    }
    .news-detail-frame > div:last-child > p:nth-of-type(0) {
        font-size: 1.156vw;
        margin: 0;
    }
    .news-detail-frame > div:last-child > p:nth-of-type(1) {
        text-align: right;
    }
    .news-detail-frame > div:last-child > p:last-child button {
        font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP";
        border: 0;
        border-radius: 2vw;
        padding: 0.2vw 2.5vw 0.35vw 2.5vw;
        color: white;
        font-weight: 700;
        font-size: 1.617vw;
        line-height: 2.82vw;
        background-color: #91425B;
        vertical-align: text-top;
    }
    @media only screen and (max-width:560px) {
        .news-detail-frame > div:last-child > div:first-of-type {
            font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP";
            font-size: 3.330vw;
        }
        .news-detail-frame > div:last-child > h2 {
            font-size: 6.995vw;
            font-family: "リュウミン M-KL";
            line-height: 8.661vw;
            margin: 4.464vw 0;
        }
        .news-detail-frame > div:last-child > div:last-of-type {
            font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP";
            font-size: 4.330vw;
            line-height: 7.557vw;
        }
        .news-detail-frame > div:last-child > img {
            margin: 1.73vw 0;
        }
        .news-detail-frame > div:last-child > p:nth-of-type(0) {
            font-size: 4.28vw;
            line-height: 6.66vw;
        }
        .news-detail-frame > div:last-child > p:last-child button {
        }
    }

    