* {
  box-sizing: border-box;
}
main .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main .container {
    width: 100%;
    padding: 0 16px;
  }
}
.terms-page {
  background: #fff;
  color: #374151;
}
.terms-page li {
  list-style: disc;
}
.terms-page .banner {
  padding: 84px 0;
  text-align: center;
  background: #ffffff url('../img/search/bg.webp') top center / 100% auto no-repeat;
}
@media (max-width: 768px) {
  .terms-page .banner {
    padding: 60px 0;
  }
}
.terms-page .banner-title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.35;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .terms-page .banner-title {
    font-size: 32px;
  }
}
.terms-page .banner-date {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: #414141;
}
@media (max-width: 768px) {
  .terms-page .banner-date {
    font-size: 14px;
  }
}
.terms-page .content {
  padding: 48px 0 150px;
}
@media (max-width: 768px) {
  .terms-page .content {
    padding: 32px 0 56px;
  }
}
.terms-page .content-body {
  max-width: 1000px;
  margin: 0 auto;
}
.terms-page .content-lead {
  margin: 0 0 80px;
  font-size: 16px;
  line-height: 1.85;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .terms-page .content-lead {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.75;
  }
}
.terms-page .content-block:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .terms-page .content-block:not(:last-child) {
    margin-bottom: 35px;
  }
}
.terms-page .content-block_title {
  margin: 0 0 23px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 13px;
}
@media (max-width: 768px) {
  .terms-page .content-block_title {
    margin-bottom: 12px;
    font-size: 22px;
  }
}
.terms-page .content-block p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.85;
}
.terms-page .content-block ul {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.85;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .terms-page .content-block p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.75;
  }
  .terms-page .content-block ul {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.75;
  }
}
.terms-page .content-block p:last-child {
  margin-bottom: 0;
}
.terms-page .content-link {
  color: #2563EB;
}
.terms-page .content-link:hover {
  text-decoration: underline;
}
.terms-page .content-meta strong {
  font-weight: 700;
}
.terms-page .content-list {
  margin: 0 0 10px;
  padding-left: 1.4em;
  font-size: 16px;
  line-height: 1.85;
}
@media (max-width: 768px) {
  .terms-page .content-list {
    font-size: 14px;
    line-height: 1.75;
  }
}
.terms-page .content-list li + li {
  margin-top: 6px;
}
.terms-page .content-note {
  color: #6B7280;
}
