/* p-privacy-policy
---------------------------------------------------------------------------- */
.p-privacy-policy {
  padding-block: 8rem 9.7rem;
}

.p-privacy-policy-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 5.7rem;
}

.p-privacy-policy-items {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  margin-top: 2.7rem;
}

.p-privacy-policy-item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.p-privacy-policy-item-ttl {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #073190;
}

.p-privacy-policy-item-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-privacy-policy-item-lists {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
}

.p-privacy-policy-item-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-privacy-policy-item-list-txt {
  padding-left: 3rem;
}

.p-privacy-policy-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
  margin-top: 2rem;
}

.p-privacy-policy-box-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-privacy-policy {
    padding-block: 13.3333333333vw 12.5333333333vw;
  }
  .p-privacy-policy-txt {
    font-size: 4.2666666667vw;
    margin-top: 7.4666666667vw;
  }
  .p-privacy-policy-items {
    gap: 6.6666666667vw;
    margin-top: 7.2vw;
  }
  .p-privacy-policy-item {
    gap: 3.2vw;
  }
  .p-privacy-policy-item-ttl {
    font-size: 4.8vw;
    line-height: 1.6111111111;
  }
  .p-privacy-policy-item-txt {
    font-size: 4.2666666667vw;
  }
  .p-privacy-policy-item-lists {
    gap: 6.6666666667vw;
  }
  .p-privacy-policy-item-list {
    gap: 4vw;
    font-size: 4.2666666667vw;
  }
  .p-privacy-policy-item-list-txt {
    padding-left: 5.3333333333vw;
  }
  .p-privacy-policy-box {
    gap: 4vw;
    margin-top: 4.8vw;
  }
  .p-privacy-policy-box-txt {
    font-size: 4.2666666667vw;
  }
}
