.footer {
  background: #000;
  padding: 4%;
  color: #fff;
  font-size: 12px;
}
.footer .footer-ma {
  width: 85%;
  margin: 0 auto;
}
.footer .footer-ma .ft_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.footer .footer-ma .ft_logo img {
  display: block;
  width: 80%;
  max-width: 300px;
}
.footer .footer-ma .address {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-ma .privacy {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-ma .privacy a {
  color: #fff;
}
.footer .footer-ma .cp_txt {
  text-align: center;
  font-size: 10px;
}

body {
  font-family: noto-sans-cjk-jp, sans-serif;
  background-position: center;
  color: #333333;
}

#thanks {
  background: #e7e7e7;
}
#thanks h2 {
  padding: 10px 0;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-align: center;
  position: relative;
}
#thanks h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30%;
  max-width: 240px;
  background: #01275F;
  bottom: -10%;
  right: 50%;
  transform: translateX(50%);
}
#thanks .thanks-box {
  margin: 20px 0 0 0;
}
#thanks .thanks-box img {
  display: block;
  width: 87%;
  max-width: 410px;
  margin: 0 auto;
}
#thanks .info {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 87%;
  max-width: 410px;
  color: #033071;
  font-weight: 600;
}