/* ===========================
   Font Size Reduction
   全体のフォントサイズを1サイズ小さく
   =========================== */

/* Base Font Size */
body {
    font-size: 15px !important;
}

/* Headings */
h1 {
    font-size: 2.2rem !important;
}

h2 {
    font-size: 1.9rem !important;
}

h3 {
    font-size: 1.4rem !important;
}

h4 {
    font-size: 1.15rem !important;
}

/* Paragraph Text */
p {
    font-size: 0.95rem !important;
}

/* Section Descriptions */
.section-description,
.about-description,
.organizer-description p {
    font-size: 1rem !important;
}

/* Hero Section */
.hero-title {
    font-size: 2rem !important;
}

.hero-subtitle {
    font-size: 1.3rem !important;
}

.hero-tagline {
    font-size: 1rem !important;
}

.hero-badge {
    font-size: 0.95rem !important;
}

.hero-info-item {
    font-size: 0.95rem !important;
}

/* Section Titles */
.section-title {
    font-size: 2rem !important;
}

.section-label {
    font-size: 0.8rem !important;
}

/* Cards */
.concern-item h3,
.benefit-card h3,
.program-item h3 {
    font-size: 1.15rem !important;
}

.concern-item p,
.benefit-card p,
.program-description {
    font-size: 0.9rem !important;
}

/* Special Benefits */
.special-benefit-card h3 {
    font-size: 1.05rem !important;
}

.special-benefit-card p {
    font-size: 0.85rem !important;
}

/* Testimonials */
.testimonial-name {
    font-size: 1rem !important;
}

.testimonial-role {
    font-size: 0.8rem !important;
}

.testimonial-text {
    font-size: 0.9rem !important;
}

/* FAQ */
.faq-question {
    font-size: 1rem !important;
}

.faq-answer {
    font-size: 0.9rem !important;
}

.faq-answer p {
    font-size: 0.9rem !important;
}

/* Organizer */
.organizer-name {
    font-size: 1.6rem !important;
}

.organizer-name-en {
    font-size: 0.85rem !important;
}

.organizer-title {
    font-size: 0.95rem !important;
}

.organizer-description p {
    font-size: 0.95rem !important;
}

/* Details */
.detail-item h3 {
    font-size: 1.15rem !important;
}

.detail-item p {
    font-size: 0.9rem !important;
}

.detail-price {
    font-size: 1.6rem !important;
}

.detail-note {
    font-size: 0.85rem !important;
}

/* Form */
.contact-form label {
    font-size: 0.95rem !important;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    font-size: 0.9rem !important;
}

.contact-form button {
    font-size: 1rem !important;
}

/* Footer */
.footer-brand h2 {
    font-size: 1.6rem !important;
}

.footer-tagline {
    font-size: 0.85rem !important;
}

.footer-company p {
    font-size: 0.85rem !important;
}

/* Buttons */
.cta-button,
.floating-cta {
    font-size: 1rem !important;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    body {
        font-size: 14px !important;
    }
    
    .hero-title {
        font-size: 1.7rem !important;
    }
    
    .section-title {
        font-size: 1.7rem !important;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 13px !important;
    }
    
    .hero-title {
        font-size: 1.5rem !important;
    }
    
    .section-title {
        font-size: 1.5rem !important;
    }
}
