.form-container {
  min-width: 320px;
  margin-inline: auto;
  border: 1px solid #999;
  padding: 30px 30px 0 30px;
  font-size: 0.8em;
}

.form-container a {
  text-decoration: underline;
}

.form .formRow {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.form .formRow:not(:has(.formTd)) .col {
  margin-bottom: 30px;
  margin-left: -15px;
}

.form .requiredText {
  color: #fff;
  background: #C71717;
  font-size: 0.8em;
  padding: 2px 10px;
  margin-left: 10px;
}

.form .formTh .label {
  font-weight: bold;
}

.form .formTd textarea,
.form .formTd input:not([type=radio]):not([type=checkbox]) {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
  padding: 0.5em 1em;
  width: 100%;
}

.form .formTd textarea {
  field-sizing: content;
  min-height: 10em;
}

.form input[type=checkbox] + .label {
  margin-left: 5px;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 5px;
}

.radioArea {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

.h3_tit {
  margin-bottom: -20px;
}

.h2_tit.contactend {
  margin-bottom: 20px;
}

.formBtnTd .btn-primary {
  padding: 1em;
  font-size: 0.85em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  width: 100%;
}

.form {
  background-color: #fff;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .form {
    padding: 32px;
  }
}

.scroll-box {
  background-color: #fff;
  padding: 32px;
  overflow-y: auto;
  height: 10em;
}

.scroll-box p:last-of-type {
  margin-bottom: 0;
}

.privacyLabel {
  font-size: 0.8em;
}

.privacy_tit {
  font-size: 1.5em;
}

.tel-tit {
  background: #FF0000;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 1.3em;
}

.tel-num a {
  font-size: 2em;
  color: #000;
}

.formSend {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #C71717;
  display: flex;
  width: 100%;
  max-width: 300px;
  height: 49px;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  margin: auto;
}/*# sourceMappingURL=form.css.map */