.price {
    padding: 80px 0;
    background: #fff;
}

.price-header {
    text-align: center;
    margin-bottom: 60px;
}

.price-subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #0099B0;
    line-height: 1.5;
    margin-bottom: 5px;
}

.price-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}

.price-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.price-first-time {
    position: relative;
    margin-bottom: 60px;
}

.first-time-badge {
    position: absolute;
    left: -20px;
    top: -80px;
    width: 120px;
    height: 120px;
    background: #C5A23C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    z-index: 1;
}

.price-table-wrap {
    background: #f8f8f8;
    padding: 40px;
    border-radius: 8px;
}

.price-section-title {
    font-size: 20px;
    color: #0099B0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.price-table th {
    background: #292f36;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-weight: normal;
}

.price-table td {
    padding: 20px 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.price-free {
    color: #0099B0;
    font-size: 20px;
    font-weight: bold;
}

.rental-text {
    color: #0099B0;
    font-weight: bold;
}

.tax-included {
    font-size: 12px;
    color: #666;
    display: block;
}

.price-note {
    text-align: center;
    margin-top: 40px;
    line-height: 1.8;
}

.first-time-only {
    color: #FF0000;
    font-size: 0.75em;
}

.price-additional-info {
    max-width: 600px;
    margin: 40px auto;
    padding: 0 20px;
}

.price-info-table {
    width: 100%;
    border-collapse: collapse;
    background: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
}

.price-info-table th {
    background: #292f36;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-weight: normal;
}

.price-info-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.info-label {
    font-weight: bold;
    color: #333;
    width: 40%;
}

.info-value {
    color: #0099B0;
    font-weight: bold;
}

.info-note {
    display: block;
    font-size: 0.8em;
    color: #666;
    font-weight: normal;
    margin-top: 5px;
}

.price-common-benefits {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 60px;
    text-align: center;
    border: 2px solid #0099B0;
}

.benefits-title {
    color: #0099B0;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.benefits-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #0099B0;
}

.benefits-items {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.benefits-items p {
    margin: 10px 0;
}

.benefits-training {
    color: #0099B0;
    margin-top: 15px !important;
}

@media (max-width: 768px) {
    .price {
        padding: 40px 0;
    }

    .price-header {
        padding: 0 20px;
    }

    .price-title {
        font-size: 24px;
        line-height: 1.6;
    }

    .price-content {
        padding: 0 15px;
    }

    .first-time-badge {
        left: 0;
        width: 90px;
        height: 90px;
        font-size: 12px;
    }

    .price-table-wrap {
        padding: 20px 15px;
        margin-top: 60px;
    }

    .price-section-title {
        margin-top: 40px;
        font-size: 18px;
        text-align: center;
    }

    .price-table {
        font-size: 14px;
    }

    .price-note {
        padding: 0 20px;
        font-size: 14px;
    }

    .price-subtitle {
        font-size: 14px;
        line-height: 1.5;
    }

    .price-description {
        font-size: 14px;
        line-height: 1.8;
    }

    .price-additional-info {
        padding: 0 15px;
        margin: 30px auto;
    }

    .price-info-table {
        font-size: 14px;
    }

    .info-label {
        width: 45%;
    }

    .price-common-benefits {
        padding: 20px;
        margin-bottom: 40px;
    }

    .benefits-title {
        font-size: 18px;
    }

    .benefits-items {
        font-size: 16px;
    }
}

@media (max-width: 390px) {
    .price-title {
        font-size: 22px;
    }

    .price-subtitle {
        font-size: 13px;
    }

    .first-time-badge {
        width: 80px;
        height: 80px;
        font-size: 11px;
        top: -40px;
    }

    .price-section-title {
        font-size: 16px;
    }

    .price-table {
        font-size: 13px;
    }

    .price-free {
        font-size: 18px;
    }

    .price-note {
        font-size: 13px;
    }

    .price-table-wrap {
        padding: 15px 10px;
    }

    .price-description {
        font-size: 13px;
    }

    .price-info-table {
        font-size: 13px;
    }

    .info-note {
        font-size: 0.75em;
    }

    .benefits-title {
        font-size: 16px;
    }

    .benefits-items {
        font-size: 14px;
    }
}

/* 地域最安値のスタイル */
.best-price {
    display: block;
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
} 
