.pp-footer {
  background: #f1f1f1;
}
.pp-footer .pp-footer-container {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
}
.pp-footer .pp-footer-column {
  display: flex;
  gap: 20px;
  padding: 15px 30px 30px;
}
.pp-footer .pp-footer-menu {
  display: block;
  width: 50%;
}
.pp-footer .pp-footer-menu .title {
  font-weight: 700;
  padding: 8px 10px 7px;
  line-height: 20px;
  color: #333333;
  border: 1px solid #999999;
}
.pp-footer .pp-footer-menu .list {
  margin-bottom: 0;
}
.pp-footer .pp-footer-menu .list li {
  margin-bottom: 0;
  list-style: none;
}
.pp-footer .pp-footer-menu .list a {
  display: block;
  padding: 9px 10px 8px;
  line-height: 20px;
  color: #333333;
  text-decoration: none;
}
.pp-footer-copy {
  line-height: 20px;
  color: #A7A7A7;
  background-color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
@media screen and (max-width: 960px) {
  .pp-footer .pp-footer-column {
    display: block;
    padding: 10px 15px 15px;
  }
  .pp-footer .pp-footer-menu {
    width: 100%;
  }
}

#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  border: 2px solid #D60D24;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 25px;
  background-color: #ffffff;
  color: #D60D24;
}

.links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.links a {
    color: #A7A7A7;
    border-right: 1px solid #A7A7A7;
    padding: 0 10px;
    text-decoration: none;
}

.links a:first-child {
    border-left: 1px solid #A7A7A7;
}

.photo-print-footer {
    background: #f1f1f1;
    padding: 10px 0;
}

.copyright {
    text-align: center;
}

.container {
    margin-bottom: 40px;
}
.copyright p {
    color: #A7A7A7;
}

#wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    -webkit-appearance: none;
}
#wrap::-webkit-scrollbar {
    display: none;
}

footer {
    margin-top: auto;
}
