@charset 'utf-8';
/* ======================================================
CSS information

 File Name  : privacy.css
 Style Info : 「個人情報保護方針」のCSS
====================================================== */

#privacy-block ul:not(:last-child) {
  margin-bottom: 1.5rem;
}

#privacy-block li {
  position: relative;
  text-indent: -1.1rem;
  padding-left: 1.1rem;
}

#privacy-block li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
  width: 8px;
  height: 8px;
  background: var(--basecolor5);
  border-radius: 50%;
}

#privacy-block li:not(:last-of-type) {
  margin-bottom: 1rem;
}
