.form-bg {
  padding: 40px 10px;
  position: relative;
}
.form-bg::before {
  content: "";
  position: absolute;
  background: url(/system_panel/uploads/images/img_contact-bg01.png) no-repeat center center / cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .form-bg {
    padding: 60px 15px;
  }
}
/*フォーム外側*/
.contact-mail-box {
  padding: 70px 0;
}

.contact-form-otr {
  padding: 30px 15px 40px;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
}

/*フォーム注意書き*/
.formnote {
  color: #e7280d;
  text-align: right;
  max-width: 1000px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

/*フォーム*/
.form.formWrap {
  max-width: 1000px;
  /*margin: 0 auto 0 auto;*/
  margin-inline: auto;
  margin-top: clamp(4.5rem, 3.1rem + 3.82vw, 6rem);
}

/*行*/
.row {
  margin: 0;
}

.row.formRow {
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  flex-wrap: wrap;
}

.formRow-bottom {
  border-bottom: 1px solid #ccc;
}

label {
  font-size: 1.4rem;
}

/*左*/
.formTh {
  width: 100%;
  margin-bottom: 5px;
}

.labeltxt {
  display: inline-block;
}

.labelText01 {
  font-weight: 500;
  color: #333;
}

.d-inline-block .labelText02 {
  margin-right: 15px;
}

.d-inline-block:last-of-type .labelText02 {
  margin-right: 0;
}

.requiredText {
  color: #e7280d;
  margin-left: 10px;
  display: inline-block;
}

/*右*/
.formTd {
  width: 100%;
  text-align: left;
}

/*ラジオボタン*/
.radio-div {
  display: inline-block;
  vertical-align: middle;
}

.radio-div:not(:last-of-type) {
  margin-right: 20px;
}

.radio {
  margin-right: 10px;
}

/*インプット*/
.input {
  width: 100%;
}

/*郵便番号*/
.input.zipInput {
  width: 40%;
}

/*内容*/
.textarea {
  width: 100%;
  height: 120px;
}

/*ボタン*/
.form-btn-otr {
  padding-top: 50px;
  text-align: center;
}

.formBtn {
  cursor: pointer;
  background-color: #828974;
  border: none;
  max-width: 300px;
  width: 100%;
  line-height: 60px;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
}

.formBtn:focus {
  outline: 0;
}

@media screen and (min-width: 768px) {
  .contact-form-otr {
    padding: 30px 15px 60px 15px;
  }
  .radio-div {
    display: block;
    margin-right: 0;
  }
  label {
    font-size: 1.6rem;
  }
  .formTh {
    width: 30%;
    margin-bottom: 0;
  }
  .formTd {
    width: 70%;
  }
  .input.zipInput {
    width: 30%;
  }
  .form-btn-otr:first-of-type {
    margin-bottom: 20px;
  }
  .formBtn {
    max-width: 400px;
    line-height: 80px;
  }
  .selectArea-year {
    display: flex;
  }
  .row.formRow {
    padding: 15px 10px;
  }
  .d-block {
    display: inline-block !important;
  }
  .d-block:nth-of-type(4) {
    padding-left: 1px;
  }
}
/*プライバシーポリシー*/
.privacy-box {
  padding-top: 40px;
}

.privacy {
  padding: 40px 0 70px;
}

.privacyBox {
  overflow-y: scroll;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  height: 300px;
  border: 1px solid #ccc;
  padding: 30px 15px 0;
  background: #fff;
  margin-top: clamp(4rem, 2.1rem + 5.09vw, 6rem);
}

.privacyDt {
  font-weight: 700;
  padding-bottom: 3px;
}

.privacyDd-top {
  margin-bottom: 55px;
}

.privacyDd {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .privacy-box {
    padding-top: 60px;
  }
  .privacy {
    padding: 60px 0 150px;
  }
  .privacyBox {
    padding: 30px 30px 0;
  }
}
.input,
.textarea {
  border: none;
}
