/* 2/12ã€€è¿½åŠ åˆ† */

/*
----------
law
----------
*/

.law-container {
    padding-top: 140px;
  }
  
  .law-h2 {
    padding-bottom: 30px;
  }
  
  .law-h3 {
    padding-bottom: 10px;
    font-size: 20px;
  }
  
  .law-dl {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
  }
  
  .law-dl .law-dl__box:not(:last-child) {
    border-bottom: 1px solid #333;
  }
  
  .law-dl__box {
    padding: 15px 0;
  }
  
  .flex {
    display: flex;
  }
  
  .law-dt {
    width: 436px;
  }
  
  .law-dd {
    width: 654px;
  }
  
  .law-dd__inner {
    padding-bottom: 10px;
  }
  
  .law-footer {
    padding: 64px 0 16px;
  }
  
  .jusyfy {
    justify-content: space-between;
  }
  
  .law-footer__ul li:not(:last-child) {
    margin-right: 40px;
  }
  
  .law-logo {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .sp-block {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .law-h2 {
      font-size: 24px;
    }
  
    .law-container {
      padding-top: 100px;
    }
    .sp-block {
      display: block;
    }
  
    .law-dt {
      width: 100%;
      padding-bottom: 5px;
    }
  
    .law-dd {
      width: 100%;
    }
  
    .law-footer {
      padding: 40px 15px 15px;
    }
  
    .sp-copy {
      padding-top: 10px;
    }
  }
  
  /*
  ----------
  faq
  ----------
  */
  
  .sub-page_bgc {
    background-color: #fce021;
  }
  
  .faq-container {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
  }
  
  .faq-title {
    margin-bottom: 3rem;
  }
  
  .faq-dl {
    padding: 20px 0;
  }
  
  .law-container .faq-dl:not(:last-child) {
    border-bottom: 1px solid #555;
  }
  
  .faq-dt {
    margin-bottom: 24px;
    position: relative;
    padding-left: 48px;
  }
  
  .faq-dt::before {
    font-size: 1rem;
    content: "Q";
    position: absolute;
    top: -6px;
    left: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 3px;
    background: #1168b6;
    border-radius: 50px;
    color: #fff;
  }
  
  .faq-dd {
    position: relative;
    padding-left: 48px;
  }
  
  .faq-dd::before {
    font-weight: 700;
    font-size: 1rem;
    content: "A";
    position: absolute;
    top: -6px;
    left: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 3px;
    background: #d80d18;
    border-radius: 50px;
    color: #fff;
  }
  
  @media screen and (max-width: 767px) {
    .faq-title {
      margin-bottom: 1.5rem;
    }
  
    .faq-dt {
      padding-left: 32px;
      margin-bottom: 20px;
    }
  
    .faq-dd {
      padding-left: 32px;
    }
  
    .faq-dt::before {
      font-size: 0.75rem;
      top: -3px;
      width: 24px;
      height: 24px;
      padding-top: 3px;
    }
  
    .faq-dd::before {
      font-size: 0.75rem;
      top: -3px;
      width: 24px;
      height: 24px;
      padding-top: 3px;
    }
  }
  