.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.footer-legal a {
  color: inherit;
  text-underline-offset: 3px;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #4f988d;
}

.footer-legal span {
  opacity: 0.42;
}

@media (max-width: 420px) {
  .footer-legal {
    flex-direction: column;
    gap: 7px;
    margin-bottom: 14px;
  }

  .footer-legal span {
    display: none;
  }
}
