/* BOSS AI School - Japanese homepage footer legal link and Tokushoho page */
.wb-footer .wb-footer-legal-link.wb-home-ja-only,
.wb-footer a.wb-footer-legal-link.wb-home-ja-only{
  display:none!important;
}
body.web-index[data-wb-lang="ja"] .wb-footer .wb-footer-legal-link.wb-home-ja-only,
body.web-index[data-wb-lang="ja"] .wb-footer a.wb-footer-legal-link.wb-home-ja-only{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  margin-top:18px!important;
  padding:10px 18px!important;
  border-radius:999px!important;
  border:1px solid rgba(19,178,107,.55)!important;
  background:rgba(19,178,107,.10)!important;
  color:#d9ffe9!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.2!important;
  box-shadow:0 10px 24px rgba(19,178,107,.16)!important;
  transition:all .18s ease!important;
}
body.web-index[data-wb-lang="ja"] .wb-footer .wb-footer-legal-link.wb-home-ja-only:hover,
body.web-index[data-wb-lang="ja"] .wb-footer a.wb-footer-legal-link.wb-home-ja-only:hover{
  transform:translateY(-1px)!important;
  background:#13b26b!important;
  border-color:#13b26b!important;
  color:#fff!important;
  box-shadow:0 14px 32px rgba(19,178,107,.28)!important;
}
body.web-index[data-wb-lang="ja"] .wb-footer .wb-footer-legal-link.wb-home-ja-only:after{
  content:"›";
  margin-left:8px;
  font-size:18px;
  line-height:1;
}
body.wb-legal-page{
  margin:0;
  background:#f4f7fb;
  color:#0f172a;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Helvetica Neue",Arial,sans-serif;
}
.wb-legal-hero{
  background:linear-gradient(135deg,#020817,#071522 68%,#063b2b);
  color:#fff;
  padding:72px 20px 64px;
}
.wb-legal-hero-inner{max-width:1120px;margin:0 auto;}
.wb-legal-brand{display:flex;align-items:center;gap:12px;margin-bottom:26px;color:#d9ffe9;text-decoration:none;font-weight:900;letter-spacing:.02em;}
.wb-legal-brand img{width:46px;height:46px;border-radius:14px;object-fit:contain;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.20);}
.wb-legal-back{display:inline-flex;align-items:center;gap:8px;color:#bff7da;text-decoration:none;font-weight:700;margin-bottom:24px;}
.wb-legal-back:hover{color:#fff;}
.wb-legal-title{font-size:44px;line-height:1.18;margin:0 0 16px;font-weight:900;letter-spacing:.03em;}
.wb-legal-desc{max-width:780px;font-size:16px;line-height:1.9;color:#d7e3ec;margin:0;}
.wb-legal-wrap{max-width:1120px;margin:-42px auto 70px;padding:0 20px;}
.wb-legal-card{background:#fff;border-radius:26px;padding:46px 54px;box-shadow:0 24px 70px rgba(15,23,42,.12);border:1px solid rgba(226,232,240,.9);}
.wb-legal-card h1{font-size:32px;margin:0 0 26px;color:#0f172a;line-height:1.35;}
.wb-legal-card h2{font-size:21px;margin:34px 0 14px;color:#0f172a;border-left:5px solid #12b76a;padding-left:14px;line-height:1.45;}
.wb-legal-card p{font-size:15px;line-height:2.05;color:#334155;margin:8px 0;white-space:normal;}
.wb-legal-card .wb-legal-bullet{padding-left:14px;color:#1f2937;}
.wb-legal-card hr{border:0;border-top:1px solid #e5e7eb;margin:34px 0;}
.wb-legal-footer{text-align:center;color:#64748b;font-size:13px;margin-top:24px;}
.wb-legal-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px;padding-top:26px;border-top:1px solid #e5e7eb;}
.wb-legal-actions a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 20px;text-decoration:none;font-weight:800;}
.wb-legal-actions .primary{background:#13b26b;color:#fff;box-shadow:0 12px 26px rgba(19,178,107,.24);}
.wb-legal-actions .secondary{background:#f1f5f9;color:#0f172a;}
body.wb-legal-page .wb-lang-switcher,body.wb-legal-page #wbLangSwitcher{display:none!important;}
@media(max-width:768px){
  .wb-legal-hero{padding:54px 18px 50px;}
  .wb-legal-title{font-size:32px;}
  .wb-legal-card{padding:30px 22px;border-radius:20px;}
  .wb-legal-wrap{margin-top:-28px;}
}
