/*=======================
  個人情報保護方針
==========================*/
/* ■■■■ */
/* 【privacy-policy】 */
/* ■■■■ */
.privacy-policy-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.privacy-policy-container {
  text-align: center;
}

.privacy-policy-wrapper {
  text-align: left;
  margin-top: 100px;
  padding: 0 50px;
}

.about-personal-information-handling-wrapper,
.about-personal-information-purpose-of-use-wrapper,
.about-contact-us-wrapper {
  margin: 100px auto 0 auto;
}

.about-personal-information-handling-wrapper-body,
.about-personal-information-purpose-of-use-wrapper-body,
.about-contact-us-wrapper-body {
  margin: 80px auto 0 auto;
  text-align: left;
  padding: 0 50px;
}

.about-personal-information-handling-wrapper-body li:not(:first-of-type) {
  margin-top: 40px;
}

.about-personal-information-purpose-of-use-wrapper {
  text-align: left;
}

.about-personal-information-purpose-of-use-wrapper .third-description-section {
  color: black;
}

.about-personal-information-purpose-of-use-wrapper .forth-description-section {
  padding-top: 40px;
}

.about-personal-information-purpose-of-use-wrapper
  .forth-description-title-wrapper-list {
  margin-left: 50px;
}

.about-personal-information-purpose-of-use-wrapper
  .forth-description-title-wrapper-list
  ul {
  margin: 40px 0;
}

.about-personal-information-purpose-of-use-wrapper
  .forth-description-title-wrapper-list
  ul
  li {
  margin-top: 10px;
}

.about-personal-information-purpose-of-use-wrapper
  .forth-description-title-wrapper-list
  > p {
  margin-top: 30px;
}

.about-contact-us-wrapper-body-sub-text {
  margin-top: 40px;
}

li p {
  word-break: break-all;
  overflow-wrap: break-word;
}

@media (max-width: 1024px) {
  .privacy-policy-section {
    padding-top: 50px;
  }

  .privacy-policy-wrapper,
  .about-personal-information-handling-wrapper,
  .about-personal-information-purpose-of-use-wrapper,
  .about-contact-us-wrapper {
    margin-top: 40px;
  }

  .third-description-section .third-description-container {
    margin-top: 50px;
  }

  .about-personal-information-handling-wrapper-body,
  .about-personal-information-purpose-of-use-wrapper-body,
  .about-contact-us-wrapper-body {
    margin: 50px auto 0 auto;
  }

  .privacy-policy-section {
    padding: 50px 0;
  }
}

@media (max-width: 468px) {
  .fs-25 {
    font-size: 1.5rem;
  }
}
