@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  mixin                                                     */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  mixin                                                     */
/*************************
変数設定
*************************/
.company-mv {
  background-color: #007BBB;
}

.terms {
  margin-top: 170px;
  margin-bottom: 185px;
}
@media screen and (max-width: 1200px) {
  .terms {
    margin-top: 115px;
  }
}
@media screen and (max-width: 750px) {
  .terms {
    margin-top: 60px;
  }
}
.terms__ttl {
  color: #007BBB;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.terms__ttl-l {
  color: #007BBB;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .terms__ttl-l {
    margin-top: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .terms__ttl-l {
    margin-top: 60px;
  }
}
.terms__exp {
  margin-bottom: 80px;
}
.terms__row {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .terms__row {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .terms__row {
    margin-bottom: 60px;
  }
}
.terms__txt-top {
  margin-bottom: 25px;
}/*# sourceMappingURL=page-terms.css.map */