/* 利用規約ページのスタイル */
/*.terms-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px;
  color: #333;
}*/
.terms-header {
  text-align: center;
  margin-bottom: 60px;
}
/*.terms-header h3 {
  font-size: 2.2em;
  color: var(--color-primary);
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}*/
.terms-section {
  margin-bottom: var(--margin-secondary);
}
#content .terms-section h4 {
  color: #333;
  margin-bottom: 2rem;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--color-primary);
  text-align: left;
}
/*.terms-section h5 {
  font-size: 1.2em;
  color: #333;
  margin: 30px 0 15px;
  font-weight: 700;
}*/
.terms-section ul {
  list-style: none;
  margin: 20px 0;
  padding-left: 20px;
}
.terms-section ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  line-height: 1.8;
  color: #666;
}
.terms-section ul li:before {
  content: "・";
  position: absolute;
  top: -0.2em;
  left: 0;
  color: var(--color-primary);
  font-size: 1.5em;
}
.terms-footer {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  text-align: right;
}

@media (max-width: 768px) {
  /*.terms-page {
    padding: 30px 15px;
  }*/
  /*.terms-header h3 {
        font-size: 2em;
    }*/

    /*.terms-section h4 {
        font-size: 1.6em;
    }*/

    /*.terms-section h5 {
        font-size: 1.3em;
    }*/
}