/*=================================
===================================
===================================
===================================
===================================
モバイル用フッターメニュー。
==========================================*/

/*-------------------------
フッターメニュー大枠。
------------------------------*/
nav.menu-box-bottom{
    width:100%;
    background:#fff;
    padding:7px 8px 8px;
    opacity:0.98;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    display:flex;
    justify-content:space-between;
    z-index:5;
}
/*-------------------------
ボタン枠。
------------------------------*/
.bottom-menu-box{
    width:60px;
    text-align:center;
    cursor:pointer;
}
.bottom-menu-box a{
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
}
.bottom-menu-box img{
    width:35px;
}
.important-item-two{
    display:block;
    padding:2px 0 0 0;
    font-size:11px;
    word-spacing:0.5px;
    user-select:none;

}