@charset "UTF-8";


/* ===============================
======
   利用規約ページ
======================================== */

.terms-box__wrapper {
  background-color: #F8FCFD;
  padding-bottom: 56px;
}

.terms-box {
  margin: 0 auto;
  width: 100%;
  padding: 56px 0 0;
  max-width: 980px;
}

.terms-box .inner {
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 60px 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

  
  .page-title {
    font-size: 32px;
    font-weight: 700;
    color: #1375C4;
    margin-bottom: 56px;
  }
  
  .page-body {
    line-height: 1.8;
    color: #333;
  }
  
  .terms-intro {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
  }
  
  .terms-section {
    margin-bottom: 40px;
  }
  
  .terms-section h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
  }
  
  .terms-section p {
    font-size: 16px;
  }
  
  .terms-main-list {
    margin-left: 0;
    padding-left: 0;
    counter-reset: item;
    list-style: none;
  }
  .terms-main-list-mbNone {
    margin-bottom: 0;
  }
  
  .terms-main-list li {
    font-size: 16px;
    counter-increment: item;
    position: relative;
    padding-left: 30px;
  }
  
  .terms-main-list li::before {
    content: "(" counter(item) ")";
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 15px;
  }
  
  .terms-sub-list {
    padding-left: 40px;
    margin: 0;
  }

  
  .terms-sub-list li {
    font-size: 16px;
    padding-left: 0;
  }

  .terms-sub-list li::before {
    content: none;
  }

  
  .terms-footer {
  }
  
  .terms-footer p {
    font-size: 15px;
    font-weight: 500;
  }

  .terms-table , .terms-td {
    border: 1px solid #595959;
    border-collapse: collapse;
  }

  .terms-td {
    padding: 10px;
  }

  .column-type {
    width: 40%;
}

  .column-commission {
      width: 40%;
  }

  .column-bearer {
      width: 20%;
  }
  

  @media (max-width: 768px) {
    .terms-box__wrapper {
      background-color: #fff;
      padding: 16px 16px;
    }

    .terms-box {
      padding: 0 0 0;
    }
    .terms-box .inner {
      padding: 0 0 30px;
      box-shadow: none;
    }
      
  .page-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  
  .terms-intro {
    font-size: 14px;
    margin-bottom: 24px;
  }
  
  .terms-section h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .terms-section p,
  .terms-main-list li {
    font-size: 14px;
  }


  .terms-sub-list li {
    font-size: 14px;
  }

  .terms-footer {
    margin-top: 40px;
    padding-top: 20px;
  }
  
  .terms-footer p {
    font-size: 12px;
  }
  
  }