/*フォーム作成*/
form {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  font-family: "Noto Serif JP";
}

form ul.clearfix {
  display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 24px;
      font-size: 16px;
      align-items: center;
      font-family: 'Noto Sans JP', serif;
      color: #433202;
}

form ul.clearfix p{
  font-size: 1.4rem;
  padding-top:18px;
}

.form-caption p {
  color: #433202;
  font-family: "Noto Sans JP", serif !important;

}

@media screen and (max-width:1024px) {
  .form-caption p {
    padding-bottom: 10%;
  }
}

@media screen and (max-width:640px) {
  .form-caption p {
    padding-bottom: 12%;
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: 0;
  }
}

@media screen and (max-width:640px) {
  form ul.clearfix {
      font-size: 14px;
  }
}

form ul.clearfix::after {
  display: none;
}

form ul.clearfix li:first-of-type {
  width: 330px;
}

form ul.clearfix li:first-of-type div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #433202;
  font-size: 1.6rem;
  font-weight: 400;
}

form ul.clearfix li:last-of-type,
.clearfix-tel {
  width: calc(100% - 350px);
}

@media screen and (max-width:640px) {
  form ul.clearfix li:last-of-type,
  .clearfix-tel {
      width: 100%;
      margin-top: 14px;
  }
}

span.item-noreq {
  background: #A3A3A3;
  color: #FFF;
  padding: 4px 24px;
  font-size: 1.6rem;
  border-radius: 1000px;
}

span.item-req {
  background: #E99425;
  color: #FFF;
  padding: 4px 24px;
  font-size: 1.6rem;
  border-radius: 1000px;
}

.privacy-box {
  border: 1px solid;
  padding: 14px;
  height: 140px;
  overflow-y: scroll;
}

.section-form__check,
.section-form__check1,
.section-form__check2,
.section-form__check3 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
color: #fff;
}

/*form ul.clearfix li:last-of-type span,*/
form ul.clearfix li:last-of-type span select,
form ul.clearfix li:last-of-type span input[type='text'],
form ul.clearfix li:last-of-type span input[type='email'],
form ul.clearfix li:last-of-type span input[type='tel'],
form ul.clearfix li:last-of-type span textarea {
  width: 100%;
  display: block;
border: none;
  resize: vertical;
}

form ul.clearfix li:last-of-type span select,
form ul.clearfix li:last-of-type span input[type='text'],
form ul.clearfix li:last-of-type span input[type='email'],
form ul.clearfix li:last-of-type span input[type='tel'],
form ul.clearfix li:last-of-type span textarea {
  background-color: #f4f4f4;
  padding: 16px 18px;
}

.item-notice {
  margin-top: 14px;
color: #fff;
}

.item-notice p,
.item-notice span,
.item-notice strong {
  font-size: 14px;
}

.item-notice p {
  margin-top: 8px;
}

input.submit1,
input.submit2,
input.submit3 {
  background: #E99425;
  color: #FFF;
  font-size: 1.6rem;
  padding: 17px;
  max-width: 388px;
  width: 100%;
  display: block;
  text-align: center;
  margin: auto;
  border-radius: 10000px;
}

@media screen and (max-width:480px) {
  input.submit1,
  input.submit2,
  input.submit3 {
    max-width: 250px;
    height: 55px;
  }
}

ul.form-tab.clearfix {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 120px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

@media screen and (max-width:640px) {
  ul.form-tab.clearfix {
      width: 100%;
      margin: 0 auto 40px;
  }

  ul.form-tab.clearfix button p {
      font-size: 18px;
      line-height: 1.5;
      display: none;
  }
}

ul.form-tab.clearfix button {
  width: calc((100% / 3) - 20px);
}

.item-form.itemform_add_search {
  display: flex;
}

form ul.clearfix li:last-of-type .item-form.itemform_add_search span {
  width: calc(100% - 150px);
}

@media screen and (max-width:640px) {
  form ul.clearfix li:last-of-type .item-form.itemform_add_search span {
      width: calc(100% - 120px);
  }
}

.item-form.itemform_add_search button {
  background-color: #E99425;
  color: #FFF;
  width: 140px;
  text-align: center;
  border: none;
  margin-left: 16px;
}

.item-tel {
  max-width: 320px;
}

@media screen and (max-width:768px) {
  .item-tel {
    max-width: 100%;
  }
}

@media screen and (max-width:640px) {
  .item-form.itemform_add_search button {
      width: 100px;
  }
}

form ul.clearfix li:last-of-type span textarea {
  line-height: 1.5;
}

.privacy-box {
  line-height: 1.5;
}

.privacy-box h3 {
  
  margin-bottom: 16px;
}

.privacy-box p {
  
  margin-bottom: 32px;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-list-item-label {
  color: #2B2B2B;
}


.section-form-privacy__cnt {
  height: 180px;
  overflow-y: scroll;
  padding: 24px;
  border: 1px solid;
  margin-bottom: 40px;
background: #fff;
color: #2B2B2B;
}


.section-form-privacy__cnt h3 {
  font-family: 'Noto Sans JP', serif;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 18px;
  margin-top: 40px;
}

.section-form-privacy__cnt h3:first-of-type {
  margin-top: 0;
}

.section-form-privacy__cnt p {
  font-size: 16px;
}


@media screen and (max-width:640px) {
.section-form-privacy__cnt h3{
  font-size:14px;
  padding-bottom: 4px;
  margin-bottom: 12px;
  margin-top: 24px;
}

.section-form-privacy__cnt p{
    font-size:12px;
  }	
}

.privacy-box h3 {
  
  margin-bottom: 16px;
}

.privacy-box p {
  
  margin-bottom: 32px;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}


.section-form-privacy__cnt {
  height: 180px;
  overflow-y: scroll;
  padding: 24px;
  border: 1px solid;
  margin-bottom: 40px;
}
@media screen and (max-width:640px) {
  .section-form-privacy__cnt {
    padding: 4%;
  }
}

.section-form-privacy__cnt h3 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 18px;
  margin-top: 40px;
}

.section-form-privacy__cnt h3:first-of-type {
  margin-top: 0;
}

.section-form-privacy__cnt p {
  font-size: 16px;
  font-family: 'Noto Sans JP', serif;
}


@media screen and (max-width:640px) {
.section-form-privacy__cnt h3{
  font-size:14px;
  padding-bottom: 4px;
  margin-bottom: 12px;
  margin-top: 24px;
}
      .section-form-privacy__cnt p{
    font-size:12px;
  }	
}

