
.tokuten_howto {
  display: block;
  margin: 24px auto 16px;
  width: 90%;
  border-top: 2px #fff dotted;
  border-bottom: 2px #fff dotted;
  padding: 22px 0 30px;
}
.tokuten_howto p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.tokuten_howto a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
  display: block;
  margin-top: 8px;
}
.u_sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .tokuten_howto p {
    font-size: 15px !important;
  }
  .tokuten_howto {
    padding: 18px 0 27px;
  }
  .u_sp-only {
    display: block;
  }
}
