@charset 'UTF-8';

@media print, screen and (max-width: 768px) {
    /* チャットボットの位置を上に持ってくる */
    #satfaq-widget-icon {
        bottom: 9rem !important;
    }
}


