/* スマホのみ下ボタン固定 */
@media screen and (max-width: 767px) {
    
    #section-87{
        position: fixed;
        bottom: -20px;
        left: 0;
        z-index: 99;
    }

}

@media screen and (min-width: 767px) {
    
    #section-87{
        display: none;
    }

}
