@charset "UTF-8";

/*
通常の新規会員登録フローで使用する共通デザインです。
おもに共通デザインを無視するようなモバイルの指定などを記述します。
 */

/* モバイル表示 */
@media screen and (max-width: 736px) {
    .fs-28-sp {
        font-size: 1.75rem !important;
    }
    .fs-25-sp {
        font-size: 1.5625rem !important;
    }
    .fs-24-sp {
        font-size: 1.5rem !important;
    }
    .fs-18-sp {
        font-size: 1.125rem !important;
    }

    .m-t-40-sp {
        margin-top: 40px !important;
    }
    .m-b-40-sp {
        margin-bottom: 40px !important;
    }
    .m-b-32-sp {
        margin-bottom: 32px !important;
    }
    .ta-left-sp {
        text-align: left !important;
    }
}