@charset "UTF-8";
/* =====================
  MV
===================== */
.main .mv {
  background-image: url('/assets/image/contact/contact_mv.png');
}
/* =====================
  コンタクト説明文
===================== */
.contact .contact-about > P {
  text-align: center;
  line-height: 2.2;
  margin-top: 94px;
  letter-spacing: 0.03em;
}
.contact .contact-about .tel-form {
  text-align: center;
  margin-top: 36px;
}
.contact .contact-about .tel-form .tel-n {
  font-family: var(--title);
  font-weight: bold;
  font-size: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.03em;
  gap: 20px;
}
.contact .contact-about .tel-form .tel-n::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/common/icon_tel.png');
  width: 56px;
  height: 56px;
}
.contact .contact-about .tel-form .tel-t {
  margin-left: 20px;
}
/* ==== H2タイトル ==== */
.contact .h2-title {
  margin-top: 104px;
}
/* ==== 十字飾り ==== */
.cross {
  margin-top: 75px;
}
/* =====================
  フォーム
===================== */
.contact .inner .form-inner .step {
  background-image: url('/assets/image/common/flow01.png');
}

.contact .inner .form-inner .form .thbr label > span {
  padding-left: 60px;
}
.form button {
  margin-top: 139px;
}
.check {
  margin-top: 63px;
}
.contact .form th {
  padding-right: 0px;
}
.contact .form td {
  padding-left: 20px;
}
