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

.p-privacy-box {
  font-size: 13px;
  line-height: 2;
}

.p-privacy-box:not(:last-of-type) {
  margin-bottom: 29px;
}

.p-privacy-box h2 {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1px;
}

.p-privacy-box h2::before {
  content: "\0025a0";
  color: #00B0CD;
  margin-right: 3px;
}

.contact {
  line-height: 2;
}

.contact h3 {
  font-weight: normal;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.contact p {
  margin: 0;
  padding: 0;
}


@media screen and (max-width: 767px) {
  .p-privacy-box {
    font-size: 1em;
  }
}