.header_A .l-contents--lnav .l-contents-block {
    border: none;
    margin: 0 auto;

}

.l-footer-contents .footer_nav_new_cf .mod-pagetop {
    /* width: 70px !important;
    height: 70px !important; */
    /* top: -70px; */
}

#wrapper .l-footer-contents {
    padding-left: 0;
}
.header_A .l-footer-contents .footer_nav_new_cf .mod-pagetop.is-show {
        position: fixed;
}
.header_A .l-footer-contents .footer_nav_new_cf .mod-pagetop.is-show.is-bottom {
        position: absolute;
}
@media screen and (max-width: 1179px) {
    .l-contents-block {
        padding-top: 0px;
    }

    .l-contents {
        padding-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1179px) {
    .header_A .l-footer-contents .mod-pagetop {
        /* width: 70px !important;
        height: 70px !important; */
        opacity: inherit !important;
    }
}

@media (max-width: 767px) {
    .header_A .l-footer-contents .footer_nav_new_cf .mod-pagetop.is-show {
        width: 47px !important;
        height: 47px !important;
        bottom: 0;
        top: auto;
    }

    .header_A .l-footer-contents .footer_nav_new_cf .mod-pagetop.is-show.is-bottom {
        top: -47px;
    }
}