.p-sitepolicy-block > p:not(:first-child) {
  margin-top: 1.8em;
}

.p-sitepolicy-hl {
  display: flex;
}
.p-sitepolicy-hl i {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-weight: 400;
  color: #0071bc;
  line-height: 1.4;
  margin-right: 0.4em;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .p-sitepolicy-hl i {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-sitepolicy-hl i {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-sitepolicy-hl i {
    font-size: 28px;
  }
}

.p-sitepolicy-list > li:not(:first-child) {
  margin-top: 1.3em;
}