.payment {
    margin-top: var(--section-gap);
}

.payment-title {
    margin-bottom: var(--header-gap);
    --min-size: 2.7rem;
    --mid-size: calc(7 * var(--vw));
    --max-size: 3.8rem;
    font-size: clamp(var(--min-size), var(--mid-size), var(--max-size));
    font-weight: bold;
    line-height: 1.5;
    color: var(--color-heading);
    letter-spacing: 0.1em;
}

.c-term-list__item {
    padding: 3em;
    background-color: var(--color-secondary);
}

.c-term-list__term {
    min-width: 100px;
    font-size: var(--term-font-size, 1.4em);
}

.c-payment p {
    font-size: 2rem;
}

.c-payment .c-band__list .c-band__item img {
    height: 50px;
}

.p-price {
    margin-top: var(--section-gap);
}

.p-price__title {
    margin-bottom: var(--header-gap);
    --min-size: 2.7rem;
    --mid-size: calc(7 * var(--vw));
    --max-size: 3.8rem;
    font-size: clamp(var(--min-size), var(--mid-size), var(--max-size));
    font-weight: bold;
    line-height: 1.5;
    color: var(--color-heading);
    letter-spacing: 0.1em;
}

.p-price-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.p-price-item {
    width: calc((100% - 50px) / 2);
    text-align: center;
    border: 3px solid var(--color-primary);
    padding: 20px 0;
    border-radius: 10px;
}

.p-price-item__title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

#price07 {
    color: #fff;
}

#price07_in01, #price07_in02, #price07_in03 {
    background-color: #4c2b20;
    box-shadow: 1px 1px 2px #a7a094;
    -moz-box-shadow: 1px 1px 2px #a7a094;
    -webkit-box-shadow: 1px 1px 2px #a7a094;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 10px 20px 20px;
    margin-bottom: 15px;
}
#price07 h5 {
    font-size: 1.2em;
    line-height: 1.3;
    padding: 15px 0px;
}
table.price_new {
    width: 100%;
    text-align: center;
}
tr.c_gold {
    background-color: #ad957c;
}
table th:empty {
    /* background-image: linear-gradient(40deg, transparent 48%, #fff 49%, #fff 50%, transparent 50%, transparent); */
    /* background-image: linear-gradient(40deg, transparent 48%, var(--border-color) 49%, var(--border-color) 49.5%, transparent 49%, transparent); */
    border-right: 1px solid var(--border-color);
}
table.price_new td {
    border: 1px solid #fff;
    padding: 13px;
    color: white;
    font-size: 15px;
    width: 110px;
}
table.price_new th {
    border: 1px solid #fff;
    font-weight: normal;
    text-align: center;
    color: #fff;
    width: 10%;
}

@media screen and (max-width: 768px) {

    .c-term-list__term {
        margin-bottom: 20px;
    }

    .c-term-list__item {
        grid-template-columns: auto;
        padding: 2em;
    }

    .c-payment .c-band__list .c-band__item img {
        height: 30px;
    }

    .c-payment p {
        font-size: var(--font-size-md);
    }

    .p-price-list {
        gap: 20px;
    }

    .p-price-item {
        width: 100%;
        padding: 10px 0;
    }

    .p-price-item__title {
        font-size: 1.8rem;
    }

    .c-button01 {
        gap: 0.25em;
    }
    
    .c-button01__text {
        letter-spacing: 0;
    }

    .c-button01::before {
        font-size: 1em;
    }

    .c-button01 {
        --padding-x: 0.5em
    }
}
.c-table > tbody > tr > td {
    min-width: min(13em, 85 * var(--vw));
    text-align: center;
    vertical-align: middle;
}

.border-bt-none {
    border-bottom: none !important;
}

.ver-2 > tbody > tr > td {
    min-width: min(11em, 85 * var(--vw));
}

.n-list {
    counter-reset: my-counter;
    
}

.n-item {
     counter-increment: my-counter;
     position: relative;
}

.n-item::after {
    content: counter(my-counter) ". ";
    position: absolute;
    left: -20px;
    top: 0;
    font-size: var(--font-size-md);
}

.p-pattern02__column {
    display: inline-block;
}

.txt-red {
    color: red;
}

/* 250919 */
.p-pattern01__list a {
    height: 4em;
}
@media screen and (max-width: 768px) {
    .c-table--mw700 {
        width: 700px;
    }
}
.scroll-hint-icon {
    top: 50% !important;
    transform: translateY(-50%) !important;
}