@charset "UTF-8";
footer.l-footer {
  display: flex;
  flex-direction: column;
  gap: 60px;
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  footer.l-footer {
    margin-top: 40px;
  }
}
footer.l-footer .footer-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
footer.l-footer .footer-title h1 {
  font-weight: 400;
  font-size: 95%;
}
footer.l-footer .footer-title p {
  font-size: 80%;
}
footer.l-footer .p-copyright small {
  font-size: 60%;
}
/*# sourceMappingURL=maps/footer.css.map */