.mainPost .topTxt01 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .mainPost .topTxt01 {
    width: 94%;
    margin: 0 auto 20px;
  }
}

.mainPost .privacyContent01 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mainPost .privacyContent01 {
    width: 94%;
    margin: 0 auto 20px;
  }
}

.mainPost .privacyContent01 h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .mainPost .privacyContent01 h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.mainPost .privacyContent01 ul {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .mainPost .privacyContent01 ul {
    margin-top: 5px;
  }
}

.mainPost .privacyContent01 ul li {
  font-size: 16px;
  font-family: Arial, Helvetica, "sans-serif";
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .mainPost .privacyContent01 ul li {
    font-size: 13px;
  }
}

.mainPost .privacyContent01 ul li:not(:last-child) {
  margin-bottom: 2px;
}

.mainPost .privacyContent01:last-of-type h5 {
  text-indent: -2em;
  padding-left: 2em;
}
