@charset "UTF-8";
/* ----------------------------------------------
    プライバシーポリシー
---------------------------------------------- */
.policy-box {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .policy-box {
    padding: 60px 0;
  }
}
.policy-box .privacy-policy__first-text {
  margin-bottom: 35px;
}
.policy-box dl {
  margin-bottom: 35px;
}
.policy-box dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.policy-box ul.list-num {
  list-style-type: decimal;
}
.policy-box ul.list-num > li {
  text-indent: -1em;
  margin-left: 1em;
}
.policy-box ul.list-disc {
  list-style-type: disc;
}
.policy-box ul.list-disc > li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.policy-box a {
  color: #1d70ff;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.policy-box a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=privacy-policy.css.map */