@charset "UTF-8";
/* --------------------
 Policy
-------------------- */
.service {
    padding: 32vw 0;
}

@media (min-width: 768px) {
    .service {
        padding: 120px 0 80px;
    }
}

.service-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.service__title {
    font-size: var(--fs33);
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.8;
    margin: 0 0 13.3333333333vw;
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .service__title {
        font-size: var(--fs40);
        margin: 0 0 100px;
    }
}

.service__title img {
    height: 8.5333333333vw;
    width: auto;
}

@media (min-width: 768px) {
    .service__title img {
        height: 40px;
    }
}

.service__item-wrapper {
    margin: 0 0 16vw;
}

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

.service__item {
    margin: 0 0 16vw;
}

@media (min-width: 768px) {
    .service__item {
        margin: 0 0 80px;
    }
}

.service__item:last-child {
    margin-bottom: 0;
}

.service__item__title {
    font-size: var(--fs20);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.66;
    margin: 0 0 5.3333333333vw;
}

@media (min-width: 768px) {
    .service__item__title {
        font-size: var(--fs24);
        letter-spacing: 0.16em;
        margin: 0 0 30px;
    }
}

.service__item__content {
    font-size: var(--fs12);
    letter-spacing: 0.13em;
    line-height: 1.83;
}

.service__item__content p {
    font-size: inherit;
    margin: 0 0 2em;
}

.service__item__content p:last-child {
    margin-bottom: 0;
}

.service__item__content a {
    color: inherit;
    text-decoration: underline;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
}

.service__item__content a:focus {
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .service__item__content a:hover {
        text-decoration-color: transparent;
    }
}

.service__item__content p:has(+ ul) {
    margin-bottom: 0;
}

.service__item__content ul {
    font-size: inherit;
    list-style: decimal;
    margin: 0 0 8vw;
    padding: 0 0 0 1.75em;
    position: relative;
}

@media (min-width: 768px) {
    .service__item__content ul {
        margin: 0 0 30px;
    }
}

.service__item__content ul:last-child {
    margin-bottom: 0;
}

.service__item__content ul > li {
    margin: 0;
    padding: 0;
    position: relative;
}

.service__item__content ul[data-style=dot] {
    list-style: none;
}

.service__item__content ul[data-style=dot] > li {
    padding-left: 1.5em;
}

.service__item__content ul[data-style=dot] > li:before {
    content: "・";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.service__item__content table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 2em;
    width: 100%;
}

.service__item__content table:last-child {
    margin-bottom: 0;
}

.service__item__content table > thead > tr > th, .service__item__content table > thead > tr > td {
    background-color: #E3E4E4;
    font-size: inherit;
    line-height: 1.83;
    padding: 1.6vw 2.1333333333vw;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 768px) {
    .service__item__content table > thead > tr > th, .service__item__content table > thead > tr > td {
        padding: 8px 15px;
    }
}

.service__item__content table > thead > tr > th {
    font-weight: 500;
}

.service__item__content table > tbody > tr > th, .service__item__content table > tbody > tr > td {
    border-bottom: 0.2666666667vw solid rgba(var(--color-black-rgb), 0.5);
    font-size: inherit;
    line-height: 1.83;
    padding: 1.6vw 2.1333333333vw;
    text-align: left;
    vertical-align: top;
    width: auto;
}

@media (min-width: 768px) {
    .service__item__content table > tbody > tr > th, .service__item__content table > tbody > tr > td {
        border-bottom-width: 1px;
        padding: 8px 15px;
    }
}

.service__item__content table > tbody > tr > th {
    font-weight: 400;
    white-space: nowrap;
}

.service__note p {
    font-size: var(--fs12);
    letter-spacing: 0.13em;
    line-height: 1.83;
    margin: 0 0 2em;
    text-align: right;
}

.service__note p:last-child {
    margin-bottom: 0;
}