@charset "UTF-8";
section#lead .img-box {
  width: 100%;
  height: 25vw;
}

@media screen and (max-width: 767px) {
  section#lead .img-box {
    width: 100%;
    height: 70vw;
  }
}
/*====================================================
section#thanks
====================================================*/
section#thanks .inner {
  padding-bottom: 0;
  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;
}

section#thanks .link {
  width: 23.1770833333vw;
  height: 4.6875vw;
  font-size: 1.25vw;
  box-sizing: border-box;
  border: solid 2px #005EB7;
  color: #005EB7;
  background: #ffffff;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  transition: 0.5s;
  margin: 0 auto;
  margin-top: 3vw;
  cursor: pointer;
  pointer-events: painted;
  position: relative;
}

section#thanks .link svg {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 15.5px;
  min-height: 14.5px;
  display: flex;
}

section#thanks .link svg path {
  fill: #ffffff;
}

section#thanks .link:hover {
  background: #FFFFFF;
  transition: 0.5s;
  color: #0B328C;
}

section#thanks .link:hover svg path {
  fill: #0B328C;
}

@media screen and (max-width: 767px) {
  section#thanks .inner {
    padding-top: 40px;
    width: 82.1%;
    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: 16px;
  }
  section#thanks .link {
    width: 82.1vw;
    height: 54px;
    min-width: initial;
    min-height: initial;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0 auto;
    gap: 0 10px;
    margin-top: 50px;
  }
  section#thanks .link svg {
    width: 16px;
    height: 16px;
  }
}
/*# sourceMappingURL=thanks.css.map */