@charset "UTF-8";

h1 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
#thanks {
  max-width: 1100px;
  padding-top: 105px;
  margin: 0 auto;
}

/*-------------------------------------------
サンクスページ　書籍
-------------------------------------------*/
#tokubetsu-form {
  max-width: 750px;
  margin: 0 auto;
  background-color: #FFFBF8;
  border: solid 1px #9B8670;
  padding: 40px 80px 30px 80px;
  margin-bottom: 40px;
}
#tokubetsu-form h2 {
  font-weight: normal;
  margin-bottom: 30px;
}
#tokubetsu-form .rb {
  color: #FB3B3B;
  font-weight: bold;
  margin-bottom: 30px;
}
#tokubetsu-form ul {
  margin-bottom: 30px;
}
#tokubetsu-form li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  color: #FB3B3B;
  margin-right: 2px;
}
#tokubetsu-form .form-area {
  margin-top: 30px;
}
#tokubetsu-form .form-area h3 {
  background-color: #5b5b5b;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 7px 0 5px 0;
  text-align: center;
}
#tokubetsu-form .form-area form {
  padding: 10px 60px;
}
#tokubetsu-form .form-area dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#tokubetsu-form .form-area dt {
  width: 30%;
}
#tokubetsu-form .form-area dd {
  width: 70%;
  margin-top: 10px;
}
#tokubetsu-form .form-area .button-area {
  text-align: center;
}
#tokubetsu-form .form-area .button-area a {
  text-decoration: underline;
}
#ymd_pulldown {
  width: 140px;
}
#time_pulldown {
  width: 80px;
}
.ui-datepicker-trigger {
  width: 60px;
  height: 38px;
  line-height: 38px;
  font-size: 30px;
  background-color: #fff;
  border: solid 1px #767677;
  margin-right: 20px;
  position: relative;
  top: 8px;
  left: -6px;
}
#tokubetsu-form .form-area form input,
#tokubetsu-form .form-area form select {
  height: 38px;
  padding-left: 4px;
}
#tokubetsu-form .form-area form textarea {
  width: 100%;
  height: 100px;
}
#tokubetsu-form .form-area form button.submit_button {
  max-width: 400px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 20px 0 10px 0;
  background-color: #7B6652;
  box-shadow: 0 8px 1px #340000;
  color: #fff;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-style: none;
  cursor: pointer;
  outline: none;
}
#tokubetsu-form .require {
  width: 40px;
  vertical-align: middle;
  margin-left: 4px;
}
#tokubetsu-form .checkbox-hidden {
  display: none;
}

/*-------------------------------------------
サンクスページ　個別相談
-------------------------------------------*/
#ids {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#ids .ids-text {
  color: #ee2200;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#web-flow {
  width: 700px;
  margin: 30px auto;
  text-align: left;
}
#web-flow a {
  color: #0066cc;
  text-decoration: underline;
}
#web-flow .dl-ap {
  width: 180px;
}

/*----------------------------------------
サンクスページ　共通
----------------------------------------*/
#incomplete-area {
  max-width: 750px;
  margin: 30px auto 40px auto;
  text-align: center;
}
#incomplete-area .dl-button {
  background-color: #e55323;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 28px;
  margin-top: 10px;
}

/*----------------------------------------
サンクスページ　共通
----------------------------------------*/
#confirm-box h2 {
  height: 34px;
  line-height: 34px;
  background-color: #8D7863;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#confirm-box .inner {
  border: solid 1px #CBCBCB;
  padding: 30px 120px;
  margin-bottom: 10px;
}
#confirm-box .inner dl {
}
#confirm-box .inner dt {
  color: #C8000B;
  font-weight: bold;
  font-size: 18px;
}
#confirm-box .inner dt::before {
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  font-weight: normal;
  content: "\f14a";
  color: #655f5f;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
#confirm-box .inner dd {
  margin: 0 0 15px 35px;
}
#confirm-box .inner .book-img {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#confirm-box .inner .book-img picture {
  flex-shrink: 0;
  margin-right: 15px;
}

/*-------------------------------------------
サンクスページ SP
-------------------------------------------*/
@media screen and (max-width: 700px) {
  #thanks {
    padding-top: 70px;
  }
  #thanks .content {
    padding: 0 10px;
  }

  /*-------------------------------------------
  サンクスページ　書籍
  -------------------------------------------*/
  #tokubetsu-form {
    padding: 15px;
  }
  #tokubetsu-form .form-area h3 {
    margin-bottom: 30px;
  }
  #tokubetsu-form .form-area form {
    padding: 0;
  }
  #tokubetsu-form .form-area dl {
    flex-direction: column;
  }
  #tokubetsu-form .form-area dt {
    width: 100%;
  }
  #tokubetsu-form .form-area dd {
    width: 100%;
    margin: 0 0 15px 0;
  }
  #confirm-box .inner {
    padding: 20px 15px;
  }
  #confirm-box .inner dd {
    margin: 0 0 15px 0;
  }

  /*-------------------------------------------
  サンクスページ　個別相談
  -------------------------------------------*/
  #ids .ids-text {
    font-size: 16px;
  }
  #web-flow {
    width: 100%;
  }
  #web-flow .dl-ap {
    width: 49%;
  }
}
