@charset "UTF-8";
.policyList {
  margin: 3rem 0 5rem;
}

.policyList dt {
  font-size: 1.5em;
  margin-bottom: .5rem;
}

.policyList dd {
  margin-bottom: 4rem;
}

.policyList dd ul li {
  padding-left: 1.5rem;
}

.policyList dd ul li:before {
  content: "・";
  margin-left: -1rem;
}

.policyList + p {
  margin-bottom: 2rem;
}

@media screen and (min-width: 960px) {
  .policyList {
    margin: 5rem 0 8rem;
  }
  .policyList dt {
    margin-bottom: 1rem;
  }
  .policyList dd {
    margin-bottom: 6rem;
  }
}
/*# sourceMappingURL=privacypolicy.css.map */