/* ---------------------- In-footer[footer] ---------------------- */
.In-footer {
  text-align: center;
  padding: 0.4rem;
}

.In-footer p {
  line-height: 0.6rem;
}

.In-footer p.footer_p > a::after {
  content: "|";
  margin: 0 0.2rem;
}

.In-footer p.footer_p > a:last-child::after {
  content: "";
  margin: initial;
  font-size: 0.2857rem;
  color: #999999;
}
