* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #eef8f8;
  color: #253037;
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

.lp {
  width: min(100%, 430px);
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 18px 60px rgba(77, 144, 149, 0.16);
}

.lp img {
  display: block;
  width: 100%;
  height: auto;
}

.notice {
  padding: 24px 20px 28px;
  background: #f7fcfc;
  color: #4d5a60;
  font-size: 12px;
  line-height: 1.9;
}

.notice h2 {
  margin: 0 0 10px;
  color: #2d797e;
  font-size: 15px;
}

.notice p {
  margin: 0;
}

.notice p + p {
  margin-top: 10px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media print {
  body {
    background: #fff;
  }

  .lp {
    width: 100%;
    box-shadow: none;
  }
}
