@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sp--on {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp--on {
    display: block;
  }
}

.mb0 {
  margin-bottom: 0;
  margin-top: 1em;
}

.kome {
  text-indent: -2em;
  padding-left: 2em;
  margin-bottom: 0;
}

.table__style-e tr td {
  text-align: left;
}
.table__style-e tr:last-child td:first-child {
  padding-left: 1em;
}/*# sourceMappingURL=privacy.css.map */