@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 90%;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: black;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: 100%;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -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;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-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;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 960px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 900px;
  }
}

@media (min-width: 960px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 900px;
  }
}

@media (min-width: 960px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 900px;
  }
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 960px) {
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 960px) {
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 960px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 960px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 960px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 960px) {
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 959.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 959.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 959.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* 基本的なスタイル */
caption {
  caption-side: top;
  color: #000;
}

p {
  margin: 5px 0;
  padding: 0;
}

a:link, a:visited {
  text-decoration: underline;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #656565;
}

.none {
  display: none;
}

.invisible {
  position: absolute;
  left: -9999px;
}

.uline {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.tleft {
  text-align: left;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.nobr {
  white-space: nowrap;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

.imglink {
  border: 1px solid #deb3ff;
}

a:hover img.imglink {
  border: 1px solid #a543f1;
}

.mt0 {
  margin-top: 1px;
}

.mt1 {
  margin-top: 5px;
}

.mt2 {
  margin-top: 10px;
}

.mt3 {
  margin-top: 15px;
}

.mt4 {
  margin-top: 20px;
}

.mt5 {
  margin-top: 25px;
}

.mt6 {
  margin-top: 30px;
}

.mt7 {
  margin-top: 35px;
}

.mt8 {
  margin-top: 40px;
}

.mt9 {
  margin-top: 45px;
}

.mt10 {
  margin-top: 50px;
}

.mt11 {
  margin-top: 55px;
}

.mt12 {
  margin-top: 60px;
}

.mt13 {
  margin-top: 65px;
}

.mt14 {
  margin-top: 70px;
}

.mt15 {
  margin-top: 75px;
}

.mt16 {
  margin-top: 80px;
}

.mt17 {
  margin-top: 85px;
}

.mt18 {
  margin-top: 90px;
}

.mt19 {
  margin-top: 95px;
}

.mt20 {
  margin-top: 100px;
}

.ml0 {
  margin-left: 1px;
}

.ml1 {
  margin-left: 5px;
}

.ml2 {
  margin-left: 10px;
}

.ml3 {
  margin-left: 15px;
}

.ml4 {
  margin-left: 20px;
}

.ml5 {
  margin-left: 25px;
}

.ml6 {
  margin-left: 30px;
}

.ml7 {
  margin-left: 35px;
}

.ml8 {
  margin-left: 40px;
}

.ml9 {
  margin-left: 45px;
}

.ml10 {
  margin-left: 50px;
}

.ml11 {
  margin-left: 55px;
}

.ml12 {
  margin-left: 60px;
}

.ml13 {
  margin-left: 65px;
}

.ml14 {
  margin-left: 70px;
}

.ml15 {
  margin-left: 75px;
}

.ml16 {
  margin-left: 80px;
}

.ml17 {
  margin-left: 85px;
}

.ml18 {
  margin-left: 90px;
}

.ml19 {
  margin-left: 95px;
}

.ml20 {
  margin-left: 100px;
}

.mr0 {
  margin-right: 1px;
}

.mr1 {
  margin-right: 5px;
}

.mr2 {
  margin-right: 10px;
}

.mr3 {
  margin-right: 15px;
}

.mr4 {
  margin-right: 20px;
}

.mr5 {
  margin-right: 25px;
}

.mr6 {
  margin-right: 30px;
}

.mr7 {
  margin-right: 35px;
}

.mr8 {
  margin-right: 40px;
}

.mr9 {
  margin-right: 45px;
}

.mr10 {
  margin-right: 50px;
}

.mr11 {
  margin-right: 55px;
}

.mr12 {
  margin-right: 60px;
}

.mr13 {
  margin-right: 65px;
}

.mr14 {
  margin-right: 70px;
}

.mr15 {
  margin-right: 75px;
}

.mr16 {
  margin-right: 80px;
}

.mr17 {
  margin-right: 85px;
}

.mr18 {
  margin-right: 90px;
}

.mr19 {
  margin-right: 95px;
}

.mr20 {
  margin-right: 100px;
}

.mb0 {
  margin-bottom: 1px;
}

.mb1 {
  margin-bottom: 5px;
}

.mb2 {
  margin-bottom: 10px;
}

.mb3 {
  margin-bottom: 15px;
}

.mb4 {
  margin-bottom: 20px;
}

.mb5 {
  margin-bottom: 25px;
}

.mb6 {
  margin-bottom: 30px;
}

.mb7 {
  margin-bottom: 35px;
}

.mb8 {
  margin-bottom: 40px;
}

.mb9 {
  margin-bottom: 45px;
}

.mb10 {
  margin-bottom: 50px;
}

.mb11 {
  margin-bottom: 55px;
}

.mb12 {
  margin-bottom: 60px;
}

.mb13 {
  margin-bottom: 65px;
}

.mb14 {
  margin-bottom: 70px;
}

.mb15 {
  margin-bottom: 75px;
}

.mb16 {
  margin-bottom: 80px;
}

.mb17 {
  margin-bottom: 85px;
}

.mb18 {
  margin-bottom: 90px;
}

.mb19 {
  margin-bottom: 95px;
}

.mb20 {
  margin-bottom: 100px;
}

.pt0 {
  padding-top: 1px;
}

.pt1 {
  padding-top: 5px;
}

.pt2 {
  padding-top: 10px;
}

.pt3 {
  padding-top: 15px;
}

.pt4 {
  padding-top: 20px;
}

.pt5 {
  padding-top: 25px;
}

.pt6 {
  padding-top: 30px;
}

.pt7 {
  padding-top: 35px;
}

.pt8 {
  padding-top: 40px;
}

.pt9 {
  padding-top: 45px;
}

.pt10 {
  padding-top: 50px;
}

.pt11 {
  padding-top: 55px;
}

.pt12 {
  padding-top: 60px;
}

.pt13 {
  padding-top: 65px;
}

.pt14 {
  padding-top: 70px;
}

.pt15 {
  padding-top: 75px;
}

.pt16 {
  padding-top: 80px;
}

.pt17 {
  padding-top: 85px;
}

.pt18 {
  padding-top: 90px;
}

.pt19 {
  padding-top: 95px;
}

.pt20 {
  padding-top: 100px;
}

.pl0 {
  padding-left: 1px;
}

.pl1 {
  padding-left: 5px;
}

.pl2 {
  padding-left: 10px;
}

.pl3 {
  padding-left: 15px;
}

.pl4 {
  padding-left: 20px;
}

.pl5 {
  padding-left: 25px;
}

.pl6 {
  padding-left: 30px;
}

.pl7 {
  padding-left: 35px;
}

.pl8 {
  padding-left: 40px;
}

.pl9 {
  padding-left: 45px;
}

.pl10 {
  padding-left: 50px;
}

.pl11 {
  padding-left: 55px;
}

.pl12 {
  padding-left: 60px;
}

.pl13 {
  padding-left: 65px;
}

.pl14 {
  padding-left: 70px;
}

.pl15 {
  padding-left: 75px;
}

.pl16 {
  padding-left: 80px;
}

.pl17 {
  padding-left: 85px;
}

.pl18 {
  padding-left: 90px;
}

.pl19 {
  padding-left: 95px;
}

.pl20 {
  padding-left: 100px;
}

.pr0 {
  padding-right: 1px;
}

.pr1 {
  padding-right: 5px;
}

.pr2 {
  padding-right: 10px;
}

.pr3 {
  padding-right: 15px;
}

.pr4 {
  padding-right: 20px;
}

.pr5 {
  padding-right: 25px;
}

.pr6 {
  padding-right: 30px;
}

.pr7 {
  padding-right: 35px;
}

.pr8 {
  padding-right: 40px;
}

.pr9 {
  padding-right: 45px;
}

.pr10 {
  padding-right: 50px;
}

.pr11 {
  padding-right: 55px;
}

.pr12 {
  padding-right: 60px;
}

.pr13 {
  padding-right: 65px;
}

.pr14 {
  padding-right: 70px;
}

.pr15 {
  padding-right: 75px;
}

.pr16 {
  padding-right: 80px;
}

.pr17 {
  padding-right: 85px;
}

.pr18 {
  padding-right: 90px;
}

.pr19 {
  padding-right: 95px;
}

.pr20 {
  padding-right: 100px;
}

.pb0 {
  padding-bottom: 1px;
}

.pb1 {
  padding-bottom: 5px;
}

.pb2 {
  padding-bottom: 10px;
}

.pb3 {
  padding-bottom: 15px;
}

.pb4 {
  padding-bottom: 20px;
}

.pb5 {
  padding-bottom: 25px;
}

.pb6 {
  padding-bottom: 30px;
}

.pb7 {
  padding-bottom: 35px;
}

.pb8 {
  padding-bottom: 40px;
}

.pb9 {
  padding-bottom: 45px;
}

.pb10 {
  padding-bottom: 50px;
}

.pb11 {
  padding-bottom: 55px;
}

.pb12 {
  padding-bottom: 60px;
}

.pb13 {
  padding-bottom: 65px;
}

.pb14 {
  padding-bottom: 70px;
}

.pb15 {
  padding-bottom: 75px;
}

.pb16 {
  padding-bottom: 80px;
}

.pb17 {
  padding-bottom: 85px;
}

.pb18 {
  padding-bottom: 90px;
}

.pb19 {
  padding-bottom: 95px;
}

.pb20 {
  padding-bottom: 100px;
}

/* 共通のスタイル */
#Wrapper {
  overflow: hidden;
}

/*----------------------------------------------------
    #タブでフォーカスされた時
----------------------------------------------------*/
#sr-only {
  clear: both;
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#sr-only.show {
  display: block;
  padding: 1em 2em 0;
  border-bottom: 1px solid #ccc;
  background-color: #f9f9f9;
  position: static !important;
  overflow: auto !important;
  width: auto !important;
  height: auto !important;
}

/*----------------------------------------------------
    #フォントサイズ変更
----------------------------------------------------*/
.f1 {
  font-size: 100%;
}

.f2 {
  font-size: 130%;
}

.f3 {
  font-size: 200%;
}

.font-size {
  vertical-align: middle;
}

.font-size ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.font-size ul li {
  list-style-type: none;
  padding: 0 2px;
}

.font-size ul li:first-of-type {
  margin-right: 10px;
}

.font-size ul li a {
  padding: 0 6px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  background-color: #006d32;
}

.font-size ul li a:link {
  text-decoration: none;
}

.font-size ul li a:visited {
  text-decoration: none;
}

.font-size ul li a:hover {
  text-decoration: none;
  color: #006d32;
  background-color: #fff;
}

.font-size ul li a.textresizer-active {
  text-decoration: none;
  color: #006d32;
  background-color: #fff;
}

ol,
ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

ol:last-child,
ul:last-child {
  margin-bottom: 1.5rem;
}

/* テーブル */
.table.table-striped thead th {
  background-color: #efefef;
}

.table.table-striped tbody th {
  background-color: #efefef;
}

.table.table-striped tbody td {
  background-color: #c0f7d6;
}

.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
  --bs-table-accent-bg: none;
}

.table.table-striped tbody tr:nth-of-type(odd) td {
  --bs-table-accent-bg: rgba(255, 255, 255, .5);
}

.table__caption {
  background-color: #006d32;
  border-bottom: none;
  padding-left: 1em;
  color: #fff;
  caption-side: top;
}

.backpagelink {
  clear: both;
  display: block;
  margin: 20px auto 20px auto;
  width: 860px;
  text-align: right;
}

.pagelink {
  clear: both;
  display: block;
  border: 1px solid #757575;
  padding: 5px 20px;
  margin-bottom: 10px;
}

.pdf {
  line-height: 2;
  margin: 0;
}

.pdf i {
  color: #bd0000;
  font-size: 120%;
}

/* ヘッダーレイアウト */
#Header {
  background: url(../images/header_bg.gif) repeat-x center top;
  background-color: #edfef2;
  display: block;
  margin: 0 auto;
  overflow: visible;
}

#Header h1 {
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 768px) {
  #Header h1 {
    text-align: left;
  }
}

#Header #HeaderLayout {
  padding: 20px 0 10px;
}

@media (min-width: 576px) {
  #Header #HeaderLayout {
    padding: 10px 0;
  }
}

#Header #HeaderLayout .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#Header #Logo a:link, #Header #Logo a:visited, #Header #Logo a:hover, #Header #Logo a:active {
  text-decoration: none;
  color: #000;
}

#Header #Logo .admin {
  font-size: 90%;
  margin-top: 10px;
  text-align: center;
}

#Header #Logo .sekosya {
  font-weight: 700;
}

#Header #Logo .home {
  background-size: auto auto;
  background-color: #e0e0e0;
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 1px, #d2d2d2 1px, #d2d2d2 5px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, #d2d2d2 1px, #d2d2d2 5px);
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  font-size: 75%;
  margin-left: 10px;
  padding: 3px 10px 1px;
  position: relative;
  display: inline-block;
}

#Header #HeaderInformation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

@media (min-width: 768px) {
  #Header #HeaderInformation {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 0;
  }
}

#Header #HeaderInformation #Information .tel {
  background: #fff;
  font-size: 90%;
  margin-bottom: 5px;
  padding: 5px 15px 0;
}

#Header #HeaderInformation #Information .tel i {
  color: #006d32;
}

#Header #HeaderInformation #Information .tel .number {
  color: #006d32;
  font-weight: 700;
  vertical-align: middle;
  font-size: 150%;
}

@media (min-width: 960px) {
  #Header #HeaderInformation #Information .tel .number {
    font-size: 200%;
  }
}

#Header #HeaderInformation #Information .address {
  padding: 0 15px;
  font-weight: 700;
  font-size: 90%;
}

@media (min-width: 960px) {
  #Header #HeaderInformation #Information .address {
    font-size: 100%;
  }
}

#Header #HeaderInformation #Information .hours {
  padding: 0 15px;
  font-size: 75%;
  width: 100%;
}

@media (min-width: 960px) {
  #Header #HeaderInformation #Information .hours {
    font-size: 90%;
  }
}

#Header #HeaderInformation #Information dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  width: 100%;
}

#Header #HeaderInformation #Information dl dd {
  margin-bottom: 0;
}

#Header .header-items {
  display: none;
  font-size: 90%;
  padding: 4px 0;
}

#Header .header-items .container {
  padding-left: 0;
  padding-right: 0;
}

#Header .header-items .container .row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  #Header .header-items {
    background-color: #006d32;
    color: #fff;
    display: block;
  }
}

#Header .header-items form {
  text-align: right;
}

#Header .header-items form select {
  padding: 0 5px;
}

#Header .header-items form select option:checked {
  color: #fff;
  background: #0151b9;
}

#Header .header-items ol,
#Header .header-items ul {
  margin-bottom: 0;
}

#Header .header-items ol:last-child,
#Header .header-items ul:last-child {
  margin-bottom: 0;
}

#Header img {
  max-width: 100%;
  height: auto;
}

/* Menu(メニューのデザインスタイル) */
#Menu {
  display: block;
  background-color: #00bf57;
  border-bottom: 1px solid #fff;
  padding: 3px 0;
  -webkit-box-shadow: 0px 3px 4px 0px #c3c4c4;
          box-shadow: 0px 3px 4px 0px #c3c4c4;
}

#Menu::after {
  content: "";
  display: block;
  clear: both;
}

#Menu ul#MenuList {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

#Menu ul#MenuList li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%;
  padding: 1px;
}

@media (min-width: 768px) {
  #Menu ul#MenuList li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
    padding: 0 2px;
  }
}

#Menu ul#MenuList li a img {
  width: 100%;
  height: auto;
}

#Menu ul#MenuList li a:hover img {
  opacity: 0.7;
}

#Menu .menu-item a {
  border: 2px solid #fff;
  background: #006d32;
  color: #fff;
  display: inline-block;
  font-size: 90%;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#Menu .menu-item a:link, #Menu .menu-item a:visited {
  background-color: #003a1b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006d32), to(#00441f));
  background-image: -webkit-linear-gradient(#006d32, #00441f);
  background-image: linear-gradient(#006d32, #00441f);
  color: #fff;
}

#Menu .menu-item a:hover, #Menu .menu-item a.active {
  background-image: none;
}

/* コンテンツレイアウト*/
#Contents {
  border-radius: 10px;
  border: 1px solid #bbbfc9;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px #bbbfc9;
          box-shadow: 0px 0px 5px 0px #bbbfc9;
  margin-top: 8px;
}

#Contents img {
  max-width: 100%;
  height: auto;
}

#Contents h2.title {
  background: url(../images/h3_bg.gif) repeat left top;
  border-radius: 10px;
  border: 1px solid #bbbfc9;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px #bbbfc9;
          box-shadow: 0px 0px 5px 0px #bbbfc9;
  color: #03504F;
  font-size: 150%;
  padding: 10px 20px;
  position: relative;
  margin: 9px 9px 4px;
}

#Contents h2.title > * {
  z-index: 1;
  position: relative;
}

#Contents h2.title::after {
  border-radius: 10px;
  border: 1px solid #fff;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#Contents h2.title strong {
  font-weight: 500;
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 8px 0 4px 25px;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

#Contents h2.title strong::after {
  background-color: #03504F;
  -webkit-box-shadow: 0 0 0px 2px #e9e9de, inset 1px 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0px 2px #e9e9de, inset 1px 1px 3px rgba(0, 0, 0, 0.4);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
}

#Contents h3 {
  background: url(../images/h3_bg.gif) repeat left top;
  border-bottom: 2px solid #00bf57;
  border-top: 1px solid #00bf57;
  color: #000;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.5;
  padding: 5px 10px 0;
  margin: 0;
}

#Contents h4 {
  color: #000;
  font-size: 110%;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
}

#Contents h5 {
  color: #000;
  font-size: 90%;
  font-weight: 700;
  line-height: .8em;
  margin-top: 20px;
}

#Contents .textblock {
  padding: 10px;
}

#Contents .row {
  margin: 0;
}

.image-block {
  margin-bottom: 1rem;
}

#ColumnBlock, #Column2Block {
  display: block;
  margin: 14px auto 0 auto;
  text-align: left;
}

#Column2Block {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

#ColumnBlock #ContentsBlock {
  display: block;
  margin: 0 auto 15px;
  text-align: left;
}

#Notes {
  padding: 5px;
  text-align: center;
  font-size: 70%;
}

#GotoTop {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: right;
}

.gototop {
  background-size: auto auto;
  background-color: #e0e0e0;
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 1px, #d2d2d2 1px, #d2d2d2 5px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, #d2d2d2 1px, #d2d2d2 5px);
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  padding: 3px 18px 3px 25px;
}

.gototop:link {
  text-decoration: none;
}

.gototop:hover {
  background-color: #fff;
  background-image: none;
}

.gototop:before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #00bf57;
  border-right: solid 2px #00bf57;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* サブメニューレイアウト */
#SubContents {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
  #SubContents {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 960px) {
  #SubContents {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
}

#SubContents .reserve-button {
  margin: 15px 0;
}

#SubContents .reserve-button a {
  border-radius: 5px;
}

#SubContents .reserve-button img {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

#SubMenuList {
  margin: 0;
  padding: 5px 0;
  list-style-type: none;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#SubMenuList li {
  padding: 3px 5px;
  display: block;
}

#SubMenuList li a {
  display: block;
  text-decoration: none;
  line-height: 0;
  overflow: hidden;
}

#SubMenuList li a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* フッターレイアウト */
#Footer {
  border-radius: 10px 10px 0 0;
  border: 1px solid #bbbfc9;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px #bbbfc9;
          box-shadow: 0px 0px 5px 0px #bbbfc9;
  padding: 0;
}

#Footer #Navigation {
  padding: 13px 35px;
  font-size: 75%;
}

#Footer #Copyright {
  padding: 15px 25px;
  font-size: 60%;
  font-family: "Tahoma", "Helvetica", "Verdana", "sans-serif";
  text-align: right;
}

/* 文字の基本スタイル */
* {
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

/* text */
.lead {
  font-size: 120%;
  color: #1E7DFF;
  font-weight: bold;
  padding: 0 20px 10px 20px;
}

.text-s {
  font-size: 75%;
  line-height: 150%;
}

.text {
  font-size: 90%;
  line-height: 180%;
}

.text-l {
  font-size: 120%;
  line-height: 200%;
}

.word-s {
  font-size: 75%;
}

.word {
  font-size: 90%;
}

.word-l {
  font-size: 120%;
}

.notice {
  color: #bd0000;
}

.keyword-b {
  background: #0000FF;
  font-weight: bold;
}

.keyword-g {
  background: #00FF00;
  font-weight: bold;
}

.num, .en, .date {
  font-family: "Tahoma", "Helvetica", "Verdana", "sans-serif";
}

/* =========================================================
 個別ページのスタイルシート
========================================================= */
/* Home */
#Home #Image {
  line-height: 0;
  padding: 10px 0 0 0;
  margin-bottom: 10px;
}

#Home #TopNews {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
  #Home #TopNews {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 960px) {
  #Home #TopNews {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
}

#Home #TopNews h2 {
  display: block;
  margin: 0 0 7px 0;
  line-height: 0;
}

#Home #TopNews ul#TopNewsList {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#Home #TopNews ul#TopNewsList li {
  padding: 10px 16px;
  margin: 0;
  font-size: 90%;
  line-height: 140%;
}

#Home #TopNews ul#TopNewsList li .date {
  color: #17881c;
}

#Home #TopNews .more {
  padding: 5px 10px 0px 10px;
  margin-top: 10px;
  font-size: 75%;
  line-height: 140%;
  text-align: right;
  border-top: 1px dotted;
}

#Home #Banner {
  padding-bottom: 10px;
  margin: 0 0 0 0;
}

#Home #Banner .title {
  background-color: #ffeae6;
  font-size: 75%;
  padding: 5px;
  margin-top: 20px;
  color: #865151;
}

#Home #Banner ul#BannerList {
  padding: 0;
  margin: 0;
  list-style-type: none;
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

#Home #Banner ul#BannerList li {
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
  #Home #Banner ul#BannerList li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 960px) {
  #Home #Banner ul#BannerList li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}

#Home #Banner ul#BannerList li img {
  margin: 5px auto;
}

/* News */
#News ul#NewsList {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#News ul#NewsList li {
  padding: 10px 16px;
  margin: 0;
  font-size: 90%;
  line-height: 140%;
  border-bottom: 1px dotted;
}

#News ul#NewsList li .date {
  color: #17881c;
}

#News .arcms-file {
  float: right;
  padding: 0 10px;
  background-color: #fff;
  clear: both;
  font-size: 90%;
  line-height: 140%;
  text-align: center;
}

#News a.arcms-file img {
  width: 350px;
  border: 1px solid #deb3ff;
  margin-bottom: 5px;
}

#News a:hover.arcms-file img {
  border: 1px solid #a543f1;
}

/* Charge */
/* Use */
/* Reservation */
#Reservation .left {
  float: left;
  width: 200px;
  text-align: center;
  margin-bottom: 10px;
}

#Reservation .right {
  float: left;
  width: 620px;
  margin-left: 20px;
  margin-bottom: 10px;
}

/* Circle */
#Circle .circle-image {
  padding: 0 0 1rem;
}

#Circle .circle-block {
  border: 1px solid #757575;
  padding: 15px;
  margin-bottom: 1.5rem;
}

#Circle .circle-block .imageleft {
  width: 180px;
  text-align: center;
  margin-top: 5px;
}

#Circle .circle-block .imageleft img {
  width: 150px;
  margin: 0 auto;
  text-align: left;
}

#Circle .circle-block .ico {
  margin-top: -27px;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
}

#Circle .circle-block div.name {
  padding: 0 5px;
  font-weight: bold;
  border-left: 3px solid #ab6410;
  color: #ab6410;
}

#Circle .circle-block div.name-t {
  margin: 5px 0 0 15px;
  padding: 0;
}

/* Event */
#Event .month {
  border-left: 1px dotted;
  float: left;
  font-size: 75%;
}

#Event .month div {
  border-right: 1px dotted;
  float: left;
  width: 68px;
  padding: 10px 0;
  text-align: center;
  color: #757575;
}

#Event .month div.select {
  border-right: 1px dotted;
  float: left;
  width: 69px;
  padding: 10px 0 8px;
  text-align: center;
  border-bottom: 2px solid #f33670;
}

#Event .month div a {
  color: #000;
}

#Event .lift {
  text-align: right;
  font-size: 75%;
  padding: 20px 0 5px 0;
}

#Event .lift span.d {
  border-bottom: 1px dotted #808080;
  vertical-align: middle;
}

#Event .lift span.u {
  border-top: 1px dotted #808080;
  margin-top: 1px;
  vertical-align: middle;
}

#Event .lift a {
  color: #000;
  text-decoration: none;
}

#Event .boxbg {
  background: url(../../event/images/box_bg.gif) repeat left top;
  padding: 10px;
  zoom: 100%;
  /*IE6*/
  overflow: auto;
  /*IE7 and Firefox*/
}

#Event .box {
  background-color: #fff;
  zoom: 100%;
  /*IE6*/
  overflow: auto;
  /*IE7 and Firefox*/
}

#Event .box .title {
  padding: 10px;
  margin: 0;
  background-color: #ffffe6;
  color: #673303;
  border-bottom: 1px solid #f1f1bf;
  zoom: 100%;
  /*IE6*/
  overflow: auto;
  /*IE7 and Firefox*/
}

#Event .box .title .link {
  float: right;
  padding-left: 10px;
}

#Event .box .title .link a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#Event .box .title h4 {
  display: inline;
}

#Event .box2 .title h4 {
  display: inline;
}

#Event .box h5 {
  clear: both;
  padding: 0 10px;
  color: #ac6400;
  font-size: 100%;
  margin: 0;
}

#Event .box div.status {
  display: block;
  padding-right: 10px;
  float: left;
}

#Event .box em {
  display: block;
  padding: 20px 10px 0 10px;
  float: right;
}

#Event .box2 em {
  display: block;
  padding: 20px 10px 0 10px;
  float: right;
}

#Event .box p, #Event .box2 p {
  padding: 0 20px 0 20px;
  margin: 0;
}

#Event .box .image, #Event .box2 .image {
  float: right;
  padding: 0 10px;
  background-color: #fff;
}

#Event .box .image img, #Event .box2 .image img {
  border: 1px solid #deb3ff;
  margin-bottom: 5px;
}

#Event .box .image a:hover img, #Event .box2 .image a:hover img {
  border: 1px solid #a543f1;
}

#Event .box dl {
  padding: 10px 20px 0px 20px;
  margin: 0;
  color: #656565;
}

#Event .box dl dt {
  padding: 0 0 0 0;
  line-height: 110%;
  font-weight: bold;
  border-bottom: 1px dotted;
  margin-top: 10px;
  margin-bottom: 3px;
}

#Event .box dl dd {
  padding: 0 10px;
  margin: 0;
  line-height: 130%;
}

#Event .box2bg {
  background: url(../../event/images/box2_bg.gif) repeat left top;
  padding: 10px;
  zoom: 100%;
  /*IE6*/
  overflow: auto;
  /*IE7 and Firefox*/
}

#Event .box2 {
  background-color: #fff;
  zoom: 100%;
  /*IE6*/
  overflow: auto;
  /*IE7 and Firefox*/
}

#Event .box2 .title {
  padding: 10px;
  margin: 0;
  background-color: #ffeae6;
  color: #670328;
  border-bottom: 1px solid #f1c7bf;
  zoom: 100%;
  /*IE6*/
  overflow: auto;
  /*IE7 and Firefox*/
}

#Event .box2 h5 {
  clear: both;
  padding: 20px 10px;
  color: #ea003f;
  font-size: 100%;
  margin: 0;
}

#Event .year {
  float: left;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  color: #757575;
}

#Event .year strong {
  color: #000;
}

#Event .month2 {
  border-left: 1px dotted;
  float: left;
  font-size: 75%;
}

#Event .month2 div {
  border-right: 1px dotted;
  float: left;
  width: 59px;
  padding: 10px 0;
  text-align: center;
  color: #757575;
}

#Event .month2 div a {
  color: #000;
}

#Event div#Page {
  display: block;
  height: 56px;
  text-align: center;
}

@media (min-width: 576px) {
  #Event div#Page {
    height: 28px;
  }
}

#Event div#Page ul#PageList {
  display: block;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 576px) {
  #Event div#Page ul#PageList {
    width: 450px;
    height: 28px;
  }
}

#Event div#Page ul#PageList li {
  display: block;
  width: 90px;
  height: 28px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}

#Event div#Page ul#PageList li a {
  display: block;
  width: 82px;
  line-height: 0;
  padding: 0px 0;
  margin: 0 auto;
}

#Event div#Page ul#PageList li a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: opacity_value_menu;
  opacity: 0.7;
}

/* Faq */
#Faq .faqlayout {
  border-bottom: 1px dashed;
}

#Faq .faqlayout dl {
  display: block;
  padding-left: 13px;
  padding-right: 13px;
  margin: 5px 0;
}

#Faq .faqlayout dl .question {
  background: url("../../faq/images/ico_q.gif") no-repeat 0 0;
  padding: 8px 0 20px 50px;
  margin: 0;
}

#Faq .faqlayout dl .answer {
  background: url("../../faq/images/ico_a.gif") no-repeat 0 0;
  padding: 8px 0 20px 50px;
  margin: 0;
}

#Faq .faqlayout dl .answer p {
  padding: 0;
  margin: 0;
}

/* Privacy */
/* Sitemap */
#Sitemap ul.s-list1 {
  border-bottom: 1px solid;
  display: block;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  overflow: hidden;
}

#Sitemap ul.s-list1 li.l1, #Sitemap ul.s-list1 li.l1-w {
  border-top: 1px solid;
  margin: 0;
  padding: 10px 0px 10px 13px;
}

#Sitemap ul.s-list1 li.l1 a {
  margin: 0;
  padding: 0 0 0 20px;
  background: url("../images/menu_arrow.gif") no-repeat left center;
  color: #000;
}

#Sitemap ul.s-list1 li.l1-w a {
  margin: 0;
  padding: 0 0 0 26px;
  background: url("../images/menu_arrow.gif") no-repeat left center;
}

#Sitemap ul.s-list1 ul.s-list2 {
  display: block;
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
  overflow: hidden;
}

#Sitemap ul.s-list1 ul.s-list2 li.l2 {
  margin: 0;
  padding: 0 0px 0 60px;
}

#Sitemap ul.s-list1 ul.s-list2 li.l2 a {
  margin: 0;
  padding: 0 0 0 20px;
  background: url("../images/menu_arrow.gif") no-repeat left center;
}

#Sitemap ul.s-list1 ul.s-list2 ul.s-list3 {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#Sitemap ul.s-list1 ul.s-list2 ul.s-list3 li.l3 {
  margin: 0;
  padding: 0 0px 0 60px;
}

#Sitemap ul.s-list1 ul.s-list2 ul.s-list3 li.l3 a {
  margin: 0;
  padding: 0 0 0 20px;
  background: url("../images/menu_arrow.gif") no-repeat left center;
}

#Sitemap ul.s-list1 ul.s-list2 ul.s-list3 div.s-list4 {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  margin: 0 0 0 10px;
  line-height: 140%;
  border-left: 1px dotted;
  border-top: 1px dotted;
}

#Sitemap ul.s-list1 ul.s-list2 ul.s-list3 div.s-list4 a {
  margin: 0;
  padding: 0;
  background: none;
  text-decoration: none;
  color: #0C43F6;
}

/* Inquiry */
#form .row {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}

#form .form-control {
  width: 100%;
}

/*---------------------------------------------------------------

 validation.css
 
 font-size defined in fonts.css - YUI fonts.css
 93% - 12px
 
 ----------------------------------------------------------------*/
div.validationTip {
  padding-left: 6px;
  background: url(../images/tip_left.gif) no-repeat left top;
  font-size: 75%;
}

div.tipInner {
  border: solid #BBB 1px;
  border-top: none;
  border-left: none;
  -moz-border-radius: 4px;
  padding: .5em 1em .5em .8em;
  color: #bd0000;
  background: #ededed;
  font-weight: bold;
}

div#dlgmat {
  width: 101.55%;
  /* for ie6 bug */
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 550;
  background: #000;
}

* html div#dlgmat {
  /* ie6 */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +'px');
}

div#dlg {
  padding: 0 0 0 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  background: url(../images/dialog_left.gif) no-repeat left top;
  font-size: 90%;
}

* html div#dlg {
  /* ie6 */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (dlgMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

div#dlg span#close {
  display: block;
  width: 21px;
  height: 19px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/dialog_close.gif) no-repeat left top;
  cursor: pointer;
}

div#dlg span#close.hover {
  background: url(../images/dialog_close.gif) no-repeat left -19px;
}

div#dlg div#dlgtop {
  height: 5px;
  background: url(../images/dialog_top.gif) no-repeat right top;
  overflow: hidden;
}

div#dlg div#dlgcont {
  padding: 1.5em 0;
  background: #282828;
}

div#dlg div#dlgcont div {
  padding: 0 3.5em;
  color: #fff;
  font-weight: bold;
}

div#dlg div#dlgcont div span {
  line-height: 1.7;
}

div#dlg div#dlgcont div span strong {
  border-bottom: dotted #bd0000 1px;
  padding: 0 .1em;
  color: #bd0000;
}

div#dlg div#dlgbtm {
  height: 5px;
  background: url(../images/dialog_bottom.gif) no-repeat right top;
  overflow: hidden;
}
/*# sourceMappingURL=index.css.map */