body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #111827;
  background: #f6f7f9;
  line-height: 1.7;
}

.legal {
  width: min(820px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0 80px;
}

.back {
  display: inline-block;
  margin-bottom: 30px;
  color: #d92d20;
  font-weight: 800;
  text-decoration: none;
}

h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 6vw, 56px);
  line-height: 1.1;
}

h2 {
  margin: 34px 0 10px;
  font-size: 22px;
}

p,
dd {
  color: #5f6b7a;
}

dt {
  margin-top: 18px;
  font-weight: 900;
}

dd {
  margin: 4px 0 0;
}

.note {
  margin-top: 28px;
  padding: 16px;
  border-left: 4px solid #d79d20;
  background: #fff7dd;
  color: #5b430a;
}
