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

.l-main {
    padding-top: 120px;
}

@media screen and (max-width:768px) {
  .l-footer .footer__row .footer__col:last-child {
    display: initial;
  }
  .l-main {
    padding-top: 70px;
    }
}

.l-footer .footer__row .footer__col {
    margin: 0 auto;
}