main #content {
  margin-top: 80px;
  margin-bottom: 80px;
}
main #content h2 {
  color: #f29a76;
  margin-top: 80px;
  margin-bottom: 24px;
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 16px;
  border-bottom: solid 2px #f29a76;
}
main #content h3, main #content h4, main #content h5, main #content h6 {
  margin-top: 40px;
  padding-left: 12px;
  font-size: 2rem;
  color: #262626;
  letter-spacing: 0.15em;
  border-left: solid 10px #f29a76;
  margin-bottom: 24px;
}
main #content p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 32px;
}
main #content ul, main #content ol {
  padding-left: 16px;
  margin-bottom: 32px;
}
main #content ul li, main #content ol li {
  font-size: 1.6rem;
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 16px;
}
main #content ul.nolist, main #content ol.nolist {
  padding-left: 0;
  display: flex;
  justify-content: left;
  gap: 16px;
  list-style: none;
}
main #content ul.nolist li, main #content ol.nolist li {
  list-style: none;
}
main #content figure {
  margin-bottom: 32px;
}
main #content a {
  color: #fff;
  background-color: #35B597;
}
main #content table thead {
  border: none;
}
main #content table thead tr th, main #content table thead tr td {
  color: #fff;
  background-color: #f29a76;
  font-size: 1.5rem;
  padding: 8px 16px;
  text-align: left;
  border: none;
  border: solid 1px #ddd;
}
main #content table tbody tr th, main #content table tbody tr td {
  border: none;
  border-bottom: solid 1px #ddd;
  color: #000;
  font-size: 1.6rem;
  padding: 24px 16px;
}
main #content hr {
  margin: 80px 0;
  border-top: solid 2px #ddd;
}

@media screen and (max-width: 750px) {
  .page-template {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .page-template h2 {
    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 2rem;
    margin-bottom: 12px;
  }
  .page-template h3, .page-template h4, .page-template h5, .page-template h6 {
    padding-left: 8px;
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .page-template p {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
  .page-template ul {
    margin-bottom: 16px;
  }
  .page-template ul li {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .page-template table thead {
    border: none;
  }
  .page-template table thead tr th, .page-template table thead tr td {
    font-size: 1.4rem;
    padding: 4px 4px;
  }
  .page-template table tbody tr th, .page-template table tbody tr td {
    font-size: 1.4rem;
    padding: 16px 4px;
  }
  .page-template hr {
    margin: 40px 0;
    border-top: solid 1px #ddd;
  }
  .page-template figure {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=page.css.map */