.u-scroll-showup {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.u-scroll-showup.is-show {
  opacity: 1;
  transform: translateY(0);
}

.p-terms {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
}
@media screen and (max-width: 909px) {
  .p-terms {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 910px) {
  .p-terms {
    padding-top: 50px;
  }
}
.p-terms h2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
@media screen and (min-width: 910px) {
  .p-terms h2 {
    margin-bottom: 19px;
    font-size: 13px;
    line-height: 19px;
  }
}
.p-terms h2 + p {
  margin-top: 18px;
}
@media screen and (min-width: 910px) {
  .p-terms h2 + p {
    margin-top: 19px;
  }
}
.p-terms p {
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
}
@media screen and (min-width: 910px) {
  .p-terms p {
    font-size: 12px;
    line-height: 19px;
  }
}
.p-terms p + p {
  margin-top: 18px;
}
@media screen and (min-width: 910px) {
  .p-terms p + p {
    margin-top: 19px;
  }
}
.p-terms p + h2 {
  margin-top: 36px;
}
@media screen and (min-width: 910px) {
  .p-terms p + h2 {
    margin-top: 38px;
  }
}
@media (hover: hover) {
  .p-terms a:hover {
    opacity: 0.5;
  }
}
@media (hover: none) {
  .p-terms a:active {
    opacity: 0.5;
  }
}
.p-terms dl {
  padding-top: 26px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 910px) {
  .p-terms dl {
    padding-top: 52px;
  }
}
.p-terms dl dt {
  width: 100%;
  height: 20px;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  background-color: #d9e2de;
}
.p-terms dl dd {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 910px) {
  .p-terms dl dd {
    padding-left: 12px;
    padding-left: 12px;
  }
}