@charset "UTF-8";
body {
  background-color: #F5F5F5;
}

.p-privacy-policy-intro {
  color: #2a2a2a;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 7rem;
}

.p-privacy-policy-section {
  border-bottom: 0.1rem solid #ccc;
  padding-bottom: 6rem;
  margin-bottom: 4rem;
}

.p-privacy-policy-section.is-last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 2rem;
}

.p-privacy-policy-section-title {
  margin-bottom: 2.4rem;
  color: #001336;
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
  padding-left: 4.5rem;
}
.p-privacy-policy-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../images/common/icn_mark_blue.svg") no-repeat center center/contain;
  width: 3.2rem;
  height: 3.2rem;
}

.p-privacy-policy-text {
  color: #2a2a2a;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.p-privacy-policy-text + .p-privacy-policy-text {
  margin-top: 3.5rem;
}

.p-privacy-policy-text:last-child {
  margin-bottom: 0;
}

.p-privacy-policy-list {
  margin-top: 4rem;
}

.p-privacy-policy-list-item {
  color: #2a2a2a;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  padding-left: 1.6rem;
  position: relative;
}

.p-privacy-policy-list-item:last-child {
  margin-bottom: 0;
}

.p-privacy-policy-list-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-privacy-policy-intro {
    font-size: 4vw;
    line-height: 1.6666666667;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-bottom: 8vw;
  }
  .p-privacy-policy-section {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
  .p-privacy-policy-section.is-last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 5.3333333333vw;
  }
  .p-privacy-policy-section-title {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.5555555556;
    letter-spacing: 0.04em;
    font-weight: 700;
    padding-left: 7.4666666667vw;
  }
  .p-privacy-policy-section-title::before {
    top: 4.8vw;
    background: url("../../images/common/icn_mark_blue.svg") no-repeat center center/contain;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .p-privacy-policy-text {
    font-size: 4vw;
    line-height: 1.6666666667;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
  .p-privacy-policy-text + .p-privacy-policy-text {
    margin-top: 9.3333333333vw;
  }
  .p-privacy-policy-list {
    margin-top: 5.3333333333vw;
  }
  .p-privacy-policy-list-item {
    font-size: 4vw;
    line-height: 1.6666666667;
    font-weight: 500;
    padding-left: 4.2666666667vw;
  }
}
