/* CSS Document */
.contents h2::after {
  position: absolute;
  top: 55px;
  bottom: 0;
  left: -26px;
  right: 0;
  margin: auto;
  content: "privacy policy";
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 5px;
  color: #f08300;
}
@media all and (max-width: 414px) {
  .contents h2 {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}