@charset "utf-8";

/* privacy */
.privacy {
  padding: 1rem;
}
@media only screen and (min-width: 720px) {
  .privacy {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .privacy {
    padding: 2rem;
    width: 960px;
  }
}
.privacy footer {
  padding: 1.5rem 0 1rem;
}
@media only screen and (min-width: 720px) {
  .privacy footer {
    position: relative;
  }
}
.privacy__text {
  margin: 2.5rem 0 1.5rem;
}
@media only screen and (min-width: 720px) {
  .privacy__text {
    margin: 2.5rem 0;
  }
}
.privacy__text.-r {
  text-align: right;
}
.privacy__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) {
  .privacy__title {
    margin: 2.5rem 0;
  }
}
.privacy__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;
}

.privacy__item {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .privacy__item {
    margin-bottom: 2rem;
  }
}
.privacy__item__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  padding: .5rem 0;
}
@media only screen and (min-width: 1024px) {
  .privacy__item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
.privacy__item__text {
  color: #322341;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .privacy__item__text {
    font-size: 14px;
    line-height: 24px;
  }
}
.privacy__item__text span {
  font-size: 18px;
  line-height: 28px;
  margin-right: .5rem;
}
.privacy__item__list {
  list-style-position: inside; 
  list-style-type: decimal;
}
.privacy__item__list li {
  margin-bottom: 1rem;
}
.privacy__item__list2 {
  list-style: none;
  margin: 1rem 0;
  padding-left: 1em;
}
.privacy__item__list2 li {
  font-weight: 700;
  margin-bottom: 1rem;
}
.privacy__item__list3 {
  list-style: none;
  margin: .5rem 0;
  padding-left: 2em;
}
.privacy__item__list3 li {
  font-weight: 500;
  margin-bottom: 0;
}
.privacy__item h4 {
  font-weight: 700;
  margin-top: 1rem;
}
.privacy__item a {
  text-decoration: underline;
}