@import url(https://fonts.googleapis.com/css?family=Raleway:200);
@import url(https://fonts.googleapis.com/css?family=Poppins:300);
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:600");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700");
@import url("https://fonts.googleapis.com/css?family=Allura&display=swap");
.privacy {
  font-size: 1.4rem;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
}

@media screen and (max-width: 1000px) {
  .privacy {
    max-width: initial;
    margin: 0 3%;
  }
}

@media screen and (max-width: 768px) {
  .privacy {
    padding-top: 13vw;
  }
}

.privacy .diamond_mark {
  margin: 30px auto 5px;
}

@media screen and (max-width: 1000px) {
  .privacy .diamond_mark {
    margin: 5% auto 1%;
  }
}

.privacy .sub_ttl {
  font-size: 1.8rem;
  color: #f96883;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .privacy .sub_ttl {
    margin-bottom: 5%;
  }
}

.privacy .lead {
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .privacy .lead {
    margin-bottom: 2%;
  }
}

.privacy dl dt {
  font-size: 1.6rem;
}

.privacy dl dd {
  margin-bottom: 25px;
}

@media screen and (max-width: 1000px) {
  .privacy dl dd {
    margin-bottom: 2.5%;
  }
}

.privacy dl dd .disc {
  margin-left: 2rem;
}

.privacy dl dd .disc li {
  list-style: inside disc;
}

.privacy dl dd .no {
  margin-left: 2rem;
}

.privacy dl dd .no li {
  list-style: inside decimal;
}
/*# sourceMappingURL=privacy.css.map */