:root {
  color-scheme: light;
  font-family: "SimSun", "宋体", "Songti SC", serif;
  background: #ffffff;
  color: #000000;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #ffffff;
}

body {
  margin: 0;
  min-width: 320px;
  background: #ffffff;
  color: #000000;
}

.document {
  width: min(712px, calc(100% - 40px));
  margin: 0 auto;
  padding: 132px 0 140px;
}

section + section {
  margin-top: 54px;
}

h1,
h2,
h3,
p,
figure {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  break-after: avoid;
  page-break-after: avoid;
  color: #000000;
}

h1 {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.55;
}

h2 {
  margin: 28px 0 10px 0.5em;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
}

h3 {
  margin: 22px 0 6px 2em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
}

h3.numbered-heading {
  display: grid;
  grid-template-columns: 1.7em minmax(0, 1fr);
  column-gap: 0.3em;
  margin-left: 0;
}

.heading-number {
  text-align: right;
}

.body-copy p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.02;
  text-align: justify;
  text-justify: inter-ideograph;
  text-indent: 2em;
}

.body-copy--prose {
  counter-reset: body-item;
}

.body-copy--prose p {
  position: relative;
  padding-left: 2em;
  text-indent: 0;
  counter-increment: body-item;
}

.body-copy--prose p::before {
  position: absolute;
  left: 0;
  width: 1.65em;
  content: counter(body-item) ")";
  text-align: right;
}

.body-copy--prose p + p {
  margin-top: 2px;
}

.document-image {
  margin: 24px 0 32px;
  text-align: center;
  break-inside: avoid;
}

.document-image img {
  display: block;
  width: min(600px, 100%);
  height: auto;
  margin: 0 auto;
}

.document-image--small img {
  width: min(474px, 100%);
}

.table-wrap {
  width: 100%;
  margin: 28px 0 34px;
  overflow-x: auto;
  border: 1px solid #000000;
  outline: none;
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  line-height: 1.65;
}

th,
td {
  padding: 8px 9px;
  border: 1px solid #000000;
  vertical-align: middle;
  text-align: justify;
  text-justify: inter-ideograph;
}

th {
  font-weight: 700;
  text-align: center;
}

th:nth-child(1),
td:nth-child(1) {
  width: 15%;
}

th:nth-child(2),
td:nth-child(2) {
  width: 21%;
}

th:nth-child(3),
td:nth-child(3) {
  width: 17%;
}

th:nth-child(4),
td:nth-child(4) {
  width: 47%;
}

@media (max-width: 640px) {
  .document {
    width: min(100% - 32px, 712px);
    padding: 54px 0 80px;
  }

  section + section {
    margin-top: 42px;
  }

  h1 {
    margin-bottom: 18px;
    font-size: 21px;
  }

  h2 {
    margin-top: 22px;
    font-size: 19px;
  }

  h3 {
    margin: 18px 0 4px 1.5em;
    font-size: 18px;
  }

  .body-copy p {
    font-size: 18px;
    line-height: 1.92;
  }

  .document-image {
    margin: 20px 0 26px;
  }
}

@media print {
  @page {
    size: A4;
    margin: 24mm 22mm;
  }

  .document {
    width: auto;
    padding: 0;
  }

  .table-wrap {
    overflow: visible;
  }

  table {
    min-width: 0;
    font-size: 10pt;
  }
}
