@charset "utf-8";

/* terms */
.terms__nav {
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5rem 0;
}
.terms__nav__item {
  color: #7500ee;
  display: inline-block;
  font-size: 14px;
  line-height: 24px; 
  margin: .5rem;
}
@media only screen and (min-width: 1024px) {
  .terms__nav__item {
    margin: .5rem 1rem;
  }
  .terms__nav__item:hover {
    text-decoration: underline;
  }
}
.terms__nav__item.-current {
  color: #322341;
}
.terms__nav__item.-current:hover {
  cursor: default;
  text-decoration: none;
}

.terms {
  padding: 1rem;
}
@media only screen and (min-width: 720px) {
  .terms {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .terms {
    padding: 2rem;
    width: 960px;
  }
}
.terms footer {
  padding: 1.5rem 0 1rem;
}
@media only screen and (min-width: 720px) {
  .terms footer {
    position: relative;
  }
}
.terms__title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin: 2.5rem 0 1.5rem;
}
@media only screen and (min-width: 720px) {
  .terms__title {
    margin: 2.5rem 0;
  }
}
.terms__title::after {
  background: -webkit-linear-gradient(left, #7500ee, #e4006f);
  background: linear-gradient(to right, #7500ee, #e4006f);
  content: '';
  display: block;
  margin-top: .5rem;
  width: 100%;
  height: 4px;
}
.terms__title2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin: 2.5rem 0 1.5rem;
}
@media only screen and (min-width: 720px) {
  .terms__title2 {
    margin: 2.5rem 0;
  }
}

.terms__item {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .terms__item {
    margin-bottom: 2rem;
  }
}
.terms__item__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  padding: .5rem 0;
}
@media only screen and (min-width: 1024px) {
  .terms__item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
.terms__item__text {
  color: #322341;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .terms__item__text {
    line-height: 24px;
  }
}
.terms__item__text span {
  font-size: 18px;
  line-height: 28px;
  margin-right: .5rem;
}
.terms__item__list li {
  list-style-position: inside; 
  list-style-type: decimal;
  margin-bottom: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}
.terms__item__list li:last-child {
  margin-bottom: 0;
}
.terms__item__list2 {
  margin: .5rem 0;
  padding-left: 1em;
}
.terms__item__list2 li {
  list-style-type: disc;
  font-weight: 700;
  margin-bottom: .25rem;
}
.terms__item__list3 {
  margin: .5rem 0;
  padding-left: 1em;
}
.terms__item__list3 li {
  list-style: none;
  font-weight: 700;
  margin-bottom: .5rem;
  padding-left: 0;
  text-indent: 0;
}
.terms__item__list4 {
  padding-left: 1em;
}
.terms__item__list4 li {
  list-style: none;
  font-weight: 500;
  margin-bottom: .25rem;
}
.terms__item__list5 {
  padding-left: 1em;
}
.terms__item__list5 li {
  list-style-position: inside;
  list-style-type: decimal;
  font-weight: 500;
  margin-bottom: .25rem;
}
.terms__item__list6 li {
  list-style-position: inside; 
  list-style-type: decimal;
  margin-bottom: 1rem;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 700;
}
.terms__item__note {
  color: #9d97a3;
  display: block;
  font-weight: 500;
}
.terms__item h4 {
  font-weight: 700;
}
.terms__item a {
  text-decoration: underline;
}
