/*============================
    contact
============================*/
/* cv form */
.sub-contact .table02 {
  border: none;
}

.must {
  font-style: normal;
  color: #cc3924;
  background: #fff;
  padding: 1px 5px 2px;
  font-size: 13px;
  font-weight: bold;
  margin-left: 10px;
}

.formTh {
  line-height: 1.7;
  background: #a49375;
  padding: 20px;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid #ccc;
}

.formTd {
  line-height: 1.7;
  padding: 20px;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  background: #eee;
}

.bbnone {
  border-bottom: none;
}

.formTd input[type="text"],
.formTd input[type="tel"],
.formTd input[type="email"],
.formTd textarea {
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%;
}

.formTd textarea {
  height: 250px;
}

.zipInput {
  width: 23% !important;
}

label {
  margin-bottom: 0px !important;
}

.addArea {
  margin-bottom: 10px;
}

.radio-label {
  margin-right: 8px;
}

input[type="radio"] {
  appearance: auto;
  margin-right: 5px;
}

input[type="checkbox"] {
  appearance: auto;
  margin-right: 5px;
}

.cv-submit td {
  border-bottom: none !important;
  border-right: none;
  border-left: none;
  text-align: center;
}

.formBtnTd {
  text-align: center;
}

.formBtnTd .formBtn {
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 20px 50px;
  line-height: 1;
  border: solid 1px #000;
  margin-top: 30px;
  cursor: pointer;
  transition: 0.3s;
  background: #000;
  min-width: 90%;
}

.formBtnTd .formBtn:hover {
  background: #fff;
  color: #000;
}

@media (max-width: 768px) {

  .formRow {
    margin-bottom: 0;
    row-gap: 0;
  }

  .formTh,
  .formTd {
    padding: 10px;
    font-size: 14px;
  }

  .formBtnTd .formBtn {
    font-size: 14px;
  }

  .formTd input[type="text"],
  .formTd input[type="tel"],
  .formTd input[type="email"],
  .formTd textarea {
    padding: 5px 10px;
  }

  .cv-submit input {
    margin-top: 20px;
  }

  .cv-intro_desc {
    text-align: left;
  }

  .radio-label {
    display: block;
  }

  .radio-label+.radio-label {
    margin-top: 5px;
  }
}

/* cv-privacy */
.cv-privacy {
  margin-top: 20px;
  padding: 15px 10px;
  width: calc(100% - 0px);
  height: 300px;
  overflow-y: scroll;
  margin-bottom: 20px;
  background: #fff;
  font-size: 90%;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cv-privacy__head {
  margin-bottom: 30px;
}

.cv-privacy__item:not(:last-of-type) {
  margin-bottom: 20px;
}

.title__privacy {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}


.cv-privacy_item+.cv-privacy_item {
  margin-top: 30px;
}

.cv-privacy_item .disc-list {
  margin-top: 5px;
}

.cv-privacy_item .disc-list li+li {
  margin-top: 3px;
}

.cv-privacy__title {
  font-size: 15px;
}

.privacyLabel {
  color: #111111;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .cv-privacy {
    margin-top: 30px;
    padding: 20px 30px 30px;
  }

}


/* cv-submit */
.cv-submit td {
  border-bottom: none !important;
  border-right: none;
  border-left: none;
  text-align: center;
}

.cv-submit input {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  padding: 19px 70px;
  line-height: 1;
  border: solid 1px #000;
  margin-top: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.cv-submit input:hover {
  color: #000;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 1040px) {
  .cv-submit input {
    font-size: 14px;
    padding: 15px 50px;
  }

  .cv-submit::after {
    width: 26px;
  }
}

@media (max-width: 768px) {
  .cv-submit input {
    font-size: 14px;
    margin-top: 20px;
  }

  .cv-tel {
    display: block;
    padding: 0;
  }

  .cv-tel_box:last-child {
    width: 100%;
    padding: 13px;
    background: #fff;
    border: 1px solid #ccc;
  }

  .cv-tel_box:first-child {
    width: 100%;
    padding: 13px;
    border-right: none;
    border: 1px solid #ccc;
  }

  .cv-intro_desc {
    text-align: left;
  }

  .radio-label {
    display: block;
  }

  .radio-label+.radio-label {
    margin-top: 5px;
  }
}