/* news_detail_mv */
.news_detail_mv.common_mv {
    padding-top: calc(170 / var(--view-size) * 100vw);
    padding-bottom: 0;
}
.news_detail_mv .common_mv_bottom_02 {
    bottom: calc(-225 / var(--view-size)* 100vw);
}
.news_detail_mv .common_mv_top_02 {
    bottom: calc(-324.7 / var(--view-size) * 100vw);
}
.news_detail_inner {
    position: relative;
    z-index: 100;
    padding-bottom: calc(100 / var(--view-size) * 100vw);
}

/* news_detail_ttl */
.news_detail_ttl {
    margin-bottom: calc(30 / var(--view-size) * 100vw);
    border-bottom: calc(4 / var(--view-size) * 100vw) dotted #009944;
    padding-bottom: calc(20 / var(--view-size) * 100vw);
}
.news_detail_deta {
    font-size: calc(18 / var(--view-size) * 100vw);
    color: #009944;
    margin-bottom: calc(10 / var(--view-size) * 100vw);
}
.news_detail_ttl h2 {
    font-size: calc(24 / var(--view-size) * 100vw);
}

/* news_detail_content */
.news_detail_content {
    margin-bottom: calc(90 / var(--view-size) * 100vw);
}
.news_detail_btn a {
    width: calc(345 / var(--view-size) * 100vw);
    margin: 0 auto;
    background-color: #009944;
}

@media screen and (max-width: 768px) {
    .news_detail_inner {
        padding-bottom: calc(80 / var(--view-size) * 100vw);
    }
    .news_detail_mv .common_mv_bottom_02 {
        bottom: calc(20 / var(--view-size)* 100vw);
    }
    .news_detail_mv .common_mv_top_02 {
        bottom: calc(-6.5 / var(--view-size)* 100vw);
    }
    .news_detail_content {
        width: calc(320 / var(--view-size)* 100vw);
        margin: 0 auto calc(100 / var(--view-size) * 100vw);
    }
    .news_detail_ttl {
        width: calc(320 / var(--view-size)* 100vw);
        margin: 0 auto calc(20 / var(--view-size) * 100vw);
    }
    .news_detail_ttl h2 {
        letter-spacing: calc(-1.2 / var(--view-size)* 100vw);
    }
}