div.top {
  background-color: #d1cbc3;
  color: #3e1300;
}
div.top div.top-wrap {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 1.875rem 0.3125rem;
}
div.top div.top-wrap h1 {
  width: 80%;
  font-size: 1.875rem;
  margin: 0 auto 1.875rem;
  position: relative;
  padding: 1rem 2rem calc(1rem + 8px);
  background: #f7f4f2;
}
div.top div.top-wrap h1::before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  content: "";
  border: 4px solid #e65b20;
}
div.top div.top-wrap div.privacy-wrap {
  margin-bottom: 2.5rem;
}
div.top div.top-wrap div.privacy-wrap h3 {
  border-bottom: 1px solid #e65b20;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.3125rem;
}
div.top div.jpn-wrap, div.top div.eng-wrap {
  background-color: #f7f4f2;
  padding: 1.25rem;
  margin: 0 0.625rem;
}
div.top div.eng-wrap {
  margin-top: 6.25rem;
}

@media screen and (max-width: 480px) {
  div.top div.top-wrap h1 {
    font-size: 1.25rem;
  }
}
footer {
  background-color: #f7f4f2;
}
footer p {
  text-align: center;
  padding: 5rem 0 1.875rem;
}/*# sourceMappingURL=privacy.css.map */