@charset "UTF-8";


#thanks .inner {
    background: #FCFCF7;
    border-radius: 40px 0;
    border: solid 1px #347334;
    padding: 100px 110px 120px;
}

#thanks .ttl {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}


#thanks .form {
    border-top: solid 1px #F2E291;
    margin: 40px auto 0;
    padding-top: 30px;
}


#thanks .form p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 60px;
}


@media screen and (max-width: 767px){

  #thanks .inner {
    padding: 40px 20px 60px;
  }

  #thanks .form {
      margin: 0 auto;
      padding-top: 20px;
  }

  #thanks .ttl {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  #thanks .form p {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
  }

}
