.footer {
  color: #717171;
  text-align: center;
}
.footer .inner {
  padding-bottom: 24px;
}
.footer .footer-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}
.footer .footer-links .footer-link {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer .footer-links .footer-link {
    font-size: 13px;
  }
}
.footer .footer-links .footer-link + .footer-link {
  position: relative;
  padding-left: 16px;
}
.footer .footer-links .footer-link + .footer-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 17px;
  background-color: #717171;
  transform: translateY(-50%);
}
.footer .footer-links .footer-link:hover {
  color: #f48c06;
}
.footer .footer-attention {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .footer .footer-attention {
    font-size: 11px;
  }
}
.footer .footer-contact {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer-contact {
    font-size: 11px;
  }
}
.footer .footer-company {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer-company {
    font-size: 11px;
  }
}
