/* 日本語フォント：Zen Kaku Gothic New */
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* 英語フォント：Playwrite DE Grund*/
.playwrite-de-grund-thin {
  font-family: "Playwrite DE Grund", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.playwrite-de-grund-extralight {
  font-family: "Playwrite DE Grund", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.playwrite-de-grund-light {
  font-family: "Playwrite DE Grund", sans-serif;
  font-weight: 300;
}

.playwrite-de-grund-regular {
  font-family: "Playwrite DE Grund", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* SP版 */

/* レイアウト */
.main {
  padding: 0 15px;
}

.br-350px {
  display: none;
}

/* タイトル */
.page__heading {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 13px;
}

.c-page__title--ja {
  width: 100%;
  font-size: 24px;
  color: #0070b3;
  letter-spacing: 0.25em;
  line-height: 1.66667;
  padding: 0;
  margin-bottom: 7px;
}

.c-page__title--en {
  width: 100%;
  font-size: 12px;
  color: #0070b3;
  line-height: 1.75;
  padding: 0;
}

/* 本文 */
.page__content {
  width: 100%;
}

.main-content {
  width: 100%;
  padding: 44px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thanks-page__descs {
  width: 100%;
  font-size: 14px;
  color: #0070b3;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 19px;
}
.thanks-page__desc {
  display: block;
  margin-bottom: 21px;
}
.to-top-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #0070b3;
  line-height: 50px;
  background-color: #e9f5f8;
  width: 200px;
  height: 50px;
  justify-self: center;
  border-radius: 9999px;
  text-align: center;
  margin-left: 17px;
}
.to-top-link::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 34%;
  background-image: url(../img/arrow-left.png);
  background-size: contain;
  width: 40px;
  height: 13px;
}

/* PC版 */
@media (min-width: 769px) {
  .br-sp {
    display: none;
  }

/* タイトル */

.page__heading{
    margin-bottom: 190px;
}



.c-page__title--ja {
  font-size: 30px;
  color: #0070b3;
  letter-spacing: 0.25em;
  line-height:1.3333;
  padding: 0;
  margin-bottom: 10px;
}

.c-page__title--en {
  font-size: 16px;
  color: #0070b3;
  line-height: 1.8667;
  padding: 0;
  
}

/* 本文 */

.main-content {
    padding-top: 50px;
}

.thanks-page__descs {
  font-size: 16px;
  color: #0070b3;
  line-height: 1.875;
  margin-bottom: 36px;
}

.thanks-page__desc {
  display: block;
  margin: 0;
}

.to-top-link{
    width: 220px;
    height: 60px;
    margin-right: 42px;
    line-height: 60px;
}
}


/* 320px~350px */
@media(max-width: 350px){
   .br-350px{
    display: inline;
   } 
   .thanks-page__descs{
    font-size: 13px;
   }
}