/* section header */
.section-header h2 {
    margin-top: 0;
    margin-bottom: 0.15em !important;
}

.text-center {
    text-align: center;
}


/* サブタイトル部分 */
.section-subtitle {
    display: block;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    line-height: 1.2 !important;
    margin: 0;
    font-size: 1.5rem !important;
}

/* メインの見出し部分 */
.section-title {
    font-weight: 700 !important;
    font-size: 0.875rem !important; /* 英字ラベル（小） */
    letter-spacing: 0.22em !important;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
}

/* 画面幅が768px以上（PCやタブレット）の時の設定 */
@media (min-width: 768px) {
    .section-title {
        font-size: 0.7rem !important;
    }

    .section-subtitle {
        font-size: 1.5rem !important;
    }
}

