@charset "UTF-8";

/* ========================================================
   LP Common
   - 1024pxまでは可変
   - 1025px以上は1024px固定で中央表示
======================================================== */

body.lp-page {
  margin: 0;
  background: #e9e9e9;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}

body.lp-page * {
  box-sizing: border-box;
}

body.lp-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.lp-page a {
  color: inherit;
  text-decoration: none;
}

body.lp-page button,
body.lp-page input,
body.lp-page select,
body.lp-page textarea {
  font: inherit;
}

body.lp-page .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.lp-page .lp-site-footer {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 32px 24px;
  background: #fff;
  color: #000;
  text-align: center;
}

body.lp-page .lp-site-footer__inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

body.lp-page .lp-site-footer__company {
  margin: 0 0 6px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}

body.lp-page .lp-site-footer__copy {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
