@charset "UTF-8";
/* %算出に使用 */
/* ===============================
  プライバシーポリシー
=============================== */
.privacy__mv {
  background: url(../img/privacy_mv.jpg) no-repeat center center/cover;
}

.privacy__container {
  padding: 7.6% 0 10%;
}

.privacy__item:nth-child(n+2) {
  margin-top: 6.5%;
}

.privacy__label {
  font-size: 1.5923566879vw;
  font-weight: 200;
  line-height: 1.2;
  padding-bottom: 1em;
  border-bottom: 1px dashed #47555e;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .privacy__label {
    font-size: 4.8vw;
  }
}

.privacy__text {
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 2.2222222222;
  margin-top: 1.4em;
}
@media (max-width: 767px) {
  .privacy__text {
    font-size: 3.2vw;
  }
}
/*# sourceMappingURL=privacy.css.map */