:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
body > div {
  padding-top: 140px;
}

.section-document {
  min-height: 100svh;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .section-document {
    padding-bottom: 7.6923076923vw;
  }
}
.section-document h2 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.16em;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .section-document h2 {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.section-document table {
  width: 560px;
  margin-inline: auto;
  table-layout: fixed;
  border-collapse: collapse;
}
.section-document table th {
  font-size: 14px;
  font-weight: normal;
  width: 180px;
  padding: 4px 26px;
  border: 1px solid #000;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.16em;
}
.section-document table td {
  font-size: 13px;
  padding: 4px 26px;
  border: 1px solid #000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .section-document table {
    width: calc(100% - 10.2564102564vw);
  }
  .section-document table th {
    font-size: 12px;
    font-size: 3.0769230769vw;
    width: 29.4871794872vw;
    padding: 3.8461538462vw 3.5897435897vw;
    letter-spacing: 0.02em;
  }
  .section-document table td {
    font-size: 12px;
    font-size: 3.0769230769vw;
    padding: 3.8461538462vw 4.358974359vw 3.8461538462vw 8.2051282051vw;
    letter-spacing: 0.02em;
  }
}
.section-document .block {
  max-width: 1280px;
  padding: 0 60px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .section-document .block {
    padding: 0 6.1538461538vw;
  }
}
.section-document .block + .block {
  margin-top: 3em;
}
.section-document .block p, .section-document .block h3, .section-document .block ul, .section-document .block ol {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.16em;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .section-document .block p, .section-document .block h3, .section-document .block ul, .section-document .block ol {
    font-size: 13px;
    font-size: 3.3333333333vw;
    letter-spacing: 0.03em;
  }
}
.section-document .block ul {
  list-style-type: disc;
  margin-left: 1em;
}
.section-document .block ol {
  list-style: decimal;
  margin-left: 2em;
}/*# sourceMappingURL=style.css.map */