<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.privacypolicy {
  margin-top: 180px;
  margin-bottom: 140px;
  padding: 0 120px;
}
.privacypolicy h1 {
  text-align: center;
  color: #000;
  font-size: 56px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .privacypolicy h1 {
    font-size: 36px;
  }
}
.privacypolicy__content {
  margin-top: 80px;
  text-align: left;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .privacypolicy__content {
    margin-top: 40px;
  }
}
.privacypolicy__content h2 {
  margin-top: 30px;
  color: #f50;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.48px;
}
.privacypolicy__content h3 {
  margin-top: 15px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.36px;
}
.privacypolicy__content p {
  margin-top: 10px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.36px;
  text-align: left;
}
.privacypolicy__content ul {
  padding-left: 30px;
  margin: 20px 0;
}
.privacypolicy__content li {
  list-style: disc;
}
</pre></body></html>