.price-table {
    font-size: 1.8rem;
    font-family: var(--font-base);
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #333;
    width: 100%;
    table-layout: fixed;
}

.price-table th {
    width: 60%;
    font-weight: 400;
    padding: 23px 18px 23px 40px;
}

.price-table td {
    width: 40%;
    text-align: center;
    padding: 23px 18px;
}

.price-table tr {
    border-bottom: 1px solid #c5c5c5;
}

.price-ttl {
    font-size: 2rem;
    font-family: var(--font-base);
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #333;
    margin-bottom: 20px;
}

.price-subttl {
    font-size: 1.8rem;
    font-family: var(--font-base);
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #333;
    margin-bottom: 20px;
}

.price-inner-con {
    max-width: 1080px;
    padding: 0 20px;
    margin: 60px auto 80px;
}

.sp-br {
    display: none;
}

.price-item-fixture {
    font-size: 1.8rem;
    font-family: var(--font-base);
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #333;
    padding-bottom: 40px;
}

.price-item-subttl {
    font-size: 1.8rem;
    font-family: var(--font-base);
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #333;
    margin-bottom: 20px;
    margin-top: -20px;
}

.price-cover {
    margin-top: 134px;
}

@media screen and (max-width:768px) {
    .price-inner-con {
        padding: 0;
        margin: 30px auto 40px;
    }

    .sp-br {
        display: inline;
    }


    .price-table th {
        width: 100%;
        padding: 23px 5px 23px 5px;
    }

    .price-table td {
        padding: 23px 5px 23px 0px;
        width: 100px;
    }

    .price-table {
        font-size: 1.4rem;
    }

    .price-ttl {
        font-size: 1.8rem;
    }

    .price-subttl {
        font-size: 1.6rem;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .price-item-fixture {
        font-size: 1.7rem;
    }

    .price-item-subttl {
        font-size: 1.7rem;
        margin-bottom: 20px;
        margin-top: -10px;
    }

    .price-cover {
        margin-top: 74px;
    }
}

.psmall-font {
    font-size: 1.8rem;
    text-align: center;
    display: block;
    font-weight: 600;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .psmall-font {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
}

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

.p-pattern01__list {
    --column-count: 4;
    --column-gap: 1.25em;
    --row-gap: 1.25em;
}

@media (max-width: 1200px) {
    .p-pattern01__list {
        --column-count: 3;
    }
}

@media (max-width: 840px) {
    .p-pattern01__list {
        --column-count: 2;
        font-size: 1.2rem;
    }
}

.p-pattern01__list a {
    min-width: unset;
}

.c-button01__text {
    font-weight: 700;
}