@charset "UTF-8";
/*====================================================
section#thanks
====================================================*/
section#thanks .inner {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
  margin: 0 auto;
}

section#thanks h2 {
  margin-bottom: 2.6041666667vw;
  text-align: center;
  color: #1A6271;
  text-decoration: underline;
  -webkit-text-decoration-color: #F2EF33;
          text-decoration-color: #F2EF33;
  text-decoration-thickness: 0.2604166667vw;
  text-underline-offset: -1px;
  margin-bottom: 0.8vw;
}

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

section#thanks .link {
  width: 13.0208333333vw;
  height: 2.8645833333vw;
  font-size: 0.85vw;
  box-sizing: border-box;
  border: solid 2px #1A6271;
  color: #ffffff;
  background: #1A6271;
  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: 3vw;
  transition: 1s;
  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:hover {
  background: #ffffff;
  color: #1A6271;
}

section#thanks .link:hover svg path {
  fill: #1A6271;
}

@media screen and (max-width: 767px) {
  section#thanks .inner {
    padding-top: 50px;
    padding-bottom: 80px;
    margin: 0 auto;
  }
  section#thanks h2 {
    text-align: start;
    font-size: 20px;
    text-decoration-thickness: 3px;
    text-underline-offset: 0;
    margin-bottom: 20px;
  }
  section#thanks p {
    margin-bottom: 0;
    line-height: 1.8em;
    font-size: 14px;
  }
  section#thanks .link {
    width: 82.1vw;
    height: 54px;
    min-width: initial;
    min-height: initial;
    border-radius: 54px;
    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 */