:root {
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #101010;
  background: #fff;
}

* {
  box-sizing: border-box;
}

body {
  width: min(100%, 960px);
  margin: 0 auto;
  padding: 64px 40px 96px;
  background: #fff;
}

.p1,
p.p2,
td.td1 p.p1,
th.td1 p.p1 {
  font-family: inherit;
}

.p1 {
  margin: 0 0 14px;
  color: #363636;
  font-size: 16px;
  line-height: 1.7;
}

.policy-list {
  margin: 0 0 14px;
  padding-left: 24px;
  color: #363636;
  font-size: 16px;
  line-height: 1.7;
}

.policy-list li + li {
  margin-top: 6px;
}

.p1.policy-heading {
  margin: 32px 0 12px;
  color: #101010;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.3;
}

body > h1.p1 {
  margin-bottom: 28px;
  color: #101010;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

p.p2 {
  min-height: 12px;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

table.t1 {
  width: 100%;
  margin: 24px 0;
  border: 1px solid #d8d8d8;
  border-collapse: collapse;
  table-layout: fixed;
}

td.td1,
th.td1 {
  border: 1px solid #d8d8d8;
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

tr:first-child .td1 {
  background: #f2f2f2;
  font-weight: 600;
}

td.td1 p.p1,
th.td1 p.p1 {
  margin: 0;
  color: #101010;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #237f11;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #176109;
}

@media (max-width: 640px) {
  body {
    padding: 40px 20px 64px;
  }

  .p1 {
    font-size: 15px;
  }

  .policy-list {
    font-size: 15px;
  }

  table.t1 {
    display: block;
    overflow-x: auto;
    table-layout: auto;
  }

  td.td1,
  th.td1 {
    min-width: 160px;
  }
}
