[data-ms-navigator-root] {
  --ms-nav-blue: #005bac;
  --ms-nav-blue-dark: #003f7d;
  --ms-nav-blue-soft: #eaf4ff;
  --ms-nav-orange: #f08a00;
  --ms-nav-text: #1f2a38;
  --ms-nav-muted: #5d6b7a;
  --ms-nav-line: #d9e7f5;
  --ms-nav-bottom: 22px;
  position: relative;
  z-index: 10000;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
[data-ms-navigator-root] *,
[data-ms-navigator-root] *::before,
[data-ms-navigator-root] *::after { box-sizing: border-box; }
.ms-nav__launcher {
  position: fixed;
  right: 22px;
  bottom: var(--ms-nav-bottom);
  z-index: 1202;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 11px;
  color: #fff;
  background: var(--ms-nav-blue);
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 48, 91, .22);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  line-height: 1.25;
}
.ms-nav__launcher:hover,
.ms-nav__launcher:active { background: var(--ms-nav-blue-dark); }
.ms-nav__launcher-mark {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  color: var(--ms-nav-blue-dark);
  background: #fff;
  border-radius: 50%;
  font-size: 1rem;
}
.ms-nav__backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(10, 25, 43, .38);
  border: 0;
  cursor: default;
}
.ms-nav__panel {
  position: fixed;
  right: 22px;
  bottom: 88px;
  z-index: 1201;
  display: flex;
  width: min(420px, calc(100vw - 32px));
  max-height: min(720px, calc(100vh - 116px));
  flex-direction: column;
  overflow: hidden;
  color: var(--ms-nav-text);
  background: #fff;
  border: 1px solid #b9d1e5;
  border-radius: 20px;
  box-shadow: 0 18px 54px rgba(0, 31, 62, .28);
}
.ms-nav__header {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  color: #fff;
  background: var(--ms-nav-blue-dark);
}
.ms-nav__identity { min-width: 0; }
.ms-nav__identity strong,
.ms-nav__identity small { display: block; }
.ms-nav__identity strong { font-size: 1rem; }
.ms-nav__identity small {
  margin-top: 2px;
  color: #dcecff;
  font-size: .72rem;
  font-weight: 700;
}
.ms-nav__status {
  display: inline-flex;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background: #7ee2a8;
  border: 2px solid #fff;
  border-radius: 50%;
}
.ms-nav__close {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  margin-left: auto;
  place-items: center;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  line-height: 1;
}
.ms-nav__close:hover,
.ms-nav__close:active { background: rgba(255,255,255,.14); }
.ms-nav__body {
  min-height: 0;
  overflow-y: auto;
  padding: 16px;
  background: #f4f7fb;
  overscroll-behavior: contain;
}
.ms-nav__privacy {
  margin: 0 0 14px;
  padding: 9px 11px;
  color: var(--ms-nav-muted);
  background: #fff;
  border: 1px solid var(--ms-nav-line);
  border-radius: 10px;
  font-size: .73rem;
  line-height: 1.55;
}
.ms-nav__transcript { display: grid; gap: 10px; }
.ms-nav__bubble {
  max-width: 88%;
  margin: 0;
  padding: 11px 13px;
  border-radius: 15px;
  font-size: .9rem;
  line-height: 1.65;
}
.ms-nav__bubble--guide {
  justify-self: start;
  color: var(--ms-nav-text);
  background: #fff;
  border: 1px solid var(--ms-nav-line);
  border-top-left-radius: 4px;
}
.ms-nav__bubble--choice {
  justify-self: end;
  color: #fff;
  background: var(--ms-nav-blue);
  border-top-right-radius: 4px;
  font-weight: 800;
}
.ms-nav__current {
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid var(--ms-nav-line);
}
.ms-nav__question {
  margin: 0;
  color: #173455;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.55;
}
.ms-nav__hint {
  margin: 5px 0 0;
  color: var(--ms-nav-muted);
  font-size: .78rem;
  line-height: 1.55;
}
.ms-nav__choices { display: grid; gap: 8px; margin-top: 13px; }
.ms-nav__choice {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  padding: 10px 38px 10px 13px;
  color: var(--ms-nav-blue-dark);
  background: #fff;
  border: 1px solid #9fc4df;
  border-radius: 12px;
  cursor: pointer;
  font: inherit;
  font-size: .87rem;
  font-weight: 900;
  line-height: 1.45;
  text-align: left;
}
.ms-nav__choice::after {
  position: absolute;
  right: 14px;
  content: "›";
  font-size: 1.35rem;
}
.ms-nav__choice:hover,
.ms-nav__choice:active {
  background: var(--ms-nav-blue-soft);
  border-color: var(--ms-nav-blue);
}
.ms-nav__result {
  margin-top: 14px;
  padding: 15px;
  background: #fff;
  border: 1px solid #9fc4df;
  border-radius: 14px;
}
.ms-nav__result-label {
  display: inline-flex;
  margin: 0 0 7px;
  padding: 2px 8px;
  color: var(--ms-nav-blue-dark);
  background: var(--ms-nav-blue-soft);
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 900;
}
.ms-nav__result h3 {
  margin: 0;
  color: #173455;
  font-size: 1.05rem;
  line-height: 1.5;
}
.ms-nav__result p {
  margin: 7px 0 0;
  color: var(--ms-nav-muted);
  font-size: .82rem;
  line-height: 1.65;
}
.ms-nav__result-link {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
  padding: 10px 14px;
  color: #fff;
  background: var(--ms-nav-blue);
  border: 2px solid var(--ms-nav-blue);
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
.ms-nav__result-link:hover,
.ms-nav__result-link:active {
  color: #fff;
  background: var(--ms-nav-blue-dark);
  border-color: var(--ms-nav-blue-dark);
}
.ms-nav__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 14px;
}
.ms-nav__text-button {
  min-height: 44px;
  padding: 6px 1px;
  color: var(--ms-nav-blue-dark);
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: .78rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: .18em;
}
.ms-nav__footer {
  padding: 10px 16px;
  color: var(--ms-nav-muted);
  background: #fff;
  border-top: 1px solid var(--ms-nav-line);
  font-size: .68rem;
  line-height: 1.45;
  text-align: center;
}
.ms-nav__launcher:focus,
.ms-nav__close:focus,
.ms-nav__choice:focus,
.ms-nav__text-button:focus,
.ms-nav__result-link:focus {
  outline: 3px solid var(--ms-nav-blue-dark);
  outline-offset: 3px;
}
.ms-nav__header .ms-nav__close:focus { outline-color: #fff; }
body.ms-nav-open { overflow: hidden; }
[data-ms-navigator-root] [hidden] { display: none !important; }
.ms-nav__noscript {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10002;
  margin: 0;
  padding: 12px 16px;
  color: #003f7d;
  background: #fff;
  border: 2px solid #005bac;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 48, 91, .22);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: .85rem;
  font-weight: 900;
  line-height: 1.4;
}
.ms-nav__noscript a { color: inherit; }
@media (max-width: 760px) {
  [data-ms-navigator-root] { --ms-nav-bottom: calc(84px + env(safe-area-inset-bottom)); }
  .ms-nav__launcher {
    right: 12px;
    min-height: 50px;
    padding: 8px 14px 8px 9px;
    font-size: .85rem;
  }
  .ms-nav__launcher-mark {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }
  .ms-nav__panel {
    right: 8px;
    bottom: calc(148px + env(safe-area-inset-bottom));
    width: calc(100vw - 16px);
    max-height: calc(100vh - 168px - env(safe-area-inset-bottom));
    border-radius: 17px;
  }
  .ms-nav__header {
    min-height: 68px;
    padding: 10px 12px;
  }
  .ms-nav__body { padding: 13px; }
  .ms-nav__noscript {
    right: 12px;
    bottom: calc(84px + env(safe-area-inset-bottom));
  }
}
@media (max-width: 420px) {
  .ms-nav__panel {
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: calc(100vh - env(safe-area-inset-top));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 18px 18px 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-ms-navigator-root] * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
@media print { [data-ms-navigator-root], .ms-nav__noscript { display: none !important; } }
