/* モバイル表示時の上部ボタンエリア */
#system-btns-mobile-header {
    background-color: #00aff2;
}

/* ヘッダボタン画像表示用定義 */
#system-btns-mobile-header > .mobile-system-btn > .btn {
    background-color: #00aff2 !important;
}

/* オペレータ呼び出しボタン */
#system-btns-mobile-header > .mobile-system-btn > .btn.operator {
    background-image: url('/img/mobile_tyn_operator.svg');
}

/* 質問のやり直しボタン */
#system-btns-mobile-header > .mobile-system-btn > .btn.undo {
    background-image: url('/img/mobile_tyn_undo.svg');
}

/* フィードバック(アンケート)ボタン */
#system-btns-mobile-header > .mobile-system-btn > .btn.survey {
    background-image: url('/img/mobile_tyn_survey.svg');
}
