.p-privacy__content dl {
  margin-top: 4.8rem;
}
@media (min-width: 768px) {
  .p-privacy__content dl {
    margin-top: 10rem;
  }
}
.p-privacy__content dl dt {
  border-bottom: 1px solid #E0E0DC;
  display: flex;
  gap: 0.8rem;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .p-privacy__content dl dt {
    padding-bottom: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
.p-privacy__content dl dt h3 {
  --lh: 1.33;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: var(--lh);
}
.p-privacy__content dl dt h3::before, .p-privacy__content dl dt h3::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.p-privacy__content dl dt h3::before {
  margin-block-end: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}
.p-privacy__content dl dt h3::after {
  margin-block-start: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}
@media (min-width: 768px) {
  .p-privacy__content dl dt h3 {
    font-size: 2.4rem;
  }
}
.p-privacy__content dl dt::before {
  background-color: rgba(51, 51, 51, 0.5019607843);
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.5rem;
  position: relative;
  top: 1.2rem;
}
.p-privacy__content dl dd {
  margin-inline-start: 0;
}
.p-privacy__content dl dd p {
  --lh: 2;
  font-weight: 500;
  line-height: var(--lh);
}
.p-privacy__content dl dd p::before, .p-privacy__content dl dd p::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.p-privacy__content dl dd p::before {
  margin-block-end: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}
.p-privacy__content dl dd p::after {
  margin-block-start: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}
@media (min-width: 768px) {
  .p-privacy__content dl dd p {
    font-size: 1.6rem;
  }
}
.p-privacy__content dl dd p.address {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-privacy__content dl dd p.address {
    margin-top: 3.2rem;
  }
}
.p-privacy__content dl dd ul {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-privacy__content dl dd ul {
    padding-left: 2.2rem;
    margin-top: 4rem;
  }
}
.p-privacy__content dl dd ul li {
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .p-privacy__content dl dd ul li p {
    --lh: 1.6;
  }
}
.p-privacy__content dl dd ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .p-privacy__content dl dd ul li:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
.p-privacy__content dl dd ul li::before {
  background-color: rgba(51, 51, 51, 0.5019607843);
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.5rem;
  position: relative;
  top: 0.6rem;
}
.p-privacy__content dl dd h4 {
  --lh: 1.6;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: var(--lh);
  margin-block: 2.8rem 2rem;
}
.p-privacy__content dl dd h4::before, .p-privacy__content dl dd h4::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.p-privacy__content dl dd h4::before {
  margin-block-end: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}
.p-privacy__content dl dd h4::after {
  margin-block-start: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}
@media (min-width: 768px) {
  .p-privacy__content dl dd h4 {
    font-size: 2rem;
    margin-block: 8rem 2.4rem;
  }
}
.p-privacy__content dl dd + dt {
  margin-top: 4.8rem;
}
@media (min-width: 768px) {
  .p-privacy__content dl dd + dt {
    margin-top: 10rem;
  }
}