.shj-site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.shj-site-nav a {
  border-radius: 999px;
  border: 1px solid rgba(109, 74, 54, .14);
  background: rgba(255, 255, 255, .78);
  color: #6d4a36;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: .18s ease;
}

.shj-site-nav a:hover {
  background: #faf6f0;
  border-color: #dfcfbf;
}

.shj-site-nav a.active {
  background: #6d4a36;
  border-color: #6d4a36;
  color: #fff;
  box-shadow: 0 8px 20px rgba(109, 74, 54, .16);
}

.shj-site-footer {
  margin-top: 30px;
  border-top: 1px solid rgba(109, 74, 54, .10);
  background: rgba(250, 247, 242, .92);
}

.shj-site-footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 24px 20px 30px;
}

.shj-site-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
  flex-wrap: wrap;
}

.shj-site-footer-brand {
  max-width: 520px;
}

.shj-site-footer-title {
  color: #6d4a36;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.shj-site-footer-sub,
.shj-site-footer-note {
  color: #7c6c5f;
  font-size: 13px;
  line-height: 1.85;
  margin-top: 8px;
}

.shj-site-footer-email {
  margin-top: 10px;
  font-size: 14px;
  color: #5b4a3e;
}

.shj-site-footer-email a {
  color: #1f4a68;
  font-weight: 800;
  text-decoration: none;
}

.shj-site-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
  max-width: 520px;
}

.shj-site-footer-links a {
  color: #6d4a36;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.shj-site-footer-bottom {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(109, 74, 54, .08);
  color: #8a7b6d;
  font-size: 12px;
  line-height: 1.8;
}

@media (max-width: 760px) {
  .shj-site-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .shj-site-nav a {
    flex: 1 1 auto;
    text-align: center;
  }

  .shj-site-footer-links {
    justify-content: flex-start;
  }
}

.shj-noscript {
  max-width: 1080px;
  margin: 12px auto;
  padding: 12px 16px;
  border: 1px solid rgba(109, 74, 54, .16);
  border-radius: 8px;
  background: #fff8ef;
  color: #3f3026;
  font-size: 14px;
  line-height: 1.7;
}

.shj-noscript a {
  color: #1f4a68;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.shj-approval-banner {
  background: #f8f1e7;
  border-bottom: 1px solid rgba(109, 74, 54, .14);
  color: #2f241c;
}

.shj-approval-banner-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 18px;
  border-left: 4px solid #8b5e45;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
}

.shj-approval-banner strong {
  color: #6d4a36;
  font-weight: 900;
}

.shj-approval-date {
  color: #6f6258;
  font-size: 13px;
}

@media (max-width: 760px) {
  .shj-approval-banner-inner {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 16px;
    font-size: 14px;
  }

  .shj-approval-date {
    width: 100%;
  }
}
