/* terms.css: 利用規約ページ */

.terms-body{
  margin: 0;
  background: #fff;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
}

.terms-body :where(*, *::before, *::after){
  box-sizing: border-box;
}

.terms-main{
  background: #fff;
}

.terms-hero{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CCE7FC;
}

.terms-hero__title{
  margin: 0;
  color: #24287E;
  font-size: 33px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.terms-content-area{
  background: #fff;
  padding: 0 0 120px;
}

.terms-wrap{
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: 0 16px;
}

.terms-breadcrumb{
  margin: 0;
  padding: 10px 0 52px;
  font-size: 10px;
  color: #2f2f2f;
  line-height: 1.4;
}

.terms-breadcrumb a{
  color: inherit;
  text-decoration: none;
}

.terms-breadcrumb .sep{
  margin: 0 6px;
}

.terms-article{
  width: min(100%, 900px);
  margin: 0 auto;
}

.terms-article__title{
  margin: 0 0 24px;
  color: #1f1f1f;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.terms-article__lead{
  margin: 0 0 22px;
  color: #1f1f1f;
  font-size: 24px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.terms-article p{
  margin: 0;
  color: #222;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
}

.terms-section{
  margin-top: 26px;
}

.terms-section__title{
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #bcbcbc;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

.terms-section p + p{
  margin-top: 8px;
}

.terms-note{
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px){
  .terms-hero{
    min-height: 138px;
  }

  .terms-hero__title{
    font-size: 30px;
  }

  .terms-content-area{
    padding-bottom: 72px;
  }

  .terms-breadcrumb{
    padding: 10px 0 28px;
  }

  .terms-article{
    width: 100%;
  }

  .terms-article__lead{
    font-size: 18px;
    margin-bottom: 16px;
  }

  .terms-article__title{
    font-size: 24px;
    margin-bottom: 18px;
  }

  .terms-article p{
    font-size: 13px;
    line-height: 1.8;
  }

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

  .terms-section__title{
    font-size: 18px;
    margin-bottom: 10px;
  }
}
