@charset "UTF-8";

.terms {

  .Inner-Text {
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-size: 15px;
  }
  .Inner-Text.first {
    margin-top: 20px;
  }

  .Inner-Box {
    margin-top: 16px;
  }
  .Inner-Box-Headline {
    font-weight: bold;
    font-size: 1.6rem;  }


  .Inner-Box-List {
    margin: 20px 0 0 40px;
  }

  .Inner-Box-List-Item {
    margin-top: 10px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    list-style-type: decimal;
    font-size: 1.6rem;
  }

  .Inner-Box-List-Item-Ol {
    margin: 20px 0 0 40px;
  }
  .Inner-Box-List-Item-Ol-Item {
    margin-top: 10px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    list-style-type: decimal;
  }
  .Inner-Box-List-Item-Link {
    text-decoration: underline;
    display: inline-block;
    color: red;
  }
  .Inner-Box-Contact {
    margin-top: 36px;
  }
  .Inner-Box-Contact-Text {
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-size: 15px;
  }
  .Inner-Box-Contact-Text:nth-child(2) {
    margin-top: 16px;
  }
  .Inner-Box-Item {
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-size: 15px;
  }
}

