@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 769px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1140px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 769px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1140px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 30px);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 769px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1140px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  .grid .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxl-11 {
    grid-column-start: 11;
  }
}

.col {
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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: 769px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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: 1140px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 769px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1140px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1140px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --main-color: #0A3E88;
  --sub1-color: #E4EBF4;
  --sub2-color: #143768;
  --accent-color: #ffe676;
  --warning-color: #D82D25;
  --base-color: #fff;
  --base-gray-color: #F0F2F6;
  --text-color: #333;
  --text-light-color: #707070;
  --link-color: #44f;
  --border-color: #A3AFC4;
  --margin-bottom: 32px;
  --margin-bottom-sp: 20px;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  color: var(--text-color);
  background-color: var(--base-color);
}

a {
  color: var(--main-color);
}
a:hover {
  text-decoration: none;
}

h1 {
  margin: 0 0 40px;
  padding: 40px 15px 40px;
  font-size: calc(1rem * 32 / 16);
  line-height: 1.7;
  background-image: linear-gradient(97deg, var(--base-gray-color) 0%, var(--sub1-color) 100%);
}
@media (min-width: 769px) {
  h1 {
    margin: 0 0 60px;
  }
}
@media (min-width: 1140px) {
  h1 {
    padding: 40px calc((100vw - 1110px) / 2) 40px;
  }
}

h2 {
  position: relative;
  margin: 0 0 40px;
  padding: 0 10px 0 17px;
  line-height: 1.5;
  font-size: calc(1rem * 24 / 16);
}
@media (min-width: 769px) {
  h2 {
    font-size: calc(1rem * 28 / 16);
  }
}
h2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  border-radius: 3px;
  background-color: var(--main-color);
}

* + h2 {
  margin-top: 60px;
}

h3 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 12px;
  font-size: calc(1rem * 20 / 16);
  line-height: 1.5;
}
@media (min-width: 769px) {
  h3 {
    margin: 0 0 32px;
    font-size: calc(1rem * 24 / 16);
  }
}
h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-image: linear-gradient(90deg, var(--main-color) 0%, var(--main-color) 90px, var(--border-color) 90px, var(--border-color) 100%);
  border-radius: 2px;
}

h4 {
  position: relative;
  margin: 0 0 20px;
  padding: 8px 0;
  border-bottom: solid 2px var(--border-color);
  font-size: calc(1rem * 18 / 16);
  line-height: 1.5;
  overflow: hidden;
}
@media (min-width: 769px) {
  h4 {
    margin: 0 0 32px;
    font-size: calc(1rem * 20 / 16);
  }
}
h4 a {
  color: var(--text-color);
}

h5 {
  position: relative;
  margin: 0 0 20px;
  padding: 4px 0 4px 12px;
  font-size: calc(1rem * 18 / 16);
  line-height: 1.5;
}
h5::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  background-color: var(--border-color);
  border-radius: 10px;
}
@media (min-width: 769px) {
  h5 {
    margin: 0 0 32px;
  }
}

h6 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 4px;
  font-size: calc(1rem * 16 / 16);
  line-height: 1.4;
}
@media (min-width: 769px) {
  h6 {
    margin: 0 0 32px;
  }
}

p {
  margin: 0 0 20px;
  line-height: 1.75;
}
@media (min-width: 769px) {
  p {
    margin: 0 0 32px;
  }
}

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

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 769px) {
  ul {
    margin: 0 0 32px;
  }
}
ul > li {
  position: relative;
  margin: 10px 0;
  padding: 0 0 0 1em;
  color: var(--text-color);
  line-height: 1.5;
}
ul > li::after {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #A3AFC4;
  border-radius: 50%;
}

ol {
  margin: 0 0 20px;
  padding: 0;
}
@media (min-width: 769px) {
  ol {
    margin: 0 0 32px;
  }
}
ol > li {
  position: relative;
  margin: 8px 0 8px 1.5em;
  padding: 0;
  color: var(--text-color);
  line-height: 1.5;
}

dl {
  margin: 0 0 20px;
}
@media (min-width: 769px) {
  dl {
    margin: 0 0 32px;
  }
}
dl > dt {
  margin: 0 0 0.7em;
  font-weight: bold;
  line-height: 1.5;
}
dl > dd {
  margin: 0 0 1.5em;
  line-height: 1.5;
}

details > summary {
  cursor: pointer;
}

table {
  margin: 0 0 20px;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-top: solid 1px var(--border-color);
  border-right: none;
  border-bottom: solid 1px var(--border-color);
  border-left: solid 1px var(--border-color);
  border-radius: 10px;
  overflow: hidden;
  word-break: break-all;
}
@media (min-width: 769px) {
  table {
    margin: 0 0 32px;
  }
}
table tbody:last-child tr:last-child th {
  border-bottom: none;
}
table tbody:last-child tr:last-child th:last-child {
  border-radius: 0 0 10px 0;
}
table tbody:last-child tr:last-child td {
  border-bottom: none;
}
table tbody:last-child tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
table tr th {
  text-align: left;
  font-weight: bold;
  background-color: var(--sub1-color);
}
table tr th, table tr td {
  padding: 20px;
  border-right: solid 1px var(--border-color);
  border-bottom: solid 1px var(--border-color);
  border-radius: 0 0 0 0;
  vertical-align: top;
}

.splide-top {
  margin: 0 auto;
  width: 87%;
}
.splide-top .splide__arrow {
  background-color: transparent;
}
.splide-top .splide__arrow--prev, .splide-top .splide__arrow--next {
  width: 4em;
  height: 4em;
}
.splide-top .splide__arrow--prev {
  left: -3em;
}
.splide-top .splide__arrow--next {
  right: -3em;
}

.p-splide-shoukei {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 60px;
}
@media (min-width: 769px) {
  .p-splide-shoukei {
    width: 88.7%;
    margin: 0 auto 60px;
  }
}
.p-splide-shoukei li.splide__slide .p-shoukei__container {
  background-color: var(--main-color);
}
@media (min-width: 769px) {
  .p-splide-shoukei .splide__arrow {
    background-color: transparent;
  }
  .p-splide-shoukei .splide__arrow--prev, .p-splide-shoukei .splide__arrow--next {
    width: 4em;
    height: 4em;
  }
  .p-splide-shoukei .splide__arrow--prev {
    left: -3em;
  }
  .p-splide-shoukei .splide__arrow--next {
    right: -3em;
  }
}
.p-splide-shoukei h2 {
  margin-bottom: 5px;
  padding: 0;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5em;
}
@media (min-width: 992px) {
  .p-splide-shoukei h2 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media (min-width: 1140px) {
  .p-splide-shoukei h2 {
    font-size: 18px;
  }
}
.p-splide-shoukei h2::after {
  display: none;
}
.p-splide-shoukei p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-splide-shoukei p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (min-width: 1140px) {
  .p-splide-shoukei p {
    font-size: 16px;
  }
}

.splide__list, .splide__pagination {
  margin: unset;
  padding: unset;
  list-style-type: unset;
}
@media (min-width: 769px) {
  .splide__list, .splide__pagination {
    margin: unset;
  }
}
.splide__list > li, .splide__pagination > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.splide__list > li::after, .splide__pagination > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.splide__list > li {
  position: relative;
}
.splide__slide > p:first-child {
  margin: 0;
}
.splide__pagination__page.is-active {
  background-color: #000 !important;
}
.splide__toggle {
  padding: 0;
  border: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
}
.splide__toggle__play {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: transparent url(/images2023/common/ico_btn_play.svg) no-repeat center center/contain;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: transparent url(/images2023/common/ico_btn_pause.svg) no-repeat center center/contain;
}
.splide__next {
  margin: 0.5em 0;
  display: block;
}
.splide__next > button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.4em 1em;
  border: solid 1px var(--border-color);
  font-size: 0.8rem;
  border-radius: 9999px;
  background-color: #fff;
  color: var(--text-color);
  line-height: 1;
  cursor: pointer;
}

.p-splide {
  margin: 0 0 20px;
}
@media (min-width: 769px) {
  .p-splide {
    margin: 0 0 32px;
  }
}
.p-splide .splide__slide {
  position: relative;
  padding: 0 0 40px;
}
.p-splide .splide__slide > p:first-child {
  text-align: center;
}
.p-splide .splide__slide > .splide__next {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.l-header {
  position: relative;
  box-shadow: 0px 3px 6px rgba(132, 132, 132, 0.2);
  z-index: 10;
}

.l-main {
  position: relative;
}

.c-title__l2 {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
  font-size: unset;
  font-size: calc(1rem * 18 / 16);
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 1.5em;
  color: var(--main-color);
}
@media (min-width: 769px) {
  .c-title__l2 {
    font-size: unset;
  }
}
.c-title__l2::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
}
.c-title__l2::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  content: "";
  background-color: #aaf;
  transform: translateY(-50%);
}
.c-title__l3 {
  position: unset;
  margin: unset;
  padding: unset;
  font-size: unset;
  line-height: unset;
  position: relative;
}
@media (min-width: 769px) {
  .c-title__l3 {
    margin: unset;
    font-size: unset;
  }
}
.c-title__l3::after {
  position: unset;
  bottom: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-image: unset;
  border-radius: unset;
}
.c-title__l3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-color: red;
}

.c-inner-link__list {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  margin: 0 -15px 60px;
  padding: 0;
  position: relative;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  font-size: calc(1rem * 14 / 16);
}
@media (min-width: 769px) {
  .c-inner-link__list {
    margin: unset;
  }
}
.c-inner-link__list > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.c-inner-link__list > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .c-inner-link__list {
    margin: 0 -15px 60px;
  }
}
.c-inner-link__list > li {
  width: 50%;
  padding: 0 15px;
}
@media (min-width: 769px) {
  .c-inner-link__list > li {
    width: 33%;
  }
}
.c-inner-link__list > li > a {
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 1.5em;
  width: 100%;
  height: 100%;
  color: var(--text-color);
  text-decoration: none;
  border-bottom: solid 1px var(--border-color);
}
.c-inner-link__list > li > a::after {
  position: absolute;
  top: calc(0.5em + 3px);
  left: 2px;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-left: solid 2px var(--main-color);
  border-bottom: solid 2px var(--main-color);
  transform: rotate(-45deg);
}
.c-inner-link__list--col-1 {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  margin: 0 0 60px;
  padding: 0;
  position: relative;
  list-style-type: none;
  text-decoration: none;
  font-size: calc(1rem * 14 / 16);
}
@media (min-width: 769px) {
  .c-inner-link__list--col-1 {
    margin: unset;
  }
}
.c-inner-link__list--col-1 > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.c-inner-link__list--col-1 > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .c-inner-link__list--col-1 {
    margin: 0 0 60px;
  }
}
.c-inner-link__list--col-1 > li {
  width: 100%;
  padding: 0;
}
.c-inner-link__list--col-1 > li > a {
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 1.5em;
  width: 100%;
  color: var(--text-color);
  text-decoration: none;
  border-bottom: solid 1px var(--border-color);
}
.c-inner-link__list--col-1 > li > a::after {
  position: absolute;
  top: calc(0.5em + 3px);
  left: 2px;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-left: solid 2px var(--main-color);
  border-bottom: solid 2px var(--main-color);
  transform: rotate(-45deg);
}

.c-icon {
  display: inline-block;
  margin: 0 0.3em;
  height: auto;
}
.c-icon__bottom-arrow {
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0 0.3em;
  width: 1em;
  height: 1em;
}
.c-icon__sp-close {
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0 0.3em;
  width: 1em;
  height: 1em;
}
.c-icon__policy-title {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 0 0.3em;
  width: 1em;
  height: 1em;
}
.c-icon__wifi {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 0 0.3em 0 0;
  width: 1.2em;
  height: 1.2em;
}
.c-icon__print {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 0 0.3em 0 0;
  width: 1.2em;
  height: 1.2em;
}

.c-button {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0.5em 2em 0.5em 1.3em;
  width: 100%;
  min-height: 60px;
  font-size: calc(1rem * 18 / 16);
  font-weight: bold;
  text-decoration: none;
  color: var(--main-color);
  line-height: 1.2;
  background-color: #fff;
  border: solid 1px var(--border-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.c-button > img {
  position: absolute;
  top: 50%;
  right: 0.8em;
  height: 0.9em;
  transform: translateY(-50%);
}
.c-button:hover {
  color: var(--main-color);
  background-color: var(--sub1-color);
  text-decoration: underline;
}
.c-button__large {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 2em 0.5em 0.5em;
  width: 100%;
  min-height: 60px;
  font-size: calc(1rem * 18 / 16);
  font-weight: bold;
  text-decoration: none;
  color: white;
  line-height: 1.2;
  background-color: var(--main-color);
  border: solid 1px var(--main-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.c-button__large::before {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 0.9em;
  height: 0.9em;
  content: "";
  background: transparent url(/images2023/common/ico_arrow-rw.svg) no-repeat center center/contain;
  transform: translate(0, -50%);
}
.c-button__large:hover {
  color: var(--main-color);
  background-color: var(--sub1-color);
  text-decoration: underline;
}
.c-button__large:hover::before {
  background: transparent url(/images2023/common/ico_arrow-rb.svg) no-repeat center center/contain;
}
.c-button__large--warn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 2em 0.5em 0.5em;
  width: 100%;
  min-height: 60px;
  font-size: calc(1rem * 18 / 16);
  font-weight: bold;
  text-decoration: none;
  color: white;
  line-height: 1.2;
  background-color: var(--warning-color);
  border: solid 1px var(--warning-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.c-button__large--warn::before {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 0.9em;
  height: 0.9em;
  content: "";
  background: transparent url(/images2023/common/ico_arrow-rw.svg) no-repeat center center/contain;
  transform: translate(0, -50%);
}
.c-button__large--warn:hover {
  text-decoration: underline;
}
.c-button__desc {
  position: relative;
  display: block;
  flex-wrap: wrap;
  justify-content: start;
  padding: 1em 2em 1em 1.3em;
  width: 100%;
  height: 100%;
  min-height: 60px;
  font-size: calc(1rem * 18 / 16);
  font-weight: bold;
  text-decoration: none;
  color: var(--main-color);
  line-height: 1.2;
  background-color: #fff;
  border: solid 1px var(--border-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.c-button__desc::before {
  position: absolute;
  top: 1.2em;
  right: 0.8em;
  width: 0.9em;
  height: 0.9em;
  content: "";
  background: transparent url(/images2023/common/ico_arrow-rb.svg) no-repeat center center/contain;
}
.c-button__desc:hover {
  color: var(--main-color);
  background-color: var(--sub1-color);
  text-decoration: underline;
}
.c-button__desc > span {
  display: block;
  width: 100%;
  padding: 0.5em 0 0 0;
  font-size: calc(1rem * 14 / 16);
  font-weight: normal;
  color: var(--text-color);
}
.c-button__secondary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 2.5em 0.5em 2.5em;
  width: 100%;
  min-height: 44px;
  font-size: calc(1rem * 16 / 16);
  font-weight: bold;
  text-decoration: none;
  color: var(--main-color);
  line-height: 1.2;
  background-color: #fff;
  border: solid 1px var(--main-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.c-button__secondary > img {
  position: absolute;
  top: 50%;
  right: 0.8em;
  height: 0.9em;
  transform: translateY(-50%);
}
.c-button__secondary:hover {
  background-color: var(--sub1-color);
  text-decoration: underline;
}
.c-button__secondary--icon-left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 2.5em 0.5em 2.5em;
  width: 100%;
  min-height: 44px;
  font-size: calc(1rem * 16 / 16);
  font-weight: bold;
  text-decoration: none;
  color: var(--main-color);
  line-height: 1.2;
  background-color: #fff;
  border: solid 1px var(--main-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.c-button__secondary--icon-left > img {
  position: absolute;
  top: 50%;
  left: 0.8em;
  width: 0.9em;
  height: 0.9em;
  transform: translateY(-50%);
}
.c-button__secondary--icon-left:hover {
  background-color: var(--sub1-color);
  text-decoration: underline;
}
.c-button__back {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0.5em 0.5em 2em;
  width: 100%;
  min-height: 44px;
  font-size: calc(1rem * 16 / 16);
  font-weight: bold;
  text-decoration: none;
  color: var(--main-color);
  line-height: 1.2;
  background-color: #fff;
  border: solid 1px var(--main-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.c-button__back::before {
  position: absolute;
  top: 50%;
  left: 0.8em;
  width: 0.9em;
  height: 0.9em;
  content: "";
  background: transparent url(/images2023/common/ico_arrow-lb.svg) no-repeat center center/contain;
  transform: translate(0, -50%);
}
.c-button__back:hover {
  background-color: var(--sub1-color);
  text-decoration: underline;
}
.c-button__tag {
  display: inline-block;
  margin: 0 0.25em 0.5em;
  padding: 0.3em 0.8em;
  border: solid 1px var(--border-color);
  border-radius: 9999px;
  font-size: calc(1rem * 16 / 16);
  color: var(--main-color);
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.c-button__tag:hover {
  background-color: var(--sub1-color);
}
.c-button__tag.inactive {
  color: var(--text-light-color);
  background-color: #e2e2e2;
  pointer-events: none;
}
.c-button__small {
  position: relative;
  margin: 0 0.25em;
  padding: 0.5em 0.8em 0.5em;
  border: solid 1px var(--border-color);
  border-radius: 4px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  color: #707070;
  font-size: calc(1rem * 14 / 16);
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
}
.c-button__small:hover {
  text-decoration: underline;
}
.c-button__sns {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0;
  padding: 0 0 0 3em;
  width: 100%;
  min-height: 40px;
  border: solid 1px #ccc;
  border-radius: 10px;
  font-size: calc(1rem * 14 / 16);
  color: var(--text-color);
  text-decoration: none;
}
.c-button__sns:hover {
  background-color: var(--sub1-color);
}
.c-button__sns--x::after {
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  top: 50%;
  left: 1em;
  content: "";
  background: transparent url("/images2023/common/ico_x-black.svg") no-repeat center center/contain;
  transform: translateY(-50%);
}
.c-button__sns--mail::after {
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  top: 50%;
  left: 1em;
  content: "";
  background: transparent url("/images2023/common/ico_mail.svg") no-repeat center center/contain;
  transform: translateY(-50%);
}

.c-tag {
  display: inline-block;
  margin: 0 0.5em;
  padding: 0 1em;
  font-size: calc(1rem * 14 / 16);
  color: var(--text-color);
  border: solid 1px var(--border-color);
  border-radius: 9999px;
}

.c-link__mark {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 1.6em;
}
.c-link__mark::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: var(--main-color);
  border-radius: 2px;
}
.c-link__mark::after {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(2px, 2px) rotate(45deg);
}

.c-border {
  margin: 0 0 20px;
  padding: 20px;
  border: solid 1px var(--border-color);
  border-radius: 10px;
}
@media (min-width: 769px) {
  .c-border {
    margin: 0 0 32px;
  }
}
.c-border--red {
  margin: 0 0 20px;
  padding: 20px;
  border: solid 1px var(--warning-color);
  border-radius: 10px;
}
@media (min-width: 769px) {
  .c-border--red {
    margin: 0 0 32px;
  }
}

.c-new {
  position: relative;
  display: inline-block;
  margin: 0 0.3em;
  top: -0.2em;
  width: 3.8em;
  height: 1.5em;
  background-color: #FFD700;
  border-radius: 4px;
  font-style: normal;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.5;
  color: var(--main-color);
  text-align: center;
}

.c-math {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: clamp(0.8rem, 1vw, 1rem);
}

.p-header {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  min-height: 80px;
}
@media (min-width: 769px) {
  .p-header {
    min-height: 128px;
  }
}
@media (min-width: 1140px) {
  .p-header {
    max-width: 1140px;
  }
}
.p-header__logo {
  margin: unset;
  padding: unset;
  font-size: unset;
  line-height: 1;
  background-image: unset;
  margin: 0;
  padding: 9px 0 0;
  width: 102px;
}
@media (min-width: 769px) {
  .p-header__logo {
    margin: unset;
  }
}
@media (min-width: 1140px) {
  .p-header__logo {
    padding: 74px calc((100vw - 1110px) / 2) 40px;
  }
}
@media (min-width: 769px) {
  .p-header__logo {
    padding: 16px 0 0;
    width: 169px;
  }
}
.p-header__logo img {
  width: 100%;
}
.p-header-navi {
  display: none;
}
@media (min-width: 769px) {
  .p-header-navi {
    display: block;
    background-color: var(--main-color);
  }
  .p-header-navi__list {
    margin: unset;
    padding: unset;
    list-style-type: unset;
    list-style-type: none;
    display: flex;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .p-header-navi__list {
    margin: unset;
  }
}
@media (min-width: 769px) {
  .p-header-navi__list > li {
    position: unset;
    margin: unset;
    padding: unset;
    color: unset;
    line-height: unset;
  }
  .p-header-navi__list > li::after {
    position: unset;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    content: unset;
    background-color: unset;
    border-radius: unset;
  }
}
@media (min-width: 769px) and (min-width: 1140px) {
  .p-header-navi__list {
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .p-header-navi__list > li {
    width: 20%;
    min-height: 60px;
    border-left: solid 1px var(--border-color);
  }
  .p-header-navi__list > li:last-child {
    border-right: solid 1px var(--border-color);
  }
  .p-header-navi__link {
    padding: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: calc(1rem * 18 / 16);
    font-weight: bold;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    border: none;
    cursor: pointer;
  }
  .p-header-navi__link--active {
    color: var(--text-color);
    background-color: #fff;
    border-top: solid 1px var(--border-color);
    border-bottom: solid 1px var(--border-color);
  }
}
.p-header__contents {
  display: none;
}
@media (min-width: 769px) {
  .p-header__contents {
    display: block;
    padding: 20px 0 0;
  }
}
.p-header-sub-navi {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  list-style-type: none;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .p-header-sub-navi {
    margin: unset;
  }
}
.p-header-sub-navi > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-header-sub-navi > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-header-sub-navi__wrapper {
  display: flex;
  margin: 0 0 20px;
}
.p-header-sub-navi > li {
  padding: 0 0.5em;
}
.p-header-sub-navi__link {
  font-size: calc(1rem * 14 / 16);
  color: var(--text-color);
}
.p-header-search {
  margin: 0 0 0.5em;
}
.p-header-search__form {
  display: flex;
  justify-content: end;
  align-items: center;
}
.p-header-search__label {
  margin: 0 0.8em 0 0;
  font-size: calc(1rem * 14 / 16);
}
.p-header-search__text-field {
  height: 32px;
  margin: 0 5px 0 0;
  padding: 0 0.5em;
  border: solid 1px var(--border-color);
  border-radius: 4px;
}
.p-header-search__button {
  position: relative;
  padding: 0.2em 2.4em 0.2em 1em;
  min-height: 32px;
  background-color: var(--main-color);
  font-size: calc(1rem * 14 / 16);
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.p-header-search__button::after {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 1.1em;
  height: 1.1em;
  content: "";
  background: transparent url(/images2023/common/ico_search.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.p-header__burger {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 60px;
  height: 60px;
  background-color: var(--main-color);
  border-radius: 4px;
  border: none;
}
@media (min-width: 769px) {
  .p-header__burger {
    display: none;
  }
}
.p-header__burger__lines {
  position: absolute;
  pointer-events: none;
  top: 15px;
  left: 50%;
  width: 20px;
  height: 15px;
  transform: translateX(-50%);
}
.p-header__burger__lines > span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transform: translateY(-50%);
}
.p-header__burger__lines > span:first-child {
  top: 0;
  transform: unset;
}
.p-header__burger__lines > span:last-child {
  top: unset;
  bottom: 0;
  transform: unset;
}
.p-header__burger__title {
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 10px;
  margin: 0;
  color: #fff;
  font-size: calc(1rem * 12 / 16);
  font-weight: bold;
  line-height: 1;
  transform: translateX(-50%);
}
.p-header__burger--active .p-header__burger__lines > span {
  display: none;
}
.p-header__burger--active .p-header__burger__lines > span:first-child {
  display: block;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.p-header__burger--active .p-header__burger__lines > span:last-child {
  display: block;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) rotate(45deg);
}
.p-header-spnavi {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  border-top: solid 1px var(--border-color);
  box-shadow: 0px 3px 6px rgba(132, 132, 132, 0.2);
}
@media (min-width: 769px) {
  .p-header-spnavi {
    display: none;
  }
}
.p-header-spnavi--active {
  display: block;
}
.p-header-spnavi__title {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 15px;
  min-height: 50px;
  font-size: calc(1rem * 18 / 16);
  font-weight: bold;
  border-bottom: solid 1px var(--border-color);
}
.p-header-spnavi__title::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 2px;
  content: "";
  background-color: var(--main-color);
  transform: translate(0, -50%);
}
.p-header-spnavi__title::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 2px;
  content: "";
  background-color: var(--main-color);
  transform: translate(0, -50%) rotate(90deg);
}
.p-header-spnavi__title--active::after {
  display: none;
}
.p-header-spnavi__content {
  padding: 20px 15px 15px;
  display: none;
  border-bottom: solid 1px var(--border-color);
}
.p-header-spnavi__content--active {
  display: block;
}
.p-header-spnavi__link {
  margin: 0 0 12px;
  font-size: calc(1rem * 16 / 16);
  font-weight: bold;
}
.p-header-spnavi__link > a {
  color: var(--text-color);
}
.p-header-spnavi__list {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  position: relative;
  list-style-type: none;
}
@media (min-width: 769px) {
  .p-header-spnavi__list {
    margin: unset;
  }
}
.p-header-spnavi__list > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-header-spnavi__list > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-header-spnavi__list > li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 1.5em;
  font-size: calc(1rem * 14 / 16);
  line-height: 1.5;
}
.p-header-spnavi__list > li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: var(--main-color);
  border-radius: 2px;
}
.p-header-spnavi__list > li::after {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(2px, 2px) rotate(45deg);
}
.p-header-spnavi__list > li > a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: bold;
}
.p-header-spnavi__drill-list {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  list-style-type: none;
  margin: 0 0 24px;
}
@media (min-width: 769px) {
  .p-header-spnavi__drill-list {
    margin: unset;
  }
}
.p-header-spnavi__drill-list > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-header-spnavi__drill-list > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-header-spnavi__drill-list > li {
  background-color: var(--sub1-color);
  border: solid 1px #fff;
}
.p-header-spnavi__drill-list__title {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 15px;
  min-height: 40px;
  font-weight: bold;
  font-size: calc(1rem * 14 / 16);
}
.p-header-spnavi__drill-list__title::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 2px;
  content: "";
  background-color: var(--main-color);
  transform: translate(0, -50%);
}
.p-header-spnavi__drill-list__title::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 2px;
  content: "";
  background-color: var(--main-color);
  transform: translate(0, -50%) rotate(90deg);
}
.p-header-spnavi__drill-list__title--active::after {
  display: none;
}
.p-header-spnavi__drill-list__link {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 15px;
  min-height: 40px;
  font-weight: bold;
  font-size: calc(1rem * 14 / 16);
}
.p-header-spnavi__drill-list__link > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--text-color);
}
.p-header-spnavi__drill-list__link-list {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  list-style-type: none;
}
@media (min-width: 769px) {
  .p-header-spnavi__drill-list__link-list {
    margin: unset;
  }
}
.p-header-spnavi__drill-list__link-list > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-header-spnavi__drill-list__link-list > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-header-spnavi__drill-list__link-list > li {
  position: relative;
  margin: 0 0 1em;
  padding: 0 1em 0 1.5em;
  width: 100%;
  line-height: 1.5;
  font-weight: bold;
  font-size: calc(1rem * 14 / 16);
}
.p-header-spnavi__drill-list__link-list > li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: var(--main-color);
  border-radius: 2px;
}
.p-header-spnavi__drill-list__link-list > li::after {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(2px, 2px) rotate(45deg);
}
.p-header-spnavi__drill-list__link-list > li > a {
  color: var(--text-color);
  text-decoration: none;
}
.p-header-spnavi__drill-list__link-list > li > a:hover {
  text-decoration: underline;
}
.p-header-spnavi__drill-sub-list {
  display: none;
  margin: unset;
  padding: unset;
  list-style-type: unset;
  list-style-type: none;
  padding: 20px 20px 1px;
  background-color: #C9D5E6;
  border-top: solid 1px #fff;
}
@media (min-width: 769px) {
  .p-header-spnavi__drill-sub-list {
    margin: unset;
  }
}
.p-header-spnavi__drill-sub-list > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-header-spnavi__drill-sub-list > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-header-spnavi__drill-sub-list > li {
  position: relative;
  margin: 0 0 1.5em;
  padding: 0 1em 0 1.5em;
  font-size: calc(1rem * 14 / 16);
  font-weight: bold;
}
.p-header-spnavi__drill-sub-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: var(--main-color);
  border-radius: 2px;
}
.p-header-spnavi__drill-sub-list > li::after {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(2px, 2px) rotate(45deg);
}
.p-header-spnavi__drill-sub-list > li > a {
  color: var(--text-color);
  text-decoration: none;
}
.p-header-spnavi__drill-sub-list--active {
  display: block;
}
.p-header-spnavi__link-list {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  list-style-type: none;
  padding: 20px 15px;
}
@media (min-width: 769px) {
  .p-header-spnavi__link-list {
    margin: unset;
  }
}
.p-header-spnavi__link-list > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-header-spnavi__link-list > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-header-spnavi__link-list > li {
  display: inline-block;
  font-size: calc(1rem * 14 / 16);
  margin: 0 1em 0 0;
}
.p-header-spnavi__link-list > li > a {
  color: var(--text-color);
}
.p-header-spnavi__search {
  padding: 20px 15px;
  background-color: var(--base-gray-color);
}
.p-header-spnavi__search__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-header-spnavi__search__label {
  display: inline-block;
  margin: 0 0 0.5em 0;
  font-size: calc(1rem * 14 / 16);
  width: 100%;
}
.p-header-spnavi__search__text-field {
  width: calc(100% - 85px);
  height: 32px;
  margin: 0 5px 0 0;
  padding: 0 0.5em;
  border: solid 1px var(--border-color);
  border-radius: 4px;
}
.p-header-spnavi__search__button {
  position: relative;
  padding: 0 2.4em 0 1em;
  width: 80px;
  height: 32px;
  background-color: var(--main-color);
  font-size: calc(1rem * 14 / 16);
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.p-header-spnavi__search__button::after {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 1.1em;
  height: 1.1em;
  content: "";
  background: transparent url(/images2023/common/ico_search.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.p-header-spnavi__close {
  margin: 0;
}
.p-header-spnavi__close > button {
  width: 100%;
  height: 40px;
  background-color: var(--text-color);
  color: #fff;
  border: none;
}
.p-header-spnavi > ul:first-of-type {
  margin: unset;
  padding: unset;
  list-style-type: unset;
}
@media (min-width: 769px) {
  .p-header-spnavi > ul:first-of-type {
    margin: unset;
  }
}
.p-header-spnavi > ul:first-of-type > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-header-spnavi > ul:first-of-type > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}

.p-footer__navi {
  background-color: var(--sub1-color);
}
.p-footer__navi__list {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  list-style-type: none;
}
@media (min-width: 769px) {
  .p-footer__navi__list {
    margin: unset;
  }
}
.p-footer__navi__list > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-footer__navi__list > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .p-footer__navi__list {
    padding: 16px 0;
    text-align: center;
  }
}
.p-footer__navi__list > li {
  padding: 12px 15px;
  font-size: calc(1rem * 14 / 16);
  border-bottom: solid 1px #fff;
}
@media (min-width: 769px) {
  .p-footer__navi__list > li {
    display: inline-block;
    padding: 0.5em 15px;
    border-bottom: none;
  }
}
.p-footer__navi__list > li > a {
  display: block;
  color: #0E47A1;
  text-decoration: none;
}
@media (min-width: 769px) {
  .p-footer__navi__list > li > a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 769px) {
  .p-footer__contents {
    display: flex;
    justify-content: space-between;
    margin: 0 0 12px;
  }
}
.p-footer__corp {
  margin: 0 0 18px;
  padding: 30px 0 0;
}
@media (min-width: 769px) {
  .p-footer__corp {
    margin: 0;
  }
}
.p-footer__corp__title {
  font-size: calc(1rem * 20 / 16);
  margin: 0 0 12px;
  font-weight: bold;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .p-footer__corp__title {
    font-size: calc(1rem * 24 / 16);
  }
}
.p-footer__corp__num {
  font-size: calc(1rem * 16 / 16);
  line-height: 1.75;
  margin: 0;
}
@media (min-width: 769px) {
  .p-footer__corp__num {
    font-size: calc(1rem * 16 / 16);
  }
}
.p-footer__corp__info {
  font-size: calc(1rem * 14 / 16);
  margin: 0;
}
@media (min-width: 769px) {
  .p-footer__corp__info {
    font-size: calc(1rem * 14 / 16);
  }
}
.p-footer__sns {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  margin: 0 -8px 18px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .p-footer__sns {
    margin: unset;
  }
}
.p-footer__sns > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-footer__sns > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .p-footer__sns {
    margin: 0 -8px;
    align-items: end;
    width: 367px;
  }
}
.p-footer__sns > li {
  width: 50%;
  padding: 0 8px;
}
.p-footer__copyright {
  margin: 0 0 18px;
  font-size: calc(1rem * 12 / 16);
  color: #707070;
}
@media (min-width: 769px) {
  .p-footer__copyright {
    text-align: right;
  }
}

.p-font-panel {
  margin: unset;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 15px;
}
@media (min-width: 769px) {
  .p-font-panel {
    margin: unset;
  }
}
.p-font-panel > dt {
  margin: unset;
  font-weight: unset;
  line-height: unset;
}
.p-font-panel > dd {
  margin: unset;
  line-height: unset;
}
.p-font-panel > dt {
  margin: 0 10px 0 0;
}
.p-font-panel__label {
  margin: 0 10px 0 0;
  width: auto;
  font-size: calc(1rem * 14 / 16);
}
.p-font-panel__items {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
  border: solid 1px var(--border-color);
  border-radius: 8px;
}
@media (min-width: 769px) {
  .p-font-panel__items {
    margin: unset;
  }
}
.p-font-panel__items > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-font-panel__items > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-font-panel__items > li {
  display: block;
  margin: 0;
}
.p-font-panel__items > li:first-child > button {
  border-radius: 8px 0 0 8px;
}
.p-font-panel__items > li:last-child > button {
  border-radius: 0 8px 8px 0;
}
.p-font-panel__button {
  font-size: calc(1rem * 14 / 16);
  cursor: pointer;
  border: none;
  padding: 0.5em 0.8em;
  background-color: #fff;
  color: var(--main-color);
  font-weight: bold;
}
.p-font-panel__button--active {
  background-color: var(--sub1-color);
  color: var(--text-color);
}

#menu04.p-mega {
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #C9D5E6 50%, #C9D5E6 100%);
}

.p-mega {
  z-index: 1000;
  position: absolute;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  width: 100%;
  transition: opacity 0.3s;
  border-bottom: solid 1px var(--border-color);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1215686275);
  overflow: hidden;
}
.p-mega__container {
  display: flex;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 1140px) {
  .p-mega__container {
    max-width: 1140px;
    min-height: 180px;
  }
}
@media (min-width: 769px) {
  .p-mega--active {
    opacity: 1;
    pointer-events: all;
  }
}
.p-mega__close {
  position: absolute;
  right: 15px;
  bottom: 0;
  margin: 0;
  background-color: var(--text-color);
  border-radius: 8px 8px 0 0;
}
.p-mega__close__button {
  position: relative;
  display: block;
  padding: 0.8em 3.5em 0.8em 2.5em;
  width: 100%;
  cursor: pointer;
  color: #fff;
  font-size: calc(1rem * 14 / 16);
  background-color: transparent;
  border: none;
}
.p-mega__close__button::before {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 1em;
  height: 2px;
  content: "";
  background-color: #fff;
  transform: translateY(-50%) rotate(45deg);
}
.p-mega__close__button::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 1em;
  height: 2px;
  content: "";
  background-color: #fff;
  transform: translateY(-50%) rotate(-45deg);
}
.p-mega__title {
  margin: 0;
  padding: 30px 0 0;
  width: 23%;
  border-right: solid 1px var(--border-color);
  font-size: calc(1rem * 24 / 16);
  font-weight: bold;
}
.p-mega__title a {
  font-size: calc(1rem * 24 / 16);
  color: var(--text-color);
}
.p-mega__navi {
  width: 77%;
}
.p-mega__navi__list {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 50px 20px;
}
@media (min-width: 769px) {
  .p-mega__navi__list {
    margin: unset;
  }
}
.p-mega__navi__list > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-mega__navi__list > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-mega__navi__list > li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 1.5em;
  width: 33%;
  font-size: calc(1rem * 14 / 16);
  line-height: 1.5;
}
.p-mega__navi__list > li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: var(--main-color);
  border-radius: 2px;
}
.p-mega__navi__list > li::after {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(2px, 2px) rotate(45deg);
}
.p-mega__navi__list > li > a {
  text-decoration: none;
  color: var(--text-color);
}
.p-mega__navi__list > li > a:hover {
  text-decoration: underline;
}
.p-mega__drill-navi {
  display: flex;
  width: 77%;
}
.p-mega__drill-navi__l1, .p-mega__drill-navi__l2, .p-mega__drill-navi__l3 {
  width: 33.3333%;
  padding: 25px 0 50px;
}
.p-mega__drill-navi__l1 {
  position: relative;
  border-right: solid 1px var(--border-color);
}
.p-mega__drill-navi__l1 > dl {
  margin: unset;
}
@media (min-width: 769px) {
  .p-mega__drill-navi__l1 > dl {
    margin: unset;
  }
}
.p-mega__drill-navi__l1 > dl > dt {
  margin: unset;
  font-weight: unset;
  line-height: unset;
}
.p-mega__drill-navi__l1 > dl > dd {
  margin: unset;
  line-height: unset;
}
.p-mega__drill-navi__l1 > dl > dt {
  font-size: calc(1rem * 14 / 16);
  position: relative;
  padding: 6px 2.5em 6px 20px;
  padding: 6px 2.5em 6px 20px;
  background-color: var(--sub1-color);
  color: #000;
}
.p-mega__drill-navi__l1 > dl > dt > img {
  position: absolute;
  display: block;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.p-mega__drill-navi__l1__list {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  list-style-type: none;
}
@media (min-width: 769px) {
  .p-mega__drill-navi__l1__list {
    margin: unset;
  }
}
.p-mega__drill-navi__l1__list > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-mega__drill-navi__l1__list > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-mega__drill-navi__l1__list > li {
  position: relative;
  padding: 6px 2.5em 6px 45px;
  font-size: calc(1rem * 14 / 16);
}
.p-mega__drill-navi__l1__list > li::before {
  position: absolute;
  top: 8px;
  left: 20px;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: var(--main-color);
  border-radius: 2px;
}
.p-mega__drill-navi__l1__list > li::after {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(2px, 2px) rotate(45deg);
}
.p-mega__drill-navi__l1__list > li > a {
  font-size: calc(1rem * 14 / 16);
  color: var(--text-color);
  text-decoration: none;
}
.p-mega__drill-navi__l1__list > li > a:hover {
  text-decoration: underline;
}
.p-mega__drill-navi__l2 {
  position: absolute;
  top: 0;
  left: calc(100% + 1px);
  width: 100%;
  background-color: var(--sub1-color);
  border-right: solid 1px var(--border-color);
}
.p-mega__drill-navi__l2__list {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  position: relative;
  list-style-type: none;
}
@media (min-width: 769px) {
  .p-mega__drill-navi__l2__list {
    margin: unset;
  }
}
.p-mega__drill-navi__l2__list > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-mega__drill-navi__l2__list > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-mega__drill-navi__l2__list > li > button {
  font-size: calc(1rem * 14 / 16);
  display: block;
  position: relative;
  padding: 6px 2.5em 6px 20px;
  width: 100%;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: var(--text-color);
  text-decoration: none;
  text-align: left;
}
.p-mega__drill-navi__l2__list > li > button:hover {
  text-decoration: underline;
}
.p-mega__drill-navi__l2__list > li > button::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  content: "";
  background: transparent url(/images2023/common/ico_arrow-rg.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.p-mega__drill-navi__l2__list > li.active {
  background-color: #C9D5E6;
}
.p-mega__drill-navi__l2__list > li.active > button {
  color: #333;
}
.p-mega__drill-navi__l3 {
  position: relative;
  background-color: #C9D5E6;
}
.p-mega__drill-navi__l3::before {
  position: absolute;
  display: block;
  width: calc((100vw - 1110px) / 2);
  min-width: 15px;
  top: 0;
  left: 100%;
  bottom: 0;
  content: "";
  background-color: #C9D5E6;
  background-color: #C9D5E6;
}
.p-mega__drill-navi__l3__list {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  list-style-type: none;
  z-index: 1;
}
@media (min-width: 769px) {
  .p-mega__drill-navi__l3__list {
    margin: unset;
  }
}
.p-mega__drill-navi__l3__list > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-mega__drill-navi__l3__list > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-mega__drill-navi__l3__list > li {
  position: relative;
  padding: 6px 0 6px 45px;
}
.p-mega__drill-navi__l3__list > li::before {
  position: absolute;
  top: 8px;
  left: 20px;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: var(--main-color);
  border-radius: 2px;
}
.p-mega__drill-navi__l3__list > li::after {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(2px, 2px) rotate(45deg);
}
.p-mega__drill-navi__l3__list > li > a {
  font-size: calc(1rem * 14 / 16);
  color: var(--text-color);
  text-decoration: none;
}
.p-mega__drill-navi__l3__list > li > a:hover {
  text-decoration: underline;
}
.p-mega__drill-navi__l3__list.active {
  display: block;
}
.p-mega__inquiry-navi {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  padding: 30px 0 60px 30px;
  width: 77%;
}
@media (min-width: 769px) {
  .p-mega__inquiry-navi {
    margin: unset;
  }
}
.p-mega__inquiry-navi > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-mega__inquiry-navi > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-mega__inquiry-navi__container {
  display: flex;
  width: 100%;
}
.p-mega__inquiry-navi__parent {
  width: 33.3333%;
}
.p-mega__inquiry-navi__parent__link {
  margin: 0 0 0.5em;
}
.p-mega__inquiry-navi__parent__link > a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 0.8em;
  color: var(--text-color);
  font-size: calc(1rem * 18 / 16);
  font-weight: bold;
}
.p-mega__inquiry-navi__parent__link > a:hover {
  text-decoration: none;
}
.p-mega__inquiry-navi__parent__link > a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  background-color: var(--border-color);
}
.p-mega__inquiry-navi__child {
  width: 66.6666%;
}
.p-mega__inquiry-navi__list {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  padding: 7px 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (min-width: 769px) {
  .p-mega__inquiry-navi__list {
    margin: unset;
  }
}
.p-mega__inquiry-navi__list > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-mega__inquiry-navi__list > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-mega__inquiry-navi__list > li {
  position: relative;
  margin: 0 0 1em;
  padding: 0 1em 0 1.5em;
  width: 50%;
  line-height: 1.5;
}
.p-mega__inquiry-navi__list > li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: var(--main-color);
  border-radius: 2px;
}
.p-mega__inquiry-navi__list > li::after {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(2px, 2px) rotate(45deg);
}
.p-mega__inquiry-navi__list > li > a {
  color: var(--text-color);
  text-decoration: none;
}
.p-mega__inquiry-navi__list > li > a:hover {
  text-decoration: underline;
}

.p-breadcrumb {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  font-size: calc(1rem * 14 / 16);
  padding: 1em 15px 0;
  list-style-type: none;
  background-image: linear-gradient(97deg, var(--base-gray-color) 0%, var(--sub1-color) 100%);
}
@media (min-width: 769px) {
  .p-breadcrumb {
    margin: unset;
  }
}
.p-breadcrumb > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-breadcrumb > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 1140px) {
  .p-breadcrumb {
    padding: 1em calc((100vw - 1110px) / 2) 0;
  }
}
.p-breadcrumb > li {
  display: inline-block;
  position: relative;
  padding: 0 1.2em 0 0;
  width: fit-content;
}
.p-breadcrumb > li::after {
  position: absolute;
  top: 50%;
  right: 0.3em;
  width: 0.7em;
  height: 0.7em;
  content: "";
  border-right: solid 2px var(--main-color);
  border-bottom: solid 2px var(--main-color);
  transform: translate(0, -50%) rotate(-45deg);
}
.p-breadcrumb > li:last-child::after {
  display: none;
}

.p-list__annotation {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  margin: 0 0 20px;
  list-style-type: none;
}
@media (min-width: 769px) {
  .p-list__annotation {
    margin: unset;
  }
}
.p-list__annotation > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-list__annotation > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .p-list__annotation {
    margin: 0 0 32px;
  }
}
.p-list__annotation > li {
  position: relative;
  margin: 10px 0;
  padding: 0 0 0 1.3em;
  font-size: calc(1rem * 14 / 16);
  line-height: 1.5;
}
.p-list__annotation > li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "※";
}
.p-list__link {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  margin: 0 0 20px;
  list-style-type: none;
}
@media (min-width: 769px) {
  .p-list__link {
    margin: unset;
  }
}
.p-list__link > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-list__link > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .p-list__link {
    margin: 0 0 32px;
  }
}
.p-list__link > li {
  position: relative;
  margin: 10px 0;
  padding: 0 0 0 1.6em;
  font-size: calc(1rem * 16 / 16);
  line-height: 1.5;
}
.p-list__link > li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: var(--main-color);
  border-radius: 2px;
}
.p-list__link > li::after {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(2px, 2px) rotate(45deg);
}
.p-list__link--horizon {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  margin: 0 0 20px;
  list-style-type: none;
}
@media (min-width: 769px) {
  .p-list__link--horizon {
    margin: unset;
  }
}
.p-list__link--horizon > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-list__link--horizon > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .p-list__link--horizon {
    margin: 0 0 32px;
  }
}
.p-list__link--horizon > li {
  position: relative;
  display: inline-block;
  margin: 0 0.5em 0.5em;
  padding: 0 0 0 1.6em;
}
.p-list__link--horizon > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: var(--main-color);
  border-radius: 2px;
}
.p-list__link--horizon > li::after {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(2px, 2px) rotate(45deg);
}
.p-list__link--border {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  margin: 0 0 20px;
  list-style-type: none;
}
@media (min-width: 769px) {
  .p-list__link--border {
    margin: unset;
  }
}
.p-list__link--border > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-list__link--border > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .p-list__link--border {
    margin: 0 0 32px;
  }
}
.p-list__link--border > li {
  position: relative;
  margin: 10px 0;
  padding: 0 0 0.5em 1.6em;
  font-size: calc(1rem * 16 / 16);
  line-height: 1.5;
  border-bottom: solid 1px var(--border-color);
}
.p-list__link--border > li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: var(--main-color);
  border-radius: 2px;
}
.p-list__link--border > li::after {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(2px, 2px) rotate(45deg);
}
.p-list__link--border--horizon {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  margin: 0 0 20px;
  list-style-type: none;
}
@media (min-width: 769px) {
  .p-list__link--border--horizon {
    margin: unset;
  }
}
.p-list__link--border--horizon > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-list__link--border--horizon > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .p-list__link--border--horizon {
    margin: 0 0 32px;
  }
}
.p-list__link--border--horizon > li {
  display: inline-block;
  margin: 0 0.5em 0.5em;
}
.p-list__order-underline {
  margin: unset;
  padding: unset;
  margin: 0 0 20px;
  position: relative;
}
@media (min-width: 769px) {
  .p-list__order-underline {
    margin: unset;
  }
}
.p-list__order-underline > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-list__order-underline {
    margin: 0 0 32px;
  }
}
.p-list__order-underline > li {
  position: relative;
  margin: 8px 0 8px 1.5em;
  padding: 0 0 0.5em;
  line-height: 1.5;
}
.p-list__order-underline > li::before {
  position: absolute;
  width: calc(100% + 1.5em);
  height: 1px;
  left: -1.5em;
  bottom: 0;
  content: "";
  background-color: var(--border-color);
}
.p-list__order-cjk {
  margin: unset;
  padding: unset;
  margin: 0 0 20px;
  position: relative;
  list-style-type: cjk-ideographic;
}
@media (min-width: 769px) {
  .p-list__order-cjk {
    margin: unset;
  }
}
.p-list__order-cjk > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-list__order-cjk {
    margin: 0 0 32px;
  }
}
.p-list__order-cjk > li {
  position: relative;
  margin: 8px 0 8px 1.5em;
  padding: 0 0 0.5em;
  line-height: 1.5;
}
.p-list__order-latin {
  margin: unset;
  padding: unset;
  margin: 0 0 20px;
  position: relative;
  list-style-type: lower-latin;
}
@media (min-width: 769px) {
  .p-list__order-latin {
    margin: unset;
  }
}
.p-list__order-latin > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-list__order-latin {
    margin: 0 0 32px;
  }
}
.p-list__order-latin > li {
  position: relative;
  margin: 8px 0 8px 1.5em;
  padding: 0 0 0.5em;
  line-height: 1.5;
}
.p-list__order-roman {
  margin: unset;
  padding: unset;
  margin: 0 0 20px;
  position: relative;
  list-style-type: upper-roman;
}
@media (min-width: 769px) {
  .p-list__order-roman {
    margin: unset;
  }
}
.p-list__order-roman > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-list__order-roman {
    margin: 0 0 32px;
  }
}
.p-list__order-roman > li {
  position: relative;
  margin: 8px 0 8px 2em;
  padding: 0 0 0.5em;
  line-height: 1.5;
}
.p-list__order-roman--lowercase {
  margin: unset;
  padding: unset;
  margin: 0 0 20px;
  position: relative;
  list-style-type: lower-roman;
}
@media (min-width: 769px) {
  .p-list__order-roman--lowercase {
    margin: unset;
  }
}
.p-list__order-roman--lowercase > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-list__order-roman--lowercase {
    margin: 0 0 32px;
  }
}
.p-list__order-roman--lowercase > li {
  position: relative;
  margin: 8px 0 8px 2em;
  padding: 0 0 0.5em;
  line-height: 1.5;
}
.p-list__order-hiragana {
  margin: unset;
  padding: unset;
  margin: 0 0 20px;
  position: relative;
  list-style-type: hiragana;
}
@media (min-width: 769px) {
  .p-list__order-hiragana {
    margin: unset;
  }
}
.p-list__order-hiragana > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-list__order-hiragana {
    margin: 0 0 32px;
  }
}
.p-list__order-hiragana > li {
  position: relative;
  margin: 8px 0 8px 2em;
  padding: 0 0 0.5em;
  line-height: 1.5;
}
.p-list__order-katakana {
  margin: unset;
  padding: unset;
  margin: 0 0 20px;
  position: relative;
  list-style-type: katakana;
}
@media (min-width: 769px) {
  .p-list__order-katakana {
    margin: unset;
  }
}
.p-list__order-katakana > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-list__order-katakana {
    margin: 0 0 32px;
  }
}
.p-list__order-katakana > li {
  position: relative;
  margin: 8px 0 8px 2em;
  padding: 0 0 0.5em;
  line-height: 1.5;
}
.p-list__order-hiragana-iroha {
  margin: unset;
  padding: unset;
  margin: 0 0 20px;
  position: relative;
  list-style-type: hiragana-iroha;
}
@media (min-width: 769px) {
  .p-list__order-hiragana-iroha {
    margin: unset;
  }
}
.p-list__order-hiragana-iroha > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-list__order-hiragana-iroha {
    margin: 0 0 32px;
  }
}
.p-list__order-hiragana-iroha > li {
  position: relative;
  margin: 8px 0 8px 2em;
  padding: 0 0 0.5em;
  line-height: 1.5;
}
.p-list__order-katakana-iroha {
  margin: unset;
  padding: unset;
  margin: 0 0 20px;
  position: relative;
  list-style-type: katakana-iroha;
}
@media (min-width: 769px) {
  .p-list__order-katakana-iroha {
    margin: unset;
  }
}
.p-list__order-katakana-iroha > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-list__order-katakana-iroha {
    margin: 0 0 32px;
  }
}
.p-list__order-katakana-iroha > li {
  position: relative;
  margin: 8px 0 8px 2em;
  padding: 0 0 0.5em;
  line-height: 1.5;
}
.p-list__order-bracket {
  margin: unset;
  padding: unset;
  margin: 0 0 20px;
  position: relative;
  list-style-type: none;
  counter-reset: cnt;
}
@media (min-width: 769px) {
  .p-list__order-bracket {
    margin: unset;
  }
}
.p-list__order-bracket > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-list__order-bracket {
    margin: 0 0 32px;
  }
}
.p-list__order-bracket > li {
  display: block;
  position: relative;
  margin: 8px 0;
  padding: 0 0 0.5em 2.5em;
  line-height: 1.5;
  counter-increment: cnt;
}
.p-list__order-bracket > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "(" counter(cnt) ")";
}
.p-list__order-annotation {
  margin: unset;
  padding: unset;
  margin: 0 0 20px;
  position: relative;
  list-style-type: none;
  counter-reset: cnt;
}
@media (min-width: 769px) {
  .p-list__order-annotation {
    margin: unset;
  }
}
.p-list__order-annotation > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-list__order-annotation {
    margin: 0 0 32px;
  }
}
.p-list__order-annotation > li {
  display: block;
  position: relative;
  margin: 8px 0;
  padding: 0 0 0 2.5em;
  font-size: calc(1rem * 14 / 16);
  line-height: 1.5;
  counter-increment: cnt;
}
.p-list__order-annotation > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "※" counter(cnt);
}
.p-list__order-half-bracket {
  margin: unset;
  padding: unset;
  margin: 0 0 20px;
  position: relative;
  list-style-type: none;
  counter-reset: cnt;
}
@media (min-width: 769px) {
  .p-list__order-half-bracket {
    margin: unset;
  }
}
.p-list__order-half-bracket > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-list__order-half-bracket {
    margin: 0 0 32px;
  }
}
.p-list__order-half-bracket > li {
  display: block;
  position: relative;
  margin: 8px 0;
  padding: 0 0 0.5em 2.2em;
  line-height: 1.5;
  counter-increment: cnt;
}
.p-list__order-half-bracket > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: counter(cnt) ")";
}
.p-list__dl-horizon {
  margin: unset;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .p-list__dl-horizon {
    margin: unset;
  }
}
.p-list__dl-horizon > dt {
  margin: unset;
  font-weight: unset;
  line-height: unset;
}
.p-list__dl-horizon > dd {
  margin: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-list__dl-horizon {
    margin: 0 0 32px;
  }
}
.p-list__dl-horizon > dt {
  margin: 0 0 0.7em;
  padding: 0 1em 0.7em 0;
  width: 25%;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: solid 1px var(--border-color);
}
.p-list__dl-horizon > dd {
  margin: 0 0 0.7em;
  padding: 0 0 0.7em 1.5em;
  width: 75%;
  line-height: 1.5;
  border-bottom: solid 1px var(--border-color);
}
.p-list__dl-desc {
  margin: unset;
  margin: 0 0 20px;
}
@media (min-width: 769px) {
  .p-list__dl-desc {
    margin: unset;
  }
}
.p-list__dl-desc > dt {
  margin: unset;
  font-weight: unset;
  line-height: unset;
}
.p-list__dl-desc > dd {
  margin: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-list__dl-desc {
    margin: 0 0 32px;
  }
}
.p-list__dl-desc > dt {
  position: relative;
  margin: 0 0 0.7em;
  padding: 0 0 0 1em;
  font-weight: bold;
  line-height: 1.5;
}
.p-list__dl-desc > dt::after {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #A3AFC4;
  border-radius: 50%;
}
.p-list__dl-desc > dd {
  margin: 0 0 1.5em;
  padding: 0 0 0 1em;
  line-height: 1.5;
}
.p-list--none > li::after {
  display: none;
}

.p-policy-list {
  background-color: var(--main-color);
  padding: 0 0 8px;
}
@media (min-width: 769px) {
  .p-policy-list {
    padding: 0 0 50px;
  }
}
.p-policy-list > h2 {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
  font-size: unset;
  font-size: calc(1rem * 20 / 16);
  margin: 0 0 30px;
  background-color: var(--sub2-color);
  text-align: center;
  color: #fff;
  line-height: 60px;
}
@media (min-width: 769px) {
  .p-policy-list > h2 {
    font-size: unset;
  }
}
.p-policy-list > h2::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
}
@media (min-width: 769px) {
  .p-policy-list > h2 {
    font-size: calc(1rem * 24 / 16);
    margin: 0 0 40px;
    line-height: 80px;
  }
}
.p-policy-list dl {
  margin: unset;
}
@media (min-width: 769px) {
  .p-policy-list dl {
    margin: unset;
  }
}
.p-policy-list dl > dt {
  margin: unset;
  font-weight: unset;
  line-height: unset;
}
.p-policy-list dl > dd {
  margin: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-policy-list dl {
    column-count: 3;
    column-gap: 30px;
  }
}
.p-policy-list dl > div {
  break-inside: avoid;
}
.p-policy-list dl > div > dt {
  margin: 0 0 1em;
  color: #fff;
  font-size: calc(1rem * 18 / 16);
  font-weight: bold;
  border-bottom: solid 2px #6A87B2;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .p-policy-list dl > div > dt {
    font-size: calc(1rem * 20 / 16);
  }
}
.p-policy-list dl > div > dd {
  margin: 0 0 32px;
}
.p-policy-list dl > div > dd > ul {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  position: relative;
  list-style-type: none;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .p-policy-list dl > div > dd > ul {
    margin: unset;
  }
}
.p-policy-list dl > div > dd > ul > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-policy-list dl > div > dd > ul > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-policy-list dl > div > dd > ul > li {
  font-size: calc(1rem * 16 / 16);
  margin: 0 0 0.8em;
  padding: 0 0 0 1.5em;
  position: relative;
}
.p-policy-list dl > div > dd > ul > li::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  content: "";
  background-color: #6A87B2;
  border-radius: 2px;
}
.p-policy-list dl > div > dd > ul > li::after {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(2px, 2px) rotate(45deg);
}
.p-policy-list dl > div > dd > ul > li > a {
  color: #fff;
  text-decoration: none;
}
.p-policy-list dl > div > dd > ul > li > a:hover {
  text-decoration: underline;
}

.p-card {
  margin: 0 0 20px;
  padding: 32px 20px 20px;
  border: solid 1px var(--border-color);
  border-radius: 10px;
  height: calc(100% - 20px);
}
@media (min-width: 769px) {
  .p-card {
    margin: 0 0 32px;
    height: calc(100% - 32px);
  }
}
.p-card__list {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  list-style-type: none;
  margin: 0 -15px;
}
@media (min-width: 769px) {
  .p-card__list {
    margin: unset;
  }
}
.p-card__list > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-card__list > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .p-card__list {
    margin: 0 -15px;
  }
}
.p-card__list > li {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.p-card__link {
  display: block;
  position: relative;
  margin: 0 0 10px;
}
.p-card__link > img {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  margin: 0 0 20px;
  vertical-align: bottom;
  object-fit: contain;
}
.p-card__link > p {
  margin: 0;
}
.p-card__desc {
  margin: 0;
  font-size: calc(1rem * 14 / 16);
}
.p-card-register {
  display: flex;
  margin: 0 0 20px;
  padding: 20px;
  border: solid 1px var(--border-color);
  border-radius: 10px;
  height: calc(100% - 20px);
}
@media (min-width: 769px) {
  .p-card-register {
    margin: 0 0 32px;
    height: calc(100% - 32px);
  }
}
.p-card-register__image {
  margin: 0;
  width: 30%;
  aspect-ratio: 7/10;
}
@media (min-width: 769px) {
  .p-card-register__image {
    width: 25%;
  }
}
.p-card-register__image > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.p-card-register__desc {
  margin: 0;
  padding: 0 0 0 20px;
  width: 75%;
}

.p-accordion {
  margin: 0 0 20px;
  border-top: solid 1px var(--border-color);
}
@media (min-width: 769px) {
  .p-accordion {
    margin: 0 0 30px;
  }
}
.p-accordion > details {
  border-bottom: solid 1px var(--border-color);
}
.p-accordion > details > summary {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  font-size: calc(1rem * 18 / 16);
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  color: var(--text-color);
}
@media (min-width: 769px) {
  .p-accordion > details > summary {
    font-size: calc(1rem * 20 / 16);
  }
}
.p-accordion > details > summary::-webkit-details-marker {
  display: none;
}
.p-accordion > details > summary::before {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 16px;
  height: 2px;
  content: "";
  background-color: var(--main-color);
  transform: translateY(-50%);
}
.p-accordion > details > summary::after {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 16px;
  height: 2px;
  content: "";
  background-color: var(--main-color);
  transform: translateY(-50%) rotate(90deg);
}
.p-accordion > details > summary.active {
  background-color: var(--sub1-color);
}
.p-accordion > details > summary.active::after {
  display: none;
}
.p-accordion > details > summary > h2 {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
  font-size: unset;
}
@media (min-width: 769px) {
  .p-accordion > details > summary > h2 {
    font-size: unset;
  }
}
.p-accordion > details > summary > h2::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
}
.p-accordion > details > summary > h3 {
  position: unset;
  margin: unset;
  padding: unset;
  font-size: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-accordion > details > summary > h3 {
    margin: unset;
    font-size: unset;
  }
}
.p-accordion > details > summary > h3::after {
  position: unset;
  bottom: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-image: unset;
  border-radius: unset;
}
.p-accordion > details > summary > h4 {
  position: unset;
  margin: unset;
  padding: unset;
  border-bottom: unset;
  font-size: unset;
  line-height: unset;
  overflow: unset;
}
@media (min-width: 769px) {
  .p-accordion > details > summary > h4 {
    margin: unset;
    font-size: unset;
  }
}
.p-accordion > details > summary > h5 {
  position: unset;
  margin: unset;
  padding: unset;
  font-size: unset;
  line-height: unset;
}
.p-accordion > details > summary > h5::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .p-accordion > details > summary > h5 {
    margin: unset;
  }
}
.p-accordion__contents {
  padding: 20px;
  background-color: var(--sub1-color);
}
.p-accordion__contents__inner {
  padding: 20px 20px 1px;
  background-color: #fff;
  border-radius: 8px;
}

.p-pager {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  list-style-type: none;
  margin: 0 auto 20px;
  text-align: center;
}
@media (min-width: 769px) {
  .p-pager {
    margin: unset;
  }
}
.p-pager > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-pager > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .p-pager {
    margin: 0 auto 32px;
  }
}
.p-pager > .p-pager__prev {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1em;
}
.p-pager > .p-pager__prev > a {
  text-decoration: none;
  color: var(--text-color);
}
.p-pager > .p-pager__prev > a:hover {
  text-decoration: underline;
}
.p-pager > .p-pager__prev::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px var(--main-color);
  border-left: solid 2px var(--main-color);
  transform: translateY(-50%) rotate(-45deg);
}
.p-pager > .p-pager__next {
  position: relative;
  display: inline-block;
  padding: 0 1em 0 0;
}
.p-pager > .p-pager__next > a {
  text-decoration: none;
  color: var(--text-color);
}
.p-pager > .p-pager__next > a:hover {
  text-decoration: underline;
}
.p-pager > .p-pager__next::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px var(--main-color);
  border-right: solid 2px var(--main-color);
  transform: translateY(-50%) rotate(45deg);
}
.p-pager > .p-pager__num {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
@media (min-width: 769px) {
  .p-pager > .p-pager__num {
    width: 32px;
    height: 32px;
  }
}
.p-pager > .p-pager__num > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: var(--text-color);
}
.p-pager > .p-pager__num > a:hover {
  text-decoration: underline;
}
.p-pager > .p-pager__num--current > a {
  border: solid 1px var(--border-color);
  border-radius: 4px;
  color: var(--text-light-color);
  background-color: var(--base-gray-color);
}

.p-top {
  padding: 32px 0 1px;
  background-color: var(--base-gray-color);
}
@media (min-width: 769px) {
  .p-top {
    padding: 40px 0 1px;
  }
}
.p-top__important {
  position: relative;
  margin: 0 0 20px;
  padding: 16px 20px 20px;
  background-color: #fff;
  border: solid 2px var(--warning-color);
  border-radius: 20px;
}
@media (min-width: 769px) {
  .p-top__important {
    margin: 0 0 32px;
    padding: 12px;
  }
}
.p-top__important h2 {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
  font-size: unset;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0.3em 0 20px;
  padding: 0;
  position: relative;
  font-size: calc(1rem * 15 / 16);
  font-weight: bold;
  width: 100%;
  height: 50px;
  background-color: #FFECEC;
  border-radius: 12px;
}
@media (min-width: 769px) {
  .p-top__important h2 {
    font-size: unset;
  }
}
.p-top__important h2::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
}
@media (min-width: 769px) {
  .p-top__important h2 {
    font-size: calc(1rem * 15 / 16);
    height: 100%;
    margin: 0;
  }
}
.p-top__important h2 > span {
  position: relative;
  display: block;
  padding: 0 0 0 36px;
}
@media (min-width: 769px) {
  .p-top__important h2 > span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 40px 0 0;
  }
}
.p-top__important h2 > span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  content: "";
  background: transparent url(/images2023/top/ico_alert-triangle.svg) no-repeat center center/contain;
  transform: translate(0, -52%);
}
@media (min-width: 769px) {
  .p-top__important h2 > span::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-top__important__red-triangle {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin: 0 0 0 0;
  width: 28px;
  height: 28px;
  background: transparent url(/images2023/top/ico_alert-triangle.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .p-top__important__red-triangle {
    position: relative;
    display: block;
    margin: 0 0 12px;
    padding: 0;
    width: 100%;
    height: 30px;
    transform: none;
  }
}
.p-top__important dl {
  margin: unset;
}
@media (min-width: 769px) {
  .p-top__important dl {
    margin: unset;
  }
}
.p-top__important dl > dt {
  margin: unset;
  font-weight: unset;
  line-height: unset;
}
.p-top__important dl > dd {
  margin: unset;
  line-height: unset;
}
@media (min-width: 769px) {
  .p-top__important dl {
    padding: 12px 0;
  }
}
.p-top__important dl > dt {
  margin: 0 0 5px;
  font-size: calc(1rem * 14 / 16);
  font-weight: bold;
  color: var(--text-light-color);
  line-height: 1.75;
}
.p-top__important dl > dd {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: solid 1px var(--border-color);
  line-height: 1.75;
}
.p-top__important dl > dd:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.p-top__important dl > dd > a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 1.6em;
  text-decoration: none;
  color: var(--text-color);
}
.p-top__important dl > dd > a:hover {
  text-decoration: underline;
}
.p-top__important dl > dd > a::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: #FFECEC;
  border-radius: 2px;
}
.p-top__important dl > dd > a::after {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px var(--warning-color);
  border-right: solid 2px var(--warning-color);
  transform: translate(2px, 2px) rotate(45deg);
}
.p-top__search {
  margin: 0 0 20px;
  padding: 20px;
  height: calc(100% - 20px);
  background-image: linear-gradient(0deg, var(--sub1-color) 0%, #fff 100%);
  border: solid 2px var(--border-color);
  border-radius: 20px;
}
@media (min-width: 769px) {
  .p-top__search {
    margin: 0 0 32px;
    padding: 32px;
    height: calc(100% - 32px);
    min-height: 330px;
  }
}
.p-top__search__title {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
  font-size: unset;
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 2em;
  position: relative;
  font-size: calc(1rem * 20 / 16);
  font-weight: bold;
}
@media (min-width: 769px) {
  .p-top__search__title {
    font-size: unset;
  }
}
.p-top__search__title::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
}
@media (min-width: 769px) {
  .p-top__search__title {
    font-size: calc(1rem * 24 / 16);
    margin: 0 0 20px;
  }
}
.p-top__search__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  content: "";
  background: transparent url(/images2023/top/ico_top-search.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.p-top__search-box {
  margin: 0 0 20px;
}
@media (min-width: 769px) {
  .p-top__search-box {
    margin: 0 0 32px;
  }
}
.p-top__search-box__text-field {
  width: 60%;
  height: 40px;
  margin: 0 5px 0 0;
  padding: 0 0.5em;
  border: solid 1px var(--border-color);
  border-radius: 4px;
}
@media (min-width: 769px) {
  .p-top__search-box__text-field {
    width: 70%;
  }
}
.p-top__search-box__button {
  position: relative;
  padding: 0 2.4em 0 1em;
  height: 40px;
  background-color: var(--main-color);
  font-size: calc(1rem * 14 / 16);
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.p-top__search-box__button::after {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 1.1em;
  height: 1.1em;
  content: "";
  background: transparent url(/images2023/common/ico_search.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.p-top__jnet21 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  padding: 20px;
  height: calc(100% - 20px);
  border: solid 2px #D8AEAF;
  border-radius: 20px;
  background-image: linear-gradient(0deg, #FFEAEA 0%, #fff 100%);
}
@media (min-width: 769px) {
  .p-top__jnet21 {
    margin: 0 0 32px;
    height: calc(100% - 32px);
  }
}
.p-top__jnet21 > p {
  margin: 0;
}
.p-top__jnet21 > p > a {
  transition: opacity 0.3s;
}
.p-top__jnet21 > p > a:hover {
  opacity: 0.6;
}
.p-top__jnet21 > p > a > img {
  vertical-align: bottom;
}
.p-top__news {
  position: relative;
  margin: 0 0 20px;
  padding: 20px;
  background-color: #fff;
  border: solid 2px var(--border-color);
  border-radius: 20px;
}
@media (min-width: 769px) {
  .p-top__news {
    margin: 0 0 32px;
    padding: 32px;
  }
}
.p-top__news__rss {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (min-width: 769px) {
  .p-top__news__rss {
    top: 32px;
    right: 32px;
  }
}
.p-top__news__list {
  margin: unset;
}
@media (min-width: 769px) {
  .p-top__news__list {
    margin: unset;
  }
}
.p-top__news__list > dt {
  margin: unset;
  font-weight: unset;
  line-height: unset;
}
.p-top__news__list > dd {
  margin: unset;
  line-height: unset;
}
.p-top__news__list > dt {
  margin: 0 0 5px;
  font-size: calc(1rem * 14 / 16);
  font-weight: bold;
  color: var(--text-light-color);
  line-height: 1.75;
}
.p-top__news__list > dd {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: solid 1px var(--border-color);
  line-height: 1.75;
}
.p-top__news__list > dd > a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 1.6em;
  text-decoration: none;
  color: var(--text-color);
}
.p-top__news__list > dd > a:hover {
  text-decoration: underline;
}
.p-top__news__list > dd > a::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: var(--main-color);
  border-radius: 2px;
}
.p-top__news__list > dd > a::after {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(2px, 2px) rotate(45deg);
}
.p-top__news__title {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
  font-size: unset;
  position: relative;
  margin: 0.3em 0 20px;
  padding: 0 0 0 2em;
  position: relative;
  font-size: calc(1rem * 20 / 16);
  font-weight: bold;
}
@media (min-width: 769px) {
  .p-top__news__title {
    font-size: unset;
  }
}
.p-top__news__title::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
}
@media (min-width: 769px) {
  .p-top__news__title {
    font-size: calc(1rem * 24 / 16);
    margin: 0 0 32px;
  }
}
.p-top__news__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  content: "";
  background: transparent url(/images2023/top/ico_news.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.p-top__news__button {
  margin: 0;
}
.p-top__news__button > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 2em 0.5em 0.5em;
  width: 100%;
  min-height: 60px;
  font-size: calc(1rem * 18 / 16);
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
  color: var(--main-color);
  background-color: var(--sub1-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.p-top__news__button > a::before {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 0.9em;
  height: 0.9em;
  content: "";
  background: transparent url(/images2023/common/ico_arrow-rb.svg) no-repeat center center/contain;
  transform: translate(0, -50%);
}
.p-top__news__button > a:hover {
  color: white;
  background-color: var(--main-color);
}
.p-top__news__button > a:hover::before {
  background: transparent url(/images2023/common/ico_arrow-rw.svg) no-repeat center center/contain;
}
.p-top__info {
  position: relative;
  background-color: #fff;
  padding: 32px 0;
}
@media (min-width: 769px) {
  .p-top__info {
    padding: 60px 0;
  }
}
.p-top__info__title {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
  font-size: unset;
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 0 1.3em;
  font-size: calc(1rem * 20 / 16);
  font-weight: bold;
}
@media (min-width: 769px) {
  .p-top__info__title {
    font-size: unset;
  }
}
.p-top__info__title::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
}
@media (min-width: 769px) {
  .p-top__info__title {
    margin: 0 0 40px;
    font-size: calc(1rem * 24 / 16);
  }
}
.p-top__info__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  content: "";
  background: transparent url(/images2023/top/ico_star.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.p-top__info__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 1.5em 0.2em 0.5em;
  width: 100%;
  min-height: 31px;
  font-size: calc(1rem * 15 / 16);
  font-weight: bold;
  text-decoration: none;
  color: var(--main-color);
  line-height: 1.2;
  background-color: #fff;
  border: solid 1px var(--main-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media (min-width: 769px) {
  .p-top__info__button {
    padding: 0.5em 2em 0.5em 0.5em;
    font-size: calc(1rem * 15 / 16);
    min-height: 44px;
  }
}
.p-top__info__button::before {
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0.9em;
  height: 0.9em;
  content: "";
  background: transparent url(/images2023/common/ico_arrow-rb.svg) no-repeat center center/contain;
  transform: translate(0, -50%);
}
.p-top__info__button:hover {
  background-color: var(--sub1-color);
  text-decoration: underline;
}
.p-top__links {
  padding: 32px 0;
}
@media (min-width: 769px) {
  .p-top__links {
    padding: 60px 0 50px;
  }
}
.p-top__links__title {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
  font-size: unset;
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 0 1.5em;
  font-size: calc(1rem * 20 / 16);
  font-weight: bold;
}
@media (min-width: 769px) {
  .p-top__links__title {
    font-size: unset;
  }
}
.p-top__links__title::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
}
@media (min-width: 769px) {
  .p-top__links__title {
    margin: 0 0 40px;
    font-size: calc(1rem * 24 / 16);
  }
}
.p-top__links__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background: transparent url(/images2023/top/ico_link.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.p-top__links__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 1.5em 0.2em 0.5em;
  width: 100%;
  min-height: 31px;
  font-size: calc(1rem * 15 / 16);
  font-weight: bold;
  text-decoration: none;
  color: var(--main-color);
  line-height: 1.2;
  background-color: #fff;
  border: solid 1px var(--main-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media (min-width: 769px) {
  .p-top__links__button {
    padding: 0.5em 2em 0.5em 0.5em;
    font-size: calc(1rem * 15 / 16);
    min-height: 44px;
  }
}
.p-top__links__button::before {
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0.9em;
  height: 0.9em;
  content: "";
  background: transparent url(/images2023/common/ico_arrow-rb.svg) no-repeat center center/contain;
  transform: translate(0, -50%);
}
.p-top__links__button:hover {
  background-color: var(--sub1-color);
  text-decoration: underline;
}
.p-top__links__image {
  margin: 0;
}
.p-top__links__image > a {
  transition: opacity 0.3s;
}
.p-top__links__image > a > img {
  width: 100%;
}
.p-top__links__text {
  margin: 0;
  font-size: calc(1rem * 14 / 16);
  line-height: 1.2;
}
.p-top__links__list {
  margin-bottom: 0;
  list-style-type: none;
}
.p-top__links__list > li::after {
  display: none;
}

.p-recommend__title {
  position: unset;
  margin: unset;
  padding: unset;
  font-size: unset;
  line-height: unset;
  margin: 0 0 12px;
  font-size: calc(1rem * 16 / 16);
  font-weight: bold;
  color: var(--text-color);
}
@media (min-width: 769px) {
  .p-recommend__title {
    margin: unset;
    font-size: unset;
  }
}
.p-recommend__title::after {
  position: unset;
  bottom: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-image: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .p-recommend__title {
    margin: 0 0 12px;
  }
}
.p-recommend__tags {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  list-style-type: none;
  margin: 0 -0.25em;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .p-recommend__tags {
    margin: unset;
  }
}
.p-recommend__tags > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-recommend__tags > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-recommend__tags > li {
  display: inline;
}

.p-shoukei {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 60px;
  background-color: #143768;
}
@media (min-width: 769px) {
  .p-shoukei {
    width: 88.7%;
    margin: 0 auto 60px;
  }
}
.p-shoukei__container {
  display: flex;
  flex-direction: column-reverse;
  padding: 35px;
}
@media (min-width: 992px) {
  .p-shoukei__container {
    flex-direction: row;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .p-shoukei__col {
    width: 50%;
  }
  .p-shoukei__col:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-shoukei__text-inner {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .p-shoukei__text-inner {
    padding: 0 23px;
  }
}
.p-shoukei h2 {
  margin-bottom: 5px;
  padding: 0;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5em;
}
@media (min-width: 992px) {
  .p-shoukei h2 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media (min-width: 1140px) {
  .p-shoukei h2 {
    font-size: 18px;
  }
}
.p-shoukei h2::after {
  display: none;
}
.p-shoukei p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-shoukei p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (min-width: 1140px) {
  .p-shoukei p {
    font-size: 16px;
  }
}

.p-inquiry {
  margin: 0 0 20px;
  padding: 20px;
  border: solid 1px var(--border-color);
  border-radius: 10px;
  background-color: var(--base-gray-color);
}
@media (min-width: 769px) {
  .p-inquiry {
    margin: 0 0 32px;
  }
}
.p-inquiry > h2 {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
  font-size: unset;
  margin: 0;
  font-size: calc(1rem * 16 / 16);
  font-weight: bold;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .p-inquiry > h2 {
    font-size: unset;
  }
}
.p-inquiry > h2::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
}
@media (min-width: 769px) {
  .p-inquiry > h2 {
    font-size: calc(1rem * 18 / 16);
  }
}
.p-inquiry > h3 {
  position: unset;
  margin: unset;
  padding: unset;
  font-size: unset;
  line-height: unset;
  margin: 0;
  font-size: calc(1rem * 16 / 16);
  font-weight: bold;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .p-inquiry > h3 {
    margin: unset;
    font-size: unset;
  }
}
.p-inquiry > h3::after {
  position: unset;
  bottom: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-image: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .p-inquiry > h3 {
    font-size: calc(1rem * 18 / 16);
  }
}
.p-inquiry > h4 {
  position: unset;
  margin: unset;
  padding: unset;
  border-bottom: unset;
  font-size: unset;
  line-height: unset;
  overflow: unset;
  margin: 0;
  font-size: calc(1rem * 16 / 16);
  font-weight: bold;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .p-inquiry > h4 {
    margin: unset;
    font-size: unset;
  }
}
@media (min-width: 769px) {
  .p-inquiry > h4 {
    font-size: calc(1rem * 18 / 16);
  }
}
.p-inquiry > h5 {
  position: unset;
  margin: unset;
  padding: unset;
  font-size: unset;
  line-height: unset;
  margin: 0;
  font-size: calc(1rem * 16 / 16);
  font-weight: bold;
  line-height: 1.75;
}
.p-inquiry > h5::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .p-inquiry > h5 {
    margin: unset;
  }
}
@media (min-width: 769px) {
  .p-inquiry > h5 {
    font-size: calc(1rem * 18 / 16);
  }
}
.p-inquiry > p {
  margin: 0;
}

.p-to-top {
  position: sticky;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
}
.p-to-top > p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 52px;
  height: 52px;
}
@media (min-width: 769px) {
  .p-to-top > p {
    width: 60px;
    height: 60px;
  }
}
.p-to-top > p > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px 0 0 0;
  box-shadow: -4px -4px 6px rgba(163, 175, 196, 0.4);
  border: none;
}
.p-to-top > p > a > img {
  width: 38%;
  height: 38%;
}

.p-local-menu {
  margin: 0 0 20px;
  border: solid 1px var(--border-color);
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .p-local-menu {
    margin: 0 0 32px;
  }
}
.p-local-menu > h2 {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
  font-size: unset;
  font-size: calc(1rem * 20 / 16);
  padding: 20px 24px 20px 12px;
  background-image: linear-gradient(0deg, var(--sub1-color) 0%, #fff 100%);
}
@media (min-width: 769px) {
  .p-local-menu > h2 {
    font-size: unset;
  }
}
.p-local-menu > h2::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
}
@media (min-width: 769px) {
  .p-local-menu > h2 {
    font-size: calc(1rem * 20 / 16);
  }
}
.p-local-menu > h2 > a {
  color: var(--text-color);
}
.p-local-menu > h3 {
  position: unset;
  margin: unset;
  padding: unset;
  font-size: unset;
  line-height: unset;
  background-color: var(--sub1-color);
  padding: 12px;
}
@media (min-width: 769px) {
  .p-local-menu > h3 {
    margin: unset;
    font-size: unset;
  }
}
.p-local-menu > h3::after {
  position: unset;
  bottom: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-image: unset;
  border-radius: unset;
}
.p-local-menu > ul {
  margin: unset;
  padding: unset;
  list-style-type: unset;
}
@media (min-width: 769px) {
  .p-local-menu > ul {
    margin: unset;
  }
}
.p-local-menu > ul > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-local-menu > ul > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-local-menu > ul > li {
  position: relative;
}
.p-local-menu > ul > li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-image: linear-gradient(-90deg, #fff 60%, var(--border-color) 60%);
  background-size: 6px 1px;
}
.p-local-menu > ul > li:last-child::before {
  display: none;
}
.p-local-menu > ul > li > a {
  display: block;
  padding: 12px;
  text-decoration: none;
  font-size: calc(1rem * 14 / 16);
  color: var(--text-color);
  line-height: 1.5;
}
.p-local-menu > ul > li > a:hover {
  text-decoration: underline;
}

.p-main-container {
  padding-bottom: 60px;
}

.p-acrobat {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
@media (min-width: 769px) {
  .p-acrobat {
    margin: 0 0 32px;
  }
}
.p-acrobat > p {
  width: 168px;
}
.p-acrobat > p > a:hover {
  opacity: 0.6;
}
.p-acrobat > ul {
  padding-left: 30px;
  width: calc(100% - 168px);
}

.p-tab {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  margin: 0 0 20px;
  position: relative;
  display: flex;
  list-style: none;
}
@media (min-width: 769px) {
  .p-tab {
    margin: unset;
  }
}
.p-tab > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-tab > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .p-tab {
    margin: 0 0 32px;
  }
}
.p-tab > li {
  flex: 1 1 0;
  border-left: 1px solid var(--main-color);
  border-top: 1px solid var(--main-color);
  border-right: none;
  border-bottom: 1px solid var(--main-color);
}
.p-tab > li:last-child {
  border-right: 1px solid var(--main-color);
}
.p-tab > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -1px;
  padding: 0 0.5em;
  min-height: 70px;
  height: 100%;
  color: var(--main-color);
  font-size: calc(1rem * 16 / 16);
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 769px) {
  .p-tab > li > a {
    font-size: calc(1rem * 18 / 16);
  }
}
.p-tab > li > a:hover {
  text-decoration: underline;
}
.p-tab > li > a.active {
  background-color: var(--main-color);
  color: #fff;
}

.p-flow {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  list-style-type: none;
  margin: 0 0 20px;
}
@media (min-width: 769px) {
  .p-flow {
    margin: unset;
  }
}
.p-flow > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-flow > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 769px) {
  .p-flow {
    margin: 0 0 32px;
  }
}
.p-flow > li {
  position: relative;
}
.p-flow > li::after {
  position: absolute;
  bottom: -45px;
  left: 50%;
  width: 85px;
  height: 26px;
  background: var(--border-color) 0% 0% no-repeat padding-box;
  opacity: 1;
  content: "";
  transform: translate(-50%, 0);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.p-flow > li.up::after {
  clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
}
.p-flow > li:last-child::after {
  display: none;
}
.p-flow > li.p-flow__single, .p-flow > li.p-flow__double {
  position: relative;
  margin: 0 0 60px;
  border: solid 1px var(--border-color);
  border-radius: 10px;
}
.p-flow > li.p-flow__single {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--sub1-color);
}
.p-flow > li.p-flow__single.end {
  background-color: var(--sub2-color);
  color: #fff;
}
.p-flow > li.p-flow__single.end a {
  color: #fff;
}
.p-flow > li.p-flow__single > .p-flow__single__title {
  margin: 0;
  padding: 1em 0;
  font-weight: bold;
}
@media (min-width: 769px) {
  .p-flow > li.p-flow__double {
    display: flex;
  }
}
.p-flow > li.p-flow__double > .p-flow__double__title {
  margin: 0;
  padding: 20px;
  font-weight: bold;
  background-color: var(--sub1-color);
  border-bottom: solid 1px var(--border-color);
  border-radius: 10px 10px 0 0;
}
@media (min-width: 769px) {
  .p-flow > li.p-flow__double > .p-flow__double__title {
    width: 30%;
    border-radius: 10px 0 0 10px;
    border-right: solid 1px var(--border-color);
    border-bottom: none;
  }
}
.p-flow > li.p-flow__double > .p-flow__double__contents {
  margin: 0;
  padding: 20px;
  width: 100%;
  font-weight: bold;
}
@media (min-width: 769px) {
  .p-flow > li.p-flow__double > .p-flow__double__contents {
    width: 70%;
  }
}

.p-aside {
  margin: 0 0 20px;
}
@media (min-width: 769px) {
  .p-aside {
    margin: 0 0 32px;
  }
}
.p-aside > h2 {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
  font-size: unset;
  padding: 10px 0.8em;
  background-color: var(--sub1-color);
  border-radius: 10px;
}
@media (min-width: 769px) {
  .p-aside > h2 {
    font-size: unset;
  }
}
.p-aside > h2::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
}
.p-aside li > a {
  font-size: calc(1rem * 14 / 16);
}
.p-aside li:has(details) {
  padding: 0;
}
.p-aside li:has(details)::after {
  display: none;
}
.p-aside li:has(details) > details[open] > summary::after {
  display: none;
}
.p-aside li:has(details) > details > summary {
  position: relative;
  display: block;
  padding: 0 0 0 1.5em;
  text-decoration: none;
  cursor: pointer;
}
.p-aside li:has(details) > details > summary::-webkit-details-marker {
  display: none;
}
.p-aside li:has(details) > details > summary::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8em;
  height: 2px;
  content: "";
  background-color: var(--text-color);
  transform: translateY(-50%);
}
.p-aside li:has(details) > details > summary::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8em;
  height: 2px;
  content: "";
  background-color: var(--text-color);
  transform: translateY(-50%) rotate(90deg);
}
.p-aside li:has(details) > details > ul {
  padding: 0 0 0 1em;
}

.p-eng-header__logo-wrap {
  margin: unset;
  padding: unset;
  font-size: unset;
  line-height: 1;
  background-image: unset;
  padding: 9px 0 0;
}
@media (min-width: 769px) {
  .p-eng-header__logo-wrap {
    margin: unset;
  }
}
@media (min-width: 1140px) {
  .p-eng-header__logo-wrap {
    padding: 74px calc((100vw - 1110px) / 2) 40px;
  }
}
@media (min-width: 769px) {
  .p-eng-header__logo-wrap {
    padding: 16px 0 0;
  }
}
.p-eng-header__logo-link {
  display: flex;
  text-decoration: none;
}
.p-eng-header__logo-img {
  display: block;
  width: 102px;
}
@media (min-width: 769px) {
  .p-eng-header__logo-img {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .p-eng-header__logo-img {
    width: 169px;
  }
}
.p-eng-header__logo-txt {
  width: 155px;
  margin: 10px 0 0 20px;
  color: var(--main-color);
  font-size: calc(1rem * 14 / 16);
  font-weight: bold;
  line-height: 1.14;
}
@media (min-width: 769px) {
  .p-eng-header__logo-txt {
    display: none;
  }
}
@media (min-width: 992px) {
  .p-eng-header__logo-txt {
    display: block;
    width: 135px;
    margin-top: 20px;
    margin-bottom: 0.5em;
    font-size: calc(1rem * 14 / 16);
  }
}
@media (min-width: 769px) {
  .p-eng-header__contents {
    margin-top: 48px;
  }
}
.p-eng-header__japanese {
  display: none;
}
@media (min-width: 769px) {
  .p-eng-header__japanese {
    display: block;
    padding: 7px 11px;
    border: 1px solid var(--border-color);
    border-radius: 30px;
    text-decoration: none;
    line-height: 1em;
  }
}
.p-eng-header__navi-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  font-size: calc(1rem * 18 / 16);
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 769px) {
  .p-eng-mega__navi-list {
    margin: unset;
    padding: unset;
    list-style-type: unset;
    list-style-type: none;
    display: flex;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .p-eng-mega__navi-list {
    margin: unset;
  }
}
@media (min-width: 769px) {
  .p-eng-mega__navi-list > li {
    position: unset;
    margin: unset;
    padding: unset;
    color: unset;
    line-height: unset;
  }
  .p-eng-mega__navi-list > li::after {
    position: unset;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    content: unset;
    background-color: unset;
    border-radius: unset;
  }
}
@media (min-width: 769px) and (min-width: 1140px) {
  .p-eng-mega__navi-list {
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .p-eng-mega__navi-list > li {
    width: 33%;
    min-height: 60px;
    border-left: solid 1px var(--border-color);
  }
  .p-eng-mega__navi-list > li:last-child {
    border-right: solid 1px var(--border-color);
  }
}
.p-eng-mega__navi-wrap {
  padding: 25px 0 40px 20px;
}
.p-eng-mega__link-list {
  margin: unset;
  padding: unset;
  list-style-type: unset;
  padding-top: 8px;
  list-style-type: none;
}
@media (min-width: 769px) {
  .p-eng-mega__link-list {
    margin: unset;
  }
}
.p-eng-mega__link-list > li {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
}
.p-eng-mega__link-list > li::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
  border-radius: unset;
}
.p-eng-mega__link-list > li {
  position: relative;
  margin: 0 0 1em;
  padding: 0 1em 0 1.5em;
  line-height: 1.5;
}
.p-eng-mega__link-list > li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: var(--main-color);
  border-radius: 2px;
}
.p-eng-mega__link-list > li::after {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(2px, 2px) rotate(45deg);
}
.p-eng-mega__link-list > li > a {
  color: var(--text-color);
  font-weight: bold;
  text-decoration: none;
}
.p-eng-mega__link-list > li > a:hover {
  text-decoration: underline;
}

.p-eng-spnavi__title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 15px;
  min-height: 50px;
  border-bottom: solid 1px var(--border-color);
  color: var(--text-color);
  font-size: calc(1rem * 18 / 16);
  font-weight: bold;
  text-decoration: none;
}
.p-eng-spnavi__link {
  margin: 0 0 12px 0;
}
.p-eng-spnavi__link > a {
  color: var(--text-color);
  font-weight: bold;
}
.p-eng-spnavi__japanese-wrap {
  margin: -5px 0 0;
  padding: 0 0 20px 15px;
}
.p-eng-spnavi__japanese {
  display: inline-block;
  padding: 7px 11px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  color: #0E47A1;
  text-decoration: none;
  line-height: 1em;
}
.p-eng-spnavi__search__text-field {
  width: calc(100% - 105px);
  height: 32px;
  margin: 0 5px 0 0;
  padding: 0 0.5em;
  border: solid 1px var(--border-color);
  border-radius: 4px;
}
.p-eng-spnavi__search__button {
  position: relative;
  padding: 0 2.4em 0 1em;
  width: 100px;
  height: 32px;
  background-color: var(--main-color);
  font-size: calc(1rem * 14 / 16);
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.p-eng-spnavi__search__button::after {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 1.1em;
  height: 1.1em;
  content: "";
  background: transparent url(/images2023/common/ico_search.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}

@media (min-width: 769px) {
  .p-eng-top__menu-container {
    display: flex;
  }
}
.p-eng-top__menu {
  padding: 20px 50px;
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 20px;
}
@media (min-width: 769px) {
  .p-eng-top__menu {
    display: flex;
    flex-direction: column;
    width: 33%;
    padding-block: 32px;
  }
}
.p-eng-top__menu:not(:first-of-type) {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .p-eng-top__menu:not(:first-of-type) {
    margin-top: 0;
    margin-left: 30px;
  }
}
.p-eng-top__menu-title {
  position: unset;
  margin: unset;
  padding: unset;
  color: unset;
  line-height: unset;
  font-size: unset;
  margin-bottom: 20px;
  font-size: calc(1rem * 20 / 16);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .p-eng-top__menu-title {
    font-size: unset;
  }
}
.p-eng-top__menu-title::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-color: unset;
}
@media (min-width: 769px) {
  .p-eng-top__menu-title {
    flex: 1;
    font-size: calc(1rem * 24 / 16);
  }
}
.p-eng-top__menu-button-wrap {
  margin-bottom: 0;
}
.p-eng-top__menu-button {
  min-height: 44px;
  padding-block: 12px;
  font-size: calc(1rem * 16 / 16);
  line-height: 1em;
}
.p-eng-top__link-wrap {
  padding: 40px 15px 46px;
  background-color: #fff;
}
@media (min-width: 769px) {
  .p-eng-top__link-wrap {
    padding-bottom: 23px;
  }
}
.p-eng-top__button {
  margin-bottom: 20px;
}
.p-eng-top__link {
  position: relative;
  display: block;
  flex-wrap: wrap;
  justify-content: start;
  padding: 20px 12px 20px 20px;
  width: 100%;
  height: 100%;
  min-height: 60px;
  font-size: calc(1rem * 18 / 16);
  font-weight: bold;
  text-decoration: none;
  color: var(--main-color);
  line-height: 1.2;
  background-color: #fff;
  border: solid 1px var(--border-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.p-eng-top__link:hover {
  color: var(--main-color);
  background-color: var(--sub1-color);
  text-decoration: underline;
}
.p-eng-top__link-title {
  position: unset;
  margin: unset;
  padding: unset;
  font-size: unset;
  line-height: unset;
  width: 90%;
}
@media (min-width: 769px) {
  .p-eng-top__link-title {
    margin: unset;
    font-size: unset;
  }
}
.p-eng-top__link-title::after {
  position: unset;
  bottom: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  background-image: unset;
  border-radius: unset;
}
.p-eng-top__link-icon {
  position: absolute;
  top: 20px;
  right: 12px;
}
.p-eng-top__link-txt {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  color: var(--text-color);
  font-size: calc(1rem * 14 / 16);
  font-weight: normal;
  line-height: 1.5;
}

.p-eng-list__indent {
  text-indent: -3rem;
}
.p-eng-list__none-style > li::after {
  display: none;
}

.p-eng-table {
  width: 800px;
  word-break: normal;
  white-space: wrap;
}
@media (min-width: 769px) {
  .p-eng-table {
    width: auto;
  }
}

.u-text--red {
  color: var(--warning-color);
}
.u-text--bigger {
  font-size: 1.5em;
}

.u-list-style-type--none {
  list-style-type: none;
}

.u-table-scroll {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  margin: 0 0 20px;
}
@media (min-width: 769px) {
  .u-table-scroll {
    overflow-x: unset;
    white-space: unset;
    margin: 0 0 32px;
    width: 100%;
  }
}
.u-table-scroll table {
  margin: 0;
}
.u-table-scroll__hint {
  position: absolute;
  top: 35px;
  left: 50%;
  padding: 0.5em 1em;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.u-support-tool__hidden {
  display: block;
  margin: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.u-border--gray {
  border: solid 1px var(--border-color);
}

.u-table-head {
  background-color: var(--sub1-color);
}

.u-table__no-radius {
  border-radius: 0 !important;
}
.u-table__cell--red {
  color: #D00201;
}

.u-bg--pink {
  background-color: #f0d7d6;
}

/*# sourceMappingURL=style.css.map */
