@charset "UTF-8";


.to-receive-service__column {
    width: 100%;
    padding: 1.8rem 1.2rem;
    margin-top: 2rem;
    border: 2px var(--subcolor) solid;
    border-radius: 0.6rem;
}
.to-receive-service__column-caption {
    padding-bottom: 1rem;
    border-bottom: 1px #ddd solid;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--subcolor);
}
.to-receive-service__column-text {
    padding-top: 0.5rem;
    font-size: 0.9rem;
}
.more-link {
    max-width: 12rem;
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .to-receive-service__column {
        width: 48%;
        padding: 32px 40px;
        margin-top: 40px;
        border-radius: 10px;
    }
    .to-receive-service__column:nth-child(2n) {
        margin-left: 4%;
    }
    .to-receive-service__column-caption {
        padding-bottom: 20px;
        font-size: 19px;
    }
    .to-receive-service__column-text {
        padding-top: 12px;
        font-size: 16px;
    }
    .more-link {
        max-width: 220px;
        margin-top: 20px;
    }
}


.to-receive-service .title-group {
    margin-bottom: 0;
}
.to-receive-service__text {
    padding-top: 1rem;
}
.to-receive-service__list {
    padding-top: 1rem;
    margin-left: 1.5rem;
}
.to-receive-service .separation {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .to-receive-service .title-group {
        margin-bottom: 12px;
    }
    .to-receive-service__inner .base-caption:first-child {
        padding-top: 30px;
    }
    .to-receive-service__list {
        padding-top: 12px;
        margin-left: 24px;
    }
    .to-receive-service__text {
        padding-top: 12px;
    }
    .to-receive-service .separation {
        margin-top: 55px;
        margin-bottom: 62px;
    }
}
.to-receive-service__table {
    margin-top: 3vw;
}
@media (min-width: 768px) {
    .to-receive-service__table {
        margin-top: 15px;
    }
    tbody th {
        width: 260px;
    }
}
.historyback {
    max-width: 12rem;
    margin-top: 3rem;
}
@media (min-width: 768px) {
    .historyback {
        max-width: 220px;
        margin-top: 70px;
    }
}