@charset "UTF-8";
.legal-notice {
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 80px;
  width: 100%;
  max-width: 1000px;
  background-color: white;
}
@media screen and (max-width: 540px) {
  .legal-notice {
    padding-top: 18px;
    padding-bottom: 0;
  }
}
.legal-notice .breadcrumbs {
  width: calc(100% - 112px);
}
@media screen and (max-width: 768px) {
  .legal-notice .breadcrumbs {
    width: 95%;
  }
}

.legal-notice__info {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 540px) {
  .legal-notice__info {
    padding-top: 30px;
  }
}

.legal-notice__title {
  font-size: clamp(1.25rem, 1.0054rem + 0.7246vw, 1.875rem);
  line-height: 37.8px;
  color: #191919;
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  margin-bottom: 64px;
}
@media screen and (max-width: 540px) {
  .legal-notice__title {
    line-height: 1;
    margin-bottom: 27px;
  }
}
.legal-notice__title span {
  border: 1px solid #1bc7de;
  width: 48px;
  height: 1px;
  display: block;
  background: #1bc7de;
  margin-top: clamp(1rem, 0.6576rem + 1.0145vw, 1.875rem);
}

.legal-notice__table {
  width: 100%;
  border-collapse: separate;
  line-height: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 540px) {
  .legal-notice__table {
    padding-top: 20px;
  }
}
.legal-notice__table td {
  padding: 8px;
  display: flex;
  align-items: center;
  padding: 16px 0 16px 8px;
}
.legal-notice__table td a {
  display: contents;
  color: #0066CC;
}
.legal-notice__table td a:hover {
  color: #0056B3;
  text-decoration: underline;
}
.legal-notice__table td a:visited {
  color: #6F42C1;
}
.legal-notice__table th,
.legal-notice__table td {
  text-align: left;
}

.legal-notice__highlight {
  background-color: #f2f2f2;
  max-height: 28px;
}

.legal-notice__payment-methods {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 8px; /* 内側に黒点を表示するためにパディングをリセット */
}
.legal-notice__payment-methods li {
  font-size: 16px; /* リスト項目のフォントサイズを変更 */
  line-height: normal;
  padding-left: 18px;
  text-indent: -18px;
}
.legal-notice__payment-methods li::marker {
  font-size: 0.8em; /* 黒点のサイズを変更 */
  color: #000; /* 黒点の色を変更 */
}
.legal-notice__payment-methods p {
  padding: 8px 0;
}

.terms-of-service {
  position: relative;
  color: #333;
  width: 100%;
}

.terms-of-service__container {
  background-color: #fff;
}

.terms-of-service__content {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.terms-of-service__intro {
  margin-bottom: 24px;
}

.terms-of-service__article-title {
  font-weight: bold;
  margin-bottom: 12px;
}

.terms-of-service__article {
  margin-bottom: 28px;
}

.terms-of-service__article-text {
  font-size: 15px;
  line-height: 1.6;
}

.terms-of-service__article-text--list {
  text-indent: -2em;
  padding-left: 2em;
}

.terms-of-service__article-text--list-pl {
  text-indent: -3em;
  padding-left: 3em;
}

@media (max-width: 600px) {
  .terms-of-service__article-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .terms-of-service__content,
  .terms-of-service__article-text {
    font-size: 14px;
  }
}/*# sourceMappingURL=style_legal-notice.css.map */