@charset "utf-8";
/* CSS Document */



/*========================================
追従ボタンここから
========================================*/
#btn_fixed {
    position:fixed;
    bottom:0;
    width:100%;
    background-color:rgba(127, 127, 127, 0.8);
    padding:0.8em;
    z-index:9999;
}

#btn_fixed ul{
    display:flex;
    justify-content: center;
    max-width:860px;
    margin:0 auto;
}
#btn_fixed ul li{
    width:70%;
    border-radius:4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
#btn_fixed ul li.btn_gray{
    background-color:#E6E6E6;
    border: 1px solid #e3e3e3;
}
#btn_fixed ul li.btn_yellow{
    background-color:#ff8c1e;
}

#btn_fixed ul li a{
    display: block;
    width:100%;
    margin:0 1%;
    text-align:center;
    padding:0.8em;
    font-size:14px;
    letter-spacing:-0.5px;
    text-decoration:none;
}
#btn_fixed ul li.btn_gray a{
    color:#000;
}
#btn_fixed ul li.btn_yellow a{
    color:#fff;
}
/*========================================
追従ボタンここまで
========================================*/