@charset "UTF-8";

/* footer */
#l-footer {
  margin-top: initial;
  font-family: var(--font-footer);
}
@media screen and (max-width: 1200px) {
  #l-footer .footer-menu ul li {
    height: 42px !important;
  }
}
#l-footer .footer-menu ul li a {
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  #l-footer .footer-menu ul li a {
    font-size: 14px;
  }
}

#l-footer .footer-jrnt a {
  font-size: 12px;
}

#l-footer .footer-address {
  font-size: 12px;
}

@media screen and (min-width: 1200px) {
  #l-footer .footer-address {
    font-size: 14px;
  }
}

#l-footer .footer-copy p {
  font-size: 9px;
}

@media screen and (min-width: 1200px) {
  #l-footer .footer-copy p {
    font-size: 14px;
  }
}
