/*annai*/
.price-table th, .price-table td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,.12);
}
.price-table th {
    background-color: rgba(26, 83, 160, 0.1);
    font-weight: 600;
}
.schedule-box {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
    transition: all 0.3s;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.schedule-box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.schedule-date {
    font-size: 1.2rem;
    color: #1a53a0;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.schedule-venue {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.feature-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}
.feature-icon {
    color: #1a53a0;
    font-size: 1.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}
.feature-content {
    flex-grow: 1;
}
.feature-content h5 {
    margin-bottom: 0.5rem;
    color: #1a53a0;
}
.cta-box {
    background-color: rgba(26, 83, 160, 0.05);
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
}

/*jms*/
.svg-container {
    max-width: 100%;
    height: auto;
    margin: 2rem auto;
}
.flow-box {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.flow-step {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.step-number {
    background-color: #1a53a0;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
}
.step-content {
    flex-grow: 1;
}
.step-content h5 {
    color: #1a53a0;
    margin-bottom: 0.5rem;
}
.professional-box {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
}
.professional-box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.professional-icon {
    color: #1a53a0;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.benefit-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    height: 100%;
    transition: all 0.3s;
}
.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.benefit-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    margin-bottom: 1rem;
}

        .price-table th, .price-table td {
            padding: 15px;
            text-align: center;
            vertical-align: middle;
            border: 1px solid rgba(0,0,0,.12);
        }
        .price-table th {
            background-color: rgba(26, 83, 160, 0.1);
            font-weight: 600;
        }
        .schedule-box {
            border: 1px solid #e9ecef;
            border-radius: 10px;
            padding: 2rem;
            margin-bottom: 2rem;
            transition: all 0.3s;
            box-shadow: 0 0 15px rgba(0,0,0,0.05);
        }
        .schedule-box:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transform: translateY(-5px);
        }
        .schedule-date {
            font-size: 1.2rem;
            color: #1a53a0;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        .schedule-venue {
            font-size: 1rem;
            margin-bottom: 1rem;
        }
        .feature-box {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1.5rem;
        }
        .feature-icon {
            color: #1a53a0;
            font-size: 1.5rem;
            margin-right: 1rem;
            flex-shrink: 0;
            margin-top: 0.2rem;
        }
        .feature-content {
            flex-grow: 1;
        }
        .feature-content h5 {
            margin-bottom: 0.5rem;
            color: #1a53a0;
        }
        .cta-box {
            background-color: rgba(26, 83, 160, 0.05);
            border-radius: 10px;
            padding: 2rem;
            text-align: center;
        }
/* ======================================
ヘッダータグ最適化用：元のサイズを維持するクラス
====================================== */

/* 元のサイズを維持するクラス */
.h3-size {
    font-size: 1.75rem !important; /* 元のh3相当 */
}

.h4-size {
    font-size: 1.5rem !important; /* 元のh4相当 */
}

.h5-size {
    font-size: 1.25rem !important; /* 元のh5相当 */
}

.h6-size {
    font-size: 1rem !important; /* 元のh6相当 */
    font-weight: 600 !important; /* h6の太さを維持 */
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .h3-size {
        font-size: 1.5rem !important;
    }
    
    .h5-size {
        font-size: 1.1rem !important;
    }
    
    .h6-size {
        font-size: 0.9rem !important;
    }
}

