@charset "UTF-8";
/* ::::::::::  プライバシーポリシー  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
privacySec
========================================================= */
.privacySec {
  padding-bottom: 150px;
  color: #666666;
}
@media (max-width: 767px) {
  .privacySec {
    padding-bottom: 60px;
  }
}
.privacySec .privacyList {
  margin-top: 2em;
  padding-left: 1em;
  list-style-type: decimal;
}
.privacySec .nestList li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.privacySec .nestList li::before {
  content: "・";
}