@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.thanks-page .section-main {
  border-top: 0;
  margin-top: 78px;
}
.thanks-page .section-main > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 1024px) {
  .thanks-page .section-main > .container {
    display: block;
    padding-top: 50px;
  }
}
.thanks-page .section-main > .container > .title {
  font-size: 101px;
  line-height: 1.1;
  margin-right: 54px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .thanks-page .section-main > .container > .title {
    font-size: 68px;
  }
}
@media screen and (max-width: 480px) {
  .thanks-page .section-main > .container > .title {
    font-size: 40px;
  }
}
.thanks-page .section-main > .container > .box-information {
  max-width: 506px;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .thanks-page .section-main > .container > .box-information {
    max-width: 100%;
  }
}
.thanks-page .section-main > .container > .box-information > .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.4;
  width: 100%;
}
.thanks-page .section-main > .container > .box-information > .box-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1180px;
  margin-top: 106px;
}
@media screen and (max-width: 1024px) {
  .thanks-page .section-main > .container > .box-information > .box-button {
    margin-top: 50px;
  }
}
.thanks-page .section-main > .container > .box-information > .box-button > .link {
  color: #000000;
  font-size: 32px;
  margin-right: 22px;
  padding-right: 100px;
}
@media screen and (max-width: 480px) {
  .thanks-page .section-main > .container > .box-information > .box-button > .link {
    font-size: 22px;
    margin-right: -18px;
  }
}
.thanks-page .section-main > .container > .box-information > .box-button > .link > .button {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.thanks-page .section-main > .container > .box-information > .box-button > .link > .button > .arrow {
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .thanks-page .section-main > .container > .box-information > .box-button > .link > .button > .arrow {
    right: 20px;
  }
}