﻿@charset "UTF-8";

/*問合せ*/
@media (max-width: 991px) {
    .input_area {
        justify-content: center;
    }
    /* reCAPTCHAバッジをフッター・page to topの上に表示 */
    .grecaptcha-badge {
        bottom: 180px !important;
    }
}