@charset "UTF-8";

/* ご家族の方へ */
#family .mainv::after {
    background: url(../images/visittreatment/mainv_pc.jpg) no-repeat center center /cover;
}

.m-40 {
    margin-bottom: 40px;
}
.introduction p:not(:last-of-type) {
    margin-bottom: 40px;
}

/* タブレット */
@media (max-width: 1024px) {
    .m-40 {
        margin-bottom: 4vw;
    }
    .introduction p:not(:last-of-type) {
        margin-bottom: 4vw;
    }
}

/* スマートフォン */
@media (max-width: 750px) {
    .m-40 {
        margin-bottom: 6vw;
    }
    .introduction p:not(:last-of-type) {
        margin-bottom: 6vw;
    }
}