/* thanksページ用css */
body {
  background-color: #eee;
  color: #333;
}

.sp_br {
  display: block;
}

/* ------ old css ------*/
#thanks {
  padding: 50px 0px;
}

#thanks h2 {
  font-family: 'Alegreya Sans SC', sans-serif;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5em;
  letter-spacing: 1.7px;
}

#thanks h3 {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.5em;
}

#thanks p {
  text-align: center;
}

/* ------ new css ------*/
#thanks {
  margin-top: 113px;
  padding: 0;
}

#thanks p {
  text-align: left;
  font-size: 20px;
}

#thanks .section_sub_title,
#thanks .section_title,
#thanks .section_description {
  padding: 0 8px;
}

#thanks .section_sub_title {
  border-top: 0.5px solid #333;
  border-bottom: none;
}

#thanks .section_description {
  padding-bottom: 10px;
  border-bottom: 0.5px solid #333;
  line-height: 1.4;
}

#thanks .section_description span {
  font-size: 14px;
}

#thanks .section_description a {
  color: #09499d;
}

#thanks .section_title {
  margin-top: 5px;
  padding-left: 8px;
  font-size: 58px;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  border-top: 0.5px solid #333;
}

.thanks-body {
  padding: 8px;
}

.contact_space {
  padding: 8px;
  text-align: left;
  border-top: 0.5px solid #333;
}

.promo-action{
  margin: 50px auto;
}

.promo-action .button{
  margin: 0 auto;
}

.button-blue {
    border: 1px solid #09499d;
    background-color: #09499d;
}

@media (min-width: 1000px) {

  #thanks {
    margin-top: 166px;
    padding-bottom: 0;
  }

  .sp_br {
    display: none;
  }

  .thanks-body {
    max-width: 1000px;
    margin: 40px auto 20px;
    padding: 0;
  }

  #thanks .section_sub_title {
    margin-left: calc((100% - 1000px)/2);
    margin-right: calc((100% - 1000px)/2);
    border-top: 1px solid #333;
  }

  #thanks .section_title {
    padding-left: calc((100% - 1000px)/2);
    margin-right: calc((100% - 1000px)/2);
    font-size: 100px;
    letter-spacing: 0.05em;
    border-top: 1px solid #333;
  }

  #thanks .section_description {
    margin-left: calc((100% - 1000px)/2);
    padding-right: calc((100% - 1000px)/2);
    padding-left: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #333;
  }

  .contact_space {
    padding: 12px 0;
    margin-left: calc((100% - 1000px)/2);
    padding-right: calc((100% - 1000px)/2);
    border-top: 1px solid #333;
  }
}
