@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Work+Sans:wght@500&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.content__inner h2 {
  color: #000000;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
.content__inner h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #d0d0d0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content__inner h2::after {
  content: "";
  display: block;
  width: 33%;
  max-width: 140px;
  height: 2px;
  background-color: #0b4d88;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content__inner p {
  line-height: 32px;
}/*# sourceMappingURL=privacy.css.map */