.pagehead__title {
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  .pagehead__title {
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 400px) {
  .pagehead__title {
    font-size: 36px;
  }
}

.privacy {
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .privacy {
    padding: 15.625vw 40px;
  }
}
@media screen and (max-width: 400px) {
  .privacy {
    padding: 60px 24px;
  }
}
.privacy__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.8;
}
.privacy__section-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 2.5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .privacy__section-title {
    font-size: max(6.5104166667vw, 30px);
  }
}
@media screen and (max-width: 400px) {
  .privacy__section-title {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
.privacy__section h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .privacy__section h3 {
    font-size: max(4.1666666667vw, 22px);
  }
}
@media screen and (max-width: 400px) {
  .privacy__section h3 {
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 0;
  }
}
.privacy__section h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 400px) {
  .privacy__section h4 {
    margin-bottom: 10px;
  }
}
.privacy__section h5 {
  font-weight: 400;
  margin-top: 20px;
}
.privacy__section a {
  display: inline;
  color: #1B2A33;
  text-decoration: underline;
}
.privacy__section a:hover {
  color: #1692F5;
}
.privacy__section.social-media {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 400px) {
  .privacy__section.social-media {
    row-gap: 40px;
  }
}
.privacy__section.social-media h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .privacy__section.social-media h2 {
    font-size: max(4.1666666667vw, 22px);
  }
}
@media screen and (max-width: 400px) {
  .privacy__section.social-media h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.privacy__section.social-media h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.privacy__contact {
  border: solid 1px #C3C3C3;
  padding: 32px 40px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .privacy__contact {
    padding: 24px;
  }
}
@media screen and (max-width: 400px) {
  .privacy__contact {
    padding: 16px 20px;
  }
}
.privacy__contact span {
  font-weight: 700;
}
.privacy__contact a {
  display: inline;
  color: #1B2A33;
  text-decoration: underline;
}
.privacy__contact a:hover {
  color: #1692F5;
}
.privacy__date {
  text-align: right;
  margin: 40px 0 120px;
}
@media screen and (max-width: 768px) {
  .privacy__date {
    margin-bottom: 15.625vw;
  }
}
@media screen and (max-width: 400px) {
  .privacy__date {
    margin-bottom: 60px;
  }
}
.privacy__right {
  text-align: right;
  margin-bottom: 40px;
}

.terms__table {
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 400px) {
  .terms__table {
    margin: 20px 0;
  }
}
.terms__table th, .terms__table td {
  padding: 24px 16px;
  font-size: 15px;
}
@media screen and (max-width: 400px) {
  .terms__table th, .terms__table td {
    padding: 20px 12px;
    font-size: 13.5px;
  }
}
.terms__table th {
  background-color: #8A9CAC;
  font-weight: 400;
  color: #fff;
}
.terms__table th:nth-child(1) {
  width: 25%;
}
@media screen and (max-width: 400px) {
  .terms__table th:nth-child(1) {
    width: 35%;
  }
}
.terms__table th:nth-child(2) {
  width: 45%;
}
@media screen and (max-width: 400px) {
  .terms__table th:nth-child(2) {
    width: 39%;
  }
}
.terms__table th:nth-child(3) {
  width: 30%;
}
@media screen and (max-width: 400px) {
  .terms__table th:nth-child(3) {
    width: 26%;
  }
}
.terms__table td {
  background-color: #E6EBF0;
  font-weight: 400;
  vertical-align: top;
  word-break: break-all;
}
.terms__table td ul li {
  list-style: disc;
  margin-left: 24px;
}
@media screen and (max-width: 400px) {
  .terms__table td ul li {
    margin-left: 18px;
  }
}
.terms__link {
  color: #1B2A33;
  text-decoration: underline;
  word-break: break-all;
  display: inline;
}
.terms__link:hover {
  color: #1692F5;
}

.gap-60 {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 400px) {
  .gap-60 {
    row-gap: 30px;
  }
}

.gap-40 {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 400px) {
  .gap-40 {
    row-gap: 20px;
  }
}

.gap-30 {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 400px) {
  .gap-30 {
    row-gap: 20px;
  }
}

.gap-20 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.padding-40 {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .padding-40 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 400px) {
  .padding-40 {
    padding: 0;
  }
}

.indent-32 {
  text-indent: -32px;
  padding-left: 32px;
}

.indent-20 {
  text-indent: -20px;
  padding-left: 20px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .margin-bottom-120 {
    margin-bottom: 15.625vw;
  }
}
@media screen and (max-width: 400px) {
  .margin-bottom-120 {
    margin-bottom: 60px;
  }
}/*# sourceMappingURL=privacy.css.map */