.carlease-quotation {
  padding: 120px 0 160px 0;
}

.carlease-quotation__title {
  width: 270px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.carlease-quotation__form {
  max-width: 600px;
  margin: 0 auto;
}
.quotation-form__control_maniLabel {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}

.require, .any {
  padding: 4px;
  border-radius: 2px;
  margin-left: 8px;
  font-family: var(--font-zen-kaku-new-type);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.require {
  background-color: var(--base-color);
  color: var(--white);
}

.any {
  color: var(--text-color);
  border: 1px solid #DDD;
  background: var(--white);
}

.quotation-form__control_flex {
  display: flex;
  justify-content: space-between;
}

.quotation-form__control_flex-item {
  width: 100%;
  margin-bottom: 24px;
}

.quotation-form__control_flex-item.split {
  max-width: 294px;
}

.quotation-form__control_subLabel {
  display: inline-block;
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 12px;
}

.quotation-form__control_searchBtn {
  padding: 15px 8px 16px 9px;
  border-radius: 4px;
  background-color: var(--base-color);
  color: var(--white);
  margin-left: 8px;
}

.quotation-form__control_flex-item input {
  width: 100%;
  padding: 15px 20px 15px 12px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  background: var(--white);
}

.quotation-form__control_flex-item.age input {
  width: 20%;
}

.quotation-form__control_flex-item.age .unit {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 8px;
}

.quotation-form__control_flex-item.tel input {
  width: 154px;
}

.quotation-form__control_note {
  color: #666;
  font-family: var(--font-zen-kaku-new-type);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 12px;
}

.quotation-form__postcode_flex p {
  display: flex;
  align-items: center;
}

.quotation-form__control_flex-item.postcode input {
  width: 110px;
}

.quotation-form__control_flex-item select {
  width: 100%;
  padding: 15px 20px 15px 12px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
  background: var(--white);
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.quotation-form__control_flex-item textarea {
  width: 100%;
  height: 200px;
  padding: 15px 20px 15px 12px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
  background: var(--white);
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 48px;
}

.quotation-form__privacypolicy {
  width: 100%;
  height: 200px;
  padding: 15px 20px 15px 12px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  background: var(--white);
  overflow-y: scroll;
}

.quotation-form__privacypolicy_content {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.quotation-form__control.agree-check input {
  -webkit-appearance: auto!important; /* 1 */
  appearance: auto!important;
}

.quotation-form__control.agree-check .wpcf7-form-control {
  border: none;
}

.quotation-form__control.agree-check {
  text-align: left;
  margin-top: 24px;
  margin-bottom: 48px;
}

.wpcf7-spinner {
  display: none!important;
}

@media screen and (max-width: 767px) {
  .carlease-quotation {
    padding: 80px 0 120px 0;
  }

  .carlease-quotation__title {
    width: 169px;
    margin-bottom: 50px;
  }

  .carlease-quotation__form {
    width: 90%;
  }

  .quotation-form__control_flex {
    flex-direction: column;
  }

  .quotation-form__control_flex-item.split {
    max-width: 100%;
    width: 100%;
  }
}