.priceplan-wrapper {
    margin-top: 200px;
    width: 1200px;
    margin: 200px auto 0;
}

.priceplan-minisubtitle {
    text-align: center;
    font-weight: 500;
    margin: 25px 0;
}

.priceplan-contents {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-top: 60px;
}

@media(max-width:992px) {
    .priceplan-contents {
        gap: 0px;
    }
}

.priceplan-content {
    text-align: center;
    border: 6px solid var(--main-color);
    width: 28%;
}

@media(max-width:992px) {
    .priceplan-content {
        width: 50%;
        border: 2px solid var(--main-color);
    }
}

.priceplan-name {
    padding: 20px 0;
    background: var(--sub-color-3);
    font-weight: 600;
}

@media(max-width:992px) {
    .priceplan-name {
        font-size: 20px;
    }
}

.priceplan-inner {
    padding: 20px 0;
}

.priceplan-content:first-of-type .priceplan-inner {
    background: var(--sub-color-4);
}

.priceplan-price {
    font-weight: 600;
}

.priceplan-price span {
    font-weight: 400;
}

.priceplan-price-tax {
    font-weight: 500;
}

.priceplan-description {
    margin-top: 30px;
}

.priceplan-content:not(:first-of-type) .priceplan-description {
    position: relative;
}

.priceplan-content:not(:first-of-type) .priceplan-description::before {
    content: "";
    position: absolute;
    background: var(--main-color);
    height: 4px;
    width: 80%;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.priceplan-content.higobashi.course .priceplan-description::before {
    background: #8E6100;
}

.priceplan-price.premium {
    color: var(--txt-color-5);
}

.priceplan-etc {
    font-weight: 600;
}

@media(max-width:992px) {
    .priceplan-etc {
        font-size: 12px;
        line-height: 20px;
    }
}

@media(max-width:992px) {
    .priceplan-content.higobashi:first-child {
        width: 51%;
        margin-bottom: 35px;
    }

    .priceplan-content.higobashi:nth-child(4),
    .priceplan-content.higobashi:nth-child(5) {
        margin-bottom: 35px;
    }

    .priceplan-content.higobashi .priceplan-name {
        background: var(--sub-color-2);
        color: #FFF;
    }
}

@media(max-width:992px) {
    .priceplan-content.higobashi:last-child .priceplan-name {
        font-size: 16px;
    }
}

.priceplan-content.higobashi.course {
    border: 6px solid var(--sub-color-2);
}

@media(max-width:992px) {
    .priceplan-content.higobashi.course {
        border: 2px solid var(--sub-color-2);
    }
}

.priceplan-content.higobashi .priceplan-name {
    color: #FFF;
}

.priceplan-content.higobashi.course .priceplan-name {
    background: var(--sub-color-5);
    color: #FFF;
    line-height: 38px;
    padding: 10px 0 20px 0;
}

.priceplan-content.higobashi.course p {
    color: var(--txt-color-6);
}

.priceplan-content.higobashi.course .priceplan-description p {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
}

@media(max-width:992px) {
    .priceplan-content.higobashi.course .priceplan-description p {
        font-size: 12px;
        line-height: 20px;
    }
}