@charset "UTF-8";
/* フッター */
footer a {
  text-decoration: none;
  color: var(--black);
}

footer .pagetop {
  display: block;
}

footer .inner {
  width: 1000px;
  margin: auto;
}

@media screen and (max-width: 960px) {
  footer .inner {
    width: 100%;
    box-sizing: border-box;
  }
}

footer dd {
  margin-left: 0;
}

footer .gnav {
  display: none;
}

footer .snav {
  display: none;
}

footer .sns {
  display: none;
}

footer p.copy {
  text-align: center;
  font-size: 12px;
}

footer.footer-type {
  background: var(--main-color);
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
}

footer.footer-type .pagetop {
  display: none;
}

footer.footer-type h2 {
  font-size: 14px;
  padding-bottom: 36px;
  margin-bottom: 0;
}

footer.footer-type h2 img {
  height: 40px;
}


footer.footer-type h2 span {
  display: block;
  margin: auto;
  background: var(--white);
  width: 175px;
  line-height: 26px;
}

footer.footer-type dl {
  display: none;
}

footer.footer-type .gnav {
  display: block;
  text-align: center;
  padding-bottom: 30px;
  padding-left: 0;
  margin-bottom: 0;
}

footer.footer-type .gnav li {
  display: inline-block;
  font-size: 14px;
}

footer.footer-type .gnav li a {
  color: var(--white);
}

footer.footer-type .gnav li::after {
  content: "|";
  color: var(--accent-color);
  margin: 0 15px;
}

footer.footer-type .gnav li:first-child::before {
  content: "|";
  color: var(--accent-color);
  margin: 0 15px;
}

footer.footer-type .snav {
  display: block;
  text-align: center;
  padding-bottom: 26px;
  margin: 0;
  padding-left: 0;
}

footer.footer-type .snav li {
  display: inline-block;
  font-size: 12px;
  padding: 0 10x;
}

footer.footer-type .snav li a {
  color: var(--white);
  text-decoration: underline;
}

footer.footer-type p.copy {
  color: var(--white);
  margin: 0;
}
