<footer class="fixed-bottom bg-light">

    <nav class="d-flex justify-content-around">
        <!--ダッシュボード-->
        <a id="dashboardBottomNav" class="d-block w-100 text-center py-2 text-decoration-none text-secondary bottom-nav" href="dashboard.html">
            <img src="../img/dashboard/icon_dashboard_inactive.svg" data-inactive-src="../img/dashboard/icon_dashboard_inactive.svg" data-src="../img/dashboard/icon_dashboard.svg" alt="buttonDashboard" class="p-1">
            <div class="fs-7 multi-lang" data-msg="buttonDashboard"></div>
        </a>
        <!--作業一覧-->
        <a id="operationListBottomNav" class="d-block w-100 text-center py-2 text-decoration-none text-primary bottom-nav" href="javascript:FOOTER.goOperationList();">
            <i class="fas fa-tasks fs-14 p-1"></i>
            <div class="fs-7 multi-lang" data-msg="buttonOperationList"></div>
        </a>
        <!--設定-->
        <a class="d-block w-100 text-center py-2 text-decoration-none text-secondary" href="javascript:CHK_L.sendAppCommand('goSetting');">
            <i class="fas fa-cog fs-14 p-1"></i>
            <div class="fs-7 multi-lang" data-msg="buttonSetting"></div>
        </a>
    </nav>

</footer>