:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #337ab7;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 51, 122, 183;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #143149;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #d6e4f1;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #adcae2;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #337ab7;
  --bs-link-color-rgb: 51, 122, 183;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #296292;
  --bs-link-hover-color-rgb: 41, 98, 146;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(51, 122, 183, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545
}
*, *::before, *::after {
  box-sizing: border-box
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
@media screen and (max-width: 1000px) {
  h2.heading2__heading2--HQrLV {
    font-size: 19px;
  }
}
h3, h2, h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color)
}
h1 {
  font-size: calc(1.375rem + 1.5vw)
}
@media(min-width: 1200px) {
  h1 {
    font-size: 2.5rem
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw)
}
@media(min-width: 1200px) {
  h2 {
    font-size: 2rem
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw)
}
@media(min-width: 1200px) {
  h3 {
    font-size: 1.75rem
  }
}
p {
  margin-top: 0;
  margin-bottom: 0rem;
}
ul {
  padding-left: 2rem
}
ul {
  margin-top: 0;
  margin-bottom: 1rem
}
small {
  font-size: 0.875em
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}
img {
  vertical-align: middle;
  width: 100%;
}
table {
  caption-side: bottom;
  border-collapse: collapse
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent
}
thead, tbody, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}
button {
  border-radius: 0
}
button:focus:not(:focus-visible) {
  outline: 0
}
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button {
  text-transform: none
}
button {
  -webkit-appearance: button
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer
}
::-moz-focus-inner {
  padding: 0;
  border-style: none
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0
}
::-webkit-inner-spin-button {
  height: auto
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-color-swatch-wrapper {
  padding: 0
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer
}
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg)
}
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: .5rem
}
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem .375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius)
}
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3
}
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow)
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow)
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow)
}
.btn-link:focus-visible {
  color: var(--bs-btn-color)
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px
}
body {
  background-color: var(--background-color-body);
  font-family: var(--font-family)
}
body a {
  color: var(--color-link);
  text-decoration: none
}
body a:hover {
  text-decoration: underline;
  color: var(--color-link)
}
@media screen and (max-width: 576px) {
  .table-container {
    overflow-x: auto
  }
  .table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 10px
  }
  .table-container::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5)
  }
  .table-container::-webkit-scrollbar-track-piece {
    width: 100%;
    height: 10px;
    border-radius: 4px;
    background: #ddd
  }
}
:root {
  --font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Verdana, ＭＳ Ｐゴシック, Roboto, Droid Sans, sans-serif;
  --color-white: #FFFFFF;
  --background-color-body: var(--color-white);
  --background-color-header: var(--color-white);
  --color-text: #333333;
  --color-link: #dc143c;
  --color-surface: #EEEEEE;
  --color-border: #999999;
  --color-header-border: #ccc;
  --color-footer-border: #ccc;
  --text-align: center;
  --font-size: 16px;
  --font-size-h1: 32px;
  --font-size-h2: 24px;
  --font-size-text: 16px;
  --font-size-button: 14px;
  --font-size-desc: 16px;
  --font-size-breadcrumbs: 14px;
  --space-l: 2em;
  --space-m: 1.5em;
  --space-s: 1em;
  --space-ss: 0.5em;
  --border-radius: 30px;
  --border-radius-small: 4px;
  --color-defaultButton-background: var(--color-surface);
  --color-heading1: var(--color-text);
  --font-size-heading1: var(--font-size-h1);
  --color-heading2: var(--color-text);
  --font-size-heading2: var(--font-size-h2);
  --searchbox-border-color: var(--color-white);
  --searchbox-border-width: 0px;
  --freqKeyWords-title-color: var(--color-text);
  --font-size-resolveConfirm: var(--font-size-text);
  --color-breadCrumbList-text: var(--color-link);
  --font-size-breadCrumbList-text: var(--font-size-breadcrumbs);
  --color-topFaqList-text: var(--color-link);
  --font-size-topFaqList-text: var(--font-size-text);
  --color-topFaqList-marker-text: var(--color-text);
  --color-topFaqList-marker-background: var(--color-surface);
  --font-size-topFaqList-marker-text: var(--font-size-text);
  --color-relatedFaqList-qtext: var(--color-link);
  --color-relatedFaqList-atext: var(--color-text);
  --font-size-relatedFaqList-qtext: var(--font-size-text);
  --font-size-relatedFaqList-atext: var(--font-size-text);
  --q-icon-bg-color: var(--color-surface);
  --q-icon-text-color: #333333;
  --a-icon-bg-color: #6f6f6f;
  --a-icon-text-color: var(--color-white);
  --color-nextCategoryList-text: var(--color-link);
  --color-nextCategoryList-border: var(--color-text);
  --font-size-nextCategoryList-text: var(--font-size-text);
  --color-lastAnswer-text: var(--color-text);
  --font-size-lastAnswer-text: var(--font-size-text);
  --color-categoryList-h-text: var(--color-text);
  --color-categoryList-text: var(--color-link);
  --color-categoryList-marker: var(--color-text);
  --width-categoryList-headline-img: 50px;
  --content-categoryList-marker: "-"
}
@media screen and (max-width: 576px) {
  :root {
    --flexible-main-width: 95%;
    --flexible-header-text-align: center;
    --flexible-header-searchbox-position: relative;
    --flexible-breadcrumbs-display: none;
    --flexible-updated-text-display: none;
    --flexible-updated-icon-display: block
  }
}
@media screen and (min-width: 577px)and (max-width: 767px) {
  :root {
    --flexible-main-width: 95%;
    --flexible-header-text-align: auto;
    --flexible-header-searchbox-position: absolute;
    --flexible-breadcrumbs-display: inline-block;
    --flexible-updated-text-display: block;
    --flexible-updated-icon-display: none
  }
}
@media screen and (min-width: 768px)and (max-width: 991px) {
  :root {
    --flexible-main-width: 95%;
    --flexible-header-text-align: auto;
    --flexible-header-searchbox-position: absolute;
    --flexible-breadcrumbs-display: inline-block;
    --flexible-updated-text-display: block;
    --flexible-updated-icon-display: none
  }
}
@media screen and (min-width: 992px) {
  :root {
    --flexible-main-width: 80%;
    --flexible-header-text-align: auto;
    --flexible-header-searchbox-position: absolute;
    --flexible-breadcrumbs-display: inline-block;
    --flexible-updated-text-display: block;
    --flexible-updated-icon-display: none
  }
}
.heading2__heading2--HQrLV {
  font-size: var(--font-size-heading2);
  font-weight: bold;
  text-align: var(--text-align);
  color: var(--color-heading2);
  border-bottom: 1px solid var(--color-border);
  padding: .25em .4em
}
.lastAnswer__atext--1yF5q {
  margin: 0;
  padding: 30px var(--space-ss) 0 var(--space-ss);
  font-size: var(--font-size-text);
  color: var(--color-lastAnswer-text);
  text-align: left
}
.answerTemplate__answer--1hHjm {
  padding: 50px 0;
  margin: 0 auto;
  width: var(--flexible-main-width)
}
.answerTemplate__lastAnswer--1vwU6 {
  /*margin-bottom: 4em*/
}