@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMincho-Bold";
  src: url(/fonts/ShipporiMincho/ShipporiMincho-Bold.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  position: fixed;
  bottom: 80px;
  right: 2%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #FFF;
  background-color: #1D49A7;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 767px) {
  .ptop {
    width: 40px;
    height: 40px;
    right: 8px;
    bottom: 32px;
  }
}
.ptop:hover {
  opacity: 0.7;
}
.ptop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.ptop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(24px / 2) 16px calc(24px / 2);
  border-color: transparent transparent #FFF transparent;
  margin: -8px auto 0;
}

/* フッタ
-----------------------------------*/
footer {
  padding: 32px 0 40px;
  background-color: #1D49A7;
  color: #FFF;
}
footer a {
  color: #FFF;
}
footer a:hover {
  text-decoration: none;
  color: #B7B7B7;
}
footer .contents {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .contents {
    width: 80%;
  }
}
footer .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  footer .wrap {
    display: block;
  }
}
footer .wrap .info-area {
  width: 254px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  footer .wrap .info-area {
    max-width: 190px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
@media (max-width: 1023px) {
  footer .wrap .info-area .f-logo {
    text-align: center;
  }
}
footer .wrap .info-area .f-logo span {
  display: block;
  margin-top: 16px;
  font-family: "NotoSansJP-Medium", sans-serif;
}
@media (max-width: 1023px) {
  footer .wrap .info-area .f-logo span {
    font-size: 12px;
  }
}
footer .wrap .sitemap-area {
  width: calc(100% - 300px);
}
@media (max-width: 1023px) {
  footer .wrap .sitemap-area {
    width: 100%;
  }
}
footer .list-nv01 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  footer .list-nv01 {
    justify-content: center;
  }
}
footer .list-nv01 li {
  margin-left: 32px;
}
@media (max-width: 1023px) {
  footer .list-nv01 li {
    width: 100%;
    max-width: 145px;
    min-width: 145px;
    margin-left: 0;
    margin-right: 4%;
    margin-bottom: 8px;
  }
}
footer .list-nv01 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "NotoSansJP-Medium", sans-serif;
  text-decoration: none;
  line-height: 1;
}
@media (max-width: 1023px) {
  footer .list-nv01 li a {
    justify-content: center;
  }
}
footer .list-nv01 li a::after {
  content: "";
  display: block;
  margin-left: 16px;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 6px;
  vertical-align: middle;
  width: 6px;
  transform: rotate(-45deg);
}
@media (max-width: 1023px) {
  footer .list-nv01 li a::after {
    margin-left: 8px;
  }
}
footer .list-nv02 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  footer .list-nv02 {
    display: block;
  }
}
footer .list-nv02 li {
  margin-left: 32px;
}
@media (max-width: 1023px) {
  footer .list-nv02 li {
    margin-left: 0;
    margin-bottom: 16px;
    line-height: 1;
    text-align: center;
  }
}
footer .list-nv02 li a {
  font-size: 14px;
  line-height: 1;
}
footer .copyright {
  font-size: 15px;
  color: #FFF;
  line-height: 1;
}
@media (max-width: 1023px) {
  footer .copyright {
    margin-top: 32px;
    font-size: 12px;
    text-align: center;
  }
}
/*# sourceMappingURL=footer.css.map */