section#lead .image {
  width: 100%;
  height: 24vw;
}

section#finish01 {
  padding-top: 165px;
}
section#finish01 .inner {
  padding-bottom: 5vw;
}
section#finish01 .inner h1 {
  font-size: 32px;
  font-family: "SSJb", "source-han-sans-japanese", "Source Han Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5em;
  text-align: center;
  color: #4B8EDD;
}
section#finish01 .inner h2 {
  font-size: 28px;
  font-family: "SSJb", "source-han-sans-japanese", "Source Han Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5em;
}
section#finish01 .inner h2 br {
  display: none;
}
section#finish01 .inner p {
  font-size: 20px;
  font-family: "SSJr", "source-han-sans-japanese", "Source Han Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}
section#finish01 .inner p.-tops {
  width: 218px;
  height: 53px;
  background: #001984;
  border-radius: 53px;
  box-shadow: 0 9px 6px rgba(0, 0, 0, 0.15);
  margin: 50px auto 0;
}
section#finish01 .inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  font-family: "SSJb", "source-han-sans-japanese", "Source Han Sans", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  section#finish01 {
    padding-top: 60px;
    padding-bottom: 0;
  }
  section#finish01 .inner {
    padding-bottom: 60px;
    width: 90%;
    margin: 0 auto;
  }
  section#finish01 .inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  section#finish01 .inner h2 br {
    display: block;
  }
  section#finish01 .inner p {
    font-size: 16px;
    text-align: start !important;
    margin: 0;
  }
}
/*# sourceMappingURL=thanks.css.map */