.bestapp-legal-footer.bestapp-legal-footer {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 24px 12px 20px;
  border: 0;
  border-top: 1px solid #e5e7eb;
  background: #fff !important;
  color: #475569 !important;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", system-ui, -apple-system, sans-serif;
  text-align: center;
}

.bestapp-legal-footer .footer-in,
.bestapp-legal-footer .footer-bottom,
.bestapp-legal-footer .footer-bottom-content {
  box-sizing: border-box;
  float: none;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

.bestapp-legal-footer__nav {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 6px clamp(8px, 3vw, 20px);
  width: 100%;
  max-width: 720px;
  margin: 0 auto 14px;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.bestapp-legal-footer__nav a {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #334155 !important;
  font-size: clamp(9px, 2.7vw, 12px) !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
  box-shadow: none !important;
  white-space: nowrap;
}

.bestapp-business-registration {
  box-sizing: border-box;
  display: grid;
  gap: 2px;
  width: 100%;
  max-width: 620px;
  margin: 0 auto 10px;
  padding: 0 4px;
  color: #64748b;
  font-size: clamp(9px, 2.35vw, 11px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  text-align: center;
}

.bestapp-business-registration__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 0.55em;
  max-width: 100%;
}

.bestapp-business-registration__label,
.bestapp-business-registration__number {
  white-space: nowrap;
}

.bestapp-legal-footer .site-footer__note {
  display: none !important;
}

.bestapp-legal-footer .site-footer__brand,
.bestapp-legal-footer .footer-bottom-logo,
.bestapp-legal-footer #footer-in > .logo {
  margin: 0 auto 14px;
  color: #334155 !important;
}

.bestapp-legal-footer .site-footer__copy,
.bestapp-legal-footer .lp-copyright,
.bestapp-legal-footer .copyright {
  float: none;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  color: #94a3b8 !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  text-align: center;
}

@media (max-width: 359px) {
  .bestapp-legal-footer.bestapp-legal-footer {
    padding-inline: 8px;
  }

  .bestapp-legal-footer__nav {
    gap: 6px;
  }

  .bestapp-legal-footer__nav a,
  .bestapp-business-registration {
    font-size: 9px !important;
  }
}
