/*
Theme Name: LP
Version: 1.0
*/
  .law-notice {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background-color: #f9f9f9;
    border-left: 6px solid #c0392b;
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.7;
    color: #333;
  }

  .law-notice h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #c0392b;
    border-bottom: 2px solid #c0392b;
    padding-bottom: 10px;
  }

  .law-notice dl {
    margin: 0;
  }

  .law-notice dt {
    font-weight: bold;
    margin-top: 20px;
    font-size: 16px;
    color: #2c3e50;
  }

  .law-notice dd {
    margin-left: 0;
    padding-left: 10px;
    border-left: 3px solid #e0e0e0;
  }
.privacy-policy {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background-color: #f4f8fb;
    border-left: 6px solid #2980b9;
    font-family: "Helvetica Neue", sans-serif;
    color: #2c3e50;
    line-height: 1.8;
  }

  .privacy-policy h2 {
    font-size: 28px;
    color: #2980b9;
    margin-bottom: 20px;
    border-bottom: 2px solid #2980b9;
    padding-bottom: 10px;
  }

  .privacy-policy h3 {
    font-size: 20px;
    margin-top: 30px;
    color: #2c3e50;
  }

  .privacy-policy p {
    margin-top: 10px;
  }
  .cancel-policy {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background-color: #fff8f6;
    border-left: 6px solid #e67e22;
    font-family: "Helvetica Neue", sans-serif;
    color: #2c3e50;
    line-height: 1.8;
  }

  .cancel-policy h2 {
    font-size: 28px;
    color: #e67e22;
    margin-bottom: 20px;
    border-bottom: 2px solid #e67e22;
    padding-bottom: 10px;
  }

  .cancel-policy h3 {
    font-size: 20px;
    margin-top: 30px;
    color: #2c3e50;
  }

  .cancel-policy p {
    margin-top: 10px;
  }

  .cancel-policy ul {
    margin-top: 10px;
    padding-left: 20px;
  }

  .cancel-policy ul li {
    list-style: disc;
  }