.c-terms__container{
  width:1200px;
  margin:0 auto;
  padding:8.8rem 0 3rem;
}

/* Head */
.c-terms__head{
  padding-bottom: 5.6rem;
  border-bottom: solid 1px #D8D8D8;
}
.c-terms .headLine01 {
  margin-top: 7rem;
  margin-bottom:10px;
}

.c-terms__text {
  margin-top: 7rem;
  line-height:2.4 !important;
  font-size:1.8rem;
}

/* Section */
.c-terms__section {
  margin-top: 7rem;
}

.c-terms__body p {
  line-height:2.4 !important;
  font-size:1.8rem;
  color:#222;
  margin-top: 3rem;
}

.c-terms__text--p1 {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 3rem;
}

.c-terms__text--p2 {
  display: block;
  font-size: 1.8rem;
  line-height: 2.4;
  font-weight: 400;
  margin-top: 2.5rem;
}

.c-terms__body--list {
  list-style: none;
  padding-left: 1.6em;
  margin: 10px 0;
}

.c-terms__body--list > li {
  position: relative;
  line-height: 2.4;
  font-size: 1.8rem;
}

.c-terms__body--list > li::before {
  content: "・";
  position: absolute;
  left: -1.6em;
  top: 0;
  color: #8CA4B0;
  font-weight: 700;
}

.c-terms__list {
  counter-reset:num;
  list-style:none;
  padding-left:1.6em;
  margin:10px 0;
}
.c-terms__list > li {
  position:relative;
  margin:3px 0;
  line-height:2.4;
  font-size:1.8rem;
}
.c-terms__list > li::before {
  counter-increment:num;
  content: counter(num) ".";
  position:absolute;
  left:-1.6em;
  top:0;
  color:#000;
  font-weight:400;
}

/* Sign block（右下寄せ） */
.c-terms__sign {
  margin-top:7.6rem;
  text-align:right;
  font-size:1.8rem;
}
.c-terms__date {
  margin:0 0 6px;
  line-height: 1.8 !important;
}
.c-terms__corp{
  margin:0 0 6px;
  line-height: 1.8 !important;
}
.c-terms__rep {
  margin:0;
  line-height: 1.8 !important;
}

@media (max-width:1200px){
  .c-terms__container {
    width:92%;
  }
}
@media (max-width:896px){
  .c-terms{
    padding-top: 0;
  }
  .c-terms .headLine01 .en {
    font-size:5rem;
  }
  .c-terms__title {
    font-size:18px;
  }
  .c-terms__label {
    font-size:12px;
  }

  .c-terms__body p {
    line-height:2.2;
    font-size:1.6rem;
    margin-bottom: 3rem;
  }

  .c-terms__text--p1 {
    font-size:1.6rem;
    margin-bottom: 2rem;
    line-height: 2.2;
  }

  .c-terms__text--p2 {
    font-size: 1.6rem;
    line-height: 2.2;
    margin-bottom: 2rem;
  }

  .c-terms__list > li {
    line-height:2.2;
    font-size:1.6rem;
    margin-bottom: 3rem;
  }

  .c-terms__body--list > li::before {
    left: -1.2em;
    top: 0;
  }

  .c-terms__body--list > li {
    line-height: 2.2;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
