@charset "UTF-8";

/* ==================================================
   queries.css
   ※スマホ・タブレット補助専用
   ※主要デザインは style.css 側で管理
================================================== */

@media screen and (max-width: 767.98px) {
    h2 {
        font-size: 1.45rem !important;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}