@charset "utf-8";
/* CSS Document */

/* =================================================================
 * 
 *  terms-privacy
 * 
 * ================================================================= */

/* #
 * ====================== */

main {
  background-color: #b7e5f9;
}

.terms-privacy__section {
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  .terms-privacy__section {
    padding-top: 160px;
  }
}

.terms-privacy {
  max-width: 900px;
  margin-inline: auto;
}

.terms-privacy__title {
  font-size: var(--fontSize-m);
  margin-bottom: 20px;
  text-align: center;
}

.terms-privacy__discription {
  margin-bottom: 40px;
  width: fit-content;
  margin-inline: auto;
}

.terms-privacy__item {
  margin-bottom: 20px;
}

.terms-privacy__secondarytitle {
  font-size: var(--fontSize-s);
}

.terms-privacy__item ul {
  margin-left: 0.5em;
}

.terms-privacy__contact {
  margin-top: 20px;
}
