@charset "UTF-8";

/* 20260511 見出しタグ<h1>の設定 */
.scn-page_title {
    font-size: clamp(20px, 3.5vw, 26px);
    line-height: 1.6;
    font-weight: 700;
    margin: 50px auto 0;
    text-align: center;
}

@media (min-width: 1024px) {
    .scn-page_title {
        font-size: 26px;
        font-weight: bold;
    }
}
