<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
mv
------------------------------------------------------------*/
#mv {
  margin-bottom: 100px;
}

@media screen and (max-width: 736px) {
  #mv {
    margin-bottom: 25px;
  }
  #mv h1 {
    letter-spacing: 0;
  }
}
/*------------------------------------------------------------
pp
------------------------------------------------------------*/
#pp dl {
  margin-bottom: 120px;
}
#pp dl dt {
  font-size: 2.1rem;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #b8b8b8;
}
#pp dl dd {
  font-size: 1.4rem;
}
#pp dl dd ul li {
  list-style: decimal;
  margin-left: 1.5em;
}

@media screen and (max-width: 736px) {
  #pp dl {
    margin-bottom: 30px;
  }
  #pp dl dt {
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #pp dl dd {
    font-size: 1.1rem;
  }
}

/*# sourceMappingURL=privacy.css.map */
</pre></body></html>