@charset "UTF-8";

/* BOXの外側余白 */
.box30{
  margin: 16px 0 32px !important;
}

/* BOXの内側余白 */
.box30 .boxBody{
  padding: 18px 26px 22px !important;
  box-sizing: border-box;
}

/* フォーム */
.contactForm{
  width: 100%;
  display: grid;
  gap: 10px;
}

/* ラベル（太字をやめる） */
.lbl{
  font-weight: normal !important;
}

/* 入力欄 */
.inp,
.txt{
  width: 100%;
  max-width: 680px;
  padding: 10px 12px;
  border: 1px solid #bbb;
  border-radius: 10px;
  font-size: 1rem;
  box-sizing: border-box;
  background: #fff;
}

.txt{
  resize: vertical;
  min-height: 160px;
}

/* ボタン */
.actions{
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

/* 確認画面の「名前：」なども太字をやめる */
.confirm .k{
  font-weight: normal !important;
}

/* ハニーポット */
.hp{
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
