.spview {
    display: none;
}

@media (max-width: 768px) {
    .spview {
        display: block !important;
    }
}

.page-header {
    background: url(https://dfar.jp/wp/wp-content/uploads/2024/10/pixta_93251910_M.jpg)
        no-repeat center center / cover;
}

.sec-ttl {
    padding-left: 1rem;
    margin-left: -1rem;
    border-left: solid 0.25rem #312c32;
}

.breadcrumb {
    margin-bottom: 0;
}

.hasShadowColumns .wp-block-column {
    background: rgba(255, 255, 255, 0.5);
    padding: 2em !important;
    box-shadow: 6px 9px 14px -1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 782px) {
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
}

.mt70 {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    .mt70 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .point-contents {
        flex-direction: column;
    }

    .point-contents .point-box {
        width: 100%;
    }
}

.point-contents {
    padding-top: 1em !important;
}

h3.is-style-vk-heading-background_fill_lightgray {
    margin-top: 60px;
}
