@charset "UTF-8";
/* color
-----------------------------------------------------------------*/
/* transition
-----------------------------------------------------------------*/
/* shadow
-----------------------------------------------------------------*/
/* border
-----------------------------------------------------------------*/
/* フォント（サイズ可変）
-----------------------------------------------------------------*/
/* フォント（サイズ固定）
-----------------------------------------------------------------*/
/* @media
-----------------------------------------------------------------*/
/*=================================================================
  mv
=================================================================*/
.mv {
  background-image: url("../img/terms/mv_terms.png");
}
@media screen and (max-width: 960px) {
  .mv {
    background-image: url("../img/terms/mv_terms_sp.png");
  }
}

/*=================================================================
  terms
=================================================================*/
.title {text-align: center;}
.terms {
  font-size: calc(13px + (15 - 13) / (1440 - 320) * (100vw - 320px));
  min-height: 0vw;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 1440px) {
  .terms {
    font-size: 15px;
  }
}
.terms .level-1 {
  margin-bottom: 1em;
  font-size: calc(16px + (20 - 16) / (1440 - 320) * (100vw - 320px));
  min-height: 0vw;
  font-weight: bold;
}
@media screen and (min-width: 1440px) {
  .terms .level-1 {
    font-size: 20px;
  }
}
.terms .level-1:not(:first-of-type) {
  margin-top: 2em;
}
.terms .level-2 {
  font-size: calc(14px + (18 - 14) / (1440 - 320) * (100vw - 320px));
  min-height: 0vw;
  font-weight: bold;
}
@media screen and (min-width: 1440px) {
  .terms .level-2 {
    font-size: 18px;
  }
}
.terms li {
  line-height: 1.8;
  letter-spacing: .05em;
}
.terms ol.gou {
  margin-left: 1.5em;
}
.terms ol.gou li {
  position: relative;
  list-style-type: none;
  counter-increment: cnt;
}
.terms ol.gou li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -3em;
  width: 2em;
  text-align: right;
}
