.p-privacy__ttl {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .p-privacy__ttl {
    margin-bottom: 34px;
  }
}
.p-privacy__content {
  border: 1px solid #000;
  background-color: #fff;
  padding: 54px 4.5% 86px;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-privacy__content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-privacy__content {
    border-radius: 15px 0 15px 0;
    padding: 29px 6% 30px;
  }
}
.p-privacy__content-list-item {
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__content-list-item {
    text-indent: -0.8rem;
    padding-left: 0.8rem;
  }
}
.p-privacy__content-list-item + .p-privacy__content-list-item {
  margin-top: 3px;
}
.p-privacy__box + .p-privacy__box {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-privacy__box + .p-privacy__box {
    margin-top: 24px;
  }
}
.p-privacy__box-ttl {
  line-height: 1.55;
  position: relative;
  padding-left: 19px;
  font-size: 23px;
  letter-spacing: 1.5px;
  margin-bottom: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-privacy__box-ttl {
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 22px;
  }
}
.p-privacy__box-ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #1ccadb;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-privacy__box-ttl::after {
    height: 1px;
    bottom: -7px;
  }
}
.p-privacy__box-ttl::before {
  content: "";
  width: 6px;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #1ccadb;
}
@media screen and (max-width: 767px) {
  .p-privacy__box-ttl::before {
    width: 3px;
    height: 100%;
  }
}
.p-privacy__box-content {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-privacy__box-content {
    line-height: 1.65;
    font-size: 13px;
  }
}