@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* privacy */
/* ============================================ */
.privacy-main__wrapper {
  padding: 80px 0 150px;
}
@media all and (max-width: 896px) {
  .privacy-main__wrapper {
    padding: 48px 0 80px;
  }
}
.privacy-main__container + .privacy-main__container {
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .privacy-main__container + .privacy-main__container {
    margin-top: 48px;
  }
}
.privacy-main__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: clamp(1.375rem, 0.4861rem + 1.5873vw, 1.875rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 32px;
}
@media all and (max-width: 896px) {
  .privacy-main__ttl {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.privacy-main__txt {
  margin-top: 24px;
  line-height: 1.75;
}
@media all and (max-width: 896px) {
  .privacy-main__txt {
    margin-top: 16px;
  }
}
.privacy-main__list {
  margin-top: 24px;
  line-height: 1.75;
}
@media all and (max-width: 896px) {
  .privacy-main__list {
    margin-top: 16px;
  }
}
.privacy-main__list > li {
  padding-left: 1.2em;
  margin-top: 0.4em;
  position: relative;
}
.privacy-main__list > li:first-of-type {
  margin-top: 0;
}
.privacy-main__list > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2C2C66;
  position: absolute;
  top: 0.65em;
  left: 0;
}
@media all and (max-width: 896px) {
  .privacy-main__list > li::before {
    width: 5px;
    height: 5px;
  }
}
.privacy-main__count {
  margin-top: 24px;
  line-height: 1.75;
  counter-reset: item;
  list-style-type: none;
}
@media all and (max-width: 896px) {
  .privacy-main__count {
    margin-top: 16px;
  }
}
.privacy-main__count li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-top: 0.4em;
}
.privacy-main__count li:first-of-type {
  margin-top: 0;
}
.privacy-main__count li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: 700;
  color: #2C2C66;
}
.privacy-main__detail {
  margin-top: 24px;
  line-height: 1.75;
}
@media all and (max-width: 896px) {
  .privacy-main__detail {
    margin-top: 16px;
  }
}
.privacy-main__detail__item {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.2em;
  position: relative;
  margin-top: 0.4em;
}
.privacy-main__detail__item:first-of-type {
  margin-top: 0;
}
.privacy-main__detail__item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2C2C66;
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media all and (max-width: 896px) {
  .privacy-main__detail__item::before {
    width: 5px;
    height: 5px;
  }
}
.privacy-main__detail__item dt {
  width: 10em;
  padding-right: 1.2em;
  position: relative;
}
.privacy-main__detail__item dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0.2em;
}