/* フローティングバナー非表示 PC/TAB */
@media screen and (min-width:768px) {
    .floating_Button-box { display: none !important; }
    #maincontArea .footerElem { margin: 0 auto; }
}

