/*base*/
html { -webkit-overflow-scrolling: touch; }

/*Base*/
/* CSS Document */
.overlayArea { position: relative; z-index: 1; }

.overlayItem { position: absolute; }

img { vertical-align: top; display: inline; width: 100%; }

.footer { max-width: 750px; margin: 0 auto; }

.footer__tel--btn { width: 79.6%; top: 72.7%; left: 13.8%; }

.footer__np--btn { width: 83.86667%; top: 69.19%; left: 8%; }

.company{
    display: flex;
    justify-content: space-around;
    padding: 4% 8%;
}
.company p{
    width: auto;
}
.company a{
    color: #000 !important;
    text-decoration: revert;
}
@media screen and (max-width: 750px) {
    .company a{font-size: 2.7vw;
    }
}
/*# sourceMappingURL=base.css.map */