.lp-form-header {
  padding-bottom: 16px;
}
.lp-form-header-inner {
  background: left top / auto 60px no-repeat rgb(255, 255, 255);
  box-shadow: inset 0 16px 0 0 rgb(204, 0, 0);
  display: flex;
}
.lp-form-header-logo {
  display: flex;
  flex-shrink: 0;
  padding: 16px 80px 12px 32px;
  position: relative;
}
.lp-form-header-logo > a {
  display: block;
  height: 33px;
  width: 140px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.lp-form-footer {
  padding-top: 48px;
}
.lp-form-footer-inner {
  align-items: center;
  background-color: rgb(204, 0, 0);
  color: rgb(255, 255, 255);
  display: flex;
  font-size: 10px;
  font-weight: 300;
  justify-content: space-between;
  line-height: 1;
  letter-spacing: 0.012em;
  padding: 8px 20px 8px 32px;
}
.lp-form-footer-logo_pc {
  display: inline;
  display: block;
  width: 107px;
  height: 12px;
  flex-shrink: 0;
}
.lp-form-footer-logo_sp {
  display: none;
}
.lp-form-footer-copyright_pc {
  margin: 0;
  transform: scale(0.9);
  transform-origin: right center;
}
.lp-form-footer-copyright_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .lp-form-header-inner {
    background: #cc0000;
    justify-content: center;
    padding: 12px;
  }
  .lp-form-header-logo {
    padding: 0;
  }
  .lp-form-header-logo > a {
    height: 32px;
    width: 136px;
  }
  .lp-form-footer-inner {
    justify-content: center;
    padding: 16px;
  }
  .lp-form-footer-logo_pc,
  .lp-form-footer-copyright_pc {
    display: none;
  }
  .lp-form-footer-logo_sp {
    display: inline-block;
    width: 144px;
    height: 22px;
  }
  .lp-form-footer-copyright_sp {
    font-size: 12px;
    display: block;
    text-align: center;
    margin: 12px;
  }
}
