@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
}

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

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

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

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

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

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 4rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 500;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 4rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: inherit;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 2rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 4rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 4rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.card-group > .card {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: inherit;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 500;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

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

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-1,
.mx-1 {
  margin-right: 1rem !important;
}

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

.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}

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

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

.mr-2,
.mx-2 {
  margin-right: 2rem !important;
}

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

.ml-2,
.mx-2 {
  margin-left: 2rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 4rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 4rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 4rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 4rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 6rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 6rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 6rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 6rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 12rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 12rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 12rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 12rem !important;
}

.m-6 {
  margin: 18rem !important;
}

.mt-6,
.my-6 {
  margin-top: 18rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 18rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 18rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 18rem !important;
}

.m-7 {
  margin: 24rem !important;
}

.mt-7,
.my-7 {
  margin-top: 24rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 24rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 24rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 24rem !important;
}

.m-8 {
  margin: 30rem !important;
}

.mt-8,
.my-8 {
  margin-top: 30rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 30rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 30rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 30rem !important;
}

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

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

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

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

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

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

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

.pr-1,
.px-1 {
  padding-right: 1rem !important;
}

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

.pl-1,
.px-1 {
  padding-left: 1rem !important;
}

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

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

.pr-2,
.px-2 {
  padding-right: 2rem !important;
}

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

.pl-2,
.px-2 {
  padding-left: 2rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 4rem !important;
}

.pr-3,
.px-3 {
  padding-right: 4rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 4rem !important;
}

.pl-3,
.px-3 {
  padding-left: 4rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 6rem !important;
}

.pr-4,
.px-4 {
  padding-right: 6rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 6rem !important;
}

.pl-4,
.px-4 {
  padding-left: 6rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 12rem !important;
}

.pr-5,
.px-5 {
  padding-right: 12rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 12rem !important;
}

.pl-5,
.px-5 {
  padding-left: 12rem !important;
}

.p-6 {
  padding: 18rem !important;
}

.pt-6,
.py-6 {
  padding-top: 18rem !important;
}

.pr-6,
.px-6 {
  padding-right: 18rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 18rem !important;
}

.pl-6,
.px-6 {
  padding-left: 18rem !important;
}

.p-7 {
  padding: 24rem !important;
}

.pt-7,
.py-7 {
  padding-top: 24rem !important;
}

.pr-7,
.px-7 {
  padding-right: 24rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 24rem !important;
}

.pl-7,
.px-7 {
  padding-left: 24rem !important;
}

.p-8 {
  padding: 30rem !important;
}

.pt-8,
.py-8 {
  padding-top: 30rem !important;
}

.pr-8,
.px-8 {
  padding-right: 30rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 30rem !important;
}

.pl-8,
.px-8 {
  padding-left: 30rem !important;
}

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

.mt-n1,
.my-n1 {
  margin-top: -1rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -1rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -1rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -1rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -2rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -2rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -2rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -2rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -4rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -4rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -4rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -4rem !important;
}

.m-n4 {
  margin: -6rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -6rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -6rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -6rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -6rem !important;
}

.m-n5 {
  margin: -12rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -12rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -12rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -12rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -12rem !important;
}

.m-n6 {
  margin: -18rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -18rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -18rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -18rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -18rem !important;
}

.m-n7 {
  margin: -24rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -24rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -24rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -24rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -24rem !important;
}

.m-n8 {
  margin: -30rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -30rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -30rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -30rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -30rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .m-sm-3 {
    margin: 4rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 4rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 4rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 4rem !important;
  }
  .m-sm-4 {
    margin: 6rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 6rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 6rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 6rem !important;
  }
  .m-sm-5 {
    margin: 12rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 12rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 12rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 12rem !important;
  }
  .m-sm-6 {
    margin: 18rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 18rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 18rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 18rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 18rem !important;
  }
  .m-sm-7 {
    margin: 24rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 24rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 24rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 24rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 24rem !important;
  }
  .m-sm-8 {
    margin: 30rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 30rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 30rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 30rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 30rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-3 {
    padding: 4rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 4rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 4rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 4rem !important;
  }
  .p-sm-4 {
    padding: 6rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 6rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 6rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 6rem !important;
  }
  .p-sm-5 {
    padding: 12rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 12rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 12rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 12rem !important;
  }
  .p-sm-6 {
    padding: 18rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 18rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 18rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 18rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 18rem !important;
  }
  .p-sm-7 {
    padding: 24rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 24rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 24rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 24rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 24rem !important;
  }
  .p-sm-8 {
    padding: 30rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 30rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 30rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 30rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 30rem !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -2rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -2rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -2rem !important;
  }
  .m-sm-n3 {
    margin: -4rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -4rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -4rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -4rem !important;
  }
  .m-sm-n4 {
    margin: -6rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -6rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -6rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -6rem !important;
  }
  .m-sm-n5 {
    margin: -12rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -12rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -12rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -12rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -12rem !important;
  }
  .m-sm-n6 {
    margin: -18rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -18rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -18rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -18rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -18rem !important;
  }
  .m-sm-n7 {
    margin: -24rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -24rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -24rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -24rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -24rem !important;
  }
  .m-sm-n8 {
    margin: -30rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -30rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -30rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -30rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -30rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-3 {
    margin: 4rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 4rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 4rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 4rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 4rem !important;
  }
  .m-md-4 {
    margin: 6rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 6rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 6rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 6rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 6rem !important;
  }
  .m-md-5 {
    margin: 12rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 12rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 12rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 12rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 12rem !important;
  }
  .m-md-6 {
    margin: 18rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 18rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 18rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 18rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 18rem !important;
  }
  .m-md-7 {
    margin: 24rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 24rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 24rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 24rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 24rem !important;
  }
  .m-md-8 {
    margin: 30rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 30rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 30rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 30rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 30rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-3 {
    padding: 4rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 4rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 4rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 4rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 4rem !important;
  }
  .p-md-4 {
    padding: 6rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 6rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 6rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 6rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 6rem !important;
  }
  .p-md-5 {
    padding: 12rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 12rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 12rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 12rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 12rem !important;
  }
  .p-md-6 {
    padding: 18rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 18rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 18rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 18rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 18rem !important;
  }
  .p-md-7 {
    padding: 24rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 24rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 24rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 24rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 24rem !important;
  }
  .p-md-8 {
    padding: 30rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 30rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 30rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 30rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 30rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2rem !important;
  }
  .m-md-n3 {
    margin: -4rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -4rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -4rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -4rem !important;
  }
  .m-md-n4 {
    margin: -6rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -6rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -6rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -6rem !important;
  }
  .m-md-n5 {
    margin: -12rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -12rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -12rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -12rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -12rem !important;
  }
  .m-md-n6 {
    margin: -18rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -18rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -18rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -18rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -18rem !important;
  }
  .m-md-n7 {
    margin: -24rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -24rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -24rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -24rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -24rem !important;
  }
  .m-md-n8 {
    margin: -30rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -30rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -30rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -30rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -30rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-3 {
    margin: 4rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 4rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 4rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 4rem !important;
  }
  .m-lg-4 {
    margin: 6rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 6rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 6rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 6rem !important;
  }
  .m-lg-5 {
    margin: 12rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 12rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 12rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 12rem !important;
  }
  .m-lg-6 {
    margin: 18rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 18rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 18rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 18rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 18rem !important;
  }
  .m-lg-7 {
    margin: 24rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 24rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 24rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 24rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 24rem !important;
  }
  .m-lg-8 {
    margin: 30rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 30rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 30rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 30rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 30rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-3 {
    padding: 4rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 4rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 4rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 4rem !important;
  }
  .p-lg-4 {
    padding: 6rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 6rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 6rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 6rem !important;
  }
  .p-lg-5 {
    padding: 12rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 12rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 12rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 12rem !important;
  }
  .p-lg-6 {
    padding: 18rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 18rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 18rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 18rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 18rem !important;
  }
  .p-lg-7 {
    padding: 24rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 24rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 24rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 24rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 24rem !important;
  }
  .p-lg-8 {
    padding: 30rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 30rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 30rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 30rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 30rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2rem !important;
  }
  .m-lg-n3 {
    margin: -4rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -4rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -4rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -4rem !important;
  }
  .m-lg-n4 {
    margin: -6rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -6rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -6rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -6rem !important;
  }
  .m-lg-n5 {
    margin: -12rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -12rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -12rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -12rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -12rem !important;
  }
  .m-lg-n6 {
    margin: -18rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -18rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -18rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -18rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -18rem !important;
  }
  .m-lg-n7 {
    margin: -24rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -24rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -24rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -24rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -24rem !important;
  }
  .m-lg-n8 {
    margin: -30rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -30rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -30rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -30rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -30rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }
  .m-xl-3 {
    margin: 4rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 4rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 4rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 4rem !important;
  }
  .m-xl-4 {
    margin: 6rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 6rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 6rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 6rem !important;
  }
  .m-xl-5 {
    margin: 12rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 12rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 12rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 12rem !important;
  }
  .m-xl-6 {
    margin: 18rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 18rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 18rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 18rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 18rem !important;
  }
  .m-xl-7 {
    margin: 24rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 24rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 24rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 24rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 24rem !important;
  }
  .m-xl-8 {
    margin: 30rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 30rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 30rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 30rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 30rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }
  .p-xl-3 {
    padding: 4rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 4rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 4rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 4rem !important;
  }
  .p-xl-4 {
    padding: 6rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 6rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 6rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 6rem !important;
  }
  .p-xl-5 {
    padding: 12rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 12rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 12rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 12rem !important;
  }
  .p-xl-6 {
    padding: 18rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 18rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 18rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 18rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 18rem !important;
  }
  .p-xl-7 {
    padding: 24rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 24rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 24rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 24rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 24rem !important;
  }
  .p-xl-8 {
    padding: 30rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 30rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 30rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 30rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 30rem !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -2rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -2rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -2rem !important;
  }
  .m-xl-n3 {
    margin: -4rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -4rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -4rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -4rem !important;
  }
  .m-xl-n4 {
    margin: -6rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -6rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -6rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -6rem !important;
  }
  .m-xl-n5 {
    margin: -12rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -12rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -12rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -12rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -12rem !important;
  }
  .m-xl-n6 {
    margin: -18rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -18rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -18rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -18rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -18rem !important;
  }
  .m-xl-n7 {
    margin: -24rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -24rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -24rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -24rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -24rem !important;
  }
  .m-xl-n8 {
    margin: -30rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -30rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -30rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -30rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -30rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

.font-weight-bold {
  font-weight: 500 !important;
}

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

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: auto !important;
  }
  .container {
    min-width: 992px !important;
  }
  a,
  a * {
    text-decoration: none !important;
  }
  .navbar,
  header {
    display: none !important;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
html:hover, html:active,
body:hover,
body:active,
div:hover,
div:active,
span:hover,
span:active,
applet:hover,
applet:active,
object:hover,
object:active,
iframe:hover,
iframe:active,
h1:hover,
h1:active,
h2:hover,
h2:active,
h3:hover,
h3:active,
h4:hover,
h4:active,
h5:hover,
h5:active,
h6:hover,
h6:active,
p:hover,
p:active,
blockquote:hover,
blockquote:active,
pre:hover,
pre:active,
a:hover,
a:active,
abbr:hover,
abbr:active,
acronym:hover,
acronym:active,
address:hover,
address:active,
big:hover,
big:active,
cite:hover,
cite:active,
code:hover,
code:active,
del:hover,
del:active,
dfn:hover,
dfn:active,
em:hover,
em:active,
img:hover,
img:active,
ins:hover,
ins:active,
kbd:hover,
kbd:active,
q:hover,
q:active,
s:hover,
s:active,
samp:hover,
samp:active,
small:hover,
small:active,
strike:hover,
strike:active,
strong:hover,
strong:active,
sub:hover,
sub:active,
sup:hover,
sup:active,
tt:hover,
tt:active,
var:hover,
var:active,
b:hover,
b:active,
u:hover,
u:active,
i:hover,
i:active,
center:hover,
center:active,
dl:hover,
dl:active,
dt:hover,
dt:active,
dd:hover,
dd:active,
ol:hover,
ol:active,
ul:hover,
ul:active,
li:hover,
li:active,
fieldset:hover,
fieldset:active,
form:hover,
form:active,
label:hover,
label:active,
legend:hover,
legend:active,
table:hover,
table:active,
caption:hover,
caption:active,
tbody:hover,
tbody:active,
tfoot:hover,
tfoot:active,
thead:hover,
thead:active,
tr:hover,
tr:active,
th:hover,
th:active,
td:hover,
td:active,
article:hover,
article:active,
aside:hover,
aside:active,
canvas:hover,
canvas:active,
details:hover,
details:active,
embed:hover,
embed:active,
figure:hover,
figure:active,
figcaption:hover,
figcaption:active,
footer:hover,
footer:active,
header:hover,
header:active,
hgroup:hover,
hgroup:active,
menu:hover,
menu:active,
nav:hover,
nav:active,
output:hover,
output:active,
ruby:hover,
ruby:active,
section:hover,
section:active,
summary:hover,
summary:active,
time:hover,
time:active,
mark:hover,
mark:active,
audio:hover,
audio:active,
video:hover,
video:active {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none !important;
}

a {
  color: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

html {
  color: #373737;
  box-sizing: border-box;
  overscroll-behavior: none;
  font-size: max(5px, 0.5vw);
  height: 100%;
  left: 0;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 5px;
  }
}

body {
  font-family: -apple-system, "Noto Sans JP", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  left: 0;
  opacity: 1;
  overscroll-behavior: none;
  top: 0;
  width: 100vw;
  overflow-x: hidden;
}

select {
  padding: 1rem 2rem;
  border: #dddddd 2px solid;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 23rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #373737;
  background-color: white;
}
@media only screen and (max-width: 768px) {
  select {
    min-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}
select::-ms-expand {
  display: none;
}

.c-select__wrapper {
  position: relative;
  display: inline-block;
  margin-right: 4rem;
}
.c-select__wrapper:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  z-index: 2;
  border-bottom: solid 2px #6e6e6e;
  border-right: solid 2px #6e6e6e;
  transform: translateY(50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -8px;
}
@media only screen and (max-width: 768px) {
  .c-select__wrapper {
    width: 100%;
  }
}

.c-select__wrapper--sm {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-select__wrapper--sm {
    margin-right: 10px;
  }
}
.c-select__wrapper--sm select {
  min-width: 10rem;
}
@media only screen and (max-width: 768px) {
  .c-select__wrapper--sm select {
    min-width: 80px;
    width: 80px;
  }
}
.c-select__wrapper--sm:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  z-index: 2;
  border-bottom: solid 2px #6e6e6e;
  border-right: solid 2px #6e6e6e;
  transform: translateY(50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -8px;
}
@media only screen and (max-width: 768px) {
  .c-select__wrapper--sm {
    width: 75px;
  }
}

dl {
  line-height: 2;
}
dl dt {
  font-weight: bold;
}

main {
  padding-top: 7rem;
  padding-bottom: 0;
}

input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 15px;
  color: #373737;
  border: 2px solid #dddddd;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
input[type=checkbox]::before {
  position: absolute;
  content: "";
  display: block;
  top: -1px;
  left: 2px;
  width: 7px;
  height: 12px;
  border-style: solid;
  border-color: white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
}
input[type=checkbox]:checked {
  color: #fff;
  border-color: #2c6fca;
  background: #2c6fca;
}
input[type=checkbox]:checked::before {
  opacity: 1;
}
input[type=checkbox]:checked ~ label::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  color: #373737;
  border: 2px solid #dddddd;
  border-radius: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
input[type=radio]::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: white;
  border-radius: 100%;
  opacity: 0;
  background-color: white;
}
input[type=radio]:checked {
  color: #fff;
  border-color: #2c6fca;
  background: #2c6fca;
}
input[type=radio]:checked::before {
  opacity: 1;
}

input[type=date] {
  padding: 1rem 2rem;
  border: #dddddd 2px solid;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 23rem;
  color: #373737;
  background-color: white;
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  input[type=date] {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  input[type=date] {
    min-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}

.l-header {
  z-index: 100;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  background-color: rgb(255, 255, 255);
}
.l-header .logo {
  width: 16.5rem;
  position: absolute;
  top: 4rem;
  left: 6.5rem;
  z-index: 700;
}
@media only screen and (max-width: 768px) {
  .l-header .logo {
    width: 60px;
    top: 20px;
    left: 20px;
  }
}
.l-header .l-header__bg {
  border-top: 4px solid rgb(0, 58, 138);
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 11.5rem;
  transition: all 0.5s;
  z-index: 700;
  background-color: white;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .l-header .l-header__bg {
    height: 60px;
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.l-header .l-header__menu {
  display: flex;
  justify-content: flex-end;
  height: 100% !important;
  flex-shrink: 0;
  align-items: center;
  padding-right: 10rem;
  font-weight: bold;
  height: 5rem;
}
.l-header .l-header__menu__wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-header .l-header__menu__wrapper {
    display: none;
  }
}
.l-header .l-header__menu__item {
  margin-right: 4rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.l-header .l-header__menu__item:hover {
  color: #2c6fca;
}
.l-header .l-header__menu__item.active {
  color: #2c6fca;

}
.l-header .l-header__menu__item:last-of-type {
  margin-right: 0;
}
.l-header .l-header__menu__item.current {
  color: #2c6fca;  border-bottom: 2px solid #2c6fca;
}
.l-header .l-header__menu__item__link {
  position: relative;
  font-size: 1.98rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .l-header .l-header__menu__item__link {
    font-size: 16px;
    line-height: 1.5;
  }
}
.l-header .l-header__menu__item__link i {
  font-size: 1.1rem;
  line-height: 1.5;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  color: #bbbbbb;
}
@media only screen and (max-width: 768px) {
  .l-header .l-header__menu__item__link i {
    font-size: 14px;
    line-height: 1.5;
  }
}
.l-header .l-header__menu__item__link.current {
  color: #003a8a;
}
.l-header .l-header__menu__item__link:hover {
  color: #003a8a;
}
.l-header .l-header__menu__mail__link {
  color: white;
  font-size: 1.54rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .l-header .l-header__menu__mail__link {
    font-size: 14px;
    line-height: 1.5;
  }
}
.l-header .l-header__menu__mail__link:hover {
  opacity: 0.8;
}

.l-header__mega {
  margin: 6.5rem 0;
  padding-left: 30rem;
  padding-right: 10em;
}
.l-header__mega .row{
  flex-wrap: nowrap;
}
.l-header__mega__wrapper {
  display: none;
  position: absolute;
  z-index: 500;
  width: 100%;
  background-color: #EEF2FB;
  border-bottom: 2px solid rgb(0, 58, 138);
  left: 0;
  top: 100%;
}
.l-header__mega__wrapper.active {
  display: block;
  opacity: 1;
  transition: 0.2s;
}
.l-header__mega__title__wrapper {
  position: relative;
  padding-right: 7rem;
  max-width: 20%;
  width: 100%;
}
.l-header__mega__title__wrapper:after {
  content: "";
  background-color: #003a8a;
  height: 100%;
  width: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-header__mega__menu__wrapper {
  padding-left: 5rem;
  width: calc(100% - 20%);
}
.l-header__mega__menu__wrapper ul {
flex-wrap: wrap;
}
.l-header__mega__menu__wrapper .l-header__mega__menu__link {
  transition: 0.1s;
}
.l-header__mega__menu__wrapper .l-header__mega__menu__link:hover {
  transition: 0.1s;
  opacity: 0.8;
}
.l-header__mega__menu__wrapper .l-header__mega__menu__link.current {
  border-bottom: 2px rgba(0, 58, 138, 0.4) solid;
  padding-bottom: 1rem;
}
.l-header__mega__menu__child {
  display: block;
}

.l-header__menu__mobile {
  display: none;
  padding: 0 5px;
  position: absolute;
  transform: translateY(-50%);
  top: 28px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .l-header__menu__mobile {
    display: flex;
    flex-direction: column;
    display: block;
    align-items: center;
    justify-content: center;
  }
}
.l-header__menu__mobile__bg {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-header__menu__mobile__bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 3rem 2rem 3rem;
    transition: all 0.5s;
    height: 60px;
    z-index: 1500;
  }
}
.l-header__menu__mobile__bg.change-color {
  background-color: #6e6e6e;
  opacity: 0.9;
}
.l-header__menu__mobile__text {
  margin-top: 4px;
  color: white;
  font-size: 1.32rem;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .l-header__menu__mobile__text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.l-header__menu__mobile__open {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 101vh;
  padding: 50px 16px;
  z-index: 1010;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .l-header__menu__mobile__open {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #003a8a;
    opacity: 1;
    display: block;
    left: -100vw;
  }
}
.l-header__menu__mobile__open__menu {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.l-header__menu__mobile__open__menu__item {
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.l-header__menu__mobile__open__menu__item:first-child {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.l-header__menu__mobile__open__menu__item__link {
  font-size: 1.32rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-header__menu__mobile__open__menu__item__link {
    font-size: 14px;
    line-height: 1.5;
  }
}
.l-header__menu__mobile__open li {
  font-size: 1.32rem;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-header__menu__mobile__open li {
    font-size: 14px;
    line-height: 1.5;
  }
}
.l-header__menu__mobile__close {
  position: absolute;
  top: 12px;
  right: 17px;
  fill: white;
  color: white;
  width: 32px;
  z-index: 50;
}
.l-header__menu__mobile__icon {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 5px;
}
.l-header__menu__mobile__icon span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 3px;
  border-radius: 2px;
  background-color: #003a8a;
  width: 45%;
}
.l-header__menu__mobile__icon span:nth-of-type(1) {
  top: 25px;
}
.l-header__menu__mobile__icon span:nth-of-type(2) {
  top: 33px;
}
.l-header__menu__mobile__icon span:nth-of-type(3) {
  top: 41px;
}
.l-header__menu__mobile__icon.active span {
  background: #fff;
}
.l-header__menu__mobile__icon.active span:nth-of-type(1) {
  top: 28px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.l-header__menu__mobile__icon.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__menu__mobile__icon.active span:nth-of-type(3) {
  top: 40px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .open.l-header__menu__mobile__open {
    display: block;
    left: 0;
    height: 100%;
    overflow-y: scroll;
  }
}

.l-fixed-header {
  position: fixed;
  top: -70px;
  width: 100%;
  transition: 0.5s;
}
.l-fixed-header.is-show {
  top: 10rem;
}

.l-footer__logo {
  width: 10rem;
  display: block;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.l-footer__parent {
  padding: 0.7rem 1rem;
  margin-bottom: 1.5rem;
  color: white;
  background-color: #003a8a;
  font-size: 1.76rem;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-footer__parent {
    font-size: 15px;
    line-height: 1.5;
  }
}
.l-footer__child {
  font-weight: bold;
  font-size: 1.76rem;
  line-height: 1.5;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .l-footer__child {
    font-size: 15px;
    line-height: 1.5;
  }
}
.l-footer__child i {
  color: #003a8a;
}
.l-footer__child.current {
  color: #003a8a;
}
.l-footer__child:hover {
  color: #003a8a;
}
.l-footer__child__child {
  margin-left: 4rem;
  font-size: 1.54rem;
  line-height: 1.5;
  font-weight: normal;
  position: relative;
  color: #6e6e6e;
  padding-top: 0.7rem;
}
@media only screen and (max-width: 768px) {
  .l-footer__child__child {
    font-size: 14px;
    line-height: 1.5;
  }
}
.l-footer__child__child::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -1.2rem;
  width: 0.6rem;
  height: 1px;
  background-color: #6e6e6e;
}

.l-footer--2__list li {
  padding-right: 5rem;
  position: relative;
}
.l-footer--2__list li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -1.2rem;
  width: 0.6rem;
  height: 1px;
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .l-footer--2__list li::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer--2__list li {
    padding-right: 10px;
  }
}
.l-footer--2__list li.current {
  color: #d4f5ff;
}

.l-main__home {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .l-main__home {
    margin-top: 60px;
  }
}

/* common layout style */
.l-common-lr {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-common-lr {
    height: min(60vw, 600px);
  }
}
.l-common-lr .l-common-lr__container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .l-common-lr .l-common-lr__container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-common-lr .l-common-lr__card {
  width: calc(100% - 30px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-common-lr .l-common-lr__card {
    padding: 30px;
    position: absolute;
    bottom: 30px;
    width: calc(50% + 50px);
    aspect-ratio: 16/9;
    background-color: #fff;
    filter: drop-shadow(30px 30px 30px rgba(51, 51, 51, 0.1));
  }
}
@media screen and (min-width: 992px) {
  .l-common-lr .l-common-lr__card {
    width: calc(50% + 50px);
    padding: 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-common-lr.left .l-common-lr__card {
    right: 30px;
  }
  .l-common-lr.right .l-common-lr__card {
    left: 30px;
  }
}
.l-common-lr .l-common-lr__text {
  font-size: clamp(14px, 1.61vw, 16px) !important;
  line-height: 1.5;
  color: #373737;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .l-common-lr .l-common-lr__text {
    margin-bottom: 30px;
  }
}
.l-common-lr .l-common-lr__img {
  width: calc(100% - 30px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-common-lr .l-common-lr__img {
    position: absolute;
    top: 0;
    width: calc(50% + 50px);
    height: auto;
    aspect-ratio: 16/9;
  }
}
.l-common-lr .l-common-lr__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .l-common-lr.left .l-common-lr__img {
    left: 0;
  }
  .l-common-lr.right .l-common-lr__img {
    right: 0;
  }
}
.l-common-lr .l-common-lr__gradation {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-common-lr .l-common-lr__gradation {
    position: absolute;
    bottom: 0;
    display: block;
    width: 50%;
    height: min(20.83vw, 250px);
    background: linear-gradient(to right, #eef6ff, #daeaff);
  }
  .l-common-lr.left .l-common-lr__gradation {
    right: 0;
  }
  .l-common-lr.right .l-common-lr__gradation {
    left: 0;
  }
}

/* kokoro layout style */
.l-common-kokoro {
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .l-common-kokoro {
    height: 850px;
    overflow: hidden;
  }
}
.l-common-kokoro__left {
  position: relative;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to right, #fafcfe, #eaf1fa);
}
@media screen and (min-width: 992px) {
  .l-common-kokoro__left {
    width: calc(50% + 50px);
    height: calc(100% - 150px);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.l-common-kokoro__left-item {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .l-common-kokoro__left-item {
    position: absolute;
    top: 30%;
    left: 15px;
    width: calc(100% - 150px);
    padding-top: 0;
  }
}
@media screen and (min-width: 1300px) {
  .l-common-kokoro__left-item {
    left: auto;
    width: calc(100% - 100px);
    right: 25%;
  }
}
.l-common-kokoro__left-item-title {
  position: relative;
  font-size: clamp(25px, 2.5vw, 30px);
  font-weight: bold;
  color: #003a8a;
  text-align: center;
  margin-bottom: 60px;
}
.l-common-kokoro__left-item-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 5rem;
  height: 3px;
  background-color: #003a8a;
}
.l-common-kokoro__left-item P {
  padding: 0 15px;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.l-common-kokoro__right {
  position: relative;
  display: grid;
  place-content: center;
  grid-template-columns: 1fr;
  gap: 30px 0;
  width: 100%;
  background: linear-gradient(to right, #fafcfe, #eaf1fa);
  padding-bottom: 40px;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .l-common-kokoro__right {
    width: 50%;
    height: 90%;
    height: calc(100% - 150px);
    position: absolute;
    bottom: 50px;
    right: 50px;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    padding-bottom: 0;
    filter: drop-shadow(10px 10px 20px rgba(51, 51, 51, 0.1));
  }
}
@media screen and (min-width: 1300px) {
  .l-common-kokoro__right {
    gap: 40px 120px;
    grid-template-columns: 200px 200px;
  }
}
.l-common-kokoro__right-item figure {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.l-common-kokoro__right-item figure img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .l-common-kokoro__right-item figure img {
    width: 200px;
  }
}
.l-common-kokoro__right-item figure figcaption {
  margin-top: 10px;
  text-align: center;
  color: #003a8a;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
}

.l-common-payment {
  width: calc(100% - 60px);
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  .l-common-payment {
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 992px) {
  .l-common-payment {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-common-payment__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .l-common-payment__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
  }
}
.l-common-payment__list-item {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 0 40px;
  align-items: center;
  width: 100%;
  height: 140px;
  padding: 10px 30px;
  background: linear-gradient(to right, #eef6ff, #daeaff);
  border-radius: 5px;
  filter: drop-shadow(10px 10px 10px rgba(51, 51, 51, 0.05));
}
@media screen and (min-width: 992px) {
  .l-common-payment__list-item {
    width: 420px;
  }
}
.l-common-payment__list-item-icon {
  position: relative;
  display: block;
  background-color: #fff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  filter: drop-shadow(5px 5px 15px #d8e1ed);
}
.l-common-payment__list-item-icon::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-repeat: no-repeat;
}
.l-common-payment__list-item-icon.atm::before {
  left: 52%;
  width: 50%;
  height: 50%;
  background-image: url('data:image/svg+xml;utf-8,<svg fill="%23003a8a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 187 187"><path d="m163.19,0H23.9C10.72,0,0,10.72,0,23.9v108.73c0,4.7,3.81,8.5,8.5,8.5h18.58l-1.97,13.94c-.25,1.76.06,3.53.86,5.08l-.86,6.08c-.25,1.76.06,3.53.86,5.08l-.86,6.08c-.34,2.44.39,4.91,2,6.77,1.62,1.86,3.96,2.93,6.42,2.93h120.01c2.46,0,4.8-1.07,6.42-2.93,1.62-1.86,2.35-4.33,2-6.77l-.86-6.08c.79-1.55,1.1-3.32.86-5.08l-.86-6.08c.8-1.55,1.11-3.32.86-5.08l-1.97-13.94h18.58c4.7,0,8.5-3.81,8.5-8.5V23.9c0-13.18-10.72-23.9-23.9-23.9Zm-12.9,175.75H36.8l.77-5.49h111.93l.77,5.49Zm0-11.16H36.8l.77-5.49h111.93l.77,5.49Zm-.28-11.16H36.8l2.53-17.96.4-2.83.4-2.83.66-4.7,2.53-17.91.4-2.83.4-2.83.77-5.49.4-2.83.38-2.72.02-.12,1.16-8.21.4-2.83.77-5.49h91.03l.77,5.49.4,2.83,1.16,8.21.02.12.38,2.72.4,2.83.77,5.49.4,2.83.4,2.83,2.53,17.91.66,4.7.4,2.83.4,2.83,2.53,17.96h-.28Zm-2.08-57.4h5.74c1.57,0,2.83-1.27,2.83-2.83v-26.55c0-1.57-1.27-2.83-2.83-2.83H33.43c-1.57,0-2.83,1.27-2.83,2.83v26.55c0,1.57,1.27,2.83,2.83,2.83h5.74l-.77,5.49h-14.16v-43.2h138.61v43.2h-14.16l-.77-5.49Zm3.96,28.1l-2.39-16.94h16.19c1.57,0,2.83-1.27,2.83-2.83v-48.87c0-1.57-1.27-2.83-2.83-2.83H21.41c-1.57,0-2.83,1.27-2.83,2.83v48.87c0,1.57,1.27,2.83,2.83,2.83h16.19l-2.39,16.94-.8,5.67H11.34V23.9c0-6.93,5.64-12.56,12.56-12.56h139.29c6.93,0,12.56,5.64,12.56,12.56v105.89h-23.07l-.8-5.67Z"/><path d="m115.84,87.64h-6.18c-1.34,0-2.59.36-3.77,1.08-.75.46-1.36,1.01-1.87,1.64-.03.04-.07.08-.1.12-.25.33-.49.67-.68,1.04l-.82,1.68-.06.12-1.33,2.72-.06.12-2.63,5.37-1.39,2.83-1.39,2.83-1.8,3.68c0,.05-.03.07-.08.07s-.08-.02-.08-.07l-1.8-3.68-1.39-2.83-1.39-2.83-2.63-5.37-.06-.12-1.33-2.72-.06-.12-.82-1.68c-.17-.37-.39-.71-.64-1.04-.03-.04-.06-.08-.09-.12-.49-.63-1.09-1.18-1.84-1.64-1.18-.72-2.46-1.08-3.85-1.08h-6.5c-1.02,0-1.79.41-2.32,1.23-.32.49-.44.99-.39,1.49,0,.04,0,.08.01.12.04.29.13.59.3.89l1.08,1.83.07.12,1.61,2.72.07.12,3.18,5.37,1.68,2.83,1.68,2.83,3.55,5.99c.11.1.12.21.04.33-.08.12-.2.19-.36.19h-6.58c-1.07,0-1.99.35-2.77,1.04-.78.7-1.16,1.54-1.16,2.53s.39,1.85,1.16,2.57c.77.72,1.7,1.08,2.77,1.08h10.83c.43,0,.69.2.8.6,0,.05.01.1.04.15.03.05.04.1.04.15v3.42c0,.4-.24.59-.72.59h-10.99c-1.07,0-1.99.36-2.77,1.08-.78.72-1.16,1.58-1.16,2.57,0,.11.02.21.03.31.08.86.44,1.6,1.13,2.22.29.26.61.45.94.62.55.27,1.16.42,1.83.42h10.99c.48,0,.72.22.72.67v4.02c0,1.14.44,2.13,1.32,2.98.88.84,1.94,1.27,3.17,1.27h4.97c1.23,0,2.3-.42,3.21-1.27.91-.84,1.36-1.83,1.36-2.98v-4.02c0-.45.21-.67.64-.67h10.99c.67,0,1.27-.15,1.83-.42.33-.16.65-.36.94-.62.69-.62,1.06-1.36,1.13-2.22,0-.1.03-.2.03-.31,0-.99-.39-1.85-1.16-2.57-.78-.72-1.7-1.08-2.77-1.08h-10.99c-.43,0-.64-.2-.64-.59v-3.72c.11-.4.38-.6.8-.6h10.83c1.07,0,1.99-.36,2.77-1.08.78-.72,1.16-1.58,1.16-2.57s-.39-1.83-1.16-2.53c-.78-.69-1.7-1.04-2.77-1.04h-6.58c-.16,0-.27-.06-.32-.19-.05-.12-.05-.24,0-.33l3.55-5.99,1.68-2.83,1.68-2.83,3.18-5.37.07-.12,1.61-2.72.07-.12,1.08-1.83c.17-.3.25-.59.3-.89,0-.04.01-.08.01-.12.04-.5-.07-1-.39-1.49-.54-.82-1.31-1.23-2.32-1.23Z"/><path d="m68.03,24.01c-.21-.52-.57-.95-1.09-1.28-.53-.33-1.12-.49-1.79-.49h-2.53c-.64,0-1.22.16-1.75.49-.53.33-.9.75-1.13,1.28l-8.06,20.38c-.18.44-.12.84.19,1.21.31.37.73.56,1.27.56h2.42c.64,0,1.22-.17,1.75-.51.52-.34.86-.77,1.02-1.29l.96-3.11c.05-.17.19-.26.42-.26h8.22c.26,0,.4.09.42.26l.96,3.11c.18.52.53.96,1.06,1.29.52.34,1.09.51,1.71.51h2.57c.54,0,.97-.18,1.29-.56.32-.37.39-.78.21-1.21l-8.1-20.38Zm-1.25,12.67c-.06.05-.13.08-.21.08h-5.53c-.08,0-.14-.03-.19-.08-.05-.05-.08-.12-.08-.18l3-9.4s.01-.03.04-.03.04.01.04.03l3,9.4c.03.07,0,.13-.06.18Z"/><path d="m99.25,22.24h-17.89c-.59,0-1.1.19-1.54.56-.44.37-.65.81-.65,1.31v.88c0,.5.22.94.65,1.31.44.37.95.56,1.54.56h5.3c.21,0,.31.09.31.26v17.17c0,.5.22.94.65,1.31.44.37.95.56,1.54.56h2.3c.59,0,1.1-.18,1.54-.56.43-.37.65-.81.65-1.31v-17.17c0-.17.1-.26.31-.26h5.3c.59,0,1.1-.19,1.54-.56.44-.37.65-.81.65-1.31v-.88c0-.5-.22-.94-.65-1.31-.43-.37-.95-.56-1.54-.56Z"/><path d="m132.62,24.07c-.08-.52-.35-.96-.81-1.31-.46-.35-1-.52-1.61-.52h-3.46c-.61,0-1.17.17-1.67.51-.5.34-.83.77-.98,1.29l-3.92,15.86s-.01.03-.04.03-.04-.01-.04-.03l-3.92-15.86c-.13-.52-.44-.96-.94-1.29-.5-.34-1.07-.51-1.71-.51h-3.46c-.62,0-1.15.17-1.61.52-.46.35-.73.79-.81,1.31l-2.88,20.25c-.08.48.08.91.48,1.28.4.37.88.56,1.44.56h1.96c.61,0,1.15-.17,1.59-.52.45-.35.7-.79.75-1.31l1.42-14.42s.01-.03.04-.03.04.01.04.03l3.76,14.45c.15.52.48.96.98,1.29.5.34,1.06.51,1.67.51h2.3c.64,0,1.21-.17,1.71-.51.5-.34.81-.77.94-1.29l3.76-14.45s.01-.03.04-.03.04.01.04.03l1.42,14.42c.08.52.33.96.77,1.31.44.35.96.52,1.57.52h2.11c.59,0,1.08-.18,1.46-.56.38-.37.54-.8.46-1.28l-2.88-20.25Z" /></svg>');
}
.l-common-payment__list-item-icon.cash::before {
  width: 70%;
  height: 70%;
  background-image: url('data:image/svg+xml;utf-8,<svg fill="%23003a8a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 780 722"><path d="m626.59,494.72c10.16-9.76,15.37-23.39,15.37-36.92,0-25.35-18.26-51.02-53.17-51.02h-262.42c-7.04,0-12.75,5.71-12.75,12.75s5.71,12.75,12.75,12.75h262.42c19.11,0,27.67,12.82,27.67,25.52s-8.55,25.52-27.67,25.52h-206.26c-7.04,0-12.75,5.71-12.75,12.75s5.71,12.75,12.75,12.75h206.26c1.59,0,3.15-.05,4.67-.16.66.1,1.33.16,2.01.16,12.55,0,22.76,10.21,22.76,22.76s-10.21,22.76-22.76,22.76h-228.26c-7.04,0-12.75,5.71-12.75,12.75s5.71,12.75,12.75,12.75h197.66c12.55,0,22.76,10.21,22.76,22.76s-10.21,22.76-22.76,22.76h-228.26c-7.04,0-12.75,5.71-12.75,12.75s5.71,12.75,12.75,12.75h193.75c7.37,9.21,6.81,20.7,3.79,28.27-4.32,10.81-13.93,17.26-25.7,17.26H212.1c-14.91-.77-23.72-8.22-33.9-16.83-11.46-9.68-24.44-20.66-45.78-20.66h-18.11c-1.55,0-2.87-1.31-2.87-2.87v-225.03c0-1.55,1.31-2.87,2.87-2.87h48.71c34.95,0,59.52-32.62,70.02-46.55,20.07-26.63,44.32-34.51,117.98-38.33,7.03-.36,12.44-6.36,12.07-13.39-.37-7.03-6.33-12.44-13.39-12.07-73.77,3.82-109.11,11.4-137.02,48.45-8.2,10.89-27.42,36.4-49.65,36.4h-48.45c-.09,0-.17,0-.26,0H12.75c-7.04,0-12.75,5.71-12.75,12.75s5.71,12.75,12.75,12.75h24.02v123.72c0,7.04,5.71,12.75,12.75,12.75s12.75-5.71,12.75-12.75v-123.72h23.82c-.09.94-.14,1.9-.14,2.87v225.03c0,.97.05,1.92.14,2.87H12.75c-7.04,0-12.75,5.71-12.75,12.75s5.71,12.75,12.75,12.75h91.35c1.43,0,2.8-.23,4.08-.67,1.97.44,4.02.67,6.12.67h18.11c11.45,0,18.26,5.29,29.31,14.63,11.46,9.69,25.73,21.75,49.47,22.85.2,0,.39.01.59.01h296.66c22.26,0,41.18-12.76,49.38-33.3,4.98-12.47,5.2-25.8,1.15-37.73h5.9c26.61,0,48.26-21.65,48.26-48.26,0-8.76-2.35-16.99-6.45-24.07,21.22-5.07,37.05-24.19,37.05-46.94,0-14.76-6.67-28-17.15-36.86Z"/><path d="m770.83,78.66l-76.44-20.48c-.06-.02-.12-.03-.18-.05-.06-.02-.12-.03-.18-.05L478.91.44c-3.27-.88-6.75-.42-9.67,1.27-2.93,1.69-5.07,4.48-5.94,7.74l-20.48,76.44c-.02.06-.03.11-.05.17-.02.06-.03.12-.05.17l-77.49,289.19c-1.82,6.8,2.21,13.79,9.02,15.61,6.8,1.82,13.79-2.21,15.62-9.02l74.46-277.89c19.79,2.49,39.75-1.51,57.32-11.66,17.57-10.15,31.02-25.43,38.76-43.81l115.74,31.01c-2.48,19.79,1.51,39.75,11.66,57.32,10.15,17.57,25.43,31.02,43.81,38.76l-80.8,301.53c-1.82,6.8,2.21,13.79,9.01,15.61,1.11.3,2.22.44,3.31.44,5.63,0,10.78-3.76,12.31-9.45l83.85-312.93c.04-.16,20.55-76.69,20.55-76.69,1.82-6.8-2.21-13.79-9.02-15.62Zm-261.94-8.26c-11.65,6.73-24.75,9.72-37.88,8.78l13.61-50.81,50.81,13.62c-5.75,11.83-14.89,21.69-26.55,28.42Zm229.41,80.4c-11.83-5.75-21.69-14.89-28.42-26.55-6.73-11.65-9.72-24.76-8.78-37.88l50.81,13.61-13.61,50.81Z"/><path d="m662.58,249.71c-17.15-29.72-44.85-50.97-77.99-59.85-33.13-8.88-67.75-4.32-97.46,12.84-29.72,17.16-50.97,44.85-59.85,77.99-9.64,35.96-3.2,74.3,17.66,105.18,3.94,5.84,11.87,7.37,17.7,3.43,5.83-3.94,7.37-11.87,3.43-17.7-16.72-24.76-21.89-55.49-14.16-84.31,7.12-26.56,24.15-48.75,47.97-62.5,23.82-13.75,51.56-17.41,78.12-10.29,54.83,14.69,87.49,71.25,72.79,126.08-4,14.92-11.07,28.41-21.03,40.08-4.57,5.36-3.93,13.41,1.43,17.97,2.4,2.05,5.34,3.05,8.27,3.05,3.6,0,7.19-1.52,9.71-4.48,12.43-14.58,21.27-31.41,26.25-50.03,8.88-33.13,4.32-67.75-12.84-97.46Z"/><path d="m517.86,281.99c3.8-2.19,8.19-2.79,12.38-1.66,6.81,1.82,13.8-2.21,15.62-9.01,1.82-6.8-2.21-13.79-9.01-15.62-10.77-2.89-22.03-1.39-31.73,4.21-9.09,5.25-15.74,13.49-18.92,23.36l-10.44-2.8c-6.81-1.82-13.79,2.22-15.61,9.02-1.82,6.8,2.21,13.79,9.02,15.61l10.44,2.8c-2.19,10.14-.54,20.6,4.7,29.69,5.6,9.7,14.61,16.63,25.37,19.51,10.76,2.88,22.03,1.39,31.73-4.21,9.09-5.25,15.74-13.49,18.92-23.36l31.49,8.44c-1.36,3.31-3.78,6.07-6.96,7.9-3.8,2.19-8.2,2.79-12.38,1.66-6.82-1.83-13.8,2.21-15.62,9.01-1.82,6.8,2.21,13.79,9.02,15.62,3.58.96,7.22,1.43,10.84,1.43,7.25,0,14.42-1.91,20.89-5.65,9.09-5.25,15.75-13.49,18.92-23.36l10.44,2.8c6.8,1.82,13.79-2.21,15.61-9.02,1.82-6.8-2.21-13.79-9.02-15.61l-10.43-2.8c4.66-21.63-8.48-43.42-30.08-49.2-21.61-5.79-43.87,6.51-50.65,27.57l-31.48-8.44c1.36-3.3,3.78-6.07,6.96-7.9Zm68.58,13.39c8.02,2.15,13.05,9.94,11.97,17.95l-31.31-8.39c3.07-7.48,11.33-11.71,19.34-9.56Zm-50.83,27.52c-1.36,3.31-3.78,6.07-6.96,7.9-3.8,2.19-8.19,2.78-12.38,1.66-4.18-1.12-7.7-3.83-9.89-7.63-1.84-3.18-2.55-6.78-2.07-10.32l31.3,8.39Z"/><path d="m590.61,167.41c3.04.82,6.13,1.22,9.2,1.22,6.12,0,12.16-1.61,17.6-4.75,8.17-4.72,14.02-12.33,16.46-21.44,2.44-9.11,1.19-18.63-3.53-26.8s-12.33-14.02-21.45-16.46c-18.81-5.04-38.21,6.16-43.25,24.97-2.44,9.11-1.19,18.63,3.53,26.8,4.72,8.17,12.33,14.01,21.44,16.46Zm-.34-36.66c1.4-5.23,6.79-8.35,12.03-6.94,2.53.68,4.65,2.3,5.96,4.58,1.31,2.27,1.66,4.92.98,7.45-.68,2.53-2.31,4.65-4.58,5.96-2.27,1.31-4.92,1.66-7.45.98-2.53-.68-4.65-2.3-5.96-4.57-1.31-2.27-1.66-4.92-.98-7.45Z" /></svg>');
}
.l-common-payment__list-item-text {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: bold;
  color: #003a8a;
  margin-left: 40px;
  white-space: nowrap;
  background: linear-gradient(transparent 50%, rgba(44, 111, 202, 0.2) 50%);
}
@media screen and (min-width: 992px) {
  .l-common-payment__list-item-text {
    font-size: clamp(24px, 2.42vw, 30px);
  }
}
.l-common-payment__list-item-text::before, .l-common-payment__list-item-text::after {
  content: "";
  position: absolute;
  left: -30px;
  display: block;
  width: 60px;
  height: 2px;
  background: #003a8a;
}
.l-common-payment__list-item-text::before {
  top: -20px;
  transform: rotate(-15deg);
}
.l-common-payment__list-item-text::after {
  bottom: -20px;
  transform: rotate(15deg);
}

.l-common-flow {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
.l-common-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 80px auto;
  gap: 60px;
}
@media screen and (min-width: 576px) {
  .l-common-flow__item {
    grid-template-columns: 120px auto;
  }
}
.l-common-flow__item::after {
  content: "";
  width: 5px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  z-index: 0;
}
@media screen and (min-width: 576px) {
  .l-common-flow__item::after {
    left: 160px;
  }
}
.l-common-flow__item:last-of-type .l-common-flow__item-setsumei {
  padding-bottom: 10px;
}
.l-common-flow__item-icon {
  position: relative;
  height: 40px;
  margin-top: 15px;
  padding: 8px 15px;
  display: grid;
  place-content: center;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  background: #2c6fca;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .l-common-flow__item-icon {
    font-size: 18px;
    height: 50px;
  }
}
.l-common-flow__item-icon::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2c6fca;
  display: block;
  position: absolute;
  top: 40%;
  right: -40px;
  z-index: 2;
}
.l-common-flow__item-icon::after {
  content: "";
  width: 35px;
  height: 2px;
  border-radius: 50%;
  background: #2c6fca;
  display: block;
  position: absolute;
  top: 50%;
  right: -35px;
  z-index: 2;
}
.l-common-flow__item-setsumei {
  margin-top: 15px;
  padding-bottom: 60px;
}
.l-common-flow__item-setsumei.has-img {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 15px;
}
@media screen and (min-width: 992px) {
  .l-common-flow__item-setsumei.has-img {
    grid-template-columns: auto 250px;
  }
}
.l-common-flow__item-title {
  position: relative;
  font-size: clamp(18px, 3.13vw, 24px);
  font-weight: bold;
  color: #2c6fca;
  padding-top: 12px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.l-common-flow__item-text {
  margin-left: 5px;
}
.l-common-flow__item-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  margin-left: 5px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .l-common-flow__item-link {
    gap: 10px;
  }
}
.l-common-flow__item-link li {
  position: relative;
  width: calc(100% - 10px);
  background-color: #003a8a;
  padding: 5px 0;
  transition: opacity 0.2s ease-in-out;
  border-radius: 3px;
}
@media screen and (min-width: 1200px) {
  .l-common-flow__item-link li {
    width: calc(50% - 15px);
  }
}
.l-common-flow__item-link li::before, .l-common-flow__item-link li::after {
  content: "";
  position: absolute;
  right: 15px;
  display: block;
  width: 10px;
  height: 2px;
  background: #2c6fca;
  transition: right 0.2s ease-in-out;
}
.l-common-flow__item-link li::before {
  top: 37.5%;
  transform: rotate(45deg);
}
.l-common-flow__item-link li::after {
  bottom: 37.5%;
  transform: rotate(-45deg);
}
.l-common-flow__item-link li:active, .l-common-flow__item-link li:focus, .l-common-flow__item-link li:hover {
  opacity: 0.8;
}
.l-common-flow__item-link li:active::before, .l-common-flow__item-link li:active::after, .l-common-flow__item-link li:focus::before, .l-common-flow__item-link li:focus::after, .l-common-flow__item-link li:hover::before, .l-common-flow__item-link li:hover::after {
  right: 10px;
}
.l-common-flow__item-link li a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-common-flow__item-img {
  aspect-ratio: 16/9;
  background-color: #ccc;
  overflow: hidden;
}
.l-common-flow__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.l-common-check__title {
  padding: 5px 0;
  text-align: center;
  font-size: clamp(18px, 2.62vw, 24px);
  font-weight: bold;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .l-common-check__title {
    font-size: 24px;
  }
}
.l-common-check__title.d-blue {
  background-color: #003a8a;
}
.l-common-check__title.blue {
  background-color: #00afe2;
}
.l-common-check__title.orange {
  background-color: #f88c00;
}
.l-common-check__title.green {
  background-color: #01b59e;
}
.l-common-check__list {
  background-color: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .l-common-check__list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-common-check__list-item {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  display: grid;
  grid-template-areas: "check title" "check tetsuduki" "check setsumei";
  grid-template-columns: 60px auto;
  grid-template-rows: 1fr 1fr 1fr;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-common-check__list-item {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 992px) {
  .l-common-check__list-item {
    grid-template-areas: "check title title" "check tetsuduki setsumei";
    grid-template-columns: 60px auto 50%;
    grid-template-rows: 1fr 1fr;
  }
}
@media print, screen and (min-width: 1200px) {
  .l-common-check__list-item {
    grid-template-columns: 60px auto 60%;
  }
}
.l-common-check__list-item:first-of-type {
  border-top: 1px solid #ddd;
}
.l-common-check__list-item:nth-child(even) {
  background-color: #f9f9f9;
}
.l-common-check__list-item--check {
  position: relative;
  grid-area: check;
}
.l-common-check__list-item--check input {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.l-common-check__list-item--check input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}
.l-common-check__list-item--check input[type=checkbox]::before, .l-common-check__list-item--check input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.l-common-check__list-item--check input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 2px solid #2c6fca;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
  opacity: 1;
}
.l-common-check__list-item--check input[type=checkbox]::after {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  opacity: 0;
  height: 6px;
  width: 11px;
  transform: rotate(-45deg);
  top: 3px;
  left: 10px;
}
.l-common-check__list-item--check input[type=checkbox]:checked::before {
  border: 2px solid #003a8a;
  background-color: #003a8a;
}
.l-common-check__list-item--check input[type=checkbox]:checked::after {
  opacity: 1;
  /*チェック後表示*/
}
.l-common-check__list-item--title {
  padding-bottom: 5px;
  grid-area: title;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  font-size: clamp(18px, 2.22vw, 22px);
  font-weight: bold;
  color: #003a8a;
  border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 400px) {
  .l-common-check__list-item--title {
    flex-direction: row;
    align-items: center;
    height: 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-common-check__list-item--title {
    font-size: 20px;
  }
}
.l-common-check__list-item--title .icon {
  flex-shrink: 0;
}
.l-common-check__list-item--title .text {
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 400px) {
  .l-common-check__list-item--title .text {
    padding: 0;
    margin-left: 15px;
  }
}
.l-common-check__list-item--tetsuduki {
  padding-top: 15px;
  padding-right: 5px;
  grid-area: tetsuduki;
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: clamp(14px, 1.33vw, 16px);
}
@media print, screen and (min-width: 400px) {
  .l-common-check__list-item--tetsuduki {
    padding-top: 5px;
    flex-direction: row;
    align-items: center;
  }
}
@media print, screen and (min-width: 992px) {
  .l-common-check__list-item--tetsuduki {
    padding-right: 0;
  }
}
.l-common-check__list-item--tetsuduki span {
  margin-right: 12px;
  margin-bottom: 5px;
  padding: 5px;
  flex-shrink: 0;
  display: block;
  width: 110px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #003a8a;
  border-radius: 3px;
}
@media screen and (min-width: 400px) {
  .l-common-check__list-item--tetsuduki span {
    margin-bottom: 0;
  }
}
.l-common-check__list-item--setsumei {
  padding-top: 5px;
  padding-right: 5px;
  grid-area: setsumei;
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: clamp(14px, 1.33vw, 16px);
}
@media print, screen and (min-width: 400px) {
  .l-common-check__list-item--setsumei {
    flex-direction: row;
    align-items: center;
  }
}
@media print, screen and (min-width: 992px) {
  .l-common-check__list-item--setsumei {
    margin-left: 15px;
    padding-right: 15px;
  }
}
.l-common-check__list-item--setsumei span {
  margin-right: 12px;
  margin-bottom: 5px;
  padding: 5px;
  flex-shrink: 0;
  display: block;
  width: 110px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #2c6fca;
  border-radius: 3px;
}
@media print, screen and (min-width: 400px) {
  .l-common-check__list-item--setsumei span {
    margin-bottom: 0;
  }
}

.l-common-qa {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.l-common-qa__question {
  display: grid;
  grid-template-areas: "icon button" "title button";
  grid-template-columns: auto 40px;
  grid-template-rows: 40px 1fr;
  align-items: center;
  padding: 20px 25px;
  background-color: #eee;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 768px) {
  .l-common-qa__question {
    grid-template-areas: "icon title button";
    grid-template-columns: 60px auto 40px;
    grid-template-rows: 1fr;
    align-items: flex-start;
    padding: 40px 40px 20px 40px;
  }
}
.l-common-qa__question-icon {
  width: 60px;
  height: auto;
  grid-area: icon;
  margin-right: 5px;
}
.l-common-qa__question-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.l-common-qa__question-title {
  padding-right: 10px;
  grid-area: title;
}
@media screen and (min-width: 768px) {
  .l-common-qa__question-title {
    margin-left: 10px;
  }
}
.l-common-qa__question-title .main {
  margin-bottom: 5px;
  display: block;
  font-size: clamp(18px, 2.86vw, 22px);
  font-weight: bold;
}
.l-common-qa__question-title small {
  display: block;
  font-size: clamp(13px, 1.95vw, 15px);
}
.l-common-qa__question-button {
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  grid-area: button;
  position: relative;
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #003a8a;
}
.l-common-qa__question-button::before, .l-common-qa__question-button::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
}
.l-common-qa__question-button::before {
  top: 52%;
  left: 12px;
  transform: rotate(45deg) translateY(-50%);
}
.l-common-qa__question-button::after {
  top: 52%;
  right: 12px;
  transform: rotate(-45deg) translateY(-50%);
}
.l-common-qa__question-button.is__active.l-common-qa__question-button::before {
  top: 48%;
  left: 13px;
  transform: rotate(-45deg) translateY(-50%);
}
.l-common-qa__question-button.is__active.l-common-qa__question-button::after {
  top: 48%;
  right: 13px;
  transform: rotate(45deg) translateY(-50%);
}
.l-common-qa__answer {
  padding: 20px 25px;
  background-color: #f9f9f9;
  border-radius: 0 0 20px 20px;
  display: grid;
  grid-template-areas: "icon" "text";
  grid-template-columns: auto;
  grid-template-rows: auto 1fr;
}
@media screen and (min-width: 768px) {
  .l-common-qa__answer {
    padding: 20px 40px 20px 40px;
    grid-template-areas: "icon text";
    grid-template-columns: 60px auto;
    grid-template-rows: 1fr;
  }
}
.l-common-qa__answer-icon {
  width: 60px;
  height: auto;
  grid-area: icon;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
}
.l-common-qa__answer-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.l-common-qa__answer-text {
  grid-area: text;
}
@media screen and (min-width: 768px) {
  .l-common-qa__answer-text {
    margin-left: 10px;
  }
}

.l-common-qaopen {
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  color: #fff;
  font-size: 16px;
  background-color: #8a8a8a;
}
@media print, screen and (min-width: 768px) {
  .l-common-qaopen {
    width: 200px;
    margin-left: auto;
    margin-right: 0;
  }
}
.l-common-qaopen .show {
  display: block;
}
.l-common-qaopen .hide {
  display: none;
}
.l-common-qaopen.is__active .show {
  display: none;
}
.l-common-qaopen.is__active .hide {
  display: block;
}
.l-common-qaopen:active, .l-common-qaopen:focus {
  opacity: 0.8;
}
@media print, screen and (min-width: 768px) {
  .l-common-qaopen:hover {
    opacity: 0.8;
  }
}
.l-common-qaopen__wrap {
  margin-top: 30px !important;
  margin-bottom: 60px !important;
  padding-right: 1rem;
}
@media print, screen and (min-width: 768px) {
  .l-common-qaopen__wrap {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
  }
}

.l-common-contactform {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.l-common-contactform .hissu {
  background-color: #DF3262;
  color: white;
  border-radius: 0.5rem;
  padding: 0.2rem 0.7rem;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
}
.l-common-contactform tbody tr {
  display: block;
  border-bottom: none;
  width: 100%;
  margin: 25px 0;
}
@media print, screen and (min-width: 768px) {
  .l-common-contactform tbody tr {
    display: table;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
}
.l-common-contactform tbody tr th,
.l-common-contactform tbody tr td {
  display: block;
  padding: 1rem 0;
  width: 100%;
  overflow-wrap: break-word;
}
@media print, screen and (min-width: 768px) {
  .l-common-contactform tbody tr th,
  .l-common-contactform tbody tr td {
    display: table-cell;
    padding: 16px 0;
  }
}
.l-common-contactform tbody tr th {
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: none;
  background-color: #eee;
  color: #003a8a;
}
@media print, screen and (min-width: 768px) {
  .l-common-contactform tbody tr th {
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    color: #003a8a;
    border-bottom: 1px solid #ccc;
    background: none;
  }
}
.l-common-contactform tbody tr th .hissu {
  background-color: #DF3262;
  color: white;
  border-radius: 0.5rem;
  padding: 0.2rem 0.7rem;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .l-common-contactform tbody tr td {
    padding-left: 1.5rem;
    padding-right: 0;
    width: 75%;
  }
}

.l-common-formframe {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .l-common-formframe {
    padding: 3rem 3rem 6rem;
    background-color: #fff;
    filter: drop-shadow(30px 30px 30px rgba(51, 51, 51, 0.1));
    border-radius: clamp(10px, 2.6vw, 20px);
    overflow: hidden;
  }
}
.l-common-formframe__title {
  position: relative;
  color: #2c6fca;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .l-common-formframe__title {
    font-size: 26px;
  }
}
.l-common-formframe__title .title {
  position: relative;
  margin-left: 50px;
}
.l-common-formframe__title .title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translate(0, -50%);
  display: block;
  width: 30px;
  height: 3px;
  background-color: #2c6fca;
}
.l-common-formframe .c-button {
  background-color: #2c6fca;
  border-radius: 5px;
  margin-top: 3rem;
}
.l-common-formframe .c-button:active, .l-common-formframe .c-button:focus, .l-common-formframe .c-button:hover {
  filter: brightness(1.1);
}

.l-button-list-web {
  gap: 4rem;
}

.c-phone-web__wrapper {
  padding: 4rem;
  background: #eaf1fa;
}

.c-phone-web-right__wrapper {
  background: #faeaea;
}

.c-button {
  font-size: 1.98rem;
  line-height: 1.5;
  position: relative;
  background-color: #003a8a;
  padding: 2rem 7rem;
  border: none;
  transition: 0.1s;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .c-button {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-button {
    margin-bottom: 0.5rem;
  }
}
.c-button.disabled {
  cursor: default;
  background-color: #2c6fca;
}
.c-button.disabled:hover {
  filter: none !important;
}
.c-button:hover {
  filter: brightness(1.1);
}
.c-button span {
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
}
.c-button span img {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .c-button span img {
    width: 14px;
    height: 14px;
    margin-left: 7px;
  }
}
.c-button span i {
  color: white;
}
.c-button--left {
  font-size: 1.98rem;
  line-height: 1.5;
  position: relative;
  background-color: #003a8a;
  padding: 2rem 7rem;
  border: none;
  transition: 0.1s;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .c-button--left {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-button--left {
    margin-bottom: 0.5rem;
  }
}
.c-button--left.disabled {
  cursor: default;
  background-color: #2c6fca;
}
.c-button--left.disabled:hover {
  filter: none !important;
}
.c-button--left:hover {
  filter: brightness(1.1);
}
.c-button--left span {
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
}
.c-button--left span img {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .c-button--left span img {
    width: 14px;
    height: 14px;
    margin-left: 7px;
  }
}
.c-button--left span i {
  color: white;
}
.c-button--left img {
  transform: rotate(180deg);
  width: 2rem;
  height: 2rem;
  margin-left: 0 !important;
  margin-right: 1rem !important;
}
@media only screen and (max-width: 768px) {
  .c-button--left img {
    width: 14px;
    height: 14px;
    margin-right: 7px !important;
  }
}
.c-button.active {
  background-color: #2c6fca;
}
.c-button--sm {
  font-size: 1.98rem;
  line-height: 1.5;
  position: relative;
  background-color: #003a8a;
  padding: 2rem 7rem;
  border: none;
  transition: 0.1s;
  display: flex;
  justify-content: center;
  padding: 2rem 3rem;
}
@media only screen and (max-width: 768px) {
  .c-button--sm {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-button--sm {
    margin-bottom: 0.5rem;
  }
}
.c-button--sm.disabled {
  cursor: default;
  background-color: #2c6fca;
}
.c-button--sm.disabled:hover {
  filter: none !important;
}
.c-button--sm:hover {
  filter: brightness(1.1);
}
.c-button--sm span {
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
}
.c-button--sm span img {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .c-button--sm span img {
    width: 14px;
    height: 14px;
    margin-left: 7px;
  }
}
.c-button--sm span i {
  color: white;
}
.c-button--sm--pink {
  font-size: 1.98rem;
  line-height: 1.5;
  position: relative;
  background-color: #003a8a;
  padding: 2rem 7rem;
  border: none;
  transition: 0.1s;
  display: flex;
  justify-content: center;
  background-color: #DF3262;
  padding: 2rem 3rem;
}
@media only screen and (max-width: 768px) {
  .c-button--sm--pink {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-button--sm--pink {
    margin-bottom: 0.5rem;
  }
}
.c-button--sm--pink.disabled {
  cursor: default;
  background-color: #2c6fca;
}
.c-button--sm--pink.disabled:hover {
  filter: none !important;
}
.c-button--sm--pink:hover {
  filter: brightness(1.1);
}
.c-button--sm--pink span {
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
}
.c-button--sm--pink span img {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .c-button--sm--pink span img {
    width: 14px;
    height: 14px;
    margin-left: 7px;
  }
}
.c-button--sm--pink span i {
  color: white;
}
.c-button--rounded {
  font-size: 1.98rem;
  line-height: 1.5;
  position: relative;
  background-color: #003a8a;
  padding: 2rem 7rem;
  border: none;
  transition: 0.1s;
  display: flex;
  justify-content: center;
  border-radius: 9999px;
}
@media only screen and (max-width: 768px) {
  .c-button--rounded {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-button--rounded {
    margin-bottom: 0.5rem;
  }
}
.c-button--rounded.disabled {
  cursor: default;
  background-color: #2c6fca;
}
.c-button--rounded.disabled:hover {
  filter: none !important;
}
.c-button--rounded:hover {
  filter: brightness(1.1);
}
.c-button--rounded span {
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
}
.c-button--rounded span img {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .c-button--rounded span img {
    width: 14px;
    height: 14px;
    margin-left: 7px;
  }
}
.c-button--rounded span i {
  color: white;
}
.c-button--gray {
  background-color: #6e6e6e;
}

.c-button-web {
  width: 100%;
  background-color: #000;
}
.c-button-web .free-badge {
  position: absolute;
  top: -3rem;
  left: -2rem;
  display: inline-block;
  width: 8rem;
  height: 8rem;
}
.c-button-web .free-badge div {
  position: relative;
}
.c-button-web .free-badge div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
}

#back-to-top {
  position: fixed;
  width: 10rem;
  max-width: 70px;
  bottom: 1rem;
  right: 2rem;
  z-index: 999;
  display: block;
}
#back-to-top a {
  width: 100%;
  display: block;
}
#back-to-top a img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #back-to-top {
    width: 50px;
    height: 50px;
    right: 5px;
  }
}

.c-breadcrumbs {
  font-size: 1.54rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-breadcrumbs {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-breadcrumbs a {
  color: #074091;
  text-decoration: underline;
}
.c-breadcrumbs i::before {
  font-size: 10px;
  padding: 0 1rem 0 1rem;
}

.c-container {
  width: 140rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-container {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
}
.c-container--half {
  width: 60rem;
}
@media only screen and (max-width: 768px) {
  .c-container--half {
    width: 100%;
  }
}
.c-container--1000 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
  max-width: 1000px;
}
.c-container--sm {
  width: 80rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-container--sm {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.c-content {
  padding: 7rem 4rem 7rem 4rem;
}
@media only screen and (max-width: 768px) {
  .c-content {
    padding: 7rem 0;
  }
}

.c-content2 {
  padding: 2rem 0;
}

.c-title {
  font-size: 3.96rem;
  line-height: 1.5;
  font-weight: bold;
  color: #373737;
  display: block;
}
@media only screen and (max-width: 768px) {
  .c-title {
    font-size: 25px;
    line-height: 1.5;
  }
}
.c-title--second {
  font-size: 3.3rem;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-title--second {
    font-size: 22px;
    line-height: 1.5;
  }
}
.c-title--center {
  text-align: center;
}
.c-title--tbrl {
  writing-mode: vertical-rl;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-title--tbrl {
    writing-mode: horizontal-tb;
  }
}
.c-title--sub {
  font-size: 1.98rem;
  line-height: 1.5;
  color: #003a8a;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-title--sub {
    font-size: 16px;
    line-height: 1.5;
  }
}
.c-title--sub--left {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}
.c-title--sub--left::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 2px;
  background-color: #003a8a;
  top: 50%;
  right: -5.5rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .c-title--sub--left {
    margin-bottom: 1rem;
  }
}
.c-title--sub--center {
  position: relative;
  display: block;
  margin-bottom: 4rem;
  text-align: center;
}
.c-title--sub--center:after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 2px;
  background-color: #003a8a;
}
@media only screen and (max-width: 768px) {
  .c-title--sub--center {
    margin-bottom: 5rem;
  }
}
.c-title--sub--tbrl {
  writing-mode: vertical-rl;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  position: relative;
  display: inline;
}
@media only screen and (max-width: 768px) {
  .c-title--sub--tbrl {
    writing-mode: horizontal-tb;
    display: inline-block;
    margin-bottom: 1rem;
  }
}
.c-title--sub--tbrl::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 5rem;
  background-color: #003a8a;
  bottom: -5.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .c-title--sub--tbrl::after {
    content: "";
    position: absolute;
    width: 5rem;
    height: 2px;
    background-color: #003a8a;
    top: 50%;
    left: auto;
    bottom: auto;
    right: -5.5rem;
    transform: translateY(-50%);
  }
}
.c-title--sub--tbrl:before {
  position: absolute;
  top: -5rem;
  left: 0;
}
.c-title--sub--white {
  color: white;
}
.c-title--sub--white:after {
  background-color: white;
}
.c-title__wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .c-title__wrapper {
    display: block;
  }
}
.c-title--dotted {
  border-bottom: 1px #dddddd dotted;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
  font-weight: bold;
  font-size: 2.64rem;
  line-height: 1.5;
  color: #003a8a;
}
@media only screen and (max-width: 768px) {
  .c-title--dotted {
    font-size: 19px;
    line-height: 1.5;
  }
}

.c-title--d-line {
  border-bottom: solid 3px #003a8a;
  position: relative;
  font-size: 3.3rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 1.5rem 2rem;
  color: #003a8a;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .c-title--d-line {
    font-size: 22px;
    line-height: 1.5;
  }
}
.c-title--d-line:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 3px #2c6fca;
  bottom: -3px;
  left: 0;
  width: 30%;
}

.c-title--d-line2 {
  border-left: solid 5px #003a8a;
  position: relative;
  font-size: 2.64rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 1rem 2rem 1rem 3rem;
  color: #373737;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .c-title--d-line2 {
    font-size: 19px;
    line-height: 1.5;
  }
}

.c-title--d-sub {
  font-weight: bold;
  margin-bottom: 3rem;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-title--d-sub {
    display: inline-block;
  }
}
.c-title--d-sub:after {
  background-color: #2c6fca;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 1rem;
}
.c-title--d-sub__sub {
  background-color: #2c6fca;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-size: clamp(20px, 2vw, 24px);
  color: white;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .c-title--d-sub__sub {
    margin-bottom: 1rem;
  }
}
.c-title--d-sub__sub--jp {
  background-color: #2c6fca;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-size: 2.64rem;
  line-height: 1.5;
  font-weight: bold;
  color: white;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .c-title--d-sub__sub--jp {
    font-size: 19px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-title--d-sub__sub--jp {
    margin-bottom: 1rem;
  }
}
.c-title--d-sub__title {
  font-size: 2.64rem;
  line-height: 1.5;
  color: #2c6fca;
  padding-left: 2rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-title--d-sub__title {
    font-size: 19px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-title--d-sub__title {
    padding: 0;
  }
}
.c-title--d-sub2 {
  font-weight: bold;
  margin-bottom: 2rem;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-title--d-sub2 {
    display: inline-block;
  }
}
.c-title--d-sub2__sub {
  background-color: #2c6fca;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  font-size: 1.76rem;
  line-height: 1.5;
  color: white;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .c-title--d-sub2__sub {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-title--d-sub2__sub {
    margin-bottom: 1rem;
  }
}
.c-title--d-sub2__title {
  font-size: 1.76rem;
  line-height: 1.5;
  color: #2c6fca;
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .c-title--d-sub2__title {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-title--d-sub2__title {
    padding: 0;
  }
}

.c-text {
  font-size: clamp(14px, 1.61vw, 16px) !important;
  line-height: 1.5;
  color: #373737;
  letter-spacing: 0.1rem;
}
.c-text--b {
  font-weight: bold;
}
.c-text.fitcontent-center {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.c-text--message {
  font-size: 2.64rem;
  line-height: 1.5;
  text-align: center;
  color: #003a8a;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-text--message {
    font-size: 19px;
    line-height: 1.5;
  }
}

.c-text--list {
  list-style: disc;
  margin-left: 30px;
}

.c-phone {
  font-weight: bold;
  color: #003a8a;
  display: flex;
  align-items: center;
}
.c-phone__link {
  font-size: 3.96rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-phone__link {
    font-size: 25px;
    line-height: 1.5;
  }
}
.c-phone__link img {
  height: 3rem;
}
.c-phone__link--lg {
  font-size: 5.28rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-phone__link--lg {
    font-size: 31px;
    line-height: 1.5;
  }
}
.c-phone--md {
  font-size: 2.64rem;
  line-height: 1.5;
  color: #373737;
}
@media only screen and (max-width: 768px) {
  .c-phone--md {
    font-size: 19px;
    line-height: 1.5;
  }
}
.c-phone i:before {
  display: block;
  transform: rotate(-10deg) translateX(-0.5rem);
}
.c-phone__wrapper .c-phone__link {
  display: block;
  margin-top: -1rem;
}

.c-copy {
  text-align: center;
  font-size: 1.32rem;
  line-height: 1.5;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
@media only screen and (max-width: 768px) {
  .c-copy {
    font-size: 14px;
    line-height: 1.5;
  }
}

.c-bgbox--white {
  background-color: white;
  width: 100%;
  padding: 5rem;
}

.c-link {
  color: #074091;
  font-size: 1.76rem;
  line-height: 1.5;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .c-link {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-link:active, .c-link:hover {
  text-decoration: underline;
}

.c-label--round {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .c-label--round {
    justify-content: start;
  }
}
.c-label--round span {
  text-align: center;
  padding: 0.4rem 1.8rem;
  display: block;
  border-radius: 0.8rem;
  color: white;
  font-weight: bold;
  font-size: 1.54rem;
  line-height: 1.5;
  background-color: #6e6e6e;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .c-label--round span {
    font-size: 14px;
    line-height: 1.5;
  }
}

dl,
dt,
dd {
  font-size: 1.54rem;
  line-height: 1.5;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  dl,
  dt,
  dd {
    font-size: 14px;
    line-height: 1.5;
  }
}

.c-hover--opacity:hover {
  opacity: 0.8;
  transition: 0.1s;
}

.c-box--white {
  background-color: white;
}

.c-box-side-design {
  border-left: 4px solid #2c6fca;
}

.c-logo--md {
  width: 11rem;
  margin: 0 auto;
}

.c-has-blueshadow {
  filter: drop-shadow(8px 0 27px #d8e1ed) !important;
  transition: 0.1s;
}
@media only screen and (max-width: 768px) {
  .c-has-blueshadow {
    max-width: 200px;
  }
}
.c-has-blueshadow__wrapper:hover .c-has-blueshadow {
  transition: 0.1s;
  filter: drop-shadow(8px 0 27px #cad2de) !important;
}

.c-itembg {
  background-color: #e6f1ff;
  border-radius: 2rem;
  padding: 3rem 1rem;
  min-height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-itembg figure {
  max-width: 7rem;
  height: 10rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .c-itembg {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.c-rounded-box--d-blue {
  border-radius: 2rem;
  border: 2px solid #003a8a;
  color: #003a8a;
  font-size: 1.76rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .c-rounded-box--d-blue {
    font-size: 15px;
    line-height: 1.5;
  }
}

.c-rounded-box--emerald {
  border-radius: 2rem;
  border: 2px solid #01b59e;
  color: #01b59e;
  font-size: 1.76rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .c-rounded-box--emerald {
    font-size: 15px;
    line-height: 1.5;
  }
}

.c-icon {
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .c-icon {
    width: 40px;
    height: 40px;
  }
}
.c-icon__wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100px;
}
.c-icon__wrapper .c-icon {
  margin-right: 1rem;
}
.c-icon__wrapper .c-icon:last-of-type {
  margin-right: 0;
}
.c-icon-checklist {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .c-icon-checklist {
    width: 40px;
    height: 40px;
  }
}

.c-border-b {
  border-bottom: 1px dotted #dddddd;
}

.c-border-b--l-gray {
  border-bottom: 1px solid #dddddd;
}

.c-badge {
  border: 2px solid #000;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: block;
  width: 160px;
  font-size: 22px;
  font-weight: bold;
  display: grid;
  place-content: center;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .c-badge {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .c-badge {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .c-badge {
    font-size: min(3.5vw, 20px);
  }
}
@media only screen and (max-width: 540px) {
  .c-badge {
    width: max(100px, 20vw);
    font-size: 14px;
  }
}
.c-badge_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 992px) {
  .c-badge_wrap {
    flex-wrap: wrap;
  }
}
.c-badge.green {
  border-color: #01b59e;
  color: #01b59e;
}
.c-badge.blue {
  border-color: #00afe2;
  color: #00afe2;
}
.c-badge.d-blue {
  border-color: #003a8a;
  color: #003a8a;
}

.c-option-list {
  list-style: disc;
  margin-left: 5rem;
  font-size: 1.76rem;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .c-option-list {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-option-list li {
  color: #373737;
}
.c-option-list li::marker {
  color: #003a8a;
}

.c-list--num {
  list-style: decimal;
  font-size: 1.76rem;
  line-height: 1.5;
  position: relative;
  list-style-position: outside;
  padding-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .c-list--num {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-list--num {
    padding-left: 23px;
  }
}
.c-list--ideographic {
  list-style-type: cjk-ideographic;
  font-size: 1.76rem;
  line-height: 1.5;
  position: relative;
  list-style-position: outside;
  padding-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .c-list--ideographic {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-list--ideographic {
    padding-left: 23px;
  }
}
.c-list--dotted li {
  display: block;
  border-bottom: 1px dotted #dddddd;
  padding: 16px 0;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .c-list--dotted li {
    padding: 14px 0;
  }
}
.c-list--dotted li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.c-list--dotted li:first-of-type {
  padding-top: 0;
}
.c-list--dotted li .tel, .c-list--dotted li .fax {
  font-size: 14px;
}
.c-list--dotted li .address {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-list--dotted li .address {
    line-height: 1.75;
  }
}
.c-list--dotted li .address a i.fa-map-marker-alt {
  color: #003a8a;
}
.c-list--dotted li .address a i.fa-map-marker-alt:active, .c-list--dotted li .address a i.fa-map-marker-alt:focus, .c-list--dotted li .address a i.fa-map-marker-alt:hover {
  filter: brightness(1.3);
}
.c-list--dotted li .recruit-button {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DF3262;
  padding: 1.5rem 0.5rem;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .c-list--dotted li .recruit-button {
    max-width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .c-list--dotted li .recruit-button {
    display: inline;
    padding: 0.5rem 2rem;
    line-height: 1;
    margin-top: 0;
    margin-left: 10px;
    font-size: 13px;
  }
}
.c-list--dotted li .recruit-button:active, .c-list--dotted li .recruit-button:focus, .c-list--dotted li .recruit-button:hover {
  filter: brightness(1.1);
}

.c-list--line {
  margin-bottom: 7rem;
}
.c-list--line__parent {
  font-weight: bold;
  font-size: 1.54rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-list--line__parent {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-list--line__parent {
    margin-bottom: 2rem;
  }
}
.c-list--line__parent.current {
  color: #d4f5ff;
}
.c-list--line__child {
  font-size: 1.32rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.5rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-list--line__child {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-list--line__child {
    padding-left: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .c-list--line__child {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-list--line__child:last-of-type {
    margin-bottom: 3rem;
  }
}
.c-list--line__child.current {
  color: #d4f5ff;
  font-weight: bold;
}
.c-list--line i {
  display: none;
}
.c-list--line.c-list--line__accordion i {
  display: inline-block;
  transition: 0.2s;
  font-size: 10px;
}
.c-list--line.c-list--line__accordion .c-list--line__child {
  display: none;
  overflow-y: hidden;
}
.c-list--line.c-list--line__accordion.open i {
  transform: rotate(180deg);
  transition: 0.2s;
}
.c-list--line.c-list--line__accordion.open .c-list--line__child {
  display: block;
}

.c-news--new {
  color: #2c6fca;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 1.76rem;
  line-height: 1.5;
  position: relative;
  width: 9rem;
}
@media only screen and (max-width: 768px) {
  .c-news--new {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-news--new:after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 0.5rem;
  width: 1px;
  height: 2rem;
  transform: rotate(30deg);
  background-color: #373737;
}
@media only screen and (max-width: 768px) {
  .c-news--new:after {
    display: none;
  }
}
.c-news--date {
  font-size: 1.76rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 768px) {
  .c-news--date {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-news--title {
  font-size: 1.76rem;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-news--title {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-news--row {
  padding: 3rem 4rem 3rem 2rem;
  border-bottom: 1px #dddddd solid;
  display: block;
  position: relative;
}
.c-news--row:first-of-type {
  border-top: 1px #dddddd solid;
}
.c-news--row:before {
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #fafcfe, #eaf1fa);
}

a.c-news--row:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  color: #dddddd;
  transition: 0.3s;
  font-weight: 900;
  font-size: 3rem;
}
a.c-news--row:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
a.c-news--row:hover:after {
  color: white;
  transition: 0.3s;
}

.c-tag {
  color: #2c6fca;
  border: 1px #2c6fca solid;
  border-radius: 3px;
  display: inline-block;
  padding: 0.2rem 1.5rem;
  font-size: 1.76rem;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-tag {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-tag--orange {
  color: white;
  background-color: #f88c00;
  border-radius: 3px;
  display: inline-block;
  padding: 0.2rem 1.5rem;
  font-size: 1.76rem;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-tag--orange {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-tag--emerald {
  color: white;
  background-color: #01b59e;
  border-radius: 3px;
  display: inline-block;
  padding: 0.2rem 1.5rem;
  font-size: 1.76rem;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-tag--emerald {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-tag--sky-blue {
  color: white;
  background-color: #00afe2;
  border-radius: 3px;
  display: inline-block;
  padding: 0.2rem 1.5rem;
  font-size: 1.76rem;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-tag--sky-blue {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-tag--m-blue {
  color: white;
  background-color: #2c6fca;
  border-radius: 3px;
  display: inline-block;
  padding: 0.2rem 1.5rem;
  font-size: 1.76rem;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-tag--m-blue {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-tag--pink {
  color: white;
  background-color: #DF3262;
  border-radius: 3px;
  display: inline-block;
  padding: 0.2rem 1.5rem;
  font-size: 1.76rem;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-tag--pink {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-tag__wrapper {
  margin-bottom: 1rem;
}
.c-tag__wrapper > * {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.c-tag__wrapper > *:last-of-type {
  margin-right: 0;
}

.c-sub-page-header {
  margin-top: 10rem;
  width: 100%;
  height: 30rem;
  position: relative;
  padding: 20px;
  background-image: linear-gradient(45deg, #EEF2FB 0%, #EEF2FB 25%, #ffffff 25%, #ffffff 50%, #EEF2FB 50%, #EEF2FB 75%, #ffffff 75%);
  background-position: 0px 0px;
  background-size: 60px 60px;
}
@media only screen and (max-width: 768px) {
  .c-sub-page-header {
    height: 150px;
    margin-top: 60px;
  }
}
.c-sub-page-header__title {
  font-weight: bold;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 5.28rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-sub-page-header__title {
    font-size: 31px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-sub-page-header__title {
    font-size: 24px;
  }
}
.c-sub-page-header__title__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #003a8a;
  text-align: center;
}

.c-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background-color: white;
  padding: 6rem;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.c-modal__closebtn {
  position: absolute;
  top: 0.4rem;
  right: 2rem;
  font-size: 4.4rem;
  line-height: 1.5;
  color: #333;
  cursor: pointer;
  border: none;
  background: none;
}
@media only screen and (max-width: 768px) {
  .c-modal__closebtn {
    font-size: 27px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-modal__closebtn {
    right: 0.5rem;
  }
}
.c-modal .c-button {
  border-radius: 10px;
  padding: 3rem;
}

.hidden {
  display: none;
}

.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 5;
}

.c-designbox {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.c-designbox__title {
  background-color: #6e6e6e;
  color: white;
  font-weight: bold;
  position: absolute;
  transform: translateY(-100%);
  padding: 0.5rem 1rem;
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-designbox__title {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-designbox__title--sm {
  font-size: 1.54rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-designbox__title--sm {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-designbox__inner {
  background-color: white;
  padding: 3rem 3rem 3rem 3rem;
}

.c-qa {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.c-qa__title {
  background-color: #003a8a;
  color: white;
  font-weight: bold;
  position: absolute;
  transform: translateY(-50%);
  padding: 0.5rem 1rem;
}
.c-qa__inner {
  background-color: #f9f9f9;
  padding: 5rem;
  border-radius: 20px;
}
.c-qa__label {
  font-size: 3.3rem;
  line-height: 1.5;
  padding: 0 2rem 2rem 2rem;
  width: 100%;
  border-bottom: 1px dotted #cdcdcd;
}
@media only screen and (max-width: 768px) {
  .c-qa__label {
    font-size: 22px;
    line-height: 1.5;
  }
}
.c-qa__label__title__wrapper {
  font-weight: 500;
}
.c-qa__content {
  width: 100%;
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-qa__content {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-qa__content__inner {
  padding: 2rem;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table th,
.c-table td {
  padding: 16px;
  border: white 1px solid;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .c-table th,
  .c-table td {
    padding: 1rem;
  }
}
.c-table th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.c-table th,
.c-table td {
  border: white 1px solid;
}
.c-table th {
  background-color: #003a8a;
  color: white;
}
.c-table td {
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .c-table th {
    width: 30%;
    text-align: left;
  }
  .c-table td {
    width: 70%;
    background-color: gray;
  }
}
.c-table--sm {
  width: 100%;
  border-collapse: collapse;
}
.c-table--sm th,
.c-table--sm td {
  padding: 16px;
  border: white 1px solid;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .c-table--sm th,
  .c-table--sm td {
    padding: 1rem;
  }
}
.c-table--sm th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.c-table--sm th {
  background-color: #eaeaea;
}
.c-table--sm td {
  background-color: white;
}
.c-table--sm th,
.c-table--sm td {
  padding: 2rem;
  border: #dddddd 1px solid;
}
.c-table--design {
  width: 100%;
  border-collapse: collapse;
}
.c-table--design th,
.c-table--design td {
  padding: 16px;
  border: white 1px solid;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .c-table--design th,
  .c-table--design td {
    padding: 1rem;
  }
}
.c-table--design th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.c-table--design th,
.c-table--design td {
  vertical-align: middle;
}
.c-table--design th > *,
.c-table--design td > * {
  vertical-align: middle;
}
.c-table--design th {
  color: white;
  background-color: #2c6fca;
}
.c-table--design th:nth-of-type(1) {
  width: 15%;
}
.c-table--design th:nth-of-type(2) {
  width: 8%;
}
.c-table--design th:nth-of-type(3) {
  width: 10%;
}
.c-table--design th:nth-of-type(4) {
  width: 15%;
}
.c-table--design th:nth-of-type(5) {
  width: 30%;
}
.c-table--design th:nth-of-type(6) {
  width: 15%;
}
.c-table--design tr:nth-of-type(2n) {
  background-color: #f9f9f9;
}
.c-table--design input {
  display: block;
  margin: 0 auto;
}
.c-table--design.u-md-only tbody {
  width: 100%;
  display: block;
}
.c-table--design.u-md-only tbody tr {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.c-table--design.u-md-only tbody tr > * {
  display: flex;
  align-items: center;
}
.c-table--design.u-md-only .c-table__left--odd {
  background-color: #003a8a !important;
}
.c-table--design.u-md-only th {
  width: 20%;
  min-width: 100px;
}
.c-table--design.u-md-only td {
  width: 80%;
}
.c-table--design.u-md-only td input {
  margin: 0;
}
.c-table--design-date {
  width: 100%;
  border-collapse: collapse;
}
.c-table--design-date th,
.c-table--design-date td {
  padding: 16px;
  border: white 1px solid;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .c-table--design-date th,
  .c-table--design-date td {
    padding: 1rem;
  }
}
.c-table--design-date th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .c-table--design-date {
    display: none !important;
  }
}
.c-table--design-date table {
  width: 100%;
  table-layout: fixed;
  display: table;
}
.c-table--design-date td {
  color: #373737;
}
.c-table--design-date td.selected {
  background-color: #facfd0;
}
.c-table--design-date th,
.c-table--design-date td {
  vertical-align: middle;
}
.c-table--design-date th > *,
.c-table--design-date td > * {
  vertical-align: middle;
}
.c-table--design-date th {
  color: white;
  background-color: #2c6fca;
}
.c-table--design-date th:nth-of-type(1) {
  width: 25%;
}
.c-table--design-date th:nth-of-type(2) {
  width: 25%;
}
.c-table--design-date th:nth-of-type(3) {
  width: 25%;
}
.c-table--design-date th:nth-of-type(4) {
  width: 25%;
}
.c-table--design-date tr td:first-of-type {
  background-color: #dddddd;
}
.c-table--design-date tr.sat td:first-of-type {
  color: #2c6fca;
}
.c-table--design-date tr.sun td:first-of-type {
  color: #DF3262;
}
.c-table--design-date input {
  display: block;
  margin: 0 auto;
}
.c-table--design-date.u-md-only tbody {
  width: 100%;
  display: block;
}
.c-table--design-date.u-md-only tbody tr {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.c-table--design-date.u-md-only tbody tr > * {
  display: flex;
  align-items: center;
}
.c-table--design-date.u-md-only th {
  width: 20%;
  min-width: 100px;
}
.c-table--design-date.u-md-only td {
  width: 80%;
}
.c-table--design-date.u-md-only td input {
  margin: 0;
}
.c-table--design-date .c-table--design-date__selectable {
  padding: 0.5rem 2rem;
  border-radius: 9999px;
  background-color: #2c6fca;
  color: white;
  border: none;
  font-weight: bold;
  margin-left: 1rem;
}
.c-table--design-date .c-table--design-date__selected {
  padding: 0.5rem 2rem;
  border-radius: 9999px;
  background-color: #DF3262;
  color: white;
  font-weight: bold;
  border: none;
  margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-table--design-date__mobile {
    width: 100%;
    border-collapse: collapse;
  }
  .c-table--design-date__mobile th,
  .c-table--design-date__mobile td {
    padding: 16px;
    border: white 1px solid;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .c-table--design-date__mobile th,
  .c-table--design-date__mobile td {
    padding: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-table--design-date__mobile th {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) {
  .c-table--design-date__mobile td {
    color: #373737;
    background-color: white;
  }
  .c-table--design-date__mobile td.selected {
    background-color: #facfd0;
  }
}
@media only screen and (max-width: 768px) {
  .c-table--design-date__mobile th,
  .c-table--design-date__mobile td {
    vertical-align: middle;
  }
  .c-table--design-date__mobile th > *,
  .c-table--design-date__mobile td > * {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) {
  .c-table--design-date__mobile th {
    color: white;
    background-color: #2c6fca;
  }
}
@media only screen and (max-width: 768px) {
  .c-table--design-date__mobile tbody tr:first-of-type th {
    background-color: #003a8a;
  }
}
@media only screen and (max-width: 768px) {
  .c-table--design-date__mobile tr.sat td:first-of-type {
    color: #2c6fca;
  }
  .c-table--design-date__mobile tr.sun td:first-of-type {
    color: #DF3262;
  }
}
@media only screen and (max-width: 768px) {
  .c-table--design-date__mobile tbody {
    width: 100%;
    display: block;
  }
  .c-table--design-date__mobile tbody tr {
    width: 100%;
    display: flex;
    align-items: stretch;
  }
  .c-table--design-date__mobile tbody tr > * {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .c-table--design-date__mobile th {
    width: 30%;
    min-width: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .c-table--design-date__mobile td {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .c-table--design-date__mobile .c-table--design-date__selectable {
    padding: 0.5rem 2rem;
    border-radius: 9999px;
    background-color: #2c6fca;
    color: white;
    border: none;
    margin-left: 1rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  .c-table--design-date__mobile .c-table--design-date__selected {
    padding: 0.5rem 2rem;
    border-radius: 9999px;
    background-color: #DF3262;
    color: white;
    font-weight: bold;
    margin-left: 1rem;
    border: none;
  }
}

.c-table__left {
  background-color: #003a8a;
  color: white;
  font-weight: bold;
}
.c-table__left--odd {
  background-color: #DF3262;
}

.c-table--simple {
  border-spacing: 3rem;
  width: 100%;
  border-collapse: collapse;
}
.c-table--simple th,
.c-table--simple td {
  padding: 16px;
  border: white 1px solid;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .c-table--simple th,
  .c-table--simple td {
    padding: 1rem;
  }
}
.c-table--simple th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.c-table--simple tr {
  display: flex;
  border-bottom: 1px #dddddd solid;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.c-table--simple tr:first-of-type {
  border-top: 1px #dddddd solid;
}
@media only screen and (max-width: 768px) {
  .c-table--simple tr {
    display: block;
  }
}
.c-table--simple td {
  display: block;
}
.c-table--simple td:first-child {
  width: 20%;
}
.c-table--simple td:last-child {
  width: 80%;
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .c-table--simple td {
    width: 100% !important;
    padding-left: 0 !important;
  }
}
.c-table--simple td:first-child {
  font-weight: bold;
}

.c-table--simple2 {
  border-spacing: 3rem;
  width: 100%;
  border-collapse: collapse;
}
.c-table--simple2 th,
.c-table--simple2 td {
  padding: 16px;
  border: white 1px solid;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .c-table--simple2 th,
  .c-table--simple2 td {
    padding: 1rem;
  }
}
.c-table--simple2 th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.c-table--simple2 tr {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .c-table--simple2 tr {
    flex-wrap: wrap;
  }
}
.c-table--simple2 td {
  display: block;
  padding: 2rem;
}
.c-table--simple2 td:first-child {
  width: 25%;
  background-color: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .c-table--simple2 td:first-child {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.c-table--simple2 td:last-child {
  width: 75%;
  padding-left: 7rem;
}
@media only screen and (max-width: 768px) {
  .c-table--simple2 td:last-child {
    padding: 0;
    width: 100%;
  }
}
.c-table--simple2 td:first-child {
  font-weight: 500;
}

.c-table--simple3 {
  border-spacing: 1rem;
  width: 100%;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  display: table;
}
.c-table--simple3 th,
.c-table--simple3 td {
  padding: 16px;
  border: white 1px solid;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .c-table--simple3 th,
  .c-table--simple3 td {
    padding: 1rem;
  }
}
.c-table--simple3 th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.c-table--simple3 th {
  font-weight: bold;
  background-color: #eaeaea;
  text-align: left;
}
.c-table--simple3 th:nth-of-type(1) {
  width: 18%;
}
@media only screen and (max-width: 768px) {
  .c-table--simple3 th:nth-of-type(1) {
    width: 100%;
  }
}
.c-table--simple3 th:nth-of-type(2) {
  width: 18%;
}
@media only screen and (max-width: 768px) {
  .c-table--simple3 th:nth-of-type(2) {
    width: 100%;
  }
}
.c-table--simple3 th:nth-of-type(3) {
  width: 10%;
}
@media only screen and (max-width: 768px) {
  .c-table--simple3 th:nth-of-type(3) {
    width: 100%;
  }
}
.c-table--simple3 tr:first-child th {
  font-weight: bold;
  background-color: #eaeaea;
  text-align: center;
}
.c-table--simple3 td {
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .c-table--simple3.u-md-only {
    margin-bottom: 30px;
    width: 100%;
    display: table !important;
  }
  .c-table--simple3.u-md-only th,
  .c-table--simple3.u-md-only td {
    padding: 10px;
    width: 100% !important;
    display: block !important;
  }
  .c-table--simple3.u-md-only th {
    text-align: left !important;
  }
}

button[type=submit].c-button--gray {
  background-color: #f9f9f9;
  display: block;
  padding: 1rem 2rem;
  color: #373737;
  font-size: 16px;
  border: #dddddd 1px solid;
}

input[type=text],
input[type=email],
input[type=date],
input[type=tel],
textarea {
  padding: 1rem 2rem;
  border: #dddddd 2px solid;
  border-radius: 3px;
  width: 100%;
  display: block;
  color: #373737;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=date],
  input[type=tel],
  textarea {
    width: 100%;
  }
}

input[type=radio] {
  display: inline-block;
  transform: translateY(0.5rem);
}
@media only screen and (max-width: 768px) {
  input[type=radio] {
    transform: translateY(5px);
  }
}

textarea {
  height: 30rem;
}

.c-form__tag--required {
  background-color: #DF3262;
  color: white;
  border-radius: 0.5rem;
  padding: 0.2rem 0.7rem;
  white-space: nowrap;
  font-size: 1.1rem;
  line-height: 1.5;
  transform: translateY(-0.2rem);
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .c-form__tag--required {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-form__tag--required {
    transform: translateY(0);
  }
}
.c-form__tag--optional {
  background-color: #003a8a;
  color: white;
  border-radius: 0.5rem;
  padding: 0.2rem 0.7rem;
  font-size: 1.1rem;
  line-height: 1.5;
  white-space: nowrap;
  transform: translateY(-0.2rem);
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .c-form__tag--optional {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-form__tag--optional {
    transform: translateY(0);
  }
}

.c-form .c-border-b {
  border-bottom: 1px dotted #dddddd;
}
.c-form table {
  width: 100%;
}
.c-form th,
.c-form td {
  border-collapse: collapse;
  font-size: 16px;
  margin: 0;
  vertical-align: middle;
  padding: 2rem;
  display: inline-block;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .c-form th,
  .c-form td {
    padding: 5px;
  }
}
.c-form .c-table--sm td,
.c-form .c-table--sm th {
  display: table-cell;
}
.c-form th {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.c-form label {
  display: inline-block;
  line-height: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-form label {
    line-height: 1.2;
  }
}
.c-form__label {
  display: inline-block;
  line-height: 3rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
.c-form input.c-form__row__item__text-m {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .c-form input.c-form__row__item__text-m {
    width: 100%;
  }
}
.c-form input.c-form__row__item__text-s {
  width: 100px;
}
.c-form input.c-form__row__item__text-l {
  width: 100%;
}
.c-form__row {
  width: 100%;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .c-form__row {
    padding-bottom: 10px;
  }
}
.c-form__row__item .c-form__inner__row {
  padding-bottom: 2rem;
}
.c-form__row__item .c-form__inner__row > * {
  display: block;
  width: 100%;
}
.c-form__row__item .c-form__inner__row label {
  margin-bottom: 1rem;
}
.c-form__checkbox__wrapper {
  text-align: center;
  padding-top: 2rem;
}
.c-form tr.hidden {
  transition: 0.3s all;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
@media only screen and (max-width: 768px) {
  .c-form tr.hidden {
    padding: 0;
  }
}
.c-form tr.hidden.active {
  transition: 0.5s;
  opacity: 1;
  height: 100%;
  visibility: visible;
}

.c-scrollbox {
  background-color: white;
  margin: 0 auto;
  overflow-y: scroll;
  height: 48rem;
  padding: 4rem;
  font-size: 1.54rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-scrollbox {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-scrollbox__wrapper {
  width: 100%;
  height: 50rem;
  border: none;
}
.c-scrollbox__inner-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.c-scrollbox__txt {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-scrollbox__txt {
    font-size: 12px;
  }
}
.c-scrollbox__txt__right {
  text-align: right;
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-scrollbox__txt__right {
    font-size: 12px;
  }
}
.c-scrollbox__title {
  color: white;
  font-size: 1.98rem;
  line-height: 1.5;
  padding: 1.2rem 1rem;
  font-weight: bold;
  background-color: #003a8a;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .c-scrollbox__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.c-scrollbox__list {
  list-style-type: decimal;
  position: relative;
  left: 3rem;
  width: calc(100% - 4rem);
}
@media only screen and (max-width: 768px) {
  .c-scrollbox__list {
    font-size: 14px;
    left: 16px;
  }
}

.c-form__input-sm {
  width: 220px !important;
}
@media only screen and (max-width: 768px) {
  .c-form__input-sm {
    width: 50% !important;
  }
}

.c-form__inner__row {
  padding: 1.5rem;
}

.c-paging {
  margin-top: 7rem;
  font-size: 1.76rem;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  background-color: #003a8a;
  color: white;
  border-radius: 0;
  cursor: pointer;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-right: 2rem;
  height: 6rem;
  width: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .c-paging {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-paging {
    width: 30px;
    height: 30px;
  }
}
.c-paging a {
  display: block;
}
.c-paging a i {
  transition: 0.1s ease-in-out;
}
.c-paging a i:before {
  width: 10px;
}
.c-paging__wrapper {
  display: flex;
  justify-content: center;
}
.c-paging:hover {
  opacity: 0.9;
}
.c-paging.current {
  background-color: #2c6fca;
}

.catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3vw;
  font-size: 11rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .catch {
    font-size: 57px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .catch {
    font-size: 24px;
  }
}

.mainVisual {
  position: relative;
  margin-top: 11.5rem;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .mainVisual {
    /* height: 70vh; */
    display: flex;
    justify-content: center;
  }
}
.mainVisual img {
  width: 100%;
}
/* @media only screen and (max-width: 768px) {
  .mainVisual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
} */

@media only screen and (max-width: 768px) {
  .scroll img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.circle {
  position: absolute;
  width: 16rem;
  right: 8.5rem;
  bottom: 12.5rem;
  animation: spin 20s linear infinite;
}
@media only screen and (max-width: 768px) {
  .circle {
    width: 80px;
    height: 80px;
    right: 20px;
    bottom: 50px;
  }
}

.arrow_down {
  position: absolute;
  width: 2.5rem;
  right: 15rem;
  bottom: 17.2rem;
}
@media only screen and (max-width: 768px) {
  .arrow_down {
    width: 12.5px;
    right: 54px;
    bottom: 72px;
  }
}
.arrow_down img {
  width: 100%;
}

@keyframes spin {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
.sideBnr01 {
  position: fixed;
  top: 11.5rem;
  right: -18rem;
  min-width: 140px;
  width: 28rem;
  z-index: 200;
  transition: 0.2s ease-in-out;
}
.sideBnr01 img {
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .sideBnr01 {
    top: auto;
    /* bottom: 30rem; */
    bottom: 50rem;
  }
}

.sideBnr02 {
  position: fixed;
  top: 21.5rem;
  right: -30rem;
  width: 40rem;
  min-width: 200px;
  z-index: 200;
  transition: 0.2s ease-in-out;
}
.sideBnr02 img {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .sideBnr02 {
    bottom: 20rem;
    top: auto;
  }
}

.sideBnr01:hover,
.sideBnr02:hover {
  right: 0;
}

.top__news .c-title--tbrl {
  position: relative;
}
.top__news .c-title--tbrl:before {
  content: "";
  display: inline-block;
  background: url("../../../img/1/title-news.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5rem;
  height: 23rem;
  position: absolute;
  top: 0;
  right: -6rem;
}
@media only screen and (max-width: 768px) {
  .top__news .c-title--tbrl:before {
    display: none;
  }
}
.top__guide .c-title--tbrl:before {
  content: "";
  background: url("../../../img/1/title-GUIDE.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 23rem;
  width: 5rem;
  top: 0;
  right: -6rem;
}
@media only screen and (max-width: 768px) {
  .top__guide .c-title--tbrl:before {
    display: none;
  }
}
.top__guide .c-title__wrapper {
  justify-content: center;
}

.top__news .c-title__wrapper {
  justify-content: center;
}
.top__omotenashi {
  position: relative;
}
.top__omotenashi:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #fafcfe, #eaf1fa);
  background-position: 25% 75%;
  width: 100%;
  height: 120rem;
  top: 25rem;
  left: 0;
  z-index: -100;
}
.top__omotenashi h2 {
  z-index: 0;
}
.top__omotenashi__title-img {
  display: inline-block;
  position: absolute;
  margin-top: 2rem;
  width: 80rem;
  text-align: center;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .top__omotenashi__title-img {
    display: none;
  }
}
.top__omotenashi__title__wrapper {
  position: relative;
}
.top__calendar {
  background-image: url("../../../img/1/calendarBg.jpg");
  padding: 15rem 0 2rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.top__estimate {
  padding: 15rem 0 15rem 0;
  position: relative;
}
.top__estimate:before {
  content: "";
  position: absolute;
  top: 19rem;
  left: 0;
  width: 180rem;
  height: 79rem;
  background: linear-gradient(to right, #fafcfe, #eaf1fa);
  z-index: -100;
}
@media only screen and (max-width: 768px) {
  .top__estimate:before {
    width: 100%;
    height: 100%;
    top: 0;
  }
}
.top__estimate:after {
  content: "";
  position: absolute;
  top: 70rem;
  right: 0;
  width: 170rem;
  height: 40rem;
  background: linear-gradient(to left, #719edc, #c8dbf4);
  z-index: -200;
}
@media only screen and (max-width: 768px) {
  .top__estimate:after {
    display: none;
  }
}
.top__estimate__title {
  position: absolute;
  right: 40rem;
  width: 100rem;
  top: 100rem;
}
@media only screen and (max-width: 768px) {
  .top__estimate__title {
    display: none;
  }
}
.top__package {
  padding: 10rem 0 0 0;
  position: relative;
}
.top__package:before {
  content: "";
  position: absolute;
  top: 14rem;
  left: 0;
  width: 100rem;
  height: 33rem;
  background: linear-gradient(to right, #fafcfe, #eaf1fa);
  z-index: -100;
}

@media only screen and (max-width: 1340px) {
.top__package:before {
  height: 38rem;
}
}

@media only screen and (max-width: 1200px) {
  .top__package:before {
    height: 40rem;
  }
  }

  @media only screen and (max-width: 1060px) {
    .top__package:before {
      height: 55rem;
    }
    }

@media only screen and (max-width: 768px) {
  .top__package:before {
    width: 100%;
    height: 100%;
    top: 0;
  }
}
.top__package:after {
  content: "";
  position: absolute;
  top: 40rem;
  right: 0;
  width: 90rem;
  height: 40rem;
  background: linear-gradient(to left, #719edc, #c8dbf4);
  z-index: -200;
}
@media only screen and (max-width: 768px) {
  .top__package:after {
    display: none;
  }
}
.top__package__title {
  position: absolute;
  right: 20rem;
  width: 60rem;
  top: 68rem;
}
@media only screen and (max-width: 768px) {
  .top__package__title {
    display: none;
  }
}
.top__package__announce {
  background-color: white;
  border: 2px #003a8a solid;
  position: relative;
}
.top__package__announce:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 3rem solid #003a8a;
  border-bottom: 3rem solid transparent;
}
.top__package__announce:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 3rem solid transparent;
  border-bottom: 3rem solid #003a8a;
}
.top__package__announce2 {
  border-bottom: 2px #EE5655 solid;
}
.top__package__announce2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 5.5rem;
  left: 0;
  background-color: #EE5655;
}
.top__package__announce2 p:first-of-type {
  position: relative;
  background-color: white;
  display: inline-block;
  padding: 0 3rem;
}
.top__about {
  background-image: url("../../../img/1/aboutBg.jpg");
  padding: 10rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-design-link {
  position: relative;
  margin: 4rem 0;
  width: 100%;
  padding: 0 2rem;
}
.c-design-link__img {
  display: block;
  overflow: hidden;
}
.c-design-link__img img {
  height: 100%;
  width: 100%;
}
.c-design-link__title {
  padding: 1rem 3rem;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
  position: relative;
  margin-top: -4px;
}
.c-design-link__title span {
  display: block;
}
.c-design-link__title span:first-of-type {
  font-size: 2.86rem;
  line-height: 1.5;
  padding-bottom: 0.7rem;
}
@media only screen and (max-width: 768px) {
  .c-design-link__title span:first-of-type {
    font-size: 20px;
    line-height: 1.5;
  }
}
.c-design-link__title span:last-of-type {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 1.54rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-design-link__title span:last-of-type {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-design-link__title:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  color: #dddddd;
  transition: 0.3s;
  font-weight: 900;
  font-size: 3rem;
}
.c-design-link__title:before {
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  content: "";
  background: #2c6fca;
}

.c-design-link:hover .c-design-link__title {
  color: white;
}
.c-design-link:hover .c-design-link__title:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.c-design-link:hover .c-design-link__title:after {
  color: white;
}

.c-number {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #2c6fca;
  font-size: 6.6rem;
  line-height: 1.5;
  opacity: 0.8;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .c-number {
    font-size: 37px;
    line-height: 1.5;
  }
}
.c-number--circle {
  top: 2rem !important;
  left: 50% !important;
  transform: translateX(-13rem);
}
@media only screen and (max-width: 768px) {
  .c-number--circle {
    top: 3rem !important;
    left: 50% !important;
    transform: translateX(-18rem);
  }
}
.c-number--sm {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #2c6fca;
  font-size: 5.28rem;
  line-height: 1.5;
  opacity: 0.8;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .c-number--sm {
    font-size: 31px;
    line-height: 1.5;
  }
}

.c-number__wrapper {
  position: relative;
  margin-top: 4rem;
}
.c-number__wrapper .c-number {
  position: absolute;
  top: -5rem;
  left: 3rem;
}

.top__package-pict {
  overflow-x: hidden;
}
.top__package-pict .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  z-index: 500;
  font-weight: 900;
  color: #dddddd;
  font-size: 5rem;
  right: 7rem;
  position: absolute;
}
.top__package-pict .slick-prev {
  z-index: 90;
}
.top__package-pict .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 500;
  color: #dddddd;
  font-size: 5rem;
  left: 7rem;
  position: absolute;
}
.top__package-slideshow {
  width: 100%;
}
.top__package-slideshow-item {
  float: left;
  position: relative;
  text-align: left;
}
.top__package-slideshow-item figure {
  margin: 0;
}
.top__package-slideshow-item figure img {
  width: 100%;
  display: block;
}
.top__package-slideshow-item span {
  font-size: 6.6rem;
  line-height: 1.5;
  vertical-align: 0;
  color: #2c6fca;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
@media only screen and (max-width: 768px) {
  .top__package-slideshow-item span {
    font-size: 37px;
    line-height: 1.5;
  }
}
.top__package-slideshow-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 8rem;
  padding: 0 0 3rem 6rem;
}
@media only screen and (max-width: 768px) {
  .top__package-slideshow-text {
    padding: 0 0 1rem 6rem;
  }
}
.top__package-slideshow-text h3 {
  font-size: 2.86rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 768px) {
  .top__package-slideshow-text h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .top__package-slideshow-text h3 {
    margin: 0;
  }
}
.top__package-slideshow-text p {
  margin: 0;
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .top__package-slideshow-text p {
    font-size: 15px;
    line-height: 1.5;
  }
}
.top__package-text {
  text-align: center;
  margin: 0 0 0 50%;
  padding-left: 90px;
  line-height: 2.15;
  letter-spacing: 0.8px;
}
.top__package-text p {
  font-weight: 500;
}
.top__package-thumb {
  width: 70rem;
  line-height: 1.7;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top__package-thumb {
    width: 100%;
    margin-top: 2rem;
  }
}
.top__package-thumb::after {
  content: "";
  display: block;
  clear: both;
}
.top__package-thumb figure {
  width: 8rem;
  margin: 0 2px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.top__package-thumb figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top__package-thumb figure img {
  display: block;
  width: 100%;
}
.top__package-thumb figure[class=thumbnail-current]::after {
  border: solid 3px #2c6fca;
}
.top__package-thumb figure[class=thumbnail-current] figcaption {
  display: inline-block;
}

@media print {
  .slick-track,
  .slick-slide {
    width: 100% !important;
    height: 100% !important;
  }
  .slick-initialized .slick-slide {
    display: none !important;
  }
  .slick-initialized .slick-slide:first-child {
    display: block !important;
    left: 0 !important;
    opacity: 1 !important;
  }
}
.calendar .c-calendar__wrapper {
  margin-bottom: 5rem;
  padding: 3rem;
}
.calendar .c-calendar__header {
  font-size: 2.64rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .calendar .c-calendar__header {
    font-size: 19px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .calendar .c-calendar__header {
    font-size: 24px !important;
  }
}
.calendar .c-calendar__month {
  font-size: 4.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .calendar .c-calendar__month {
    font-size: 27px;
    line-height: 1.5;
  }
}

.c-calendar {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, minmax(30px, 1fr));
  grid-template-rows: 5rem;
  grid-auto-rows: 5rem;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .c-calendar {
    grid-template-rows: 10rem;
    grid-auto-rows: 10rem;
  }
}
.c-calendar .bg1 {
  background: #75B28E;
}
.c-calendar .bg2 {
  background: #E1D599;
}
.c-calendar .bg3 {
  background: #F2A46B;
}
.c-calendar .bg4 {
  background: #F18687;
}
.c-calendar .bg5 {
  background: #BBBBBB;
}
.c-calendar__wrapper {
  overflow: hidden;
  background: #fff;
  padding: 3rem;
}
.c-calendar__wrapper:last-child {
  margin-right: 0;
}
.c-calendar__header {
  text-align: center;
  padding: 0.5rem 0 0 0;
  margin-bottom: 0rem;
  font-weight: bold;
  font-size: 1.76rem;
  line-height: 1.5;
  color: #003a8a;
}
@media only screen and (max-width: 768px) {
  .c-calendar__header {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-calendar__header {
    font-size: 20px !important;
  }
}
.c-calendar__header span {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.c-calendar__header__month {
  font-size: 2.42rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-calendar__header__month {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-calendar__header__month {
    font-size: 36px !important;
  }
}
.c-calendar__info {
  padding: 2rem 2rem 2rem 2rem;
  display: flex;
  flex-wrap: wrap;
}
.c-calendar__info__item {
  padding-right: 2rem;
  display: flex;
  align-items: center;
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-calendar__info__item {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-calendar__info__item span:first-of-type {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin-right: 0.5rem;
  background-color: #75B28E;
}
.c-calendar__info__item:nth-of-type(1) span:first-of-type {
  background: #75B28E;
}
/* .c-calendar__info__item:nth-of-type(2) span:first-of-type {
  background: #E1D599;
} */
.c-calendar__info__item:nth-of-type(2) span:first-of-type {
  background: #F2A46B;
}
/* .c-calendar__info__item:nth-of-type(4) span:first-of-type {
  background: #F18687;
} */
.c-calendar__info__item:nth-of-type(3) span:first-of-type {
  background: #BBBBBB;
}

.c-day {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px;
  letter-spacing: 1px;
  font-size: 1.76rem;
  line-height: 1.5;
  box-sizing: border-box;
  color: white;
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-day {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-day:nth-of-type(7n + 7) {
  border-right: 0;
}
.c-day:nth-of-type(n + 1):nth-of-type(-n + 7) {
  grid-row: 2;
}
.c-day:nth-of-type(n + 8):nth-of-type(-n + 14) {
  grid-row: 3;
}
.c-day:nth-of-type(n + 15):nth-of-type(-n + 21) {
  grid-row: 4;
}
.c-day:nth-of-type(n + 22):nth-of-type(-n + 28) {
  grid-row: 5;
}
.c-day:nth-of-type(n + 29):nth-of-type(-n + 35) {
  grid-row: 6;
}
.c-day:nth-of-type(7n + 1) {
  grid-column: 1/1;
}
.c-day:nth-of-type(7n + 2) {
  grid-column: 2/2;
}
.c-day:nth-of-type(7n + 3) {
  grid-column: 3/3;
}
.c-day:nth-of-type(7n + 4) {
  grid-column: 4/4;
}
.c-day:nth-of-type(7n + 5) {
  grid-column: 5/5;
}
.c-day:nth-of-type(7n + 6) {
  grid-column: 6/6;
}
.c-day:nth-of-type(7n + 7) {
  grid-column: 7/7;
}
.c-day__name {
  font-size: 1.76rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #333;
  text-align: center;
  line-height: 6rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-day__name {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-day--disabled {
  color: rgba(152, 160, 166, 0.6);
  background-color: #ffffff;
  cursor: not-allowed;
}

.c-calendar a:link,
.c-calendar a:visited {
  color: white;
}

.c-img {
  width: 100%;
  margin: 0 auto;
}
.c-img img {
  width: 100%;
}
.c-img--lg {
  max-width: 66.6666666667%;
}
@media only screen and (max-width: 768px) {
  .c-img--lg {
    max-width: 100%;
  }
}

.c-img--fit {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  height: 18rem;
}
@media only screen and (max-width: 768px) {
  .c-img--fit {
    height: auto;
    max-height: 30rem;
  }
}
.c-img--fit img {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .c-img--fit img {
    height: auto;
    width: 100%;
  }
}

.c-img--mdhfit {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .c-img--mdhfit {
    height: auto;
  }
}
.c-img--mdhfit img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-course__basic {
  padding-bottom: 10rem;
}
.c-course__basic__title {
  margin-top: 10rem;
  position: relative;
  font-weight: bold;
  margin-left: 5rem;
}
.c-course__basic__title:before {
  content: "";
  background-image: url("../../img/3/setsuyaku.png");
  background-size: contain;
  top: -12rem;
  left: -15rem;
  width: 20rem;
  height: 20rem;
  position: absolute;
  background-repeat: no-repeat;
  z-index: -5;
}
@media only screen and (max-width: 768px) {
  .c-course__basic__title:before {
    left: 42rem;
    top: -15rem;
    width: 25rem;
    height: 25rem;
    transform: rotate(35deg);
    overflow-x: hidden;
  }
}
.c-course__basic__title span {
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__basic__title span {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-course__basic__title h3 {
  font-size: 3.96rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__basic__title h3 {
    font-size: 25px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-course__basic__title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-course__basic__price {
    display: block;
    text-align: right;
    margin-top: 2rem;
  }
}
.c-course__basic__price span:nth-of-type(1) {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 7.92rem;
  line-height: 1.5;
  color: #f88c00;
}
@media only screen and (max-width: 768px) {
  .c-course__basic__price span:nth-of-type(1) {
    font-size: 43px;
    line-height: 1.5;
  }
}
.c-course__basic__price span:nth-of-type(2) {
  font-weight: bold;
  font-size: 2.64rem;
  line-height: 1.5;
  position: relative;
  bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-course__basic__price span:nth-of-type(2) {
    font-size: 19px;
    line-height: 1.5;
  }
}
.c-course__basic__designbox {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.c-course__basic__designbox__title {
  background-color: #f88c00;
  color: white;
  font-weight: bold;
  position: absolute;
  transform: translateY(-100%);
  padding: 0.5rem 1rem;
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__basic__designbox__title {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-course__basic__designbox__title--sm {
  font-size: 1.54rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__basic__designbox__title--sm {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-course__basic__designbox__inner {
  background-color: #ffe0b7;
  padding: 3rem 3rem 3rem 3rem;
}
.c-course__raku {
  padding-bottom: 10rem;
}
.c-course__raku__title {
  margin-top: 10rem;
  position: relative;
  font-weight: bold;
  margin-left: 5rem;
}
.c-course__raku__title:before {
  content: "";
  background-image: url("../../img/3/kouritsu.png");
  background-size: contain;
  top: -12rem;
  left: -15rem;
  width: 20rem;
  height: 20rem;
  position: absolute;
  background-repeat: no-repeat;
  z-index: -5;
}
@media only screen and (max-width: 768px) {
  .c-course__raku__title:before {
    left: 42rem;
    top: -15rem;
    width: 25rem;
    height: 25rem;
    transform: rotate(35deg);
    overflow-x: hidden;
  }
}
.c-course__raku__title span {
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__raku__title span {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-course__raku__title h3 {
  font-size: 3.96rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__raku__title h3 {
    font-size: 25px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-course__raku__title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-course__raku__price {
    display: block;
    text-align: right;
    margin-top: 2rem;
  }
}
.c-course__raku__price span:nth-of-type(1) {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 7.92rem;
  line-height: 1.5;
  color: #01b59e;
}
@media only screen and (max-width: 768px) {
  .c-course__raku__price span:nth-of-type(1) {
    font-size: 43px;
    line-height: 1.5;
  }
}
.c-course__raku__price span:nth-of-type(2) {
  font-weight: bold;
  font-size: 2.64rem;
  line-height: 1.5;
  position: relative;
  bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-course__raku__price span:nth-of-type(2) {
    font-size: 19px;
    line-height: 1.5;
  }
}
.c-course__raku__designbox {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.c-course__raku__designbox__title {
  background-color: #01b59e;
  color: white;
  font-weight: bold;
  position: absolute;
  transform: translateY(-100%);
  padding: 0.5rem 1rem;
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__raku__designbox__title {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-course__raku__designbox__title--sm {
  font-size: 1.54rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__raku__designbox__title--sm {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-course__raku__designbox__inner {
  background-color: #caf4ef;
  padding: 3rem 3rem 3rem 3rem;
}
.c-course__omakase {
  padding-bottom: 10rem;
}
.c-course__omakase__title {
  margin-top: 10rem;
  position: relative;
  font-weight: bold;
  margin-left: 5rem;
}
.c-course__omakase__title:before {
  content: "";
  background-image: url("../../img/3/omakase.png");
  background-size: contain;
  top: -12rem;
  left: -15rem;
  width: 20rem;
  height: 20rem;
  position: absolute;
  background-repeat: no-repeat;
  z-index: -5;
}
@media only screen and (max-width: 768px) {
  .c-course__omakase__title:before {
    left: 42rem;
    top: -15rem;
    width: 25rem;
    height: 25rem;
    transform: rotate(35deg);
    overflow-x: hidden;
  }
}
.c-course__omakase__title span {
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__omakase__title span {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-course__omakase__title h3 {
  font-size: 3.96rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__omakase__title h3 {
    font-size: 25px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-course__omakase__title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-course__omakase__price {
    display: block;
    text-align: right;
    margin-top: 2rem;
  }
}
.c-course__omakase__price span:nth-of-type(1) {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 7.92rem;
  line-height: 1.5;
  color: #00afe2;
}
@media only screen and (max-width: 768px) {
  .c-course__omakase__price span:nth-of-type(1) {
    font-size: 43px;
    line-height: 1.5;
  }
}
.c-course__omakase__price span:nth-of-type(2) {
  font-weight: bold;
  font-size: 2.64rem;
  line-height: 1.5;
  position: relative;
  bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-course__omakase__price span:nth-of-type(2) {
    font-size: 19px;
    line-height: 1.5;
  }
}
.c-course__omakase__designbox {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.c-course__omakase__designbox__title {
  background-color: #00afe2;
  color: white;
  font-weight: bold;
  position: absolute;
  transform: translateY(-100%);
  padding: 0.5rem 1rem;
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__omakase__designbox__title {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-course__omakase__designbox__title--sm {
  font-size: 1.54rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__omakase__designbox__title--sm {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-course__omakase__designbox__inner {
  background-color: #d4f5ff;
  padding: 3rem 3rem 3rem 3rem;
}
.c-course__iten {
  padding-bottom: 10rem;
}
.c-course__iten__title {
  margin-top: 10rem;
  position: relative;
  font-weight: bold;
  margin-left: 5rem;
}
.c-course__iten__title:before {
  content: "";
  background-image: url("../../img/6/iten.png");
  background-size: contain;
  top: -12rem;
  left: -15rem;
  width: 20rem;
  height: 20rem;
  position: absolute;
  background-repeat: no-repeat;
  z-index: -5;
}
@media only screen and (max-width: 768px) {
  .c-course__iten__title:before {
    left: 42rem;
    top: -15rem;
    width: 25rem;
    height: 25rem;
    transform: rotate(35deg);
    overflow-x: hidden;
  }
}
.c-course__iten__title span {
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__iten__title span {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-course__iten__title h3 {
  font-size: 3.96rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__iten__title h3 {
    font-size: 25px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-course__iten__title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-course__iten__price {
    display: block;
    text-align: right;
    margin-top: 2rem;
  }
}
.c-course__iten__price span:nth-of-type(1) {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 7.92rem;
  line-height: 1.5;
  color: #f88c00;
}
@media only screen and (max-width: 768px) {
  .c-course__iten__price span:nth-of-type(1) {
    font-size: 43px;
    line-height: 1.5;
  }
}
.c-course__iten__price span:nth-of-type(2) {
  font-weight: bold;
  font-size: 2.64rem;
  line-height: 1.5;
  position: relative;
  bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-course__iten__price span:nth-of-type(2) {
    font-size: 19px;
    line-height: 1.5;
  }
}
.c-course__iten__designbox {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.c-course__iten__designbox__title {
  background-color: #f88c00;
  color: white;
  font-weight: bold;
  position: absolute;
  transform: translateY(-100%);
  padding: 0.5rem 1rem;
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__iten__designbox__title {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-course__iten__designbox__title--sm {
  font-size: 1.54rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__iten__designbox__title--sm {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-course__iten__designbox__inner {
  background-color: #ffe0b7;
  padding: 3rem 3rem 3rem 3rem;
}
.c-course__haisen {
  padding-bottom: 10rem;
}
.c-course__haisen__title {
  margin-top: 10rem;
  position: relative;
  font-weight: bold;
  margin-left: 5rem;
}
.c-course__haisen__title:before {
  content: "";
  background-image: url("../../img/6/haisen.png");
  background-size: contain;
  top: -12rem;
  left: -15rem;
  width: 20rem;
  height: 20rem;
  position: absolute;
  background-repeat: no-repeat;
  z-index: -5;
}
@media only screen and (max-width: 768px) {
  .c-course__haisen__title:before {
    left: 42rem;
    top: -15rem;
    width: 25rem;
    height: 25rem;
    transform: rotate(35deg);
    overflow-x: hidden;
  }
}
.c-course__haisen__title span {
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__haisen__title span {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-course__haisen__title h3 {
  font-size: 3.96rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__haisen__title h3 {
    font-size: 25px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-course__haisen__title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-course__haisen__price {
    display: block;
    text-align: right;
    margin-top: 2rem;
  }
}
.c-course__haisen__price span:nth-of-type(1) {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 7.92rem;
  line-height: 1.5;
  color: #01b59e;
}
@media only screen and (max-width: 768px) {
  .c-course__haisen__price span:nth-of-type(1) {
    font-size: 43px;
    line-height: 1.5;
  }
}
.c-course__haisen__price span:nth-of-type(2) {
  font-weight: bold;
  font-size: 2.64rem;
  line-height: 1.5;
  position: relative;
  bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-course__haisen__price span:nth-of-type(2) {
    font-size: 19px;
    line-height: 1.5;
  }
}
.c-course__haisen__designbox {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.c-course__haisen__designbox__title {
  background-color: #01b59e;
  color: white;
  font-weight: bold;
  position: absolute;
  transform: translateY(-100%);
  padding: 0.5rem 1rem;
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__haisen__designbox__title {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-course__haisen__designbox__title--sm {
  font-size: 1.54rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__haisen__designbox__title--sm {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-course__haisen__designbox__inner {
  background-color: #caf4ef;
  padding: 3rem 3rem 3rem 3rem;
}
.c-course__layout {
  padding-bottom: 10rem;
}
.c-course__layout__title {
  margin-top: 10rem;
  position: relative;
  font-weight: bold;
  margin-left: 5rem;
}
.c-course__layout__title:before {
  content: "";
  background-image: url("../../img/6/layout.png");
  background-size: contain;
  top: -12rem;
  left: -15rem;
  width: 20rem;
  height: 20rem;
  position: absolute;
  background-repeat: no-repeat;
  z-index: -5;
}
@media only screen and (max-width: 768px) {
  .c-course__layout__title:before {
    left: 42rem;
    top: -15rem;
    width: 25rem;
    height: 25rem;
    transform: rotate(35deg);
    overflow-x: hidden;
  }
}
.c-course__layout__title span {
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__layout__title span {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-course__layout__title h3 {
  font-size: 3.96rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__layout__title h3 {
    font-size: 25px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-course__layout__title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-course__layout__price {
    display: block;
    text-align: right;
    margin-top: 2rem;
  }
}
.c-course__layout__price span:nth-of-type(1) {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 7.92rem;
  line-height: 1.5;
  color: #00afe2;
}
@media only screen and (max-width: 768px) {
  .c-course__layout__price span:nth-of-type(1) {
    font-size: 43px;
    line-height: 1.5;
  }
}
.c-course__layout__price span:nth-of-type(2) {
  font-weight: bold;
  font-size: 2.64rem;
  line-height: 1.5;
  position: relative;
  bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-course__layout__price span:nth-of-type(2) {
    font-size: 19px;
    line-height: 1.5;
  }
}
.c-course__layout__designbox {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.c-course__layout__designbox__title {
  background-color: #00afe2;
  color: white;
  font-weight: bold;
  position: absolute;
  transform: translateY(-100%);
  padding: 0.5rem 1rem;
  font-size: 1.76rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__layout__designbox__title {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-course__layout__designbox__title--sm {
  font-size: 1.54rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-course__layout__designbox__title--sm {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-course__layout__designbox__inner {
  background-color: #d4f5ff;
  padding: 3rem 3rem 3rem 3rem;
}

.c-course-box {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.c-course-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.c-course-box__title .sub {
  position: relative;
  display: block;
  margin-bottom: 40px;
  font-size: clamp(20px, 2.42vw, 24px);
  transform: rotate(5deg);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 470px) {
  .c-course-box__title .sub {
    font-size: min(4vw, 20px);
    letter-spacing: -0.025em;
    white-space: nowrap;
  }
}
.c-course-box__title .sub span {
  font-size: clamp(22px, 3.02vw, 30px);
}
@media screen and (max-width: 470px) {
  .c-course-box__title .sub span {
    font-size: min(6vw, 22px);
  }
}
.c-course-box__title .sub::before, .c-course-box__title .sub::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
}
.c-course-box__title .sub::before {
  top: -10px;
  right: 0;
  transform: rotate(20deg);
}
.c-course-box__title .sub::after {
  bottom: -15px;
  right: 0;
  transform: rotate(-15deg);
}
.c-course-box__title .main {
  display: block;
  margin-left: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 470px) {
  .c-course-box__title .main {
    margin-left: min(5vw, 30px);
  }
}
.c-course-box__title .main strong {
  font-size: clamp(26px, 3.63vw, 36px);
}
.c-course-box__title .main span {
  font-size: clamp(16px, 1.81vw, 18px);
}
@media screen and (max-width: 470px) {
  .c-course-box__title .main span {
    font-size: 14px;
  }
}
.c-course-box__flame {
  position: relative;
  display: block;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  padding: 0 15px 15px;
  z-index: 0;
}
.c-course-box__flame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 100vw;
  height: 80px;
  background: #fff;
  z-index: -2;
}
@media only screen and (max-width: 540px) {
  .c-course-box__flame::before {
    height: 10vw;
  }
}
.c-course-box__flame::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  z-index: -2;
}
@media only screen and (max-width: 540px) {
  .c-course-box__flame::after {
    top: 10vw;
  }
}
.c-course-box__badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  z-index: 2;
}
.c-course-box__badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: min(70vw, 600px);
  height: 100%;
  background: #fff;
  z-index: -2;
}
@media only screen and (max-width: 540px) {
  .c-course-box__badge::before {
    width: 95%;
  }
}
.c-course-box__badge-item {
  display: grid;
  place-content: center;
  width: 160px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  font-size: clamp(20px, 2.62vw, 26px);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
@media only screen and (max-width: 992px) {
  .c-course-box__badge-item {
    width: min(16.13vw, 160px);
  }
}
@media only screen and (max-width: 768px) {
  .c-course-box__badge-item {
    font-size: clamp(14px, 3vw, 20px);
    width: min(18vw, 160px);
  }
}
@media screen and (max-width: 470px) {
  .c-course-box__badge-item {
    width: max(80px, 20vw);
    padding: 5px;
  }
}
.c-course-box__badge-item:not(:last-of-type) {
  margin-right: min(3.02vw, 30px);
}
@media screen and (max-width: 470px) {
  .c-course-box__badge-item:not(:last-of-type) {
    margin-right: 1.2vw;
  }
}
.c-course-box__text {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(14px, 1.61vw, 16px) !important;
  line-height: 1.5;
  color: #373737;
  letter-spacing: 0.1rem;
  text-align: center;
  z-index: 2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .c-course-box__text {
    text-align: left;
  }
}
.c-course-box__content {
  padding: 15px;
}
@media only screen and (max-width: 540px) {
  .c-course-box__content {
    padding: 0;
  }
}
.c-course-box__content-title {
  display: block;
  font-size: clamp(16px, 2.62vw, 20px);
  font-weight: bold;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
}
.c-course-box__content-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 0;
  padding: 30px;
  background-color: #eee;
  border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .c-course-box__content-list.no-wrap {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 992px) {
  .c-course-box__content-list {
    flex-wrap: wrap;
    gap: 15px 15px;
  }
}
@media only screen and (max-width: 540px) {
  .c-course-box__content-list {
    padding: 15px;
  }
}
.c-course-box__content-list-item {
  text-align: center;
}
.c-course-box__content-list-item figure img {
  display: block;
  width: min(11vw, 178px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 992px) {
  .c-course-box__content-list-item figure img {
    width: clamp(90px, 9vw, 178px);
  }
}
@media only screen and (max-width: 768px) {
  .c-course-box__content-list-item figure img {
    width: min(30vw, 130px);
  }
}
@media only screen and (max-width: 540px) {
  .c-course-box__content-list-item figure img {
    width: min(25vw, 130px);
  }
}
.c-course-box__content-list-item figure figcaption {
  font-size: 16px;
  font-weight: bold;
}
.c-course-box.basic .c-course-box__title .sub span {
  color: #f88c00;
}
.c-course-box.basic .c-course-box__title .main span {
  background: linear-gradient(transparent 50%, #ffe0b7 50%);
}
.c-course-box.basic .c-course-box__badge-item {
  color: #f88c00;
  border-color: #f88c00;
}
.c-course-box.basic .c-course-box__flame {
  border-color: #f88c00;
}
.c-course-box.basic .c-course-box__flame::after {
  background: #f88c00;
}
.c-course-box.basic .c-course-box__content-title {
  background-color: #f88c00;
}
.c-course-box.basic .c-course-box__content-list {
  background-color: #ffe0b7;
}
.c-course-box.raku .c-course-box__title .sub span {
  color: #01b59e;
}
.c-course-box.raku .c-course-box__title .main span {
  background: linear-gradient(transparent 50%, #caf4ef 50%);
}
.c-course-box.raku .c-course-box__badge-item {
  color: #01b59e;
  border-color: #01b59e;
}
.c-course-box.raku .c-course-box__flame {
  border-color: #01b59e;
}
.c-course-box.raku .c-course-box__flame::after {
  background: #01b59e;
}
.c-course-box.raku .c-course-box__content-title {
  background-color: #01b59e;
}
.c-course-box.raku .c-course-box__content-list {
  background-color: #caf4ef;
}
.c-course-box.omakase .c-course-box__title .sub span {
  color: #00afe2;
}
.c-course-box.omakase .c-course-box__title .main span {
  background: linear-gradient(transparent 50%, #d4f5ff 50%);
}
.c-course-box.omakase .c-course-box__badge-item {
  color: #00afe2;
  border-color: #00afe2;
}
.c-course-box.omakase .c-course-box__flame {
  border-color: #00afe2;
}
.c-course-box.omakase .c-course-box__flame::after {
  background: #00afe2;
}
.c-course-box.omakase .c-course-box__content-title {
  background-color: #00afe2;
}
.c-course-box.omakase .c-course-box__content-list {
  background-color: #d4f5ff;
}

.c-course-plan {
  position: relative;
  width: calc(100% - 60px);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 60px 0 40px 0;
  z-index: 0;
}
.c-course-plan::before, .c-course-plan::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 2px;
  height: 120px;
  background: #fff;
  z-index: 1;
}
.c-course-plan::before {
  left: -2px;
}
.c-course-plan::after {
  right: -2px;
}
.c-course-plan__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  z-index: 1;
}
.c-course-plan__title::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  z-index: -2;
}
.c-course-plan__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 80%;
  height: 80px;
  background: #fff;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .c-course-plan__title::after {
    width: 95%;
  }
}
.c-course-plan__title .sub {
  position: relative;
  display: block;
  margin-bottom: 40px;
  font-size: clamp(20px, 2.42vw, 24px);
  transform: rotate(5deg);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 470px) {
  .c-course-plan__title .sub {
    font-size: min(4vw, 20px);
    letter-spacing: -0.025em;
  }
}
.c-course-plan__title .sub span {
  font-size: clamp(20px, 3.02vw, 26px);
}
@media screen and (max-width: 470px) {
  .c-course-plan__title .sub span {
    font-size: min(6vw, 20px);
  }
}
.c-course-plan__title .sub::before, .c-course-plan__title .sub::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
}
.c-course-plan__title .sub::before {
  top: -10px;
  right: 0;
  transform: rotate(20deg);
}
.c-course-plan__title .sub::after {
  bottom: -15px;
  right: 0;
  transform: rotate(-15deg);
}
.c-course-plan__title .main {
  display: block;
  margin-left: 30px;
  font-weight: bold;
  text-align: center;
  font-size: clamp(22px, 3.63vw, 28px);
}
@media screen and (max-width: 576px) {
  .c-course-plan__title .main {
    font-size: clamp(20px, 3.82vw, 22px);
    margin-left: min(4vw, 20px);
  }
}
.c-course-plan__text {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .c-course-plan__text {
    text-align: center;
  }
}
.c-course-plan.iten {
  border-color: #f88c00;
}
.c-course-plan.iten .c-course-plan__title::before {
  background-color: #f88c00;
}
.c-course-plan.iten .c-course-plan__title::after {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .c-course-plan.iten .c-course-plan__title::after {
    width: 65%;
  }
}
@media only screen and (max-width: 540px) {
  .c-course-plan.iten .c-course-plan__title::after {
    width: 95%;
  }
}
.c-course-plan.iten .c-course-plan__title .main {
  background: linear-gradient(transparent 50%, #ffe0b7 50%);
}
.c-course-plan.iten .c-course-plan__title .sub span {
  color: #f88c00;
}
.c-course-plan.haisen {
  border-color: #01b59e;
}
.c-course-plan.haisen .c-course-plan__title::before {
  background-color: #01b59e;
}
.c-course-plan.haisen .c-course-plan__title::after {
  width: 58%;
}
@media only screen and (max-width: 992px) {
  .c-course-plan.haisen .c-course-plan__title::after {
    width: 75%;
  }
}
@media only screen and (max-width: 540px) {
  .c-course-plan.haisen .c-course-plan__title::after {
    width: 95%;
  }
}
.c-course-plan.haisen .c-course-plan__title .main {
  background: linear-gradient(transparent 50%, #caf4ef 50%);
}
.c-course-plan.haisen .c-course-plan__title .sub span {
  color: #01b59e;
}
.c-course-plan.layout {
  border-color: #00afe2;
}
.c-course-plan.layout .c-course-plan__title::before {
  background-color: #00afe2;
}
.c-course-plan.layout .c-course-plan__title::after {
  width: 80%;
}
@media only screen and (max-width: 992px) {
  .c-course-plan.layout .c-course-plan__title::after {
    width: 90%;
  }
}
@media only screen and (max-width: 540px) {
  .c-course-plan.layout .c-course-plan__title::after {
    width: 95%;
  }
}
.c-course-plan.layout .c-course-plan__title .main {
  background: linear-gradient(transparent 50%, #d4f5ff 50%);
}
.c-course-plan.layout .c-course-plan__title .sub span {
  color: #00afe2;
}

.c-media figure {
  width: 100%;
}
.c-media figure.aspect169 {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.c-media figure.aspect169 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-media figure img {
  width: 100%;
}
.c-media__title {
  font-size: 2.64rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-media__title {
    font-size: 19px;
    line-height: 1.5;
  }
}
.c-media__wrapper {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.c-media__wrapper .c-media {
  padding-bottom: 2rem;
}
.c-media__wrapper .c-media figure {
  max-width: 20rem;
}
.c-media__wrapper .c-media figure img {
  width: 100%;
}
.c-media__wrapper .c-media .c-text {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-media__wrapper {
    justify-content: space-evenly;
  }
}
.c-media__wrapper > * {
  display: inline-block;
  margin-right: 2rem;
}
.c-media__wrapper > *:last-of-type {
  margin-right: 0;
}
.c-card {
  background-color: white;
  display: block;
  width: 100%;
}
.c-card figure {
  width: 100%;
}
.c-card figure img {
  width: 100%;
}
.c-card__container {
  padding: 3rem;
  height: auto;
}
.c-card__container > * {
  padding-bottom: 1rem;
}
.c-card__title {
  color: #003a8a;
  padding-bottom: 2rem;
  font-size: 2.64rem;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-card__title {
    font-size: 19px;
    line-height: 1.5;
  }
}
.c-card__wrapper {
  padding-right: 2rem;
  padding-left: 2rem;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .c-card__wrapper {
    margin-bottom: 5rem;
  }
}
.c-card--normal {
  background-color: white;
  opacity: 1;
  transition: 0.1s;
  display: block;
  height: 100%;
  border-radius: 3px;
  border: 1px #cdcdcd solid;
}
.c-card--normal figure {
  height: 23rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-card--normal__header {
  background-color: #e6f1ff;
  color: #373737;
  font-weight: bold;
  padding: 2rem 4rem;
  border-bottom: 1px #dddddd solid;
}
.c-card--normal__label {
  font-size: 2.64rem;
  line-height: 1.5;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .c-card--normal__label {
    font-size: 19px;
    line-height: 1.5;
  }
}
.c-card--normal__title {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-card--normal__title {
    font-size: 17px;
    line-height: 1.5;
  }
}
.c-card--normal__inner {
  font-size: 1.76rem;
  line-height: 1.5;
  padding: 7rem 5rem;
}
@media only screen and (max-width: 768px) {
  .c-card--normal__inner {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-card--normal__inner {
    padding: 5rem 2rem;
  }
}
.c-card--normal .c-button--sm {
  background-color: #2c6fca;
  border-radius: 10px;
  padding: 1rem;
  color: white;
  display: inline-block;
  margin-left: 2rem;
}
.c-card--rounded {
  border-radius: 20px;
  filter: drop-shadow(8px 0 27px #d8e1ed);
  opacity: 1;
  transition: 0.1s;
  display: block;
  height: 100%;
}
.c-card--rounded figure {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-card--rounded:hover,
.c-card--rounded a:hover {
  transition: 0.1s;
  filter: drop-shadow(8px 0 27px #cad2de) !important;
}
.c-card--rounded__header {
  background-color: #2c6fca;
  color: white;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  padding: 1rem 4rem;
}
.c-card--rounded__label {
  font-size: 2.64rem;
  line-height: 1.5;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .c-card--rounded__label {
    font-size: 19px;
    line-height: 1.5;
  }
}
.c-card--rounded__title {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-card--rounded__title {
    font-size: 17px;
    line-height: 1.5;
  }
}
.c-card--rounded__inner {
  font-size: 1.76rem;
  line-height: 1.5;
  padding: 7rem 5rem;
  height: 300px;
  display: grid;
  place-content: center;
  background-color: white;
  border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 768px) {
  .c-card--rounded__inner {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-card--rounded .c-button {
  background-color: #2c6fca;
  border-radius: 10px;
  margin-top: 3rem;
}

.c-step {
  position: relative;
  height: 13rem;
  width: 100rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .c-step {
    display: none;
  }
}
.c-step:after {
  content: "";
  background-color: #2c6fca;
  width: 60rem;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translate(0, -1rem);
  left: 20rem;
  z-index: -1;
}
.c-step__item {
  position: absolute;
  display: block;
  width: 33%;
  text-align: center;
  margin: 0 auto;
}
.c-step__item:nth-of-type(1) {
  left: 0;
  top: 0;
}
.c-step__item:nth-of-type(2) {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.c-step__item:nth-of-type(3) {
  right: 0;
  top: 0;
}
.c-step__item span:first-of-type {
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 2px solid #2c6fca;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 2.64rem;
  line-height: 1.5;
  border-radius: 100%;
  transition: 0.2s;
  color: #2c6fca;
}
@media only screen and (max-width: 768px) {
  .c-step__item span:first-of-type {
    font-size: 19px;
    line-height: 1.5;
  }
}
.c-step__item span:last-of-type {
  text-align: center;
  font-weight: bold;
  color: #2c6fca;
  font-size: 1.76rem;
  line-height: 1.5;
  position: absolute;
  width: 100%;
  transform: translateX(-50%);
  left: 50%;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-step__item span:last-of-type {
    font-size: 15px;
    line-height: 1.5;
  }
}
.c-step__item.active span:first-of-type {
  background-color: #2c6fca;
  color: white;
  transition: 0.2s;
}
.c-step__wrapper {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.c-smart-step {
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .c-smart-step {
    display: none;
  }
}
.c-smart-step ul {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.c-smart-step ul:before {
  border-bottom: 3px dotted #dddddd;
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.c-smart-step li {
  position: relative;
  margin-right: 5rem;
  margin-left: 2rem;
  padding: 5rem 2rem 2rem 2rem;
  background-color: #f9f9f9;
  font-size: 1.98rem;
  line-height: 1.5;
  font-weight: bold;
  color: #bbbbbb;
  text-align: center;
  width: 20%;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .c-smart-step li {
    font-size: 16px;
    line-height: 1.5;
  }
}
.c-smart-step li .c-smart-step__circle {
  position: absolute;
  background-color: #bbbbbb;
  border-radius: 9999px;
  width: 7rem;
  height: 7rem;
  left: -2rem;
  top: -3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-smart-step li.active {
  background-color: #e6f1ff;
  color: #2c6fca;
}
.c-smart-step li.active .c-smart-step__circle {
  background-color: #2c6fca;
}
.c-smart-step li:last-of-type {
  margin-right: 0;
}
.c-smart-step i {
  font-size: 3.5rem;
  color: white;
}

.c-checktitle__wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.c-checktitle {
  position: relative;
  font-size: clamp(22px, 2.17vw, 26px);
  font-weight: bold;
  padding-left: 40px;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.c-checktitle.visit {
  font-size: clamp(20px, 2.2vw, 22px);
}
.c-checktitle::before {
  content: "";
  position: absolute;
  left: 20px;
  transform: translate(-50%, 0);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #2c6fca;
}
.c-checktitle.ladiesPlan::before {
  color: #DF3262;
}
.c-checktitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 1px;
  background: #ddd;
}

.p-section {
  padding: 8rem 0 4rem 0;
}
@media only screen and (max-width: 992px) {
  .p-section {
    padding: 6rem 0;
  }
}
.p-section.has-bg {
  background-color: white;
  padding: 5rem 5rem 5rem 5rem;
}
.p-section__wrapper {
  background: linear-gradient(to right, #fafcfe, #eaf1fa);
  width: 100%;
  height: auto;
}
.p-section__wrapper--sm {
  padding: 2rem 0;
}
.p-section__wrapper--md {
  padding: 4rem 0;
}
.p-section__inner {
  padding: 8rem 0 5rem 0;
}
.p-section__title {
  text-align: center;
  position: relative;
  margin-bottom: 5rem;
  font-weight: bold;
  font-size: 3.96rem;
  line-height: 1.5;
  color: #003a8a;
}
@media only screen and (max-width: 768px) {
  .p-section__title {
    font-size: 25px;
    line-height: 1.5;
  }
}
.p-section__title:after {
  content: "";
  width: 5rem;
  height: 3px;
  background-color: #003a8a;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5rem;
  position: absolute;
}
.p-section__title2 {
  text-align: center;
  position: relative;
  margin-bottom: 5rem;
  font-weight: bold;
  font-size: 3.96rem;
  line-height: 1.5;
  color: #003a8a;
}
@media only screen and (max-width: 768px) {
  .p-section__title2 {
    font-size: 25px;
    line-height: 1.5;
  }
}

.u-bg--d-blue {
  background-color: #003a8a;
  color: white;
}

.u-bg--white {
  background-color: white;
}

.u-bg--sl-gray {
  background-color: #f9f9f9;
}

.u-bg--l-blue {
  background-color: #EEF2FB;
}

.u-bg--m-blue {
  background-color: #2c6fca;
}

.u-bg--sl-blue {
  background-color: #e6f1ff;
}

.u-bg--s-gray {
  background-color: #cdcdcd;
}

.u-bg--l-gray {
  background-color: #dddddd;
}

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

.u-bg--emerald {
  background-color: #01b59e;
}

.u-bg--l-red {
  background-color: #facfd0;
}

.u-wide-bg--sl-blue {
  background-color: #e6f1ff;
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.u-text--d-blue {
  color: #003a8a;
}
.u-text--m-blue {
  color: #2c6fca;
}
.u-text--l-blue {
  color: #EEF2FB;
}
.u-text--sl-blue {
  color: #e6f1ff;
}
.u-text--sky-blue {
  color: #00afe2;
}
.u-text--white {
  color: white;
}
.u-text--black {
  color: #373737;
}
.u-text--orange {
  color: #f88c00;
}
.u-text--l-gray {
  color: #dddddd;
}
.u-text--m-gray {
  color: #bbbbbb;
}
.u-text--d-gray {
  color: #6e6e6e;
}
.u-text--red {
  color: #EE5655;
}
.u-text--pink {
  color: #DF3262;
}

.u-main-bg--sl-blue {
  background-color: #e6f1ff;
  width: 100vw;
  padding-bottom: 7rem;
  padding-top: 7rem;
}

.fa-file-pdf {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.fa-file-pdf::before {
  color: #EE5655;
}

.fa-file-word {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.fa-file-word::before {
  color: #003a8a;
}

.fa-file-excel {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.fa-file-excel::before {
  color: #006e29;
}

.u-text-marker {
  display: inline-block;
  background: linear-gradient(transparent 40%, #ffec4d 0%);
  padding-bottom: 0.3rem;
  line-height: 1;
}

.calendar, .news_detail {
  background: linear-gradient(to right, #fafcfe, #eaf1fa);
}

.u-r-border--dot {
  border-right: #dddddd dotted 1px;
}
@media only screen and (max-width: 768px) {
  .u-r-border--dot {
    border: none;
  }
}
.u-r-border--dot--white {
  border-right: #fff dotted 1px;
}
@media only screen and (max-width: 768px) {
  .u-r-border--dot--white {
    border: none;
  }
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt50 {
  padding-top: 8.6805555556vw;
}

@media print, screen and (min-width: 768px) {
  .pt50 {
    padding-top: 50px;
  }
}
.pb50 {
  padding-bottom: 8.6805555556vw;
}

@media print, screen and (min-width: 768px) {
  .pb50 {
    padding-bottom: 50px;
  }
}
.pt60 {
  padding-top: 10.4166666667vw;
}

@media print, screen and (min-width: 768px) {
  .pt60 {
    padding-top: 60px;
  }
}
.pb60 {
  padding-bottom: 10.4166666667vw;
}

@media print, screen and (min-width: 768px) {
  .pb60 {
    padding-bottom: 60px;
  }
}
.pt70 {
  padding-top: 12.1527777778vw;
}

@media print, screen and (min-width: 768px) {
  .pt70 {
    padding-top: 70px;
  }
}
.pb70 {
  padding-bottom: 12.1527777778vw;
}

@media print, screen and (min-width: 768px) {
  .pb70 {
    padding-bottom: 70px;
  }
}
.pt80 {
  padding-top: 13.8888888889vw;
}

@media print, screen and (min-width: 768px) {
  .pt80 {
    padding-top: 80px;
  }
}
.pb80 {
  padding-bottom: 13.8888888889vw;
}

@media print, screen and (min-width: 768px) {
  .pb80 {
    padding-bottom: 80px;
  }
}
.pt90 {
  padding-top: 15.625vw;
}

@media print, screen and (min-width: 768px) {
  .pt90 {
    padding-top: 90px;
  }
}
.pb90 {
  padding-bottom: 15.625vw;
}

@media print, screen and (min-width: 768px) {
  .pb90 {
    padding-bottom: 90px;
  }
}
.pt100 {
  padding-top: 17.3611111111vw;
}

@media print, screen and (min-width: 768px) {
  .pt100 {
    padding-top: 100px;
  }
}
.pb100 {
  padding-bottom: 17.3611111111vw;
}

@media print, screen and (min-width: 768px) {
  .pb100 {
    padding-bottom: 100px;
  }
}
.pt120 {
  padding-top: 20.8333333333vw;
}

@media print, screen and (min-width: 768px) {
  .pt120 {
    padding-top: 120px;
  }
}
.pb120 {
  padding-bottom: 20.8333333333vw;
}

@media print, screen and (min-width: 768px) {
  .pb120 {
    padding-bottom: 120px;
  }
}
.pt140 {
  padding-top: 24.3055555556vw;
}

@media print, screen and (min-width: 768px) {
  .pt140 {
    padding-top: 140px;
  }
}
.pb140 {
  padding-bottom: 24.3055555556vw;
}

@media print, screen and (min-width: 768px) {
  .pb140 {
    padding-bottom: 140px;
  }
}
.pt160 {
  padding-top: 27.7777777778vw;
}

@media print, screen and (min-width: 768px) {
  .pt160 {
    padding-top: 160px;
  }
}
.pb160 {
  padding-bottom: 27.7777777778vw;
}

@media print, screen and (min-width: 768px) {
  .pb160 {
    padding-bottom: 160px;
  }
}
.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt50 {
  margin-top: 8.6805555556vw;
}

@media print, screen and (min-width: 768px) {
  .mt50 {
    margin-top: 50px;
  }
}
.mb50 {
  margin-bottom: 8.6805555556vw;
}

@media print, screen and (min-width: 768px) {
  .mb50 {
    margin-bottom: 50px;
  }
}
.mt60 {
  margin-top: 10.4166666667vw;
}

@media print, screen and (min-width: 768px) {
  .mt60 {
    margin-top: 60px;
  }
}
.mb60 {
  margin-bottom: 10.4166666667vw;
}

@media print, screen and (min-width: 768px) {
  .mb60 {
    margin-bottom: 60px;
  }
}
.mt70 {
  margin-top: 12.1527777778vw;
}

@media print, screen and (min-width: 768px) {
  .mt70 {
    margin-top: 70px;
  }
}
.mb70 {
  margin-bottom: 12.1527777778vw;
}

@media print, screen and (min-width: 768px) {
  .mb70 {
    margin-bottom: 70px;
  }
}
.mt80 {
  margin-top: 13.8888888889vw;
}

@media print, screen and (min-width: 768px) {
  .mt80 {
    margin-top: 80px;
  }
}
.mb80 {
  margin-bottom: 13.8888888889vw;
}

@media print, screen and (min-width: 768px) {
  .mb80 {
    margin-bottom: 80px;
  }
}
.mt90 {
  margin-top: 15.625vw;
}

@media print, screen and (min-width: 768px) {
  .mt90 {
    margin-top: 90px;
  }
}
.mb90 {
  margin-bottom: 15.625vw;
}

@media print, screen and (min-width: 768px) {
  .mb90 {
    margin-bottom: 90px;
  }
}
.mt100 {
  margin-top: 17.3611111111vw;
}

@media print, screen and (min-width: 768px) {
  .mt100 {
    margin-top: 100px;
  }
}
.mb100 {
  margin-bottom: 17.3611111111vw;
}

@media print, screen and (min-width: 768px) {
  .mb100 {
    margin-bottom: 100px;
  }
}
.mt120 {
  margin-top: 20.8333333333vw;
}

@media print, screen and (min-width: 768px) {
  .mt120 {
    margin-top: 120px;
  }
}
.mb120 {
  margin-bottom: 20.8333333333vw;
}

@media print, screen and (min-width: 768px) {
  .mb120 {
    margin-bottom: 120px;
  }
}
.mt140 {
  margin-top: 24.3055555556vw;
}

@media print, screen and (min-width: 768px) {
  .mt140 {
    margin-top: 140px;
  }
}
.mb140 {
  margin-bottom: 24.3055555556vw;
}

@media print, screen and (min-width: 768px) {
  .mb140 {
    margin-bottom: 140px;
  }
}
.mt160 {
  margin-top: 27.7777777778vw;
}

@media print, screen and (min-width: 768px) {
  .mt160 {
    margin-top: 160px;
  }
}
.mb160 {
  margin-bottom: 27.7777777778vw;
}

@media print, screen and (min-width: 768px) {
  .mb160 {
    margin-bottom: 160px;
  }
}
.u-md-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}

.u-sm-only {
  display: none;
}
@media only screen and (max-width: 540px) {
  .u-sm-only {
    display: block;
  }
}

.u-pc-only {
  display: block;
}
@media only screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

.u-flex-b-80 {
  flex-basis: 80%;
}
@media only screen and (max-width: 768px) {
  .u-flex-b-80 {
    flex-basis: 100%;
  }
}

.u-flex-b-20 {
  flex-basis: 20%;
}
@media only screen and (max-width: 768px) {
  .u-flex-b-20 {
    flex-basis: 100%;
  }
}

.u-overflowx-scroll {
  overflow-x: scroll;
}

.u-600 {
  min-width: 600px;
}

.u-12illust_2 {
  position: relative;
  border: solid #003a8a 2px;
  background-color: white;
  border-radius: 10px;
}
@media only screen and (max-width: 540px) {
  .u-12illust_2 {
    margin-left: 0;
  }
}
.u-12illust_2 .u-12illust_2__inner {
  margin-left: 17rem;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .u-12illust_2 .u-12illust_2__inner {
    margin-left: 24rem;
  }
}
@media only screen and (max-width: 540px) {
  .u-12illust_2 .u-12illust_2__inner {
    margin-left: 0;
  }
}
.u-12illust_2 img {
  position: absolute;
  left: 0rem;
  bottom: 0.2rem;
  display: block;
  height: 170%;
}
@media only screen and (max-width: 768px) {
  .u-12illust_2 img {
    height: 140%;
  }
}
@media only screen and (max-width: 540px) {
  .u-12illust_2 img {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .u-12illust_2 .c-button__wrapper {
    width: 100%;
  }
}

.u-text-12 {
  font-size: 12px;
}

.u-text-14 {
  font-size: 14px;
}

.u-text-16 {
  font-size: 16px;
}

.u-text-18 {
  font-size: 1.98rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .u-text-18 {
    font-size: 16px;
    line-height: 1.5;
  }
}

.u-text-20 {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .u-text-20 {
    font-size: 17px;
    line-height: 1.5;
  }
}

.u-text-22 {
  font-size: 2.42rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .u-text-22 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.u-text-24 {
  font-size: 2.64rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .u-text-24 {
    font-size: 19px;
    line-height: 1.5;
  }
}

.u-text-26 {
  font-size: 2.86rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .u-text-26 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.u-text-30 {
  font-size: 3.3rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .u-text-30 {
    font-size: 22px;
    line-height: 1.5;
  }
}

.u-text-36 {
  font-size: 3.96rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .u-text-36 {
    font-size: 25px;
    line-height: 1.5;
  }
}

.u-text-40 {
  font-size: 4.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .u-text-40 {
    font-size: 27px;
    line-height: 1.5;
  }
}

.u-text-48 {
  font-size: 5.28rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .u-text-48 {
    font-size: 31px;
    line-height: 1.5;
  }
}

.u-text-60 {
  font-size: 6.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .u-text-60 {
    font-size: 37px;
    line-height: 1.5;
  }
}

.u-text-72 {
  font-size: 7.92rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .u-text-72 {
    font-size: 43px;
    line-height: 1.5;
  }
}

.u-text-bold {
  font-weight: bold;
}

.u-text-normal {
  font-weight: normal;
}

.u-text-md {
  font-weight: 500;
}

.u-text-aligncenter {
  text-align: center;
}

.u-text-num {
  font-family: "Poppins", sans-serif;
}

.u-text-num--bi {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: italic;
}

.u-linethrough {
  text-decoration: line-through;
}

.u-borderbottom--d-blue {
  border-bottom: 1px solid #003a8a;
  margin-bottom: 10px;
}

.u-whitespace--nowrap {
  white-space: nowrap;
}

.u-img-objectcontain {
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .w-md-100 {
    width: 100%;
  }
}

.u-img--width100 {
  width: 100%;
  height: auto;
}
.u-img--width100 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.u-img--height100 {
  height: 100%;
  width: auto;
}
.u-img--height100 img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 20240612 追加 */

.officerBox .text-left {
  display: flex;
  align-items: center;
  flex-flow: column;
}

@media print,
screen and (min-width: 768px) {
  .officerBox .text-left {
    flex-flow: row;
  }
}

.officerBox .imgBox {
  aspect-ratio: 5 / 8;
  width: auto;
  height: clamp(23.75rem, 23.5rem + 1.25vw, 25rem);
  background-color: #555;
  margin: 1rem auto;
}

.officerBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.officerBox .officer {
  width: calc(100% / 1);
  text-align: center;
  margin: 2rem 0;
}

@media print,
screen and (min-width: 768px) {
  .officerBox .officer {
    width: calc(100% / 3);
    margin: 0;
  }
}

.bg_top p {
  text-shadow:0px 0px 7px #000;
}
.scroll img {
  filter: drop-shadow(0px 0px 7px #000);
}

.photo-ofi {
	height: 0;
	display: block;
	background-color: #EFEFEF;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

/* 20250110 */
@media print,screen and (min-width: 768px) {
  .banner_l {
    text-align: right;
    margin-right: 10px;
  }
  .banner_r {
    text-align: left;
    margin-left: 10px;
  }
}
@media print,screen and (min-width: 1200px) {
  .banner_l {
    text-align: center;
    margin-right: 0px;
  }
  .banner_r {
    text-align: center;
    margin-left: 0px;
  }
}

/* 20250220 */
.c-button {
  font-size: 1.98rem;
  line-height: 1.5;
  position: relative;
  background-color: #003a8a;
  padding: 2rem 5rem;
  border: none;
  transition: 0.1s;
  display: flex;
  justify-content: center;
}
.c-button_pd {
  padding: 2rem 3rem;
}