@charset "UTF-8";
/* placeholder color */
/**********************************************************************************************

　privacy

**********************************************************************************************/
/*---------------------------------------------
privacy
---------------------------------------------*/
.privacyList {
  max-width: 900px;
  margin: auto;
  border-top: 1px solid #150301;
  line-height: 2;
  padding: 60px 0 0; }
  @media (max-width: 750px) {
    .privacyList {
      padding: 8vw 0 0;
      line-height: 1.75; } }
  .privacyList > li:not(:last-child) {
    margin: 0 0 60px; }
    @media (max-width: 750px) {
      .privacyList > li:not(:last-child) {
        margin: 0 0 8vw; } }

.privacyList_tit {
  font-size: 2.2rem;
  margin: 0 0 0.4em; }
  @media (max-width: 750px) {
    .privacyList_tit {
      font-size: 4.2vw; } }

.numList {
  margin: 0.5em 0 0; }
  .numList li {
    text-indent: -3em;
    padding-left: 3em; }
    .numList li:not(:last-child) {
      margin: 0 0 0.5em; }
    .numList li span {
      width: 3em;
      display: inline-block;
      text-indent: 0; }
