@charset "UTF-8";
/* お問い合わせ
------------------------------------------------------------------------- */
.bl_order {
  padding-top: clamp(3.5rem, 2.955rem + 2.73vw, 5rem);
  padding-bottom: clamp(3.5rem, 2.955rem + 2.73vw, 5rem);
}
.bl_order_inner {
  max-width: 960px;
  margin: 0 auto;
}
.bl_order_form {
  background-color: #f0f8eb;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .bl_order_form {
    padding: 48px;
  }
}
.bl_order_item {
  margin-top: 24px;
}
.bl_order_item:first-of-type {
  margin-top: 0;
}
.bl_order_head p {
  font-size: 16px;
  font-weight: 600;
}
.bl_order_cont {
  margin-top: 10px;
}
.bl_order_required, .bl_order_any {
  color: white;
  padding: 2px 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 14px;
}
.bl_order_required {
  background-color: #c80000;
}
.bl_order_any {
  background-color: #008fc8;
}

.wpcf7-form-control {
  width: 100%;
  padding: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
  border: none;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.wpcf7-response-output {
  border: none !important;
  color: #c80000;
  margin: 32px 0 0 !important;
  padding: 0 !important;
  text-align: center;
}

.bl_reCAPTHA {
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
}
.bl_reCAPTHA a {
  text-decoration: underline;
}/*# sourceMappingURL=order.css.map */