@charset "utf-8";
/* common
-------------------------------------------------------------- */
#sv {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  #sv {
    margin-bottom: 50px;
  }
}
/* privacyPage
-------------------------------------------------------------- */
#privacyPage h2 {
  position: relative;
  padding-left: 25px;
  color: var(--color-green);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

#privacyPage h2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
}

#privacyPage p {
  line-height: 2;
}

#privacyPage li {
  position: relative;
  padding-left: 15px;
}

#privacyPage li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

@media (max-width: 767px) {
  #privacyPage h2 {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  
  #privacyPage li {
    padding-left: 10px;
  }
}
