@charset "UTF-8";
/* --------------------
 Legal
-------------------- */
.sp-only {
    display: none;
}

@media (max-width: 767px) {
    .sp-only {
        display: inline;
    }
}
.service__item-wrapper {
    margin-bottom: 5.3333333333vw;
}

@media (min-width: 768px) {
    .service__item-wrapper {
        margin-bottom: 30px;
    }
}

/* --------------------
 Legal - mobile table layout
-------------------- */
@media (max-width: 767px) {
    .service__item__content table > tbody > tr {
        display: block;
        border-bottom: 0.2666666667vw solid rgba(var(--color-black-rgb), 0.5);
        padding: 3.2vw 0;
    }

    .service__item__content table > tbody > tr > th,
    .service__item__content table > tbody > tr > td {
        display: block;
        border-bottom: none;
        padding: 0.8vw 2.1333333333vw;
        white-space: normal;
    }

    .service__item__content table > tbody > tr > th {
        font-weight: 700;
    }
}
