.txt-a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18469D;
  gap: 1.0416666667vw;
  transition: 0.5s;
  width: 12.34375vw;
  height: 3.6458333333vw;
  border: solid 1px #18469D;
  border-radius: 70px;
  margin: 0 auto;
  margin-top: 4vw;
}
.txt-a svg {
  width: 0.9375vw;
  height: 0.3645833333vw;
  display: flex;
}
.txt-a svg path {
  transition: 0.5s;
}
.txt-a:hover {
  background: #18469D;
  color: #ffffff;
}
.txt-a:hover svg path {
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  .txt-a {
    gap: 5px;
    width: 170px;
    height: 55px;
    border-radius: 55px;
    font-size: 14px;
    gap: 15px;
    box-sizing: border-box;
    margin-top: 40px;
  }
  .txt-a svg {
    width: 15px;
    height: 7px;
  }
  .txt-a:hover {
    color: #18469D;
    gap: 1.5vw;
  }
}
section#lead .inner {
  margin: 0;
}

section#lead .img-box {
  height: 28.666667vw;
}

@media screen and (max-width: 767px) {
  section#lead .img-box {
    height: 65vw;
  }
}
/*====================================================
section#thanks
====================================================*/
section#thanks .inner {
  padding-bottom: 5vw;
  margin: 0 auto;
}

section#thanks h2 {
  margin-bottom: 2.6041666667vw;
  text-align: center;
}

section#thanks p {
  line-height: 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  section#thanks {
    border-bottom: solid 1px #18469D;
  }
  section#thanks .inner {
    padding-bottom: 50px;
    width: 85%;
    margin: 0 auto;
  }
  section#thanks h2 {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: start;
  }
  section#thanks p {
    margin-bottom: 0;
    line-height: 1.8em;
    font-size: 14px;
  }
}
/*# sourceMappingURL=thanks.css.map */