@charset "utf-8";

/*------------------------------------------------
privacy-policy
------------------------------------------------*/


.main-content {

}


@media print, screen and (min-width: 769px) {

}

.privacy-policy-text {}

.privacy-policy-list {
  margin: 50px 0;
}
.privacy-policy-item-title {
  font-size: 2rem;
  font-weight: bold;
  color: #2c4390;
}
.privacy-policy-item-text {
  margin-bottom: 50px;
  font-size: 1.6rem;
}

.details-list {
  margin-left: 1em;
}
.details-item {
  text-indent: -1em;
}

@media print, screen and (min-width: 769px) {

  .privacy-policy-list {
    margin: 50px 0 100px;
  }
  .privacy-policy-item-title {
    font-size: 2.8rem;
  }
  .privacy-policy-item-text {
    font-size: 1.8rem;
  }
  .details-list {
    margin-top: 25px;
  }
}
