﻿@charset "utf-8";

/* 20260916 h1タグについて */
.scn-top-title-h1 {
    text-align: center;
    font-size: 2.4rem;
    margin: 2rem 0;
}
@media screen and (max-width: 640px) {
    .scn-top-title-h1 {
        font-size: 2rem;
    }
}