/* terms
-----------*/
.terms-header .terms-title {
  font-size: 30px;
  line-height: 50px;
  margin: 25px 0 60px;
  font-weight: 500;
}

.terms-article {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 300px;
}

@media screen and (max-width: 767px) {
  .terms-article {
    margin-top: 30px;
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .terms-article .container {
    padding: 0 30px;
  }
}

.terms-article .container .terms-inner {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 992px) {
  .terms-article .container .terms-inner {
    max-width: 100%;
    width: 100%;
  }
}

.terms-article .container .terms-inner section {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .terms-article .container .terms-inner section {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .terms-article .container .terms-inner p {
    margin-bottom: 0 !important;
  }
}

.terms-article .container .terms-inner img {
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 767px) {
  .terms-article .container .terms-inner .sp-mb-0 {
    margin-bottom: 0 !important;
  }
}

.terms-article .container .terms-inner .terms-border-title {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  color: #e992bd;
  text-align: left;
  font-size: 16px;
  color: #e992bd;
  border: solid 1px #e992bd;
  padding: 10px;
  margin-top: 23px;
  margin-bottom: 11.5px;
}

.terms-article .container .terms-inner .decimal {
  padding-left: 30px;
}

.terms-article .container .terms-inner .decimal li {
  list-style-type: decimal;
}
li span{
	text-decoration: underline;
}