/* ----------------------------------------------------------------------------------------------------
privacy-policy
---------------------------------------------------------------------------------------------------- */
/* article
----------------------------------------------------------------------*/
.article {
  padding-block: 4rem 8rem;
  background-color: #fff;
}
.article h2 {
  margin-bottom: 2.5em;
  font-size: 1.5rem;
  font-weight: 700;
}
.article h3 {
  margin-block: 2em 1em;
  font-size: 1.125rem;
  font-weight: 500;
}
.article table {
  table-layout: initial !important;
  margin-top: 1em;
}
.article table thead {
  border-bottom: none;
}
.article table th,
.article table td {
  border-color: #ccc;
}
.article table tr td:first-child {
  background-color: #eee;
  font-weight: 500;
}
.article img {
  margin-top: 2em;
}

@media screen and (min-width: 60rem) {
  .article {
    padding-block: 7.5rem 10rem;
  }
}/*# sourceMappingURL=privacy-policy.css.map */