@charset "utf-8";

.form-header {
  width: 100%;
  max-height: 52px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  box-shadow: 0px 3px 14px rgba(96, 96, 96, 0.12);
}
.form-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  max-width: 1400px;
  margin: 0 auto;
}
.form-header__logo {
  max-width: 130px;
  line-height: 1;
}
.form-header__logo img {
  width: 100%;
  height: auto;
}
.form-header__tel-wrap {
  max-width: 170px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.form-header__tel-wrap__tel {
  display: block;
  font-weight: bold;
  letter-spacing: -0.03rem;
  margin-bottom: 5px;
  line-height: 1;
}
.form-header__tel-wrap__tel img {
  height: 0.75em;
}
.form-header__tel-wrap__tel-time {
  font-size: 11px;
  color: #A7A7A7;
  line-height: 1;
}
.lp-form-wrap {
  padding-top: 52px;
}