@charset "UTF-8";

.privacy-policy__contents {
  background-image: url(../img/privacy-policy_bg.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 144px 0;
}

.privacy-policy__inner {
  max-width: 1300px;
  padding: 0 16px;
  margin-inline: auto;
}

.privacy-policy__title {
  font-size: clamp(20px,4.4vw,64px);
  font-weight: 500;
  text-align: center;
}

.privacy-policy__sub-title {
  font-size: clamp(16px,2.2vw,32px);
  font-weight: bold;
  text-align: center;
}

.privacy-policy__text-wrapper {
  margin-top: 160px;
}

.privacy-policy__first_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.privacy-policy__head {
  margin-top: 40px;
  font-size: clamp(18px,1.7vw,24px);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}

.privacy-policy__head::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 28px;
  background-color: var(--black-color);
}

.privacy-policy__list {
  list-style:decimal;
  margin: 24px 0;
}

@media screen and (max-width: 960px) {
  .privacy-policy__list__outer {
    padding-left: 24px;
  }  
}

@media screen and (max-width: 500px) {
  .privacy-policy__list__outer {
    padding-left: 16px;
  }  
}

.privacy-policy__list__outer li:not(:first-child) {
  margin-top: 16px;
}

.privacy-policy__text {
  line-height: 160%;
  font-weight: 500;
  font-size: 16px;
}

.privacy-policy__list__inner {
  margin-top: 16px;
}

@media screen and (max-width: 960px) {
  .privacy-policy__list__inner {
    padding-left: 24px;
  }  
}

@media screen and (max-width: 500px) {
  .privacy-policy__list__inner {
    padding-left: 16px;
  }  
}

.privacy-policy__list__inner li:not(:first-child) {
  margin-top: 8px;
}

.privacy-policy_address-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}