@import url(./global/_variable.css);
@import url(./global/_hubspot-form.css);

/* estimate */
/* ============================================ */

/* estimate-form */
/* ============================================ */
/* フォーム本体は HubSpot の埋め込み（.bqey-hsform）。
   入力欄・ラベル・必須バッジ・送信ボタンの見た目は global/_hubspot-form.css で定義する。 */
.estimate-form {
  padding-block: clamp(3.75rem, 2.6295rem + 2.9279vw, 5.625rem) 100px; /* 90~60(1920~896) */
  background-color: #FFF;
  border-radius: 50px 50px 0 0;
  position: relative;
  @media (width <= 896px) {
    border-radius: 30px 30px 0 0;
    padding-block: 60px;
  }
}
.estimate-form__inner {
  max-width: 880px;
  margin-inline: auto;
  padding-inline: 20px;
}
.estimate-form__card {
  padding: 50px;
  background: #fff;
  border: 1px solid #E9EDF4;
  border-radius: 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .05);
  @media (width <= 896px) {
    padding: 28px 20px;
    border-radius: 16px;
  }
}

.t_center {
  text-align: center;
}

.estimate-form__note {
  margin-top: 40px;
  font-family: var(--font_normal);
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
  color: var(--font_c);
  opacity: .6;
  word-break: keep-all;
  display: inline-block;
  padding-inline: 0 1em;
  text-indent: -1em;
  @media (width <= 896px) {
    margin-top: 28px;
  }
}
