@charset "UTF-8";
/* フォント設定
=============================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap");
/* footer
=============================================== */
.footer {
  padding: 10px 0;
  background-color: #4168AB;
  text-align: center;
}

.footer__link {
  padding: 0 2em;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .footer__link {
    font-size: 12px;
  }
}

.footer__link.--privacy {
  border-right: 1px solid #fff;
}/*# sourceMappingURL=style.css.map */