.teto-bsmsvg{
  max-width:1140px;
  margin:0 auto;
  padding:28px 14px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",sans-serif;
  color:#263238;
}
.teto-bsmsvg *{box-sizing:border-box}
.bsmsvg-title{text-align:center;margin:0 0 8px;font-size:28px;letter-spacing:.04em}
.bsmsvg-lead{text-align:center;max-width:790px;margin:0 auto 24px;line-height:1.8;color:#546e7a;font-size:15px}
.bsmsvg-layout{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:22px;align-items:start}
.bsmsvg-map-card,.bsmsvg-panel{background:#fff;border:1px solid #dcebea;border-radius:22px;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.bsmsvg-map-card{padding:18px;background:linear-gradient(180deg,#f7fbfb 0%,#fff 100%)}
.bsmsvg-map-title{text-align:center;font-size:18px;margin:0 0 14px;color:#245f5d}
.bsmsvg-figure-frame{background:#fff;border:1px solid #e4eeee;border-radius:20px;padding:12px 8px}
.bsmsvg-human{width:100%;max-width:470px;height:auto;display:block;margin:0 auto}
.bsmsvg-body ellipse,.bsmsvg-body path{fill:#242121;stroke:#242121;stroke-width:1;stroke-linejoin:round;stroke-linecap:round}
.bsmsvg-region{display:none;pointer-events:none}
.bsmsvg-region ellipse,.bsmsvg-region rect,.bsmsvg-region path{
  fill:rgba(74,165,162,.18);
  stroke:rgba(47,143,140,.95);
  stroke-width:4;
}
.bsmsvg-region.is-active{display:block}
.bsmsvg-hotspot{cursor:pointer;outline:none}
.bsmsvg-hotspot ellipse,.bsmsvg-hotspot rect,.bsmsvg-hotspot path{
  fill:rgba(47,143,140,.001);
  stroke:rgba(47,143,140,0);
  stroke-width:3;
  transition:.18s ease;
}
.bsmsvg-hotspot:hover ellipse,.bsmsvg-hotspot:hover rect,.bsmsvg-hotspot:hover path,
.bsmsvg-hotspot.is-active ellipse,.bsmsvg-hotspot.is-active rect,.bsmsvg-hotspot.is-active path,
.bsmsvg-hotspot:focus ellipse,.bsmsvg-hotspot:focus rect,.bsmsvg-hotspot:focus path{
  fill:rgba(47,143,140,.10);
  stroke:rgba(47,143,140,.55);
}
.bsmsvg-node{cursor:pointer;outline:none}
.bsmsvg-node line{stroke:#4aa5a2;stroke-width:4;stroke-linecap:round;opacity:.84;pointer-events:none}
.bsmsvg-node circle{fill:#2f8f8c;opacity:.95;pointer-events:none}
.bsmsvg-node rect{fill:#fff;stroke:#2f8f8c;stroke-width:4}
.bsmsvg-node text{font-size:25px;fill:#245f5d;font-weight:800;text-anchor:middle;dominant-baseline:middle;pointer-events:none;letter-spacing:.02em}
.bsmsvg-node:hover rect,.bsmsvg-node.is-active rect,.bsmsvg-node:focus rect{fill:#2f8f8c}
.bsmsvg-node:hover text,.bsmsvg-node.is-active text,.bsmsvg-node:focus text{fill:#fff}
.bsmsvg-panel{padding:22px}
.bsmsvg-panel h3{margin:0 0 10px;font-size:24px;color:#245f5d}
.bsmsvg-note{font-size:13px;line-height:1.7;color:#5d7775;background:#f2f8f7;padding:10px 12px;border-radius:10px;margin-bottom:16px}
.bsmsvg-section{margin-top:16px;padding-top:14px;border-top:1px solid #edf2f2}
.bsmsvg-section h4{margin:0 0 6px;font-size:16px;color:#37474f}
.bsmsvg-section p{margin:0;line-height:1.8;font-size:15px}
.bsmsvg-cta{margin-top:18px;padding:14px;border-radius:12px;background:#fff9ef;border:1px solid #f0dfbd;line-height:1.8;font-size:14px}
.bsmsvg-chip-area{margin-top:18px;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.bsmsvg-chip{border:1px solid #aacdcc;background:#fff;color:#245f5d;padding:8px 12px;border-radius:999px;font-size:14px;cursor:pointer;appearance:none}
.bsmsvg-chip.is-active,.bsmsvg-chip:hover,.bsmsvg-chip:focus{background:#2f8f8c;color:#fff}
@media(max-width:820px){
  .teto-bsmsvg{padding:22px 8px}
  .bsmsvg-layout{grid-template-columns:1fr}
  .bsmsvg-title{font-size:24px}
  .bsmsvg-map-card,.bsmsvg-panel{border-radius:18px;padding:14px}
  .bsmsvg-human{max-width:520px}
  .bsmsvg-node text{font-size:27px}
}
@media(max-width:520px){
  .bsmsvg-human{max-width:430px}
  .bsmsvg-node text{font-size:29px}
}
@media(max-width:420px){
  .bsmsvg-human{max-width:390px}
  .bsmsvg-node text{font-size:31px}
}
