@charset "UTF-8";

/* privacy, terms
------------------------------------------- */

.l-privacy_cont {
  max-width: 880px;
  margin: auto;
}
.l-privacy_ttl .date {
  display: inline-block;
  margin-left: 40px;
  font-size: 18px;
  font-weight: normal;
}
.l-privacy_toc {
  margin-bottom: 40px;
}
.l-privacy_toc_list li {
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px solid #595656;
}
.l-privacy_article_wrap {
  max-height: 830px;
  overflow-y: auto;
  padding: 0 10px 0 0;
}
.l-privacy_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.l-privacy_group {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 40px;
}
.l-privacy .company-info p {
  font-size: 16px;
  font-weight: bold;
}
.l-privacy .ul_list {
  margin-left: 2em;
}
.l-privacy_clause_text .note {
  margin-top: 30px;
}
.l-privacy_article_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* ============================================
  @media max-767
============================================ */
@media only screen and (max-width: 767px) {

  .l-privacy_ttl {
    font-size: 20px;
  }
  .l-privacy_ttl .date {
    margin-left: 0px;
    font-size: 16px;
  }
  .l-privacy_article_wrap {
    max-height: 400px;
  }
  .l-privacy_group {
    margin-bottom: 30px;
  }
  .l-privacy .ul_list {
    margin-left: 1em;
  }
  .l-privacy_clause_text .note {
    margin-top: 20px;
  }
}
