/* p-privacy-policy
---------------------------------------------------------------------------- */
.p-privacy-policy {
  padding-block: 8rem 14rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #1A1A1A;
  display: flex;
  flex-direction: column;
}

.p-privacy-policy-lead {
  margin-bottom: 4.3rem;
}

.p-privacy-policy-list {
  counter-reset: num;
  margin-bottom: 2.4rem;
}

.p-privacy-policy-item {
  padding-left: 2.8rem;
  text-indent: -2.8rem;
}
.p-privacy-policy-item::before {
  counter-increment: num;
  content: "(" counter(num) ")";
}
.p-privacy-policy-item:not(:last-of-type) {
  margin-bottom: 2.9rem;
}

.p-privacy-policy-box {
  text-align: right;
  margin-bottom: 4.8rem;
}
.p-privacy-policy-box > :nth-child(2) {
  margin-bottom: 1.5rem;
}

.p-privacy-policy-date {
  display: grid;
  grid-template-columns: 1fr 12rem;
  column-gap: 2rem;
}

.p-privacy-policy-contact {
  border: 0.6rem solid #CCD5E8;
  padding-block: 3.6rem 3rem;
  padding-inline: 4.5rem;
}

.p-privacy-policy-contact-ttl {
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #073190;
  text-align: center;
  margin-bottom: 1.5rem;
}

.p-privacy-policy-contact-txt {
  text-align: center;
}

.p-privacy-policy-contact-access-wrap {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  column-gap: 5rem;
  margin-block: 1.3rem 2.9rem;
}

.p-privacy-policy-contact-access {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 1rem;
  align-items: center;
  justify-content: start;
  font-size: 2.4rem;
  line-height: 1.2083333333;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #073190;
  font-family: "Roboto";
}
.p-privacy-policy-contact-access span {
  display: inline grid;
  place-content: center;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 6rem;
  height: 2.6rem;
  background-color: #073190;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-privacy-policy {
    padding-block: 13.3333333333vw 23.4666666667vw;
    font-size: 4.2666666667vw;
  }
  .p-privacy-policy-lead {
    margin-bottom: 8.5333333333vw;
  }
  .p-privacy-policy-list {
    counter-reset: num;
    margin-bottom: 6.4vw;
  }
  .p-privacy-policy-item {
    padding-left: 7.4666666667vw;
    text-indent: -7.4666666667vw;
  }
  .p-privacy-policy-item:not(:last-of-type) {
    margin-bottom: 7.7333333333vw;
  }
  .p-privacy-policy-box {
    margin-bottom: 7.2vw;
  }
  .p-privacy-policy-box > :nth-child(2) {
    margin-bottom: 4.2666666667vw;
  }
  .p-privacy-policy-date {
    grid-template-columns: 1fr 32vw;
    column-gap: 5.3333333333vw;
  }
  .p-privacy-policy-contact {
    border: 1.6vw solid #CCD5E8;
    padding-block: 6.9333333333vw;
    padding-inline: 3.4666666667vw;
  }
  .p-privacy-policy-contact-ttl {
    font-size: 4.8vw;
    line-height: 1.6666666667;
    margin-bottom: 4vw;
  }
  .p-privacy-policy-contact-access-wrap {
    grid-template-columns: auto;
    justify-content: start;
    column-gap: 0;
    row-gap: 1.8666666667vw;
    margin-block: 3.4666666667vw 6.9333333333vw;
  }
  .p-privacy-policy-contact-access {
    column-gap: 2.6666666667vw;
    font-size: 7.4666666667vw;
    line-height: 1.25;
  }
  .p-privacy-policy-contact-access span {
    font-size: 5.3333333333vw;
    line-height: 33;
    width: 20.2666666667vw;
    height: 8.8vw;
  }
}
