/* ----------------------------------------
 * PR Notice TART
  ---------------------------------------- */
.tpn {
  font-size: 14px !important;
  padding: .5em 0 !important;
}

.tpn label {
  cursor: pointer;
}

.tpn input[type=checkbox] {
  display: none;
}

.tpn input[type=checkbox] ~ span::before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: '\f078';
  width: 1em;
  margin-right: 1em;
}

.tpn input[type=checkbox]:checked ~ span::before {
  content: '\f077';
}

.tpn input[type=checkbox] ~ div {
  display: none;
  margin: 0 2em;
}

.tpn input[type=checkbox]:checked ~ div {
  display: block;
}

@media screen and (max-width: 480px) {
  .tpn {
    font-size: 12px !important;
  }
}
/* ----------------------------------------
 * PR Notice END
  ---------------------------------------- */
