@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css?family=Oswald&display=swap);@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 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, 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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -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, 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 {
  outline: 0 !important;
}

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

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

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

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

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

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;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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-cancel-button,
[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: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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: 1rem;
  margin-bottom: 1rem;
  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: 1rem;
  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: 0.5rem;
  line-height: 1;
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: 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: 700;
}

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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

.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;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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: 1rem;
  background-color: transparent;
}
.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 .table {
  background-color: #fff;
}

.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 {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.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-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-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-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-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-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-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-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: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.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;
}

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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  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.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 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 {
  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 .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.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-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.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 {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  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 .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.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-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.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 {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  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;
    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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 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(0, 123, 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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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(108, 117, 125, 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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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(40, 167, 69, 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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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(23, 162, 184, 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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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(255, 193, 7, 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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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(220, 53, 69, 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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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(248, 249, 250, 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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.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 screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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: 0.5rem 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;
  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: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}
.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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.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 > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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 + .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,
.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 {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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;
  background-size: 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(128, 189, 255, 0.5);
}
.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 {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 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:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  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: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 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 screen and (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 screen and (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 screen and (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-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 screen and (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;
}

.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: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  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: 1rem;
  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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
  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 {
  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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  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 {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-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:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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 + .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: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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: 1;
  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: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.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;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

.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;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (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 {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 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: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  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, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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, 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) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 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-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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 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-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) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  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-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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  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 {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

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

.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 {
  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-circle {
  border-radius: 50% !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;
  }
}
.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;
  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;
}

.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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5,
.px-5 {
  padding-left: 3rem !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: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !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: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !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: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !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: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !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: #0062cc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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;
}

.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: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .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;
  }
}
/*--------------------------------------------------
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
--------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

a, button, label {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}
a:before, a:after, button:before, button:after, label:before, label:after {
  transition: inherit;
}
a:hover, button:hover, label:hover {
  color: inherit;
  text-decoration: none;
}
a:focus, button:focus, label:focus {
  outline: none;
}

body, html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background: #EFEFEF;
  color: #000;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
}

pre, code, kbd, samp {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

button, input, option, select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  display: block;
  font-family: inherit;
  font-feature-settings: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  transition: 0.3s;
}
button:focus, input:focus, option:focus, select:focus, textarea:focus {
  outline: none;
}
button:-ms-input-placeholder, input:-ms-input-placeholder, option:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
button::-webkit-input-placeholder, input::-webkit-input-placeholder, option::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}
button:-moz-placeholder, input:-moz-placeholder, option:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
}
button::-moz-placeholder, input::-moz-placeholder, option::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
}
button:-moz-placeholder-shown, input:-moz-placeholder-shown, option:-moz-placeholder-shown, select:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #b2b2b2;
}
button:placeholder-shown, input:placeholder-shown, option:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown {
  color: #b2b2b2;
}

canvas, iframe, img, main, picture, source, video {
  display: block;
  max-width: 100%;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
  line-height: inherit;
}

hr {
  margin: 0;
}

ol, ul {
  list-style: none;
}

select {
  cursor: pointer;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select::-ms-expand {
  display: none;
}

.l-container {
  padding: 0 5.3333333333vw 21.3333333333vw;
}
.l-container.-md {
  padding-bottom: 10.6666666667vw;
}
.l-container.-upper {
  background-image: url("/images/user/bg.png");
  background-repeat: repeat;
  padding: 16vw 5.3333333333vw 0;
}
.l-container.-wht {
  background: #fff;
}
.l-container:last-child {
  padding-bottom: 46.9333333333vw;
}
.l-container:last-child.-md {
  padding-bottom: 36.2666666667vw;
}
@media (min-width: 1120px) {
  .l-container {
    padding: 0 20px 160px;
  }
  .l-container.-md {
    padding-bottom: 80px;
  }
  .l-container.-upper {
    padding: 80px 20px 0;
  }
  .l-container.-q {
    position: relative;
    z-index: 0;
  }
  .l-container.-q:before, .l-container.-q:after {
    position: absolute;
    right: 32px;
    top: 0;
    animation: container_q 10s linear infinite;
    background-image: url(/images/user/about-mypage/bg_q.png);
    content: "";
    height: 100%;
    width: 62px;
    z-index: -1;
  }
  @keyframes container_q {
    100% {
      background-position-y: -310px;
    }
  }
  .l-container.-q:before {
    left: 32px;
  }
  .l-container:last-child {
    padding-bottom: 256px;
  }
  .l-container:last-child.-md {
    padding-bottom: 176px;
  }
}

@media (min-width: 1120px) {
  .l-container_inner {
    margin: auto;
    max-width: 1090px;
  }
  .l-container_inner.-sm {
    max-width: 904px;
  }
}

.l-footer {
  background: #000;
  color: #fff;
  position: relative;
}
.l-footer_share {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -25.6vw;
  width: 100%;
}
.l-footer_share li {
  max-width: 14.9333333333vw;
  flex-basis: 14.9333333333vw;
  margin: 0 3.2vw;
}
.l-footer_share a {
  display: block;
}
.l-footer_upper {
  padding: 10.6666666667vw 0;
}
.l-footer_logo {
  margin: 0 8vw;
  width: 68vw;
}
.l-footer_logo a {
  display: block;
}
.l-footer_logo span {
  display: block;
  font-size: 2.9333333333vw;
  line-height: 1;
}
.l-footer_logo img {
  margin-top: 4vw;
}
.l-footer_nav {
  border-top: 0.2666666667vw solid #3c3c3c;
  font-size: 3.2vw;
  line-height: 2.5;
  margin: 10.6666666667vw 0 -0.75em;
  padding: calc(10.6666666667vw - 0.75em) 7.4666666667vw 0;
}
.l-footer_nav p {
  color: #909090;
}
.l-footer_nav div {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  -moz-column-gap: 8vw;
       column-gap: 8vw;
}
.l-footer_nav ul {
  max-width: calc(50% - 4vw);
  flex-basis: calc(50% - 4vw);
}
.l-footer_nav a {
  display: inline-block;
}
.l-footer_nav a:before {
  content: "-";
  margin-right: 0.5em;
}
.l-footer_lower {
  border-top: 0.2666666667vw solid #3c3c3c;
  padding: 0 8vw 8vw;
}
.l-footer_sns {
  display: flex;
  justify-content: center;
  margin: 8vw -3.2vw 0;
}
.l-footer_sns li {
  margin: 0 3.2vw;
}
.l-footer_sns a {
  display: block;
}
.l-footer_sns img {
  height: 6.4vw;
}
.l-footer_link {
  display: flex;
  justify-content: center;
  font-size: 3.2vw;
  margin: 6.4vw -0.75em 0;
}
.l-footer_link p {
  margin: 0 0.75em;
}
.l-footer_link .c-ico.-arrowWht {
  margin: -0.2em 0.6em 0 0;
  width: 1.5em;
}
@media (min-width: 1120px) {
  .l-footer {
    padding: 0 20px;
  }
  .l-footer a:hover,
  .l-footer button:hover {
    opacity: 0.6;
  }
  .l-footer_share {
    top: -96px;
  }
  .l-footer_share li {
    max-width: 56px;
    flex-basis: 56px;
    margin: 0 12px;
  }
  .l-footer_inner {
    margin: auto;
    max-width: 1090px;
  }
  .l-footer_upper {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
  }
  .l-footer_logo {
    max-width: 300px;
    flex-basis: 300px;
    margin: 0;
  }
  .l-footer_logo span {
    font-size: 14px;
  }
  .l-footer_logo img {
    margin-top: 18px;
  }
  .l-footer_nav {
    border: none;
    font-size: 14px;
    line-height: 2.2;
    margin: -0.6em 0;
    padding: 0;
  }
  .l-footer_nav div {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
  .l-footer_nav ul {
    max-width: none;
    flex-basis: auto;
  }
  .l-footer_lower {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-width: 1px;
    padding: 0 0 30px;
  }
  .l-footer_sns {
    margin: 30px 18px 0 -12px;
  }
  .l-footer_sns li {
    margin: 0 12px;
  }
  .l-footer_sns img {
    height: 24px;
  }
  .l-footer_link {
    font-size: 16px;
    margin-top: 30px;
  }
}

.l-header {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 16vw;
  width: 100%;
  z-index: 999;
}
.l-header_logo {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 48vw;
}
.l-header_logo a {
  display: block;
}
.l-header_logo img {
  width: 100%;
}
.l-header_toggle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 1.3333333333vw;
  top: 50%;
  background: #000;
  border-radius: 50%;
  height: 13.3333333333vw;
  transform: translateY(-50%);
  width: 13.3333333333vw;
  z-index: 1;
}
.l-header_toggle span, .l-header_toggle:before, .l-header_toggle:after {
  background: #fff;
  border-radius: 9999px;
  content: "";
  display: block;
  height: 7.1%;
  margin-left: 28.6%;
  transform-origin: left;
  transition: 0.4s;
}
.l-header_toggle span {
  margin: 7.1% 0 7.1% 28.6%;
  width: 25%;
}
.l-header_toggle:before {
  width: 42.9%;
}
.l-header_toggle:after {
  width: 35.7%;
}
.l-header #toggle {
  display: none;
}
.l-header #toggle:checked + .l-header_toggle span {
  margin: 8.9% 0 8.9% 34%;
  width: 0;
}
.l-header #toggle:checked + .l-header_toggle:before, .l-header #toggle:checked + .l-header_toggle:after {
  margin-left: 34%;
  transform: rotate(45deg);
  width: 46.4%;
}
.l-header #toggle:checked + .l-header_toggle:after {
  transform: rotate(-45deg);
}
@media (min-width: 1120px) {
  .l-header {
    height: 60px;
  }
  .l-header_logo {
    width: 180px;
  }
  .l-header_logo a:hover {
    opacity: 0.6;
  }
  .l-header_toggle {
    background: #000;
    height: 50px;
    right: 5px;
    width: 50px;
  }
  .l-header_toggle span, .l-header_toggle:before, .l-header_toggle:after {
    background: #fff;
    height: 3%;
  }
  .l-header_toggle span {
    margin: 11% 0 11% 28.6%;
  }
  .l-header_toggle:hover {
    opacity: 0.6;
  }
  #toggle:checked + .l-header_toggle span, #toggle:checked + .l-header_toggle:before, #toggle:checked + .l-header_toggle:after {
    height: 7.1%;
  }
}

@media (max-width: 427px) {
  #modal_register .modal-content {
    width: 98% !important;
  }
  #modal_register p.title-register {
    position: relative;
    top: 60px !important;
    left: 21px !important;
    font-weight: bold;
    font-size: 13px;
    width: 102px;
  }
  #modal_register p.title-register-mypage {
    position: relative;
    left: 16px !important;
    font-weight: bold;
    font-size: 13px;
    width: 118px;
  }
  #modal_register .code-top img {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: auto;
    width: 100%;
    max-width: 300px;
    max-height: 100%;
  }
}
#modal_register .code-top .col-md-5 {
  z-index: 10;
  background-color: transparent;
  margin: 7px 0 0 45px;
}

#modal_register .code-top img {
  padding-top: 30px;
  padding-bottom: 30px;
}

#modal_register p.title-register {
  position: relative;
  top: 60px;
  left: 40px;
  font-weight: bold;
}

#modal_register p.title-register-mypage {
  position: relative;
  top: 33px;
  left: 40px;
  font-weight: bold;
}

#modal_login .btn-register,
#modal_register .btn-register {
  border-radius: 30px;
  width: 93%;
  background-color: #353d8d;
  border-color: #353d8d;
  padding: 13px;
}

#modal_register .btn-register:hover {
  color: #fff;
}

#modal_register .register_love_image {
  width: 74%;
  margin: 0 auto;
}
#modal_register .register_love_image img {
  width: 100%;
}

#modal_login .btn-register.btn-register-btn-1,
#modal_login .btn-register.btn-register-btn,
#modal_register .btn-register.btn-register-btn {
  background-color: #fff100;
  color: #000;
  border: 1px solid #fff100;
  margin-top: -5px;
}

#modal_register .form-group .col-md-7 {
  padding: 0;
}

#modal_login .panel-body {
  margin-top: 30px;
}

#modal_login .form-group.row {
  margin: 0;
}

#modal_login .form-group,
#modal_register .form-group {
  display: flex;
  justify-content: center;
}

#modal_register .form-register-last {
  text-align: center;
  padding-top: 30px;
}

#modal_register .form-register-last h3 {
  position: relative;
  transform: translateZ(0);
  margin-bottom: 30px;
  font-weight: bold;
}

#modal_register .form-register-last .col-md-12 .btn-warning {
  background-color: #fff100;
  color: #111;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff100;
  border-radius: 33px;
}

#modal_register .form-register-last h3:after {
  content: "";
  background-color: #fff100;
  width: 71%;
  height: 43%;
  position: absolute;
  top: 21px;
  left: 70px;
  z-index: -1;
}

#modal_register .form-register-last .form-group {
  display: block;
  margin-bottom: 0.5rem;
}

#modal_register .form-register-last .control-label {
  margin-bottom: 0;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
}

#modal_register .input-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  top: 5px;
}

#modal_register .lblcheckbox {
  padding-left: 10px;
  vertical-align: middle;
}

#modal_register .link-redirect {
  color: #b5b3b3;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

#modal_register .image-register {
  width: 170px;
}

#modal_register .btn.btn-warning {
  width: 210px;
}

.l-main {
  background-image: url("/images/user/bg.png");
  background-repeat: repeat;
  overflow: hidden;
}
body:not(:has(.l-container.-upper)) .l-main {
  padding-top: 16vw;
}
@media (min-width: 1120px) {
  body:not(:has(.l-container.-upper)) .l-main {
    padding-top: 200px;
  }
}

.l-menu {
  position: fixed;
  background-image: url("/images/user/bg.png");
  background-repeat: repeat;
  color: #000;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  width: 100%;
}
#toggle:checked ~ .l-menu {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1120px) {
  .l-menu {
    align-items: center;
    display: flex;
    left: 20px;
    position: fixed;
    top: 20px;
    border: 2px solid #000;
    border-radius: 30px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.l-menu_inner {
  max-height: 100%;
  overflow-y: auto;
  padding: 41.0666666667vw 8vw 21.3333333333vw;
  position: relative;
}
@media (min-width: 1120px) {
  .l-menu_inner {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    max-width: 100%;
    flex-basis: 100%;
    padding: 30px 60px;
  }
}

.l-menu_left {
  border-bottom: 0.5333333333vw solid #d6cc17;
  padding-bottom: 8vw;
}
@media (min-width: 1120px) {
  .l-menu_left {
    max-width: 890px;
    flex-basis: 890px;
    background: url(/images/user/common/bg_open.png) no-repeat right 60px bottom/300px auto;
    border: none;
    border-right: 2px solid #000;
    padding: 30px 40px 30px 60px;
  }
}

@media (min-width: 1120px) {
  .l-menu_row a,
  .l-menu_list li > * {
    position: relative;
  }
  .l-menu_row a:after,
  .l-menu_list li > *:after {
    left: 12px;
    position: absolute;
    top: calc(50% + 0.25em);
    border-top: 0.5em solid #fff;
    content: "";
    width: 0;
    z-index: -1;
  }
  .l-menu_row a:hover:after,
  .l-menu_list li > *:hover:after {
    width: calc(100% - 12px);
  }
}

.l-menu_row {
  margin-top: 21.3333333333vw;
}
.l-menu_row dt {
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 10.6666666667vw;
  line-height: 1;
  position: relative;
}
.l-menu_row dt img {
  left: -4vw;
  position: absolute;
  top: 0;
  font-size: 0;
  transform: translateY(-50%);
  width: 27.7333333333vw;
  z-index: -1;
}
.l-menu_row dt img[src$="bg_column.svg"] {
  width: 29.3333333333vw;
}
.l-menu_row dd p {
  margin-top: 5.3333333333vw;
}
.l-menu_row dd a {
  align-items: center;
  color: #000;
  display: inline-flex;
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-decoration: none;
  vertical-align: top;
}
.l-menu_row dd span {
  background: #fff;
  border-radius: 50%;
  height: 12.8vw;
  margin-right: 2.6666666667vw;
  position: relative;
  width: 12.8vw;
}
.l-menu_row dd img {
  left: 50%;
  position: absolute;
  top: 50%;
  max-height: 115%;
  max-width: 115%;
  transform: translate(-50%, -50%);
}
.l-menu_row dd img[src$="ph_theme.png"] {
  max-height: 90%;
  max-width: 90%;
}
.l-menu_row dd .c-ico.-arrowBlk {
  margin-right: 2.1333333333vw;
}
.l-menu_row:first-child {
  margin: 0;
}
@media (min-width: 1120px) {
  .l-menu_row {
    margin-top: 60px;
  }
  .l-menu_row dt {
    font-size: 40px;
  }
  .l-menu_row dt img {
    left: -60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 104px;
  }
  .l-menu_row dt img[src$="bg_column.svg"] {
    width: 110px;
  }
  .l-menu_row dd {
    display: flex;
    flex-wrap: wrap;
  }
  .l-menu_row dd p {
    margin: 20px 20px 0 0;
    display: flex;
  }
  .l-menu_row dd a {
    font-size: 16px;
  }
  .l-menu_row dd span {
    height: 48px;
    margin-right: 10px;
    width: 48px;
  }
  .l-menu_row dd .c-ico.-arrowBlk {
    margin-right: 8px;
  }
  .l-container .l-menu_row {
    margin-top: 80px;
  }
  .l-container .l-menu_row p {
    margin-right: 40px;
  }
  .l-container .l-menu_row a {
    font-size: 24px;
  }
  .l-container .l-menu_row:first-child {
    margin: 0;
  }
}

@media (min-width: 1120px) {
  .l-menu_right {
    align-self: center;
    max-width: 310px;
    flex-basis: 310px;
    flex-shrink: 0;
    padding-left: 60px;
  }
}

.l-menu_logo {
  left: 8vw;
  position: absolute;
  top: 8vw;
  width: 48vw;
}
.l-menu_logo a {
  display: block;
}
.l-menu_logo img {
  width: 100%;
}
@media (min-width: 1120px) {
  .l-menu_logo {
    position: static;
    width: 100%;
  }
  .l-menu_logo a:hover {
    opacity: 0.6;
  }
}

.l-menu_list {
  font-size: 4.2666666667vw;
  font-weight: bold;
  margin-top: 8vw;
}
.l-menu_list li + li {
  margin-top: 5.3333333333vw;
}
.l-menu_list a,
.l-menu_list button {
  align-items: center;
  color: #000;
  display: inline-flex;
  vertical-align: top;
}
.l-menu_list button {
  font-weight: bold;
}
.l-menu_list .c-ico.-arrowBlk {
  margin-right: 2.1333333333vw;
}
@media (min-width: 1120px) {
  .l-menu_list {
    font-size: 16px;
    margin-top: 30px;
  }
  .l-menu_list li + li {
    margin-top: 20px;
  }
  .l-menu_list .c-ico.-arrowBlk {
    margin-right: 8px;
  }
}

.l-menu_btn {
  margin-top: 8vw;
}
.l-menu_btn li + li {
  margin-top: 5.3333333333vw;
}
.l-menu_btn a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border: 0.2666666667vw solid #000;
  border-radius: 9999px;
  box-shadow: 0 0.8vw #000;
  color: #000;
  font-size: 4.2666666667vw;
  font-weight: 500;
  height: 14.4vw;
  padding: 0 3.2vw 0 6.4vw;
}
.l-menu_btn .c-ico.-arrowBlk {
  margin-left: 0.6em;
  width: 8vw;
}
@media (min-width: 1120px) {
  .l-menu_btn {
    margin-top: 30px;
  }
  .l-menu_btn li + li {
    margin-top: 20px;
  }
  .l-menu_btn a {
    border-width: 1px;
    box-shadow: 0 3px #000;
    font-size: 16px;
    height: 54px;
    padding: 0 12px 0 24px;
  }
  .l-menu_btn a:hover {
    background: #000;
    box-shadow: none;
    color: #fff;
    transform: translateY(3px);
  }
  .l-menu_btn .c-ico.-arrowBlk {
    width: 30px;
  }
}

.l-sec {
  position: relative;
  z-index: 0;
}
.l-sec.-md {
  padding-top: 10.6666666667vw;
}
.l-sec.-lg {
  padding-top: 16vw;
}
.l-sec.-xl {
  padding-top: 21.3333333333vw;
}
.l-sec.-xl2 {
  padding-top: 32vw;
}
@media (min-width: 1120px) {
  .l-sec.-md {
    padding-top: 80px;
  }
  .l-sec.-lg {
    padding-top: 120px;
  }
  .l-sec.-xl {
    padding-top: 160px;
  }
  .l-sec.-xl2 {
    padding-top: 240px;
  }
}

.l-sec_inner {
  margin-top: 21.3333333333vw;
  position: relative;
}
.l-sec_inner > * + * {
  margin-top: 8vw;
}
.l-sec_inner:first-of-type {
  margin-top: 10.6666666667vw;
}
.l-sec_inner:first-of-type:first-child {
  margin: 0;
}
@media (min-width: 1120px) {
  .l-sec_inner {
    margin-top: 120px;
  }
  .l-sec_inner > * + * {
    margin-top: 40px;
  }
  .l-sec_inner:first-of-type {
    margin-top: 60px;
  }
}

.c-arrow {
  display: block;
  margin: 10.6666666667vw auto 0;
  max-width: 5.3333333333vw;
}
.c-arrow path:first-child {
  animation: moveArrow 1s linear infinite;
  stroke: #000;
  stroke-dasharray: 0 15;
  stroke-linecap: round;
  stroke-width: 5;
}
@keyframes moveArrow {
  100% {
    stroke-dashoffset: -15;
  }
}
@media (min-width: 1120px) {
  .c-arrow {
    margin-top: 80px;
    max-width: 20px;
  }
}

.c-btn > * {
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 100vh;
  position: relative;
  width: 100%;
}
.c-btn .c-ico {
  position: absolute;
  right: 0;
  top: 0;
  background-size: 8vw;
  height: 100%;
  width: auto;
}
.c-btn.-blk > * {
  background: #000;
  box-shadow: 0 0.8vw rgba(0, 0, 0, 0.2);
  color: #fff100;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 5.3333333333vw;
  font-weight: bold;
  height: 16vw;
}
.c-btn.-blk.-xl > * {
  font-weight: 900;
}
.c-btn.-wht {
  padding-bottom: 0.8vw;
}
.c-btn.-wht > * {
  background: #fff;
  border: 0.2666666667vw solid #000;
  box-shadow: 0 0.8vw #000;
  font-weight: 500;
}
.c-btn.-wht.active > * {
  background: #000;
  box-shadow: none;
  color: #fff;
  transform: translateY(3px);
}
.c-btn.-wht.-md > * {
  font-size: 3.7333333333vw;
  height: 9.0666666667vw;
  padding: 0 1em;
}
.c-btn.-wht.-md .c-ico {
  background-size: 5.3333333333vw;
  margin-right: -1em;
  position: static;
}
.c-btn.-wht.-lg > * {
  font-size: 4.2666666667vw;
  height: 14.4vw;
}
.c-btn.-wht.-lg .font-sm {
  font-size: 3.7333333333vw;
}
.c-btn.-ib {
  display: inline-block;
}
.c-btn.-ib > * {
  font-size: 3.7333333333vw;
  height: 9.0666666667vw;
  padding: 0 1em;
}
@media (min-width: 1120px) {
  .c-btn .c-ico {
    background-size: 30px;
  }
  .c-btn.-blk > * {
    border: 3px solid #000;
    box-shadow: 0 3px rgba(0, 0, 0, 0.2);
    font-size: 18px;
  }
  .c-btn.-blk > *:hover {
    background: none;
    box-shadow: none;
    color: #000;
    transform: translateY(3px);
  }
  .c-btn.-blk.-md {
    max-width: 280px;
  }
  .c-btn.-blk.-md > * {
    height: 48px;
  }
  .c-btn.-blk.-lg {
    max-width: 360px;
  }
  .c-btn.-blk.-lg > * {
    height: 60px;
  }
  .c-btn.-blk.-xl {
    max-width: 390px;
  }
  .c-btn.-blk.-xl > * {
    font-size: 24px;
    height: 78px;
  }
  .c-btn.-wht {
    padding-bottom: 3px;
  }
  .c-btn.-wht > * {
    border-width: 1px;
    box-shadow: 0 3px #000;
  }
  .c-btn.-wht > *:hover {
    background: #000;
    box-shadow: none;
    color: #fff;
    transform: translateY(3px);
  }
  .c-btn.-wht.-md > * {
    font-size: 16px;
    height: 42px;
  }
  .c-btn.-wht.-md .c-ico {
    background-size: 30px;
  }
  .c-btn.-wht.-lg > * {
    font-size: 16px;
    height: 54px;
  }
  .c-btn.-wht.-lg .font-sm {
    font-size: 14px;
  }
}

.c-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.c-cat a {
  background-color: #EFEFEF;
  border-radius: 1.3333333333vw;
  font-size: 3.2vw;
  font-weight: 500;
  padding: calc(1.0666666667vw - 0.25em) 2.1333333333vw;
}
.c-cat.-bgw a {
  background-color: #fff;
}
@media (min-width: 1120px) {
  .c-cat {
    gap: 8px;
  }
  .c-cat a {
    border-radius: 5px;
    font-size: 12px;
    padding: calc(6px - 0.25em) 12px;
  }
  .c-cat a:hover {
    opacity: 0.6;
  }
}

.ckeditor-body {
  color: #4d4d4d;
  font-size: 3.7333333333vw;
  line-height: 2;
  padding-top: 6.4vw;
  text-align: justify;
}
@media (min-width: 1120px) {
  .ckeditor-body {
    font-size: 16px;
    padding-top: 32px;
  }
}
.ckeditor-body p {
  margin: calc(6.4vw - 0.5em) 0 -0.5em;
}
.ckeditor-body p:has(img, iframe) {
  padding: 0.5em 0;
}
.ckeditor-body p:first-child {
  margin-top: -0.5em;
}
@media (min-width: 1120px) {
  .ckeditor-body p {
    margin-top: calc(32px - 0.5em);
  }
}
.ckeditor-body img {
  display: inline-block;
  height: auto !important;
  max-width: 100%;
  vertical-align: top;
}
.ckeditor-body img[style*=right] {
  margin-left: 1em;
}
.ckeditor-body img[style*=left] {
  margin-right: 1em;
}
.ckeditor-body img.center {
  display: block;
  margin: auto;
}
.ckeditor-body small {
  font-size: 80%;
}
.ckeditor-body ol {
  counter-reset: item;
  margin: calc(6.4vw - 0.5em) 0 -0.5em;
}
.ckeditor-body ol li {
  display: flex;
  gap: 0.25em;
}
.ckeditor-body ol li:before {
  content: counter(item, decimal-leading-zero) ".";
  counter-increment: item;
  font-family: Oswald, Noto Sans JP, sans-serif;
  font-size: 1.5em;
  margin-top: -0.45em;
}
@media (min-width: 1120px) {
  .ckeditor-body ol {
    margin-top: calc(32px - 0.5em);
  }
}
.ckeditor-body ul {
  list-style-type: disc;
  margin: calc(6.4vw - 0.5em) 0 -0.5em;
  padding-left: 1.5rem;
}
@media (min-width: 1120px) {
  .ckeditor-body ul {
    margin-top: calc(32px - 0.5em);
  }
}
.ckeditor-body a {
  color: #007bff;
  text-decoration: underline;
}
@media (min-width: 1120px) {
  .ckeditor-body a:hover {
    opacity: 0.6;
  }
}
.ckeditor-body .marker {
  background: #fff100;
}
.ckeditor-body .healine1 {
  background: #000;
  color: #fff100;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.5;
  margin: 12.8vw -5.3333333333vw 0;
  padding: calc(3.7333333333vw - 0.25em) 5.3333333333vw calc(4.8vw - 0.25em);
}
@media (min-width: 1120px) {
  .ckeditor-body .healine1 {
    border-radius: 10px;
    font-size: 24px;
    margin: 56px 0 0;
    padding: calc(14px - 0.25em) 16px calc(18px - 0.25em);
  }
}
.ckeditor-body .healine2 {
  border-bottom: 0.2666666667vw solid #000;
  color: #000;
  display: flex;
  font-size: 4.2666666667vw;
  font-weight: bold;
  gap: 0.25em;
  line-height: 1.5;
  margin-top: calc(12.8vw - 0.25em);
  padding-bottom: 0.25em;
}
.ckeditor-body .healine2:before {
  content: "〇";
  font-size: 1.25em;
  margin-top: -0.18em;
}
@media (min-width: 1120px) {
  .ckeditor-body .healine2 {
    border-width: 1px;
    font-size: 16px;
    margin-top: calc(56px - 0.25em);
  }
}
.ckeditor-body .frame1 {
  border: 0.5333333333vw solid #000;
  border-radius: 5.3333333333vw;
  margin-top: 6.4vw;
  padding: calc(8.5333333333vw - 0.5em) 8.5333333333vw;
  position: relative;
}
.ckeditor-body .frame1:before, .ckeditor-body .frame1:after {
  position: absolute;
  right: calc(100% - 8.5333333333vw);
  top: -4.2666666667vw;
  background: #fff;
  content: url(/images/user/contents/ico_quote.svg);
  font-size: 0;
  height: 11.7333333333vw;
  padding: 2.1333333333vw;
  width: 12.8vw;
}
.ckeditor-body .frame1:after {
  position: absolute;
  right: -4.2666666667vw;
  top: calc(100% - 7.4666666667vw);
  transform: scale(-1);
}
@media (min-width: 1120px) {
  .ckeditor-body .frame1 {
    border-radius: 20px;
    border-width: 2px;
    margin: 32px 8px 0;
    padding: calc(48px - 0.5em) 48px;
  }
  .ckeditor-body .frame1:before, .ckeditor-body .frame1:after {
    right: calc(100% - 32px);
    top: -16px;
    height: 44px;
    padding: 8px;
    width: 48px;
  }
  .ckeditor-body .frame1:after {
    right: -16px;
    top: calc(100% - 28px);
  }
}
.ckeditor-body .c-balloon-left,
.ckeditor-body .c-balloon-right {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}
.ckeditor-body .c-balloon-left .c-image,
.ckeditor-body .c-balloon-right .c-image {
  font-size: 10px;
  text-align: center;
  width: 70px;
}
.ckeditor-body .c-balloon-left .c-image .c-img,
.ckeditor-body .c-balloon-right .c-image .c-img {
  border-radius: 50%;
  height: 70px;
  overflow: hidden;
  width: 70px;
}
.ckeditor-body .c-balloon-left .c-image .c-img img,
.ckeditor-body .c-balloon-right .c-image .c-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.ckeditor-body .c-balloon-left .c-text,
.ckeditor-body .c-balloon-right .c-text {
  background: #f3f3f3;
  border-radius: 20px;
  min-height: 120px;
  padding: 1rem;
  position: relative;
  width: 65%;
}
.ckeditor-body .c-balloon-left .c-text:after,
.ckeditor-body .c-balloon-right .c-text:after {
  position: absolute;
  top: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  margin-top: -20px;
  pointer-events: none;
  width: 0;
}
@media (min-width: 1120px) {
  .ckeditor-body .c-balloon-left .c-image,
  .ckeditor-body .c-balloon-right .c-image {
    font-size: 14px;
    width: 100px;
  }
  .ckeditor-body .c-balloon-left .c-image .c-img,
  .ckeditor-body .c-balloon-right .c-image .c-img {
    height: 100px;
    width: 100px;
  }
  .ckeditor-body .c-balloon-left .c-text,
  .ckeditor-body .c-balloon-right .c-text {
    padding: 2rem;
    width: 80%;
  }
}
.ckeditor-body .c-balloon-left .c-text:after {
  border-right-color: #f3f3f3;
  border-width: 20px 40px 20px 0;
  right: 100%;
}
.ckeditor-body .c-balloon-right .c-image {
  order: 2;
}
.ckeditor-body .c-balloon-right .c-text {
  order: 1;
}
.ckeditor-body .c-balloon-right .c-text:after {
  border-left-color: #f3f3f3;
  border-width: 20px 0 20px 40px;
  left: 100%;
}
.ckeditor-body .c-myinsertcontents-contents,
.ckeditor-body .c-myinsertcontents-event {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  border: 1px solid #ddd;
  cursor: pointer;
  padding: 1rem;
}
.ckeditor-body .c-myinsertcontents-contents .c-left,
.ckeditor-body .c-myinsertcontents-event .c-left {
  width: 68%;
}
.ckeditor-body .c-myinsertcontents-contents .c-left .c-title a,
.ckeditor-body .c-myinsertcontents-event .c-left .c-title a {
  color: #000;
  font-weight: bold;
  line-height: 1.5;
}
.ckeditor-body .c-myinsertcontents-contents .c-image,
.ckeditor-body .c-myinsertcontents-event .c-image {
  text-align: right;
  width: 30%;
}
@media (min-width: 1120px) {
  .ckeditor-body .c-myinsertcontents-contents,
  .ckeditor-body .c-myinsertcontents-event {
    padding: 2rem;
  }
  .ckeditor-body .c-myinsertcontents-contents:hover,
  .ckeditor-body .c-myinsertcontents-event:hover {
    opacity: 0.6;
  }
}
.ckeditor-body > *:first-child {
  margin-top: 0;
}

.c-form {
  min-width: 100%;
  padding-top: 32px;
  color: #171717;
}
.c-form .input-data {
  line-height: 2.6;
}
.c-form .input-data select,
.c-form .input-data input,
.c-form .input-data textarea {
  border: 2px solid #000;
  color: #000;
  font-size: 18px;
}
.c-form .input-data select,
.c-form .input-data input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  height: 53px;
}
.c-form .input-data .checkbox {
  color: #000;
  font-size: 20px;
  padding: 5px 0;
}
.c-form .input-data .checkbox [type=checkbox]:not(:checked),
.c-form .input-data .checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.c-form .input-data .checkbox [type=checkbox]:not(:checked) + label,
.c-form .input-data .checkbox [type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.35em;
  cursor: pointer;
}
.c-form .input-data .checkbox [type=checkbox]:not(:checked) + label:before,
.c-form .input-data .checkbox [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.c-form .input-data .checkbox [type=checkbox]:not(:checked) + label:after,
.c-form .input-data .checkbox [type=checkbox]:checked + label:after {
  content: "✓ ";
  position: absolute;
  top: 0.3em;
  left: 0.02em;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 0.8;
  color: #434343;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}
.c-form .input-data .checkbox [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.c-form .input-data .checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.c-form .input-data .checkbox [type=checkbox]:disabled:not(:checked) + label:before,
.c-form .input-data .checkbox [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.c-form .input-data .checkbox [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.c-form .input-data .checkbox [type=checkbox]:disabled + label {
  color: #aaa;
}
.c-form .input-data .checkbox .checkboxtext {
  display: inline;
  font-size: 4vw;
}
@media (min-width: 1120px) {
  .c-form .input-data .checkbox .checkboxtext {
    font-size: 1vw;
  }
}
@media (max-width: 1119px) {
  .c-form .input-data .col-sm-6 {
    margin-bottom: 5%;
  }
}
@media (min-width: 1120px) {
  .c-form .input-data .form-group {
    margin-bottom: 2.5%;
  }
}
.c-form .error {
  color: red;
}

.c-ico,
.fa {
  aspect-ratio: 1;
  background: no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  width: 6.4vw;
}
@media (min-width: 1120px) {
  .c-ico,
  .fa {
    width: 24px;
  }
}

.c-ico.-arrowBlk {
  background-image: url(/images/user/common/ico_arrow_blk.svg);
}
.c-ico.-arrowBlkBorder {
  background-image: url(/images/user/common/ico_arrow_blk_border.svg);
}
.c-ico.-arrowWht {
  background-image: url(/images/user/common/ico_arrow_wht.svg);
}
.c-ico.-arrowYel {
  background-image: url(/images/user/common/ico_arrow_yel.svg);
}
.c-ico.-closeBlk {
  background-image: url(/images/user/common/ico_close_blk.svg);
}
.c-ico.-copy {
  background-image: url(/images/user/common/ico_copy.svg);
}
.c-ico.-doc {
  background-image: url(/images/user/common/ico_doc.svg);
}
.c-ico.-top {
  transform: rotateZ(-90deg);
}
.c-ico.-bottom {
  transform: rotateZ(90deg);
}

.fa {
  cursor: pointer;
}
.fa.fa-heart {
  aspect-ratio: 24/22;
  background-image: url(/images/user/common/ico_heart.svg);
}
.fa.fa-heart-o {
  aspect-ratio: 24/22;
  background-image: url(/images/user/common/ico_heart_o.svg);
}
.fa.fa-search {
  background-image: url(/images/user/common/ico_search.svg);
  width: 6.4vw;
}
@media (min-width: 1120px) {
  .fa {
    transition: 0.3s;
  }
  .fa.fa-search {
    width: 32px;
  }
  .fa:hover {
    transform: scale(1.5);
  }
}

.c-information {
  background-color: #e6db0d;
  margin: 16vw 0 -16vw;
  position: relative;
}
.c-information_ttl a {
  align-items: center;
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.6vw;
       column-gap: 1.6vw;
  height: 6.4vw;
}
.c-information_ttl a:after {
  content: url(/images/user/info/ico_arrow.svg);
  font-size: 0;
  width: 1.6vw;
}
.c-information_ttl a:not(.collapsed):after {
  scale: 1 -1;
}
.c-information_ttl img {
  width: 10.6666666667vw;
}
.c-information_list {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.c-information_item {
  font-size: 3.7333333333vw;
  font-weight: 500;
  padding: 0.25em 1em;
}
.c-information_item a {
  text-decoration: underline;
}
.c-information_item span {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.c-information_item:last-child {
  padding-bottom: 0.75em;
}
@media (min-width: 1120px) {
  .c-information {
    margin: 60px 0 -60px;
  }
  .c-information a:hover {
    opacity: 0.6;
  }
  .c-information_ttl a {
    -moz-column-gap: 6px;
         column-gap: 6px;
    height: 24px;
  }
  .c-information_ttl a:after {
    width: 6px;
  }
  .c-information_ttl img {
    width: 40px;
  }
  .c-information_item {
    -moz-column-gap: 1em;
         column-gap: 1em;
    display: flex;
    font-size: 14px;
  }
}

.modal_inner {
  max-width: 91.4666666667vw;
  flex-basis: 91.4666666667vw;
  background: #fff;
  border-radius: 2.6666666667vw;
  margin: auto;
  padding-bottom: 8.5333333333vw;
}
.modal_inner .c-btn.-blk.-md {
  margin: auto;
  max-width: 52vw;
}
.modal_content {
  height: calc(100vh - 33.0666666667vw);
  max-height: 103.4666666667vw;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 0 4.2666666667vw;
}
.modal_content:before, .modal_content:after {
  bottom: 0;
  position: sticky;
  top: 0;
  background: linear-gradient(#fff, transparent);
  content: "";
  display: block;
  height: 8.5333333333vw;
}
.modal_content:after {
  transform: scaleY(-1);
}
.modal_content::-webkit-scrollbar {
  width: 1.6vw;
}
.modal_content::-webkit-scrollbar-thumb {
  background-color: #000;
}
.modal_content::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
@-moz-document url-prefix() {
  .modal_content {
    scrollbar-color: #000 #e5e5e5;
    scrollbar-width: thin;
  }
}
.modal:has(.modal_inner) {
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  width: 100%;
  z-index: 9999;
}
.modal:has(.modal_inner).-active {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1120px) {
  .modal_inner {
    max-width: 720px;
    flex-basis: 720px;
    border-radius: 10px;
    padding-bottom: 40px;
  }
  .modal_inner .c-btn.-blk.-md {
    max-width: 210px;
  }
  .modal_content {
    height: calc(100vh - 128px);
    max-height: 392px;
    padding: 0 40px;
  }
  .modal_content:before, .modal_content:after {
    height: 40px;
  }
  .modal_content::-webkit-scrollbar {
    width: 6px;
  }
}
.modal.modal-form .close {
  background: #fff;
  width: 35px;
  opacity: 1;
  border-radius: 50%;
  border: 1.5px solid;
  height: 35px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-content: center;
  line-height: 35px;
  padding: 0;
}
.modal.modal-form .close:hover {
  background-color: #fff;
}
.modal.modal-form .tit .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 16px;
}
.modal.modal-form .modal-header {
  background: #fff100;
  padding: 0 5.3333333333vw 0;
  position: relative;
}
.modal.modal-form .modal-header #dismiss-register {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media (min-width: 1120px) {
  .modal.modal-form .modal-header {
    padding: 0 20px 0;
  }
  .modal.modal-form .modal-header .c-ttl.-page {
    padding: 40px 0;
    gap: 24px;
  }
  .modal.modal-form .modal-header .c-ttl.-page strong {
    font-size: 60px;
  }
}
.modal .c-form .input-data select,
.modal .c-form .input-data input {
  font-size: 16px;
  height: 44px;
}

.c-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.2666666667vw;
  margin-top: 6.4vw;
}
@media (min-width: 1120px) {
  .c-pagination {
    gap: 16px;
    margin-top: 48px;
  }
}

.c-pagination_item {
  max-width: 10.6666666667vw;
  flex-basis: 10.6666666667vw;
}
.c-pagination_item a {
  align-items: center;
  display: flex;
  justify-content: center;
  aspect-ratio: 1;
  background: #ededed;
  border-radius: 50%;
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 6.4vw;
  font-weight: bold;
}
.c-pagination_item.-prev, .c-pagination_item.-next {
  max-width: 8vw;
  flex-basis: 8vw;
}
.c-pagination_item.-prev a, .c-pagination_item.-next a {
  border: 0.2666666667vw solid #000;
}
.c-pagination_item.-prev {
  transform: scaleX(-1);
}
.c-pagination_item.-active a {
  background: #fff100;
}
@media (min-width: 1120px) {
  .c-pagination_item {
    max-width: 40px;
    flex-basis: 40px;
  }
  .c-pagination_item a {
    font-size: 24px;
  }
  .c-pagination_item a:hover {
    opacity: 0.6;
  }
  .c-pagination_item.-prev, .c-pagination_item.-next {
    max-width: 30px;
    flex-basis: 30px;
  }
  .c-pagination_item.-prev a, .c-pagination_item.-next a {
    border-width: 1px;
  }
}

.c-search {
  position: relative;
}
.c-search input {
  background: #fff;
  border: 0.2666666667vw solid #000;
  border-radius: 100vh;
  font-size: 4.2666666667vw;
  font-weight: 500;
  height: 14.9333333333vw;
  padding: 0 14.4vw 0.2em 1.2em;
  width: 100%;
}
.c-search .fa.fa-search {
  position: absolute;
  right: 4vw;
  top: 48%;
  transform: translateY(-50%);
}
@media (min-width: 1120px) {
  .c-search input {
    border-width: 1px;
    font-size: 21px;
    height: 72px;
    padding-right: 70px;
  }
  .c-search .fa.fa-search {
    right: 19px;
  }
  .c-search .fa.fa-search:hover {
    opacity: 0.6;
  }
}

.c-tag {
  left: 2.6666666667vw;
  position: absolute;
  top: -2.1333333333vw;
  color: #fff100;
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-weight: bold;
  min-width: 21.3333333333vw;
  text-align: center;
  z-index: 0;
}
.c-tag:before, .c-tag:after {
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
}
.c-tag:before {
  background: #727272;
  height: 2.1333333333vw;
  transform: skewX(30deg);
  transform-origin: top;
}
.c-tag.-type {
  font-size: 3.2vw;
  padding: 0.25em 0.5em;
}
.c-tag.-type:after {
  border-radius: 0 0 1.3333333333vw 1.3333333333vw;
}
.c-tag.-date {
  font-size: 7.4666666667vw;
  line-height: calc(11.7333333333vw - 0.15em);
  padding-bottom: 0.15em;
}
.c-tag.-date:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
}
.c-tag.-off {
  color: #fff;
}
@media (min-width: 1120px) {
  .c-tag {
    min-width: 80px;
    top: -8px;
  }
  .c-tag:before {
    height: 8px;
  }
  .c-tag.-type {
    font-size: 12px;
    left: 24px;
  }
  .c-tag.-type:after {
    border-radius: 0 0 5px 5px;
  }
  .c-tag.-date {
    font-size: 28px;
    left: calc(100% - 104px);
    line-height: calc(72px - 0.15em);
  }
}

.c-txt.-link {
  font-size: 3.7333333333vw;
  font-weight: bold;
  margin: calc(8.5333333333vw - 0.25em) 0 -0.25em;
}
.c-txt.-link a {
  display: inline-block;
}
.c-txt.-link .c-ico.-arrowBlk {
  margin: -0.25em 0.25em 0 0;
  transform: scaleX(-1);
  width: 6.4vw;
}
@media (min-width: 1120px) {
  .c-txt.-link {
    font-size: 18px;
    margin-top: calc(48px - 0.25em);
  }
  .c-txt.-link a:hover {
    opacity: 0.6;
  }
  .c-txt.-link .c-ico.-arrowBlk {
    max-width: 30px;
    flex-basis: 30px;
  }
}

.c-th {
  border-radius: 2.1333333333vw;
  overflow: hidden;
}
.c-th a {
  display: block;
}
.c-th img {
  aspect-ratio: 1/0.75;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-th.-yt img {
  aspect-ratio: 16/9;
}
@media (min-width: 1120px) {
  .c-th {
    border-radius: 8px;
  }
  .c-th a:hover {
    opacity: 0.6;
  }
  .c-th a:hover img, a:hover .c-th img {
    transform: scale(1.1);
  }
  .c-th img {
    transition: transform 0.3s;
  }
}

.c-ttl.-dot strong, .c-ttl.-sec {
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 16vw;
  font-weight: bold;
}
.c-ttl.-dot strong img[src$=".svg"], .c-ttl.-sec img[src$=".svg"] {
  left: 0;
  position: absolute;
  top: 50%;
  max-width: none;
  transform: translateY(-50%);
  width: 42.6666666667vw;
  z-index: -1;
}
.c-ttl.-dot {
  text-align: center;
}
.c-ttl.-dot strong {
  background: radial-gradient(circle farthest-side, #000 45%, transparent 55%) repeat-x center bottom/2.1333333333vw 1.0666666667vw;
  display: inline-block;
  font-size: 10.6666666667vw;
  line-height: 1.6;
  padding: 0 0.2em;
}
.c-ttl.-dot span {
  display: block;
  font-size: 4.2666666667vw;
  margin-top: 4vw;
}
.c-ttl.-sec {
  margin: -0.25em 0;
  position: relative;
}
.c-ttl.-sec .c-ttl_ph {
  position: absolute;
  right: -5.3333333333vw;
  top: 0;
  width: 33.0666666667vw;
  z-index: -1;
}
.c-ttl.-sec.-underline {
  display: block;
  position: relative;
  height: 13.3333333333vw;
}
.c-ttl.-sm {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
}
.c-ttl.-sm > * {
  font-size: 4.2666666667vw;
  margin: -0.25em 0;
}
.c-ttl.-sm strong {
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 10.6666666667vw;
}
.l-sec_inner:first-child .c-ttl.-sm strong {
  margin-top: -0.75em;
}
.c-ttl.-md {
  border-left: 0.8vw solid #000;
  font-size: 0;
  font-weight: bold;
  margin: 0;
  padding: 0 18.6666666667vw 0 4vw;
  position: relative;
}
.c-ttl.-md strong {
  display: inline-block;
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 12.8vw;
  line-height: 0.8;
}
.c-ttl.-md span {
  display: inline-block;
  font-size: 4.2666666667vw;
  line-height: 1.4;
  margin: calc(2.6666666667vw - 0.2em) 0 -0.2em;
}
.c-ttl.-md img {
  position: absolute;
  right: 0;
  top: 50%;
  max-height: 21.3333333333vw;
  max-width: 21.3333333333vw;
  transform: translateY(-50%);
}
.c-ttl.-page {
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw;
  padding: 12.8vw 5.3333333333vw;
  position: relative;
}
.c-ttl.-page > :not(img) {
  font-size: 4.2666666667vw;
  margin: -0.25em 0;
  position: relative;
}
.c-ttl.-page img {
  left: -2.6666666667vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 33.0666666667vw;
}
.c-ttl.-page strong {
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 10.6666666667vw;
}
.c-ttl.-page:not(:has(img)) {
  padding-inline: 0;
}
.c-ttl.-contents {
  font-size: 6.4vw;
  line-height: 2;
  margin: 0.5em 0.4em -1em 0;
}
.c-ttl.-contents strong {
  background: #000;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  box-shadow: 0.4em 0 #000;
  color: #fff100;
  padding: 0.1em 0 0.25em 0.4em;
}
.c-ttl.-bgTxt {
  font-size: 5.3333333333vw;
  font-weight: bold;
  margin: -0.25em 0;
  position: relative;
}
.c-ttl.-bgTxt span {
  bottom: 2.6666666667vw;
  left: 0;
  position: absolute;
  color: rgba(0, 0, 0, 0.17);
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 13.3333333333vw;
  line-height: 0.8;
  z-index: -1;
}
.c-ttl.-bgTxt.-yel span {
  color: #fff100;
}
@media (min-width: 1120px) {
  .c-ttl.-dot strong {
    background-size: 10px 5px;
    font-size: 80px;
  }
  .c-ttl.-dot span {
    font-size: 24px;
    margin-top: 20px;
  }
  .c-ttl.-sec {
    display: inline-block;
    font-size: 100px;
  }
  .c-ttl.-sec img[src$=".svg"] {
    transform: translate(-35%, -50%);
    width: 360px;
  }
  .c-ttl.-sec .c-ttl_ph {
    right: -224px;
    top: 50%;
    transform: translateY(-50%);
    width: 224px;
  }
  .c-ttl.-sec.-underline::after {
    height: 16px;
    bottom: 30px;
  }
  .c-ttl.-sm {
    gap: 16px;
  }
  .c-ttl.-sm > * {
    font-size: 18px;
  }
  .c-ttl.-sm strong {
    font-size: 64px;
  }
  .c-ttl.-md {
    border-width: 6px;
    display: inline-block;
    padding: 0 180px 0 20px;
    vertical-align: top;
  }
  .c-ttl.-md strong {
    font-size: 72px;
  }
  .c-ttl.-md span {
    font-size: 30px;
    margin-top: calc(15px - 0.2em);
  }
  .c-ttl.-md img {
    max-height: 160px;
    max-width: 160px;
    right: 160px;
    transform: translate(100%, -50%);
  }
  .c-ttl.-page {
    gap: 8px;
    padding: 74px 0;
  }
  .c-ttl.-page > :not(img) {
    font-size: 24px;
  }
  .c-ttl.-page img {
    left: -94px;
    width: 188px;
  }
  .c-ttl.-page strong {
    font-size: 80px;
  }
  .c-ttl.-contents {
    font-size: 32px;
  }
  .c-ttl.-bgTxt {
    font-size: 30px;
  }
  .c-ttl.-bgTxt span {
    bottom: 15px;
    font-size: 100px;
  }
}

.university .c-ttl.-bgTxt span {
  color: rgba(50, 49, 153, 0.2);
}

.c-toc {
  background: #f4f4f4;
  border-radius: 5.3333333333vw;
  font-weight: bold;
  margin-top: 12.8vw;
  padding: 8.5333333333vw;
}
.c-toc-title {
  color: #b1b1b1;
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 4.2666666667vw;
  line-height: 1;
}
.c-toc .outline__list {
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-toc .outline__list ul {
  display: none;
}
.c-toc .outline__list li {
  border-bottom: 0.2666666667vw solid #000;
  counter-increment: item;
}
.c-toc .outline__list a {
  color: #000;
  display: block;
  font-size: 3.7333333333vw;
  line-height: 1.4;
  padding: calc(4.2666666667vw - 0.2em) 0 calc(2.1333333333vw - 0.2em) 2.6em;
  position: relative;
  text-decoration: none;
}
.c-toc .outline__list a:before {
  left: 0;
  position: absolute;
  top: 2.1333333333vw;
  content: counter(item, decimal-leading-zero) ".";
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 5.6vw;
}
@media (min-width: 1120px) {
  .c-toc {
    border-radius: 20px;
    margin-top: 56px;
    padding: 48px;
  }
  .c-toc-title {
    font-size: 20px;
  }
  .c-toc .outline__list li {
    border-width: 1px;
  }
  .c-toc .outline__list a {
    font-size: 20px;
    padding: calc(32px - 0.2em) 0 calc(16px - 0.2em) 2.8em;
  }
  .c-toc .outline__list a:before {
    font-size: 32px;
    top: 18px;
  }
  .c-toc .outline__list a:hover {
    opacity: 0.3;
  }
}

.p-block {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  border-left: 0.8vw solid #000;
  padding-left: 4.2666666667vw;
  position: relative;
}
.p-block.-title picture {
  position: absolute;
  right: -1rem;
  top: 0rem;
  max-width: 82px;
  width: 82px;
}
.p-block.-title picture img {
  max-width: 82px;
  width: 82px;
}
@media (min-width: 1120px) {
  .p-block {
    border-width: 6px;
    padding-left: 24px;
  }
  .p-block.-title picture {
    max-height: 160px;
    max-width: 160px;
    right: -7px;
    top: -2rem;
    transform: translate(100%, -50%);
  }
  .p-block.-title picture img {
    max-width: 160px;
    width: 160px;
  }
}

.p-block_ttl,
.p-block_txt {
  font-size: 7.2vw;
  font-weight: 900;
  line-height: 1.5;
  margin: calc(4.2666666667vw - 0.25em) 0 -0.25em;
}
.p-block_ttl img,
.p-block_txt img {
  bottom: 0;
  position: absolute;
  right: -5.3333333333vw;
  width: 33.0666666667vw;
  z-index: -1;
}
.p-block_ttl:first-child,
.p-block_txt:first-child {
  margin-top: -0.35em;
}
.p-block_ttl:last-child,
.p-block_txt:last-child {
  margin-bottom: -0.15em;
}
@media (min-width: 1120px) {
  .p-block_ttl,
  .p-block_txt {
    font-size: 30px;
    margin-top: calc(24px - 0.25em);
  }
  .p-block_ttl img,
  .p-block_txt img {
    bottom: -40px;
    right: -224px;
    width: 224px;
  }
}

.p-block_ttl.-title {
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 13.3333333333vw;
  font-weight: bolder;
  line-height: 1.1;
  position: relative;
}
@media (min-width: 1120px) {
  .p-block_ttl.-title {
    font-size: 72px;
  }
}

.p-block_txt {
  font-size: 3.7333333333vw;
  font-weight: bold;
}
.p-block_txt.-title {
  font-size: 4.8vw;
  font-weight: 700;
}
@media (min-width: 1120px) {
  .p-block_txt {
    font-size: 16px;
    position: relative;
  }
  .p-block_txt:only-child {
    font-size: 30px;
  }
  .p-block_txt.-title {
    font-size: 30px;
    margin-top: calc(20px - 0.2em);
  }
  .p-block_txt.-title span {
    position: relative;
  }
}

.p-boxList {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
}
.p-boxList article {
  background: #fff;
  border-radius: 2.6666666667vw;
  padding: 6.4vw;
  position: relative;
}
.p-boxList article:has(.c-tag) {
  margin-top: 2.1333333333vw;
}
.p-boxList article:has(.c-tag.-date) {
  padding-top: 11.7333333333vw;
}
.p-boxList.js-slider article {
  width: 69.3333333333vw;
}
@media (min-width: 1120px) {
  .p-boxList {
    gap: 24px;
  }
  .p-boxList article {
    align-items: flex-start;
    display: flex;
    border-radius: 10px;
    gap: 24px;
    padding: 24px;
  }
  .p-boxList article:has(.c-tag) {
    margin-top: 8px;
  }
  .p-boxList article:has(.c-tag.-date) {
    padding-top: 24px;
  }
  .p-boxList .c-th.-yt {
    max-width: 420px;
    flex-basis: 420px;
    flex-shrink: 0;
  }
  .p-boxList.js-slider .slick-list {
    margin-inline: -12px;
  }
  .p-boxList.js-slider .slick-slide {
    margin-inline: 12px;
  }
}

.p-boxList_desc > * {
  padding-top: 4.2666666667vw;
}
@media (min-width: 1120px) {
  .p-boxList_desc {
    flex-grow: 1;
  }
  .p-boxList_desc > * {
    padding-top: 16px;
  }
}

.p-boxList_ttl a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.8;
  margin: -0.4em 0;
}
@media (min-width: 1120px) {
  .p-boxList_ttl a {
    font-size: 18px;
  }
  .p-boxList_ttl a:hover {
    opacity: 0.6;
  }
}

.p-boxList_note {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  gap: 2.1333333333vw;
}
.p-boxList_note time {
  color: #8b8b8b;
  font-size: 3.7333333333vw;
  margin: -0.25em 0;
}
@media (min-width: 1120px) {
  .p-boxList_note time {
    font-size: 14px;
  }
  .p-boxList_note i[class*="fa fa-heart"] {
    position: absolute;
    right: 24px;
    top: 24px;
  }
}

.p-catList {
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  gap: 2.1333333333vw;
  margin-inline: -5.3333333333vw;
  overflow: auto;
  padding-inline: 5.3333333333vw;
}
.p-catList::-webkit-scrollbar {
  display: none;
}
.p-catList li {
  flex-shrink: 0;
}
@media (min-width: 1120px) {
  .p-catList {
    flex-wrap: wrap;
    gap: 8px;
    margin-inline: 0;
    overflow: visible;
    padding-inline: 0;
  }
}

.p-colList {
  margin-top: -5.3333333333vw;
}
.p-colList article {
  align-items: flex-start;
  display: flex;
  border-bottom: 0.2666666667vw solid #e6e6e6;
  gap: 4.2666666667vw;
  margin: 0 -5.3333333333vw;
  padding: 5.3333333333vw;
}
.p-colList .c-th {
  max-width: calc((100% - 4.2666666667vw) / 2);
  flex-basis: calc((100% - 4.2666666667vw) / 2);
  flex-shrink: 0;
}
@media (min-width: 1120px) {
  .p-colList {
    margin-top: -40px;
  }
  .p-colList article {
    border-width: 1px;
    gap: 24px;
    margin: 0;
    padding: 40px 24px;
    position: relative;
  }
  .p-colList .c-th {
    max-width: 420px;
    flex-basis: 420px;
  }
  .p-colList .c-th img {
    aspect-ratio: 16/9;
  }
}

.p-colList_desc {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
}
.p-colList_desc i[class*="fa fa-heart"] {
  align-self: flex-end;
}
@media (min-width: 1120px) {
  .p-colList_desc {
    gap: 16px;
    margin-top: 16px;
  }
  .p-colList_desc i[class*="fa fa-heart"] {
    position: absolute;
    right: 24px;
    top: 40px;
  }
}

.p-colList_ttl a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 3.7333333333vw;
  font-weight: bold;
  margin: -0.25em 0;
}
@media (min-width: 1120px) {
  .p-colList_ttl a {
    font-size: 18px;
  }
  .p-colList_ttl a:hover {
    opacity: 0.6;
  }
}

.p-colList_txt {
  display: none;
}
@media (min-width: 1120px) {
  .p-colList_txt {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #7b7b7b;
    font-size: 16px;
    margin: -0.25em 0;
  }
}

.p-contents_upper {
  position: relative;
}
.p-contents_upper time {
  display: block;
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1;
}
.p-contents_upper i[class*="fa fa-heart"] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1120px) {
  .p-contents_upper time {
    font-size: 20px;
  }
}

.p-contents_catch {
  font-size: 4.2666666667vw;
  font-weight: bold;
  margin: -0.25em 0;
}
@media (min-width: 1120px) {
  .p-contents_catch {
    font-size: 24px;
    font-weight: 900;
    margin-top: calc(-32px - 0.25em);
  }
}

.p-contents_ttl {
  background: #000;
  color: #fff100;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.5;
  margin: 8.5333333333vw -5.3333333333vw 0;
  padding: calc(3.7333333333vw - 0.25em) 5.3333333333vw calc(4.8vw - 0.25em);
}
@media (min-width: 1120px) {
  .p-contents_ttl {
    border-radius: 10px;
    font-size: 24px;
    margin: 40px 0 0;
    padding: calc(14px - 0.25em) 16px calc(18px - 0.25em);
  }
}

.p-contents_mov {
  margin-top: 6.4vw;
}
.p-contents_mov iframe {
  aspect-ratio: 16/9;
  border-radius: 2.6666666667vw;
  height: auto;
  width: 100%;
}
.p-contents_mov:first-child {
  margin: 0;
}
@media (min-width: 1120px) {
  .p-contents_mov {
    background: #f4f4f4;
    border-radius: 20px;
    margin-top: 32px;
    padding: 0;
  }
  .p-contents_mov iframe {
    border-radius: 20px;
  }
}

.p-contents_table {
  margin-top: 12.8vw;
  width: 100%;
}
.p-contents_table th,
.p-contents_table td {
  border-bottom: 0.2666666667vw solid #000;
  border-top: 0.2666666667vw solid #000;
  font-size: 3.7333333333vw;
  line-height: 1.8;
  padding: calc(4.2666666667vw - 0.4em) 4.2666666667vw;
}
.p-contents_table th {
  background: #fff100;
  text-align: center;
  width: calc(8.5333333333vw + 3em);
}
.p-contents_table td {
  color: #6b6b6b;
}
@media (min-width: 1120px) {
  .p-contents_table {
    margin-top: 56px;
  }
  .p-contents_table th,
  .p-contents_table td {
    border-width: 1px;
    font-size: 16px;
    padding: calc(24px - 0.4em) 24px;
  }
  .p-contents_table th {
    width: calc(48px + 9em);
  }
}

.p-contents_lower {
  padding-top: 8.5333333333vw;
}
.p-contents_lower .c-btn.-wht.-lg,
.p-contents_lower .c-btn.-blk.-xl {
  margin: auto;
  max-width: 73.3333333333vw;
}
@media (min-width: 1120px) {
  .p-contents_lower {
    padding-top: 48px;
  }
  .p-contents_lower .c-btn.-wht.-lg,
  .p-contents_lower .c-btn.-blk.-xl {
    max-width: 390px;
  }
}

.p-contents_info {
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 2;
  margin: -0.5em 0;
  text-align: center;
}
@media (min-width: 1120px) {
  .p-contents_info {
    font-size: 18px;
  }
}

.p-eventList {
  margin-bottom: -10.6666666667vw;
}
.p-eventList article {
  border-top: 0.2666666667vw solid #dcdcdc;
  margin: 0 -5.3333333333vw;
  padding: 10.6666666667vw 5.3333333333vw;
  position: relative;
}
.p-eventList article:has(.c-tag) {
  margin-top: 2.1333333333vw;
}
.p-eventList i[class*="fa fa-heart"] {
  position: absolute;
  right: 5.3333333333vw;
  top: 2.4vw;
}
.p-eventList .c-tag.-type {
  left: 5.3333333333vw;
  top: -2.4vw;
  font-size: 3.7333333333vw;
}
@media (min-width: 1120px) {
  .p-eventList {
    margin-bottom: -40px;
  }
  .p-eventList article {
    align-items: flex-start;
    display: flex;
    border-width: 1px;
    gap: 24px;
    margin: 0;
    padding: 40px 24px;
  }
  .p-eventList article:has(.c-tag) {
    margin-top: 8px;
  }
  .p-eventList i[class*="fa fa-heart"] {
    right: 24px;
    top: 40px;
  }
  .p-eventList .c-tag.-type {
    left: 0;
    top: -9px;
    font-size: 14px;
  }
  .p-eventList .c-th.-yt {
    max-width: 420px;
    flex-basis: 420px;
    flex-shrink: 0;
  }
}

.p-eventList_desc > * {
  padding-top: 4.2666666667vw;
}
@media (min-width: 1120px) {
  .p-eventList_desc > * {
    padding-top: 16px;
  }
}

.p-eventList_ttl a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.8;
  margin: -0.4em 0;
}
@media (min-width: 1120px) {
  .p-eventList_ttl a {
    font-size: 18px;
  }
  .p-eventList_ttl a:hover {
    opacity: 0.6;
  }
}

.p-eventList_note time {
  color: #8b8b8b;
  display: block;
  font-size: 3.7333333333vw;
  margin: -0.25em 0;
}
@media (min-width: 1120px) {
  .p-eventList_note time {
    font-size: 14px;
  }
}

.p-modal {
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  width: 100%;
  z-index: 9999;
}
.p-modal_inner {
  max-width: 1088px;
  flex-basis: 1088px;
  background: #000;
  transform: scale(1.1);
  transition: transform 0.4s;
}
.p-modal_inner iframe {
  aspect-ratio: 16/9;
  max-height: 100vh;
  width: 100%;
}
.p-modal_close {
  position: absolute;
  right: 5.3333333333vw;
  top: 5.3333333333vw;
  width: 10.6666666667vw;
}
.p-modal.-active {
  opacity: 1;
  pointer-events: auto;
}
.p-modal.-active .p-modal_inner {
  transform: none;
}
@media (min-width: 1120px) {
  .p-modal_close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
  }
  .p-modal_close:hover {
    opacity: 0.6;
  }
}

.p-movList article {
  align-items: flex-start;
  display: flex;
  border-bottom: 0.2666666667vw solid #ded300;
  gap: 4.2666666667vw;
  margin: 0 -5.3333333333vw;
  padding: 5.3333333333vw;
}
.p-movList article:first-child {
  border-top: 0.2666666667vw solid #ded300;
}
.p-movList i[class*="fa fa-heart"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.3333333333vw;
}
.p-movList .c-th {
  max-width: calc((100% - 4.2666666667vw) / 2);
  flex-basis: calc((100% - 4.2666666667vw) / 2);
  flex-shrink: 0;
  position: relative;
}
.p-movList.-rank article {
  counter-increment: rank;
  margin-top: 2.1333333333vw;
  position: relative;
}
.p-movList.-rank article:before, .p-movList.-rank article:after {
  left: 7.4666666667vw;
  position: absolute;
  top: -2.1333333333vw;
  pointer-events: none;
  width: 11.2vw;
}
.p-movList.-rank article:before {
  background: #727272;
  content: "";
  height: 2.1333333333vw;
  transform: skewX(30deg);
  transform-origin: top;
}
.p-movList.-rank article:after {
  background: #000 url(/images/user/common/bg_rank.svg) no-repeat center 45%/70%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
  color: #fff100;
  content: counter(rank);
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: calc(10.1333333333vw - 0.5em);
  padding-bottom: 0.5em;
  text-align: center;
}
.p-movList.js-slider article {
  border: none;
  padding-block: 0;
}
@media (min-width: 1120px) {
  .p-movList {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 16px;
  }
  .p-movList article {
    max-width: calc((100% - 48px) / 4);
    flex-basis: calc((100% - 48px) / 4);
    border: none;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
  }
  .p-movList article:first-child {
    border: none;
  }
  .p-movList i[class*="fa fa-heart"] {
    right: 0;
    top: 0;
    width: 24px;
  }
  .p-movList .c-th {
    max-width: none;
    flex-basis: auto;
  }
  .p-movList .c-th img {
    aspect-ratio: 16/9;
  }
  .p-movList.-rank article {
    margin-top: 8px;
  }
  .p-movList.-rank article:before, .p-movList.-rank article:after {
    left: 8px;
    top: -8px;
    width: 64px;
  }
  .p-movList.-rank article:before {
    height: 8px;
  }
  .p-movList.-rank article:after {
    font-size: 28px;
    line-height: calc(58px - 0.5em);
  }
  .p-movList.js-slider .c-th {
    max-width: none;
    flex-basis: auto;
  }
  .p-movList.js-slider .slick-list {
    margin-inline: -8px;
  }
  .p-movList.js-slider .slick-slide {
    max-width: none;
    flex-basis: auto;
    flex-direction: column;
    margin-inline: 8px;
  }
}

.p-movList_desc {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
}
@media (min-width: 1120px) {
  .p-movList_desc {
    gap: 16px;
  }
}

.p-movList_ttl a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 3.7333333333vw;
  font-weight: bold;
  margin: -0.25em 0;
}
@media (min-width: 1120px) {
  .p-movList_ttl a {
    font-size: 16px;
  }
  .p-movList_ttl a:hover {
    opacity: 0.6;
  }
}

.p-movList_note {
  color: #8b8b8b;
  font-size: 3.2vw;
  margin: -0.25em 0;
}
@media (min-width: 1120px) {
  .p-movList_note {
    font-size: 14px;
  }
}

.p-movList_bottom {
  position: relative;
}
.p-movList_bottom .c-cat {
  padding-right: 2.4vw;
}

.js-slider {
  display: flex;
  flex-direction: row;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 4.2666666667vw;
  margin-inline: -5.3333333333vw;
  overflow: auto;
  padding-left: 5.3333333333vw;
}
.js-slider::-webkit-scrollbar {
  display: none;
}
.js-slider article {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  pointer-events: none;
  width: 80vw;
}
.js-slider article * {
  pointer-events: auto;
}
.js-slider .c-th {
  max-width: none;
  flex-basis: auto;
}
.js-slider .c-th img {
  aspect-ratio: 16/9;
}
@media (min-width: 1120px) {
  .js-slider {
    display: block;
    margin-inline: 0;
    overflow: visible;
    padding-left: 0;
    position: relative;
  }
  .js-slider .c-th {
    max-width: 420px;
    flex-basis: 420px;
  }
  .js-slider .slick-track {
    display: flex;
  }
  .js-slider .slick-slide {
    flex-direction: row;
    opacity: 0.3;
    transition: opacity 0.3s;
  }
  .js-slider .slick-active {
    opacity: 1;
  }
  .js-slider .slick-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    transform: translate(50%, -50%);
    width: 56px;
    z-index: 1;
  }
  .js-slider .slick-arrow.-prev {
    right: 100%;
    transform: translate(50%, -50%) scaleX(-1);
  }
  .js-slider:hover .slick-arrow {
    opacity: 1;
  }
  .js-slider:hover .slick-arrow:hover {
    opacity: 0.6;
  }
  .js-slider:hover .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
  }
}

.about-mypage section:not(.mv) .c-arrow {
  margin: 5.3333333333vw auto -37.3333333333vw;
}
@media (min-width: 1120px) {
  .about-mypage section:not(.mv) .c-arrow {
    margin: 100px auto -220px;
  }
}
.about-mypage .txt {
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.375;
  margin-top: 9.0666666667vw;
  text-align: center;
}
@media (min-width: 1120px) {
  .about-mypage .txt {
    font-size: 20px;
    line-height: 2;
    margin-top: 30px;
  }
}
.about-mypage .mv {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 26.6666666667vw);
}
.about-mypage .mv .c-arrow {
  margin-top: 8vw;
}
.about-mypage .mv_ttl {
  width: 75.7333333333vw;
}
.about-mypage .mv_txt {
  margin-top: 6.4vw;
  width: 73.6vw;
}
.about-mypage .mv_ph img {
  margin-top: 5.8666666667vw;
  width: 71.4666666667vw;
}
@media (min-width: 1120px) {
  .about-mypage .mv {
    min-height: calc(100vh - 140px);
  }
  .about-mypage .mv .c-arrow {
    margin-top: 14px;
  }
  .about-mypage .mv_ttl {
    width: 548px;
  }
  .about-mypage .mv_txt {
    margin-top: 18px;
    width: 416px;
  }
  .about-mypage .mv_ph img {
    margin-top: 18px;
    width: 310px;
  }
}
.about-mypage .fromNow_ttl {
  margin-inline: auto;
  max-width: 53.3333333333vw;
}
.about-mypage .fromNow_ph {
  margin: 8.5333333333vw -2.6666666667vw 0;
}
.about-mypage .fromNow_ph img {
  width: 100%;
}
@media (min-width: 1120px) {
  .about-mypage .fromNow_ttl {
    max-width: 368px;
  }
  .about-mypage .fromNow_ph {
    margin: 34px auto 0;
    max-width: 740px;
  }
}
.about-mypage .trap_ttl {
  margin-inline: auto;
  max-width: 73.6vw;
}
.about-mypage .trap_row {
  display: flex;
  justify-content: space-between;
  margin: 6.4vw -1.3333333333vw 0;
}
.about-mypage .trap_item {
  max-width: 29.3333333333vw;
  flex-basis: 29.3333333333vw;
}
.about-mypage .trap_msg {
  background: url(/images/user/about-mypage/bg_msg_sm.svg) no-repeat center;
  display: grid;
  height: 17.6vw;
  padding: 0 0.8vw 4vw 0;
  place-content: center;
  position: relative;
}
.about-mypage .trap_msg img {
  height: 6.9333333333vw;
}
.about-mypage .trap_ph img {
  margin: -4vw auto 0;
  width: 26.6666666667vw;
}
.about-mypage .trap_ph figcaption {
  font-size: 2.6666666667vw;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}
@media (min-width: 1120px) {
  .about-mypage .trap_ttl {
    max-width: 452px;
  }
  .about-mypage .trap_row {
    justify-content: space-around;
    margin: 30px 0 0;
  }
  .about-mypage .trap_item {
    max-width: 260px;
    flex-basis: 260px;
  }
  .about-mypage .trap_msg {
    background-image: url(/images/user/about-mypage/bg_msg_lg.svg);
    height: 164px;
    padding: 0 4px 33px 0;
  }
  .about-mypage .trap_msg img {
    height: 56px;
  }
  .about-mypage .trap_ph img {
    margin-top: -45px;
    width: 240px;
  }
  .about-mypage .trap_ph figcaption {
    font-size: 20px;
  }
}
.about-mypage .goal_ttl {
  margin-inline: auto;
  max-width: 59.7333333333vw;
}
.about-mypage .goal_ph {
  margin: 17.6vw auto 0;
  max-width: 58.1333333333vw;
  position: relative;
}
.about-mypage .goal_ph img[src$="ph_goal.png"] {
  width: 100%;
}
.about-mypage .goal_ph img[src$="txt_goal_01.svg"] {
  position: absolute;
  right: 22%;
  top: -12%;
  width: 57%;
}
.about-mypage .goal_ph img[src$="txt_goal_02.svg"] {
  position: absolute;
  right: 70%;
  top: 54%;
  width: 62%;
}
.about-mypage .goal_ph img[src$="txt_goal_03.svg"] {
  position: absolute;
  right: -30%;
  top: 54%;
  width: 62%;
}
@media (min-width: 1120px) {
  .about-mypage .goal_ttl {
    max-width: 526px;
  }
  .about-mypage .goal_ph {
    margin-top: 80px;
    max-width: 400px;
  }
}
.about-mypage .key_ttl {
  margin-inline: auto;
  max-width: 67.2vw;
}
.about-mypage .key_row {
  display: flex;
  flex-direction: column;
  margin-top: 6.4vw;
  position: relative;
  row-gap: 10.1333333333vw;
}
.about-mypage .key_row:after {
  position: absolute;
  right: 50%;
  top: 50%;
  content: url(/images/user/about-mypage/ico_arrow.svg);
  font-size: 0;
  rotate: 90deg;
  translate: 50% -60%;
  width: 21.3333333333vw;
}
.about-mypage .key_sec {
  background-color: #fff;
  border-radius: 4vw;
  padding: 6.9333333333vw 5.3333333333vw 10.6666666667vw;
  text-align: center;
}
.about-mypage .key_tag {
  background-color: #fff100;
  border-radius: 100vmax;
  display: grid;
  height: 11.2vw;
  margin-inline: auto;
  max-width: 41.3333333333vw;
  place-content: center;
}
.about-mypage .key_tag img {
  height: 4.8vw;
}
.about-mypage .key_subttl {
  font-size: 4.8vw;
  font-weight: bold;
  margin-top: 2.1333333333vw;
}
.about-mypage .key_ph {
  border-top: 0.2666666667vw dotted #c4c4c4;
  margin-top: 5.8666666667vw;
}
.about-mypage .key_ph img {
  height: 37.3333333333vw;
  margin: 6.4vw auto 0;
}
.about-mypage .key_ph img[src$="ph_my-page.png"] {
  filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
}
.about-mypage .key_desc {
  font-size: 4.2666666667vw;
  font-weight: 500;
  margin-top: 5.3333333333vw;
}
@media (min-width: 1120px) {
  .about-mypage .key_ttl {
    max-width: 414px;
  }
  .about-mypage .key_row {
    display: flex;
    justify-content: center;
    flex-direction: row;
    -moz-column-gap: 76px;
         column-gap: 76px;
    margin-top: 34px;
  }
  .about-mypage .key_row:after {
    rotate: none;
    translate: 50% -50%;
    width: 154px;
  }
  .about-mypage .key_sec {
    max-width: 444px;
    flex-basis: 444px;
    border: 3px solid #000;
    border-radius: 20px;
    padding: 40px;
  }
  .about-mypage .key_tag {
    height: 50px;
    max-width: 160px;
  }
  .about-mypage .key_tag img {
    height: 23px;
  }
  .about-mypage .key_subttl {
    font-size: 24px;
    margin-top: 12px;
  }
  .about-mypage .key_ph {
    border-width: 1px;
    margin-top: 18px;
  }
  .about-mypage .key_ph img {
    height: 140px;
    margin-top: 20px;
  }
  .about-mypage .key_ph img[src$="ph_my-page.png"] {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  }
  .about-mypage .key_desc {
    font-size: 18px;
    line-height: 1.75;
    margin-top: 16px;
  }
}
.about-mypage .fit_ttl {
  margin-inline: auto;
  max-width: 82.6666666667vw;
}
.about-mypage .fit_ph img {
  margin-top: 7.4666666667vw;
  width: 100%;
}
@media (min-width: 1120px) {
  .about-mypage .fit_ttl {
    max-width: 508px;
  }
  .about-mypage .fit_ph img {
    margin: 20px auto 0;
    width: auto;
  }
}
.about-mypage .start .c-btn.-blk.-xl {
  margin-top: 10.6666666667vw;
}
.about-mypage .start .c-btn.-blk.-xl a {
  background: none;
  border: 0.5333333333vw solid #000;
  color: #000;
}
.about-mypage .start .c-ico.-arrowBlk {
  left: 0;
  scale: -1;
}
.about-mypage .start_ttl {
  margin-inline: auto;
  max-width: 76.2666666667vw;
}
.about-mypage .start_row {
  display: flex;
  flex-direction: column;
  margin-top: 6.4vw;
  row-gap: 4.2666666667vw;
}
.about-mypage .start_item a {
  display: block;
}
.about-mypage .start_item img {
  width: 100%;
}
@media (min-width: 1120px) {
  .about-mypage .start .c-btn.-blk.-xl {
    margin: 60px auto 0;
  }
  .about-mypage .start .c-btn.-blk.-xl a {
    border-width: 2px;
  }
  .about-mypage .start .c-btn.-blk.-xl a:hover {
    background-color: #000;
    color: #fff100;
  }
  .about-mypage .start_ttl {
    max-width: 450px;
  }
  .about-mypage .start_row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 40px;
  }
  .about-mypage .start_item {
    max-width: 350px;
    flex-basis: 350px;
  }
  .about-mypage .start_item a:hover {
    opacity: 0.6;
  }
}

.about .c-btn.-blk.-xl a {
  background: none;
  border: 0.5333333333vw solid #000;
  color: #000;
}
@media (min-width: 1120px) {
  .about .c-btn.-blk.-xl {
    margin-inline: auto;
  }
  .about .c-btn.-blk.-xl a {
    border-width: 2px;
  }
  .about .c-btn.-blk.-xl a:hover {
    background-color: #000;
    color: #fff100;
  }
}
.about .c-ico.-arrowBlk {
  left: 0;
  scale: -1;
}
.about .mv {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-block: 10.6666666667vw;
  position: relative;
  z-index: 0;
}
.about .mv > *:not(.mv_ttl) {
  animation: about_show 0.8s 1.8s forwards;
  opacity: 0;
  translate: 0 10.6666666667vw;
}
@keyframes about_show {
  100% {
    opacity: 1;
    scale: none;
    translate: none;
  }
}
.about .mv .c-arrow {
  margin-top: 3.7333333333vw;
}
.about .mv_ttl {
  animation: about_zoom 0.6s 1.2s forwards, about_rubberBand 0.6s 1.8s forwards;
  opacity: 0;
  width: 70.6666666667vw;
}
.about .mv_ttl img {
  width: 100%;
}
@keyframes about_zoom {
  80% {
    transform: scale(2);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes about_rubberBand {
  0%, 100% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(1.125, 0.875);
  }
  30% {
    transform: scale(0.875, 1.125);
  }
  45% {
    transform: scale(1.075, 0.925);
  }
  60% {
    transform: scale(0.975, 1.025);
  }
  80% {
    transform: scale(1.025, 0.975);
  }
}
.about .mv_txt {
  font-size: 4.2666666667vw;
  line-height: 1.875;
  margin-top: 5.3333333333vw;
  text-align: center;
  font-weight: bold;
}
.about .mv_ph img {
  margin-top: 5.3333333333vw;
  width: 40vw;
}
.about .mv:before {
  animation: about_show 0.6s ease-in 0.6s forwards;
  background: url(/images/user/about/bg_mv_sm.png) no-repeat center/cover;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  scale: 2;
  z-index: -1;
}
@media (min-width: 1120px) {
  .about .mv {
    min-height: calc(100vh - 60px);
    padding-block: 80px;
  }
  .about .mv > *:not(.mv_ttl) {
    translate: 0 40px;
  }
  .about .mv .c-arrow {
    margin-top: 26px;
  }
  .about .mv_ttl {
    width: 654px;
  }
  .about .mv_txt {
    font-size: 20px;
    line-height: 2;
    margin-top: 20px;
  }
  .about .mv_ph img {
    margin-top: 20px;
    width: 200px;
  }
  .about .mv:before {
    background-image: url(/images/user/about/bg_mv_lg.png);
  }
}
.about .change_ttl img {
  margin-inline: auto;
}
.about .change_sec {
  border-radius: 4vw;
  margin-inline: -4vw;
  padding-block: 2.6666666667vw;
}
.about .change_sec.-before {
  background-color: #eaeaea;
  margin-top: 8vw;
}
.about .change_sec.-before .change_item:after {
  position: absolute;
  right: 50%;
  top: calc(100% + 6vw);
  content: url(/images/user/about/ico_arrow.svg);
  font-size: 0;
  translate: 50% -50%;
  width: 5.3333333333vw;
}
.about .change_sec.-before .change_ph img {
  height: 28.2666666667vw;
  margin-top: 2.6666666667vw;
}
.about .change_sec.-after {
  background-color: #fff100;
  margin-top: 2.6666666667vw;
  padding-top: 6.6666666667vw;
}
.about .change_sec.-after .change_item {
  padding-bottom: 2.6666666667vw;
}
.about .change_sec.-after .change_ph img {
  height: 22.6666666667vw;
}
.about .change_subttl {
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.about .change_row {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.3333333333vw;
       column-gap: 1.3333333333vw;
  margin-top: 2.6666666667vw;
}
.about .change_item {
  max-width: 30.6666666667vw;
  flex-basis: 30.6666666667vw;
  background-color: #fff;
  border-radius: 2.1333333333vw;
  position: relative;
}
.about .change_txt img {
  height: 8vw;
  margin: 2.6666666667vw auto 0;
}
.about .change_ph img {
  margin-inline: auto;
}
.about .change_line {
  border-top: 0.2666666667vw dotted #ded300;
  margin: 2.6666666667vw 2.6666666667vw 0;
}
@media (min-width: 1120px) {
  .about .change_ttl img {
    width: 550px;
  }
  .about .change_sec {
    border-radius: 15px;
    margin-inline: 0;
    padding-block: 30px;
  }
  .about .change_sec.-before {
    margin-top: 40px;
  }
  .about .change_sec.-before .change_item:after {
    top: calc(100% + 45px);
    width: 32px;
  }
  .about .change_sec.-before .change_txt img {
    height: 32px;
    margin-top: 30px;
  }
  .about .change_sec.-before .change_ph img {
    height: 149px;
    margin-top: 30px;
  }
  .about .change_sec.-after {
    margin-top: 30px;
    padding-top: 30px;
  }
  .about .change_sec.-after .change_item {
    padding-bottom: 10px;
  }
  .about .change_sec.-after .change_txt img {
    height: 66px;
    margin-top: 20px;
  }
  .about .change_sec.-after .change_ph img {
    height: 130px;
    margin-top: -5px;
  }
  .about .change_subttl {
    font-size: 32px;
  }
  .about .change_row {
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 30px;
  }
  .about .change_item {
    max-width: 310px;
    flex-basis: 310px;
    border-radius: 15px;
  }
  .about .change_line {
    border-width: 1px;
    margin: 20px 20px 0;
  }
}
.about .contents .c-btn.-blk.-lg {
  margin: 6.4vw auto 0;
  max-width: 73.3333333333vw;
}
.about .contents_ttl img {
  margin-inline: auto;
}
.about .contents_row {
  display: flex;
  flex-direction: column;
  margin-top: 29.3333333333vw;
  row-gap: 29.3333333333vw;
}
.about .contents_sec {
  background-color: #fff;
  border-radius: 4vw;
  counter-increment: contents;
  padding: 8vw 5.3333333333vw;
  position: relative;
}
.about .contents_sec:before {
  position: absolute;
  right: 50%;
  top: -0.5em;
  content: "Contents " counter(contents, decimal-leading-zero);
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 8.5333333333vw;
  font-weight: bold;
  line-height: 1;
  translate: 50%;
  white-space: nowrap;
}
.about .contents_msg {
  position: absolute;
  right: 50%;
  top: -19.3333333333vw;
  border-bottom: 0.5333333333vw solid #000;
  padding-bottom: 2.6666666667vw;
  translate: 50%;
}
.about .contents_msg img {
  height: 6.1333333333vw;
  max-width: none;
}
.about .contents_msg:after {
  position: absolute;
  right: 50%;
  top: calc(100% + 0.2666666667vw);
  aspect-ratio: 1;
  background-color: #fff100;
  border-bottom: 0.5333333333vw solid #000;
  border-right: 0.5333333333vw solid #000;
  content: "";
  rotate: 45deg;
  translate: 50% -50%;
  width: 4.2666666667vw;
}
.about .contents_ph img {
  width: 100%;
}
.about .contents_subttl {
  background-color: #fff100;
  border-radius: 100vmax;
  display: grid;
  height: 14.9333333333vw;
  margin-top: 4.2666666667vw;
  place-content: center;
}
.about .contents_subttl img {
  height: 7.4666666667vw;
}
.about .contents_txt {
  font-size: 4.2666666667vw;
  font-weight: 500;
  margin-top: 3.2vw;
  text-align: center;
}
.about .contents_catch img {
  margin: 10.6666666667vw auto 0;
  width: 84.2666666667vw;
}
@media (min-width: 1120px) {
  .about .contents .c-btn.-blk.-lg {
    margin-top: 24px;
    max-width: 260px;
  }
  .about .contents_ttl img {
    width: 620px;
  }
  .about .contents_row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 126px;
  }
  .about .contents_sec {
    max-width: 350px;
    flex-basis: 350px;
    border-radius: 15px;
    padding: 30px 20px;
  }
  .about .contents_sec:before {
    font-size: 32px;
  }
  .about .contents_msg {
    border-width: 2px;
    padding-bottom: 10px;
    top: -84px;
  }
  .about .contents_msg img {
    height: 30px;
  }
  .about .contents_msg:after {
    border-width: 2px;
    top: calc(100% + 1px);
    width: 16px;
  }
  .about .contents_subttl {
    height: 66px;
    margin-top: 20px;
  }
  .about .contents_subttl img {
    height: 34px;
  }
  .about .contents_txt {
    font-size: 16px;
    margin-top: 16px;
  }
  .about .contents_catch img {
    margin-top: 40px;
    width: 678px;
  }
}
.about .thought_subttl {
  background-color: #fff100;
  border-radius: 100vmax;
  display: grid;
  height: 13.8666666667vw;
  margin-inline: auto;
  max-width: 65.3333333333vw;
  place-content: center;
}
.about .thought_subttl img {
  height: 6.4vw;
}
.about .thought_ttl {
  margin: 8vw auto 0;
  max-width: 66.6666666667vw;
}
.about .thought_txt {
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.875;
  margin-top: 5.3333333333vw;
  text-align: center;
}
.about .thought_bg img {
  margin: 8vw auto 0;
  width: 65.6vw;
}
@media (min-width: 1120px) {
  .about .thought_subttl {
    height: 66px;
    max-width: 355px;
  }
  .about .thought_subttl img {
    height: 34px;
  }
  .about .thought_ttl {
    margin-top: 20px;
    max-width: 536px;
  }
  .about .thought_txt {
    font-size: 18px;
    line-height: 2;
    margin-top: 30px;
  }
  .about .thought_bg img {
    position: absolute;
    right: -60px;
    top: calc(50% + 40px);
    margin: 0;
    translate: 0 -50%;
    width: 390px;
    z-index: -1;
  }
}

.column-page .c-search {
  margin-top: 4.2666666667vw;
}
@media (min-width: 1120px) {
  .column-page .c-search {
    margin-top: 16px;
  }
}
.column-page .p-catList {
  margin-top: 8.5333333333vw;
}
@media (min-width: 1120px) {
  .column-page .p-catList {
    margin-top: 40px;
  }
}
.column-page .boxList {
  display: flex;
  flex-flow: column wrap;
  gap: 4.2666666667vw;
}
.column-page .boxList_item a {
  background: #fff;
  border-radius: 2.6666666667vw;
  display: block;
  padding: 4.2666666667vw;
  position: relative;
}
.column-page .boxList_item .c-th img {
  aspect-ratio: auto;
}
.column-page .boxList_item .c-ico.-arrowBlk {
  bottom: 2.1333333333vw;
  position: absolute;
  right: 2.1333333333vw;
  width: 8vw;
}
.column-page .boxList_txt {
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.8;
  margin: calc(4.2666666667vw - 0.4em) 0 -0.4em;
  text-align: center;
}
@media (min-width: 1120px) {
  .column-page .boxList {
    flex-direction: row;
    gap: 16px;
  }
  .column-page .boxList_item {
    max-width: calc((100% - 32px) / 3);
    flex-basis: calc((100% - 32px) / 3);
  }
  .column-page .boxList_item a {
    border-radius: 10px;
    padding: 24px;
  }
  .column-page .boxList_item a:hover {
    opacity: 0.6;
  }
  .column-page .boxList_item .c-ico.-arrowBlk {
    bottom: 16px;
    right: 16px;
    width: 30px;
  }
  .column-page .boxList_txt {
    font-size: 16px;
    margin-top: calc(24px - 0.4em);
  }
}

.enquiry .enquiry-title {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  padding-top: 32px;
}
@media (min-width: 1120px) {
  .enquiry .enquiry-form .input-data .category_id {
    margin-bottom: 3%;
  }
}
.enquiry .enquiry-form .tit .title-x {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 16px;
}
.enquiry .enquiry-form .tit .title-x .underline {
  font-size: large;
  font-weight: bold;
  color: #000;
  border-bottom: 0 solid #fff100;
  box-shadow: inset 0 -5px 0 #fff100;
  transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  display: inline;
}
.enquiry .enquiry-form .tit .content-text {
  padding: 25px 32px;
  margin-bottom: 14px;
  color: #6b6b6b;
  border: 2px solid #eeeeee;
  border-radius: 8px;
}
.enquiry .enquiry-form .tit .content-text ul {
  list-style: disc;
  margin: 0 0 16px 16px;
}
.enquiry .enquiry-form .tit .content-text p {
  margin-bottom: 16px;
}
.enquiry .enquiry-form .tit .content-text u {
  color: #a9a9a9;
}
.enquiry .enquiry-form .tit .content-text .agreement {
  color: #000;
  font-size: 20px;
  padding: 5px 0;
}
.enquiry .enquiry-form .tit .content-text .agreement [type=checkbox]:not(:checked),
.enquiry .enquiry-form .tit .content-text .agreement [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.enquiry .enquiry-form .tit .content-text .agreement [type=checkbox]:not(:checked) + label,
.enquiry .enquiry-form .tit .content-text .agreement [type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.35em;
  cursor: pointer;
}
.enquiry .enquiry-form .tit .content-text .agreement [type=checkbox]:not(:checked) + label:before,
.enquiry .enquiry-form .tit .content-text .agreement [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.enquiry .enquiry-form .tit .content-text .agreement [type=checkbox]:not(:checked) + label:after,
.enquiry .enquiry-form .tit .content-text .agreement [type=checkbox]:checked + label:after {
  content: "✓ ";
  position: absolute;
  top: 0.3em;
  left: 0.02em;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 0.8;
  color: #434343;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}
.enquiry .enquiry-form .tit .content-text .agreement [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.enquiry .enquiry-form .tit .content-text .agreement [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.enquiry .enquiry-form .tit .content-text .agreement [type=checkbox]:disabled:not(:checked) + label:before,
.enquiry .enquiry-form .tit .content-text .agreement [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.enquiry .enquiry-form .tit .content-text .agreement [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.enquiry .enquiry-form .tit .content-text .agreement [type=checkbox]:disabled + label {
  color: #aaa;
}
.enquiry .enquiry-form .tit .content-text .agreement .checkboxtext {
  display: inline;
  font-size: 4vw;
}
@media (min-width: 1120px) {
  .enquiry .enquiry-form .tit .content-text .agreement .checkboxtext {
    font-size: 1vw;
  }
}
.enquiry .c-btn.-blk.-xl {
  margin: auto;
}

.enquiry .panel-default {
  padding-top: 40px;
  text-align: center;
}
.enquiry .title-x {
  font-size: 30px;
  padding-bottom: 40px;
}
.enquiry .title {
  color: #636b6f;
}
.enquiry .image {
  padding-top: 40px;
}
.enquiry .image img {
  margin: auto;
}
@media (max-width: 1119px) {
  .enquiry .image img {
    width: 100% !important;
    height: 100% !important;
  }
}

.event-page .catch {
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: -0.4em;
  padding-top: calc(10.6666666667vw - 0.4em);
  text-align: center;
}
@media (min-width: 1120px) {
  .event-page .catch {
    font-size: 24px;
    padding-top: calc(64px - 0.4em);
  }
}
.event-page .feature .c-btn.-blk {
  margin: 8.5333333333vw auto 0;
  max-width: 69.3333333333vw;
}
.event-page .feature .c-btn.-blk .c-ico {
  background: radial-gradient(circle, #fff100 3.8666666667vw, transparent 4.1333333333vw);
}
.event-page .feature .c-btn.-blk .c-ico:before, .event-page .feature .c-btn.-blk .c-ico:after {
  position: absolute;
  right: 50%;
  top: 50%;
  border-top: 0.5333333333vw solid #000;
  content: "";
  transform: translate(50%, -50%);
  width: 3.2vw;
}
.event-page .feature .c-btn.-blk .c-ico:after {
  transform: translate(50%, -50%) rotate(90deg);
  transition: opacity 0.6s;
}
.event-page .feature .c-btn.-blk.-active .c-ico:after {
  opacity: 0;
}
.event-page .feature_row {
  display: flex;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  transition: height 0.6s;
}
.event-page .feature_sec {
  counter-increment: feature;
}
.event-page .feature_ph {
  align-items: center;
  display: flex;
  justify-content: center;
  aspect-ratio: 1;
  background: #e6e6e6;
  border-radius: 50%;
  margin: 8.5333333333vw auto 0;
  max-width: 32vw;
  position: relative;
}
.event-page .feature_ph img {
  max-width: 17.0666666667vw;
  flex-basis: 17.0666666667vw;
}
.event-page .feature_ph:after {
  bottom: 0;
  left: 0;
  position: absolute;
  color: #fff100;
  content: counter(feature, decimal-leading-zero);
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 13.3333333333vw;
  font-weight: bold;
  line-height: 1;
  transform: translateX(-50%);
}
.event-page .feature_ttl {
  font-size: 4.2666666667vw;
  font-weight: bold;
  margin: calc(6.4vw - 0.25em) 0 -0.25em;
  text-align: center;
}
.event-page .feature_txt {
  font-size: 3.7333333333vw;
  line-height: 2;
  margin: calc(4.2666666667vw - 0.5em) 0 -0.5em;
}
@media (min-width: 1120px) {
  .event-page .feature_row {
    flex-direction: row;
    gap: 48px;
    height: auto !important;
    margin-top: 64px;
  }
  .event-page .feature_sec {
    max-width: calc((100% - 96px) / 3);
    flex-basis: calc((100% - 96px) / 3);
  }
  .event-page .feature_ph {
    margin: auto;
    max-width: 160px;
  }
  .event-page .feature_ph img {
    max-width: 80px;
    flex-basis: 80px;
  }
  .event-page .feature_ph:after {
    font-size: 50px;
  }
  .event-page .feature_ttl {
    font-size: 18px;
    margin-top: calc(24px - 0.25em);
  }
  .event-page .feature_txt {
    font-size: 16px;
    margin-top: calc(24px - 0.5em);
  }
}
.event-page .mov {
  background: #f4f4f4;
  font-weight: bold;
  margin: 14.9333333333vw -5.3333333333vw 0;
  padding: 8.5333333333vw 5.3333333333vw;
}
.event-page .mov_ttl {
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 8.5333333333vw;
  text-align: center;
  margin: calc(-8.5333333333vw + -0.75em) 0 -0.25em;
}
.event-page .mov_ph {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.event-page .mov_ph iframe {
  margin-top: 6.4vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event-page .mov_txt {
  font-size: 3.7333333333vw;
  line-height: 1.8;
  margin: calc(12.8vw - 0.4em) 0 -0.4em;
}
@media (min-width: 1120px) {
  .event-page .mov {
    border-radius: 20px;
    margin: 88px auto 0;
    max-width: 904px;
    padding: 56px 92px;
  }
  .event-page .mov_ttl {
    font-size: 48px;
    margin-top: calc(-56px + -0.75em);
  }
  .event-page .mov_ph iframe {
    margin-top: 32px;
  }
  .event-page .mov_txt {
    font-size: 18px;
    margin-top: calc(64px - 0.4em);
  }
}

.movie .keyword_ttl {
  font-size: 4.8vw;
  font-weight: bold;
  margin: -0.25em 0;
}
.movie .keyword_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.2666666667vw 2.1333333333vw;
  margin-top: 5.3333333333vw;
}
.movie .keyword_list li {
  max-width: calc((100% - 4.2666666667vw) / 3);
  flex-basis: calc((100% - 4.2666666667vw) / 3);
}
.movie .keyword_list a {
  display: block;
}
.movie .keyword_list img {
  width: 100%;
}
@media (min-width: 1120px) {
  .movie .keyword_ttl {
    font-size: 24px;
  }
  .movie .keyword_list {
    gap: 16px;
    margin-top: 32px;
  }
  .movie .keyword_list li {
    max-width: calc((100% - 80px) / 6);
    flex-basis: calc((100% - 80px) / 6);
  }
  .movie .keyword_list a:hover {
    opacity: 0.6;
  }
}
.movie .other {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
}
.movie .other a {
  display: block;
}
.movie .other img {
  width: 100%;
}
@media (min-width: 1120px) {
  .movie .other {
    flex-direction: row;
    gap: 16px;
  }
  .movie .other li {
    max-width: calc((100% - 48px) / 4);
    flex-basis: calc((100% - 48px) / 4);
  }
  .movie .other a:hover {
    opacity: 0.6;
  }
}

#movie_contents #movie {
  max-width: 640px;
  margin: 0 -5.3333333333vw 0;
  transition: top 0.5s;
}
#movie_contents #movie.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 7.4666666667vw;
  margin: 8.5333333333vw 0 0;
}
#movie_contents #movie.fixed_end {
  top: -300px;
}
@media (min-width: 1120px) {
  #movie_contents #movie {
    margin: 0 auto;
  }
  #movie_contents #movie.fixed {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
    transform: none;
  }
}

@media (min-width: 1120px) {
  .my-page .p-block_txt {
    font-size: 24px;
  }
}
.my-page .upper {
  padding-top: 6.6666666667vw;
  text-align: center;
}
.my-page .upper .c-ttl.-dot strong {
  padding: 0 0.25em;
}
.my-page .upper .c-ttl.-dot .sub {
  font-size: 3.7333333333vw;
}
.my-page .upper .c-btn.-blk.-lg {
  margin-top: 9.3333333333vw;
}
.my-page .upper_txt {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 2;
  margin-top: 4vw;
}
.my-page .upper_txt button {
  color: #0069C3;
  display: inline-block;
  text-decoration: underline;
}
@media (min-width: 1120px) {
  .my-page .upper {
    padding-top: 25px;
  }
  .my-page .upper .c-ttl.-dot strong {
    font-size: 60px;
  }
  .my-page .upper .c-ttl.-dot .sub {
    font-size: 16px;
  }
  .my-page .upper .c-btn.-blk.-lg {
    margin: 40px auto 0;
  }
  .my-page .upper_txt {
    font-size: 16px;
    margin-top: 20px;
  }
  .my-page .upper_txt button:hover {
    opacity: 0.6;
  }
}
.my-page .profile {
  border-radius: 4vw;
  margin: -21.3333333333vw -2.6666666667vw 0;
  overflow: hidden;
  text-align: center;
  background-size: contain;
}
.my-page .profile.bg-1 {
  background-image: url(/images/user/profile/profile_bg-01.png);
}
.my-page .profile.bg-2 {
  background-image: url(/images/user/profile/profile_bg-02.png);
}
.my-page .profile.bg-3 {
  background-image: url(/images/user/profile/profile_bg-03.png);
}
.my-page .profile.bg-4 {
  background-image: url(/images/user/profile/profile_bg-04.png);
}
.my-page .profile.bg-5 {
  background-image: url(/images/user/profile/profile_bg-05.png);
}
.my-page .profile + .c-btn.-wht.-lg {
  margin: 8vw auto 0;
  max-width: 84vw;
}
.my-page .profile + .c-btn.-wht.-lg .c-ico.-copy {
  background-size: 4.8vw;
}
.my-page .profile_bg img {
  height: 32vw;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.my-page .profile_user {
  margin: 12vw auto -12vw;
  position: relative;
  width: 34.6666666667vw;
  z-index: 1;
}
.my-page .profile_user .avatar {
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 0.8vw 1.8666666667vw rgba(0, 0, 0, 0.16);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.my-page .profile_content {
  padding: 16vw 4.2666666667vw 8.5333333333vw;
  position: relative;
}
.my-page .profile_name {
  font-size: 4.8vw;
  font-weight: bold;
  -webkit-text-decoration: underline #fdf67d;
          text-decoration: underline #fdf67d;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.3em;
  text-underline-offset: -0.15em;
}
.my-page .profile_sns {
  display: flex;
  justify-content: center;
  gap: 2.6666666667vw;
  margin-top: 2.6666666667vw;
}
.my-page .profile_sns li {
  max-width: 8.5333333333vw;
  flex-basis: 8.5333333333vw;
}
.my-page .profile_sns a {
  display: block;
}
.my-page .profile_msg {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.6666666667vw;
}
.my-page .profile_list {
  display: flex;
  flex-flow: column wrap;
  gap: 2.6666666667vw;
  margin: 6.6666666667vw -4.2666666667vw 0 4.2666666667vw;
  position: relative;
}
.my-page .profile_ttl {
  left: 5.0666666667vw;
  position: absolute;
  top: 0;
  color: rgba(201, 79, 48, 0.16);
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 12.8vw;
  line-height: 1.4;
  transform: rotate(90deg);
  transform-origin: left top;
}
.my-page .profile_question_img {
  position: absolute;
  right: 2.6666666667vw;
  top: 0;
}
.my-page .profile_question_img.bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  top: auto;
}
.my-page .profile_item {
  align-items: center;
  display: flex;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 100vh 0 0 100vh;
  box-shadow: 0 0.8vw 4.2666666667vw rgba(0, 0, 0, 0.16);
  gap: 2.6666666667vw;
  padding: 5.3333333333vw;
  position: relative;
  text-align: left;
}
.my-page .profile_item div {
  flex-shrink: 0;
  width: 14.9333333333vw;
}
.my-page .profile_item dt {
  color: #585858;
  font-size: 3.2vw;
  font-weight: 500;
}
.my-page .profile_item dd {
  font-size: 4.8vw;
  font-weight: bold;
}
.my-page .profile_item dd .c-btn {
  margin-top: 1.3333333333vw;
}
.my-page .profile_item dd .c-btn button {
  width: 40vw;
  height: 8vw;
  font-size: 3.7333333333vw;
}
.my-page .profile_item dd .c-btn .c-ico {
  background-size: 4vw;
}
.my-page .profile_item.-hash {
  border-radius: 0 8vw 8vw 0;
  margin: 6.4vw 4.2666666667vw 0 -4.2666666667vw;
  padding: 4.5333333333vw 5.3333333333vw 5.3333333333vw;
}
.my-page .profile_item.-hash div {
  left: 5.3333333333vw;
  position: absolute;
  top: -1.3333333333vw;
  width: 10.6666666667vw;
}
.my-page .profile_item.-hash dt {
  margin-left: 12vw;
}
.my-page .profile_item.-hash dd {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3333333333vw;
  margin-top: 1.8666666667vw;
}
.my-page .profile_item.-hash span {
  background: #fff;
  border: 0.2666666667vw solid #dedede;
  border-radius: 100vh;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1;
  padding: 0.3em 0.8em 0.5em;
}
.my-page .profile_item.-hash span:before {
  content: "#";
}
@media (min-width: 1120px) {
  .my-page .profile {
    border-radius: 15px;
    margin: -120px 0 0;
  }
  .my-page .profile.bg-1 {
    background-image: url(/images/user/profile/profile_bg-pc-01.png);
  }
  .my-page .profile.bg-2 {
    background-image: url(/images/user/profile/profile_bg-pc-02.png);
  }
  .my-page .profile.bg-3 {
    background-image: url(/images/user/profile/profile_bg-pc-03.png);
  }
  .my-page .profile.bg-4 {
    background-image: url(/images/user/profile/profile_bg-pc-04.png);
  }
  .my-page .profile.bg-5 {
    background-image: url(/images/user/profile/profile_bg-pc-05.png);
  }
  .my-page .profile + .c-btn.-wht.-lg {
    margin-top: 30px;
    max-width: 315px;
  }
  .my-page .profile + .c-btn.-wht.-lg .c-ico.-copy {
    background-size: 18px;
  }
  .my-page .profile_bg img {
    height: 160px;
  }
  .my-page .profile_user {
    margin: 45px auto -45px;
    width: 130px;
  }
  .my-page .profile_user .avatar {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  }
  .my-page .profile_content {
    padding: 60px 80px 80px;
  }
  .my-page .profile_name {
    font-size: 24px;
  }
  .my-page .profile_sns {
    gap: 10px;
    margin-top: 15px;
  }
  .my-page .profile_sns li {
    max-width: 32px;
    flex-basis: 32px;
  }
  .my-page .profile_sns a:hover {
    opacity: 0.6;
  }
  .my-page .profile_msg {
    font-size: 16px;
    margin-top: 15px;
  }
  .my-page .profile_list {
    flex-direction: row;
    gap: 0 16px;
    margin: 20px 0 0;
  }
  .my-page .profile_ttl {
    max-width: 100%;
    flex-basis: 100%;
    font-size: 48px;
    position: static;
    transform: none;
  }
  .my-page .profile_question_img {
    display: none;
  }
  .my-page .profile_item {
    max-width: calc((100% - 32px) / 3);
    flex-basis: calc((100% - 32px) / 3);
    border-radius: 20px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    text-align: center;
  }
  .my-page .profile_item div {
    width: 56px;
  }
  .my-page .profile_item dt {
    font-size: 16px;
  }
  .my-page .profile_item dd {
    font-size: 18px;
    margin-top: 10px;
  }
  .my-page .profile_item dd .c-btn {
    margin-top: 10px;
  }
  .my-page .profile_item dd .c-btn button {
    width: 150px;
    height: 30px;
    font-size: 14px;
    margin: 0 auto;
  }
  .my-page .profile_item dd .c-btn .c-ico {
    background-size: 1vw;
  }
  .my-page .profile_item.-hash {
    border-radius: 20px;
    margin: 45px 0 0;
    max-width: 100%;
    padding: 40px;
  }
  .my-page .profile_item.-hash div {
    margin: -55px auto 0;
    position: static;
    width: 50px;
  }
  .my-page .profile_item.-hash dt {
    margin: 5px 0 0;
  }
  .my-page .profile_item.-hash dd {
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
  }
  .my-page .profile_item.-hash span {
    border-width: 1px;
    font-size: 16px;
  }
}
.my-page.profile-edit .profile, .my-page.share .profile {
  background: #fff;
  border-radius: 0;
  margin: 0;
}
.my-page.profile-edit .profile_content, .my-page.share .profile_content {
  min-height: calc(100vh - 48vw);
}
@media (min-width: 1120px) {
  .my-page.profile-edit .profile_content, .my-page.share .profile_content {
    min-height: calc(100vh - 220px);
  }
  .my-page.profile-edit .profile_content > *, .my-page.share .profile_content > * {
    margin-inline: auto;
    max-width: 930px;
  }
}
.my-page.profile-edit .profile {
  cursor: pointer;
}
@media (min-width: 1120px) {
  .my-page.profile-edit .profile > * {
    transition: opacity 0.3s;
  }
  .my-page.profile-edit .profile .editable:hover {
    opacity: 0.6;
  }
}
.my-page.profile-edit .profile .input-field {
  margin-top: 8vw;
  text-align: left;
}
.my-page.profile-edit .profile .help {
  font-size: 3.2vw;
}
.my-page.profile-edit .profile .error {
  font-size: 3.2vw;
  font-weight: 500;
  margin-top: 1.3333333333vw;
  margin-bottom: 1.3333333333vw;
  color: #ff4136;
  text-align: left;
}
.my-page.profile-edit .profile .buttons {
  margin-top: 9.3333333333vw;
}
.my-page.profile-edit .profile .buttons .c-btn {
  margin: 0 auto;
}
.my-page.profile-edit .profile .buttons .c-btn button {
  height: 9.3333333333vw;
}
@media (min-width: 1120px) {
  .my-page.profile-edit .profile .input-field {
    margin: 45px auto 0;
    max-width: 904px;
  }
  .my-page.profile-edit .profile .error {
    font-size: 16px;
    margin-top: 10px;
  }
  .my-page.profile-edit .profile .help {
    font-size: 14px;
  }
  .my-page.profile-edit .profile .buttons {
    margin: 40px auto 0;
    max-width: 360px;
  }
  .my-page.profile-edit .profile .buttons .c-btn button {
    height: 48px;
  }
}
.my-page.profile-edit .profile input[type=text], .my-page.profile-edit .profile input[type=url] {
  border: 1px solid #D1D1D1;
  background: #fff;
  font-size: 3.2vw;
  font-weight: 500;
  height: 12.8vw;
  padding: 0 1.5em;
  width: 100%;
  margin-top: 2.6666666667vw;
}
@media (min-width: 1120px) {
  .my-page.profile-edit .profile input[type=text], .my-page.profile-edit .profile input[type=url] {
    font-size: 16px;
    height: 56px;
    padding: 0 1.25em;
    margin-top: 10px;
  }
}
.my-page.profile-edit .profile .radio {
  display: block;
  margin-top: 2.6666666667vw;
}
.my-page.profile-edit .profile .radio input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
  display: inline-block;
  padding: 1rem;
}
.my-page.profile-edit .profile .radio label {
  margin-right: 1rem;
}
@media (min-width: 1120px) {
  .my-page.profile-edit .profile .radio {
    margin-top: 10px;
  }
}
.my-page.profile-edit .profile .selectBackground .bgimage {
  overflow: hidden;
  padding: 5px;
}
.my-page.profile-edit .profile .selectBackground .bgimage.selected {
  opacity: 0.6;
  border: 2px solid #000;
}
.my-page.profile-edit .profile .selectBackground .bgimage img {
  width: 100%;
  height: 290px;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.my-page.profile-edit .profile .selectBackground .slick-slider .slick-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.my-page.profile-edit .profile .selectBackground .slick-slider .slick-arrow.-prev {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}
.my-page.profile-edit .profile .selectBackground .buttons {
  margin: 0 auto !important;
  display: flex;
  justify-content: space-between;
}
.my-page.profile-edit .profile .selectBackground .buttons .c-btn {
  width: 45%;
}
.my-page.profile-edit .c-txt.-link {
  margin: 0;
  text-align: left;
}
.my-page.share .profile {
  padding-bottom: 46.9333333333vw;
}
@media (min-width: 1120px) {
  .my-page.share .profile {
    padding-bottom: 256px;
  }
}
.my-page .self {
  display: flex;
  flex-flow: column wrap;
  font-weight: 500;
  gap: 4vw;
}
.my-page .self_sec {
  background: #fff;
  border-radius: 4vw;
  padding: 16vw 8vw 8vw;
  text-align: center;
}
.my-page .self_sec .c-btn.-blk.-lg {
  margin-top: 6.6666666667vw;
}
.my-page .self_ttl {
  position: relative;
}
.my-page .self_ttl span {
  bottom: calc(100% + 4vw);
  position: absolute;
  right: 50%;
  font-size: 4.2666666667vw;
  line-height: 1;
  transform: translateX(50%);
  width: 100vw;
}
.my-page .self_ttl span:before, .my-page .self_ttl span:after {
  content: "｜";
  display: inline-block;
  margin: 0 0.25em;
  transform: rotate(-20deg);
  transform-origin: bottom;
}
.my-page .self_ttl span:after {
  transform: rotate(20deg);
}
.my-page .self_ttl img {
  height: 10.6666666667vw;
  margin: auto;
}
.my-page .self_box {
  margin-top: 6.6666666667vw;
}
.my-page .self_box dt {
  font-size: 4.2666666667vw;
  line-height: 1;
}
.my-page .self_box dd {
  border-top: 0.2666666667vw solid #d1d1d1;
  font-size: 3.7333333333vw;
  height: 9em;
  line-height: 2;
  margin-top: 1em;
  overflow-y: auto;
  padding: 0.5em 0;
  text-align: left;
}
.my-page .self_box dd::-webkit-scrollbar {
  width: 1.6vw;
}
.my-page .self_box dd::-webkit-scrollbar-thumb {
  background-color: #000;
}
.my-page .self_box dd::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
@-moz-document url-prefix() {
  .my-page .self_box dd {
    scrollbar-color: #000 #e5e5e5;
    scrollbar-width: thin;
  }
}
.my-page .self_box dd a {
  display: block;
}
.my-page .self_box .c-ico.-doc {
  margin: -0.25em 0 0 0.25em;
  width: 1em;
}
.my-page .self_txt {
  font-size: 3.7333333333vw;
  line-height: 2;
  margin-top: 2.6666666667vw;
}
@media (min-width: 1120px) {
  .my-page .self {
    flex-direction: row;
    gap: 15px;
  }
  .my-page .self_sec {
    max-width: calc((100% - 30px) / 3);
    flex-basis: calc((100% - 30px) / 3);
    border-radius: 15px;
    padding: 60px 40px 40px;
  }
  .my-page .self_sec .c-btn.-blk.-lg {
    margin-top: 25px;
  }
  .my-page .self_ttl span {
    bottom: calc(100% + 15px);
    font-size: 16px;
  }
  .my-page .self_ttl img {
    height: 40px;
  }
  .my-page .self_box {
    margin-top: 25px;
  }
  .my-page .self_box dt {
    font-size: 16px;
  }
  .my-page .self_box dd {
    border-width: 1px;
    font-size: 14px;
  }
  .my-page .self_box dd::-webkit-scrollbar {
    width: 6px;
  }
  .my-page .self_box .simplebar-track {
    width: 6px;
  }
  .my-page .self_txt {
    font-size: 16px;
    margin-top: 15px;
  }
}
.my-page .modal_question {
  counter-increment: question;
  text-align: center;
}
.my-page .modal_question + * {
  margin-top: 8.5333333333vw;
}
.my-page .modal_question strong {
  background: radial-gradient(circle farthest-side, #000 45%, transparent 55%) repeat-x center bottom/1.0666666667vw 0.5333333333vw;
  display: inline-block;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1;
  padding: 0 0.2em 0.4em;
}
.my-page .modal_question strong:before {
  content: "Q" counter(question) ".";
  display: inline-block;
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 6.4vw;
  font-weight: bold;
  margin: -0.175em 0.175em 0 0;
  vertical-align: middle;
}
.my-page .modal_question dt {
  border-bottom: 0.2666666667vw solid #eee;
  font-size: 3.7333333333vw;
  font-weight: 900;
  padding: calc(6.4vw - 0.25em) 0 calc(4.2666666667vw - 0.25em);
}
.my-page .modal_question dd {
  border-bottom: 0.2666666667vw solid #eee;
  font-size: 3.2vw;
  font-weight: 500;
  padding: calc(1.8666666667vw - 0.25em) 0 calc(2.4vw - 0.25em);
  text-align: left;
}
@media (min-width: 1120px) {
  .my-page .modal_question + * {
    margin-top: 40px;
  }
  .my-page .modal_question strong {
    background-size: 8px 4px;
    font-size: 24px;
  }
  .my-page .modal_question strong:before {
    font-size: 32px;
  }
  .my-page .modal_question dt {
    border-width: 1px;
    font-size: 16px;
    padding: calc(32px - 0.25em) 0 calc(24px - 0.25em);
  }
  .my-page .modal_question dd {
    border-width: 1px;
    font-size: 14px;
    padding: calc(14px - 0.25em) 0 calc(18px - 0.25em);
  }
}

.my-page.university .l-main {
  background: url(/images/user/mypage/kandai_mypage_bg.png);
  background-repeat: repeat;
  background-size: 100% auto;
}
.my-page.university .university-btn:hover {
  opacity: 0.6;
}
.my-page.university .university-btn img {
  display: block;
  margin: 4vw auto;
}
@media (min-width: 1120px) {
  .my-page.university .university-btn img {
    margin-bottom: 2.1333333333vw;
    max-width: 480px;
  }
}

.private h3 {
  font-size: 2rem;
  margin-top: 80px;
}
.private h4 {
  font-size: 1.75rem;
  margin: 40px 0 20px;
}
.private .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 24px;
}
.private .tit .underline {
  border-bottom: 0 solid #fff100;
  box-shadow: inset 0 -5px 0 #fff100;
  transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  display: inline;
}
.private .txt .policy {
  padding-top: 16px;
}
.private .txt .policy .policy-title {
  border-bottom: 1px solid #fff100;
  box-shadow: inset 0 -10px 0 #fff100;
  color: #000;
  display: inline;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  padding-top: 30px;
  transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.private .txt .policy .policy-content {
  padding-top: 10px;
  color: #6b6b6b;
  white-space: pre-wrap;
  word-break: break-word;
}

.recruitment .mainvisual {
  position: relative;
}
.recruitment .mainvisual video {
  height: calc(100vh - 22.4vw);
  height: calc(var(--vh, 1vh) * 100 - 22.4vw);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.recruitment .mainvisual div {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
.recruitment .mainvisual h2 {
  color: #fff;
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 10.6666666667vw;
  font-weight: bold;
  margin: -0.1em 0;
  text-align: center;
}
.recruitment .mainvisual p {
  margin: 5.3333333333vw auto 0;
  width: 52vw;
}
.recruitment .mainvisual:before {
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, transparent 50%), linear-gradient(rgba(0, 0, 0, 0.5) 50%, transparent 50%);
  background-size: 2px 2px;
  content: "";
  height: 100%;
  width: 100%;
}
.recruitment .feature h3,
.recruitment .feature h4 {
  margin: 0;
}
.recruitment .feature_txt {
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.8;
  margin: calc(6.4vw - 0.4em) 0 -0.4em;
}
.recruitment .feature_row {
  margin-top: 8.5333333333vw;
}
.recruitment .feature_sec {
  background-color: #fff;
  border-radius: 4vw;
  counter-increment: featureNum;
  padding: 13.3333333333vw 8.5333333333vw;
  position: relative;
}
.recruitment .feature_sec + section {
  margin-top: 4.2666666667vw;
}
.recruitment .feature_sec div {
  margin: auto;
  width: 22.6666666667vw;
}
.recruitment .feature_sec div img[src*=ico_feature_03] {
  transform: rotate(14deg);
}
.recruitment .feature_sec h5 {
  margin: 8vw 0 0;
}
.recruitment .feature_sec h5 img {
  height: 17.0666666667vw;
  margin: auto;
}
.recruitment .feature_sec h5 img[src*=ttl_feature_01] {
  height: 8vw;
}
.recruitment .feature_sec p {
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.6;
  margin: calc(6.4vw - 0.3em) 0 -0.3em;
}
.recruitment .feature_sec p.-note {
  font-size: 3.2vw;
}
.recruitment .feature_sec:before {
  left: 3.2vw;
  position: absolute;
  top: 3.2vw;
  background-color: #000;
  border-radius: 50%;
  color: #fff100;
  content: counter(featureNum);
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 10.6666666667vw;
  font-weight: bold;
  line-height: 17.0666666667vw;
  text-align: center;
  width: 17.0666666667vw;
}
.recruitment .way h3 {
  margin: 0;
}
.recruitment .way dl {
  margin: 2.6666666667vw 0 0;
  padding: 0 0 8.5333333333vw 11.2vw;
  position: relative;
}
.recruitment .way dl:before, .recruitment .way dl:after {
  bottom: 0;
  left: 2.8vw;
  position: absolute;
  border-left: 0.2666666667vw solid #000;
  content: "";
  height: calc(100% - 3.4666666667vw);
}
.recruitment .way dl:after {
  height: 3.2vw;
  transform: skewX(-26deg);
  transform-origin: bottom;
}
.recruitment .way dl:first-of-type {
  margin-top: 8.5333333333vw;
}
.recruitment .way dl:last-of-type {
  padding-bottom: 0;
}
.recruitment .way dl:last-of-type:before, .recruitment .way dl:last-of-type:after {
  display: none;
}
.recruitment .way dt img {
  height: 6.9333333333vw;
}
.recruitment .way dt:before {
  left: 0;
  position: absolute;
  top: 0.5333333333vw;
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 5.8666666667vw;
  width: 5.8666666667vw;
}
.recruitment .way dd {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.4;
  margin: calc(3.2vw - 0.2em) 0 -0.2em;
}
.recruitment .movie ul,
.recruitment .performance ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 0;
  margin: 8.5333333333vw -5.3333333333vw 0;
  overflow-x: auto;
  padding-left: 5.3333333333vw;
  white-space: nowrap;
}
.recruitment .movie ul::-webkit-scrollbar,
.recruitment .performance ul::-webkit-scrollbar {
  display: none;
}
.recruitment .movie li,
.recruitment .performance li {
  display: inline-block;
  margin-right: 5.3333333333vw;
  vertical-align: top;
}
.recruitment .movie li a,
.recruitment .performance li a {
  align-items: center;
  border-radius: 4vw;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.recruitment .movie li {
  width: 74.6666666667vw;
}
.recruitment .movie li a {
  background-color: #000;
  height: 56vw;
}
.recruitment .movie .c-btn.-blk {
  margin-top: 8.5333333333vw;
}
.recruitment .movie .c-btn.-blk a {
  font-size: 5.3333333333vw;
  height: 3em;
}
.recruitment .movie .c-btn.-blk .c-ico.-arrowBlk {
  right: 0.75em;
  width: 1.5em;
}
.recruitment .performance li {
  width: 44.8vw;
}
.recruitment .performance li a {
  background-color: #fff;
  height: 32vw;
}
.recruitment .performance li img {
  height: 9.3333333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  width: 26.6666666667vw;
}
.recruitment .performance .c-ttl.-md strong {
  letter-spacing: -0.03em;
}
.recruitment .step {
  display: flex;
  flex-direction: column;
}
.recruitment .step img {
  margin-top: 8.5333333333vw;
  width: 100%;
}
.recruitment .step .c-ttl.-md {
  margin-top: -6.4vw;
}
.recruitment .contact .c-btn.-blk {
  margin-top: 10.6666666667vw;
}
.recruitment .contact .c-btn.-blk a {
  font-size: 5.3333333333vw;
  height: 3em;
}
.recruitment .contact .c-btn.-blk .c-ico.-arrowBlk {
  right: 0.75em;
  width: 1.5em;
}
.recruitment .contact_txt {
  font-size: 4.8vw;
  font-weight: bold;
  margin: -0.25em 0;
  text-align: center;
}
.recruitment .user {
  display: flex;
  flex-direction: column;
}
.recruitment .user .c-ttl.-md {
  margin-top: -6.4vw;
  padding-right: 0;
}
.recruitment .user_ph {
  margin-top: 8.5333333333vw;
}
.recruitment .user_ph a {
  border-radius: 2.6666666667vw;
  display: block;
  overflow: hidden;
}
.recruitment .user_voice {
  margin-top: 8.5333333333vw;
}
.recruitment .user_voice a {
  border: 0.5333333333vw solid #000;
  border-radius: 2.6666666667vw;
  color: #000;
  display: block;
  padding: 5.3333333333vw;
  position: relative;
  text-decoration: none;
}
.recruitment .user_voice a:before {
  position: absolute;
  right: 50%;
  top: -4.5333333333vw;
  background-color: #fff;
  border-left: 0.8vw solid #000;
  border-top: 0.8vw solid #000;
  content: "";
  height: 8vw;
  transform: translateX(50%) scaleX(0.5) rotate(45deg);
  width: 8vw;
}
.recruitment .user_voice h4 {
  font-size: 5.6vw;
  font-weight: bold;
  line-height: 1.5;
  margin: -0.25em 0;
}
.recruitment .user_voice p {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.8;
  margin: calc(5.3333333333vw - 0.4em) 0 -0.4em;
}
@media (min-width: 768px) {
  .recruitment .mainvisual video {
    height: calc(100vh - 140px);
  }
  .recruitment .mainvisual h2 {
    font-size: 72px;
    white-space: nowrap;
  }
  .recruitment .mainvisual h2 br {
    display: none;
  }
  .recruitment .mainvisual p {
    margin-top: 30px;
    width: 275px;
  }
  .recruitment .feature h3 {
    margin: auto;
    max-width: 718px;
  }
  .recruitment .feature h4 {
    margin: auto;
    max-width: 540px;
  }
  .recruitment .feature_txt {
    font-size: 18px;
    margin-top: calc(40px - 0.4em);
    text-align: center;
  }
  .recruitment .feature_row {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .recruitment .feature_sec {
    max-width: calc((100% - 32px) / 3);
    flex-basis: calc((100% - 32px) / 3);
    border-radius: 15px;
    padding: 50px 32px;
  }
  .recruitment .feature_sec + section {
    margin: 0;
  }
  .recruitment .feature_sec div {
    width: 85px;
  }
  .recruitment .feature_sec div img {
    height: 98px;
  }
  .recruitment .feature_sec h5 {
    margin-top: 30px;
  }
  .recruitment .feature_sec h5 img {
    height: 60px;
  }
  .recruitment .feature_sec h5 img[src*=ttl_feature_01] {
    height: 60px;
    width: 205px;
  }
  .recruitment .feature_sec p {
    font-size: 18px;
    margin-top: calc(24px - 0.3em);
  }
  .recruitment .feature_sec p.-note {
    font-size: 12px;
  }
  .recruitment .feature_sec:before {
    left: 12px;
    position: absolute;
    top: 12px;
    font-size: 40px;
    line-height: 64px;
    width: 64px;
  }
  .recruitment .way h3 {
    margin: auto;
    max-width: 620px;
  }
  .recruitment .way dl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: -5px auto 0;
    max-width: 820px;
    padding: 0 0 32px 42px;
  }
  .recruitment .way dl:before, .recruitment .way dl:after {
    border-width: 1px;
    height: calc(100% - 28px);
    left: 10.5px;
  }
  .recruitment .way dl:after {
    height: 12px;
  }
  .recruitment .way dl:first-of-type {
    margin-top: 65px;
  }
  .recruitment .way dt {
    border-right: 1px solid #ccc;
    margin: 15px 15px 0 0;
    padding-right: 15px;
  }
  .recruitment .way dt img {
    height: 26px;
  }
  .recruitment .way dt:before {
    height: 22px;
    top: 17px;
    width: 22px;
  }
  .recruitment .way dd {
    font-size: 18px;
    margin-top: calc(15px - 0.2em);
  }
  .recruitment .movie ul {
    *zoom: 1;
    margin: 32px 0 0;
    padding: 0;
  }
  .recruitment .movie ul:before, .recruitment .movie ul:after {
    content: "";
    display: table;
  }
  .recruitment .movie ul:after {
    clear: both;
  }
  .recruitment .movie li {
    float: left;
    margin: 0;
    width: 23.8532110092%;
  }
  .recruitment .movie li a {
    border-radius: 15px;
    height: 192px;
    transition: opacity 0.2s;
  }
  .recruitment .movie li a:hover {
    opacity: 0.6;
  }
  .recruitment .movie li a:hover img {
    transform: scale(1.1);
  }
  .recruitment .movie li img {
    transition: transform 0.2s;
  }
  .recruitment .movie li:first-child {
    margin-right: 1.4678899083%;
    width: 74.6788990826%;
  }
  .recruitment .movie li:first-child a {
    height: 600px;
  }
  .recruitment .movie li:nth-child(n+3) {
    margin-top: 12px;
  }
  .recruitment .movie .c-btn.-blk {
    margin-top: 32px;
  }
  .recruitment .movie .c-btn.-blk a {
    font-size: 20px;
  }
  .recruitment .performance ul {
    margin: 16px -8px 0;
    padding: 0;
    white-space: normal;
  }
  .recruitment .performance li {
    margin: 16px 8px 0;
    width: 168px;
  }
  .recruitment .performance li a {
    border-radius: 15px;
    height: 120px;
    transition: opacity 0.2s;
  }
  .recruitment .performance li a:hover {
    opacity: 0.6;
  }
  .recruitment .performance li img {
    height: 35px;
    width: 100px;
  }
  .recruitment .performance .c-ttl.-md strong {
    letter-spacing: 0;
  }
  .recruitment .step img {
    margin: 80px auto 0;
  }
  .recruitment .step .c-ttl.-md {
    margin-top: -35px;
  }
  .recruitment .contact .c-btn.-blk {
    margin: 40px auto 0;
  }
  .recruitment .contact .c-btn.-blk a {
    font-size: 20px;
  }
  .recruitment .contact_txt {
    font-size: 24px;
    line-height: 2;
    margin: -0.5em 0;
  }
  .recruitment .contact_txt br:first-of-type {
    display: none;
  }
  .recruitment .user section {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 40px -24px 0;
  }
  .recruitment .user .c-ttl.-md {
    margin-top: -35px;
  }
  .recruitment .user_ph {
    max-width: 444px;
    flex-basis: 444px;
    margin: 0 24px;
  }
  .recruitment .user_ph a {
    border-radius: 15px;
    transition: opacity 0.2s;
  }
  .recruitment .user_ph a:hover {
    opacity: 0.6;
  }
  .recruitment .user_ph a:hover img {
    transform: scale(1.1);
  }
  .recruitment .user_ph img {
    transition: transform 0.2s;
  }
  .recruitment .user_voice {
    max-width: 598px;
    flex-basis: 598px;
    margin: 0 24px;
  }
  .recruitment .user_voice a {
    border-radius: 10px;
    border-width: 2px;
    padding: 30px;
    transition: opacity 0.2s;
  }
  .recruitment .user_voice a:before {
    position: absolute;
    right: calc(100% - 18px);
    top: 50%;
    border-width: 3px;
    height: 40px;
    transform: translateY(-50%) scaleY(0.5) rotate(-45deg);
    width: 40px;
  }
  .recruitment .user_voice a:hover {
    opacity: 0.6;
  }
  .recruitment .user_voice h4 {
    font-size: 21px;
  }
  .recruitment .user_voice p {
    font-size: 16px;
    margin-top: calc(20px - 0.4em);
  }
}

.setting label {
  margin-bottom: 2.1333333333vw;
}
@media (min-width: 1120px) {
  .setting label {
    margin-bottom: 8px;
  }
}
.setting .c-btn.-blk.-xl {
  margin: 10.6666666667vw auto;
}
@media (min-width: 1120px) {
  .setting .c-btn.-blk.-xl {
    margin-block: 40px;
  }
}
.setting .has-error .help-block {
  color: red;
}

.top-page .p-catList + .c-btn.-blk.-md {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}
.top-page .p-catList + .c-btn.-blk.-md a {
  font-size: 6.9333333333vw;
  font-weight: 900;
  height: 11.7333333333vw;
}
@media (min-width: 1120px) {
  .top-page .p-catList + .c-btn.-blk.-md {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 160px;
  }
  .top-page .p-catList + .c-btn.-blk.-md a {
    font-size: 18px;
    height: 48px;
  }
}
.top-page .l-header {
  transition: all 0.3s ease-out;
}
.top-page .l-header_logo {
  transition: all 0.3s ease-out;
}
.top-page .l-header_logo img {
  transition: all 0.3s ease-out;
}
.top-page .l-header_toggle {
  transition: all 0.3s ease-out;
}
.top-page .big.l-header {
  height: 16vw;
  background: none;
}
@media (min-width: 1120px) {
  .top-page .big.l-header {
    height: 200px;
  }
  .top-page .big.l-header .l-header_logo {
    width: 300px;
  }
  .top-page .big.l-header .l-header_toggle {
    height: 64px;
    right: 30px;
    width: 64px;
  }
}
.top-page .content {
  opacity: 0;
}
.top-page .l-container:first-child {
  padding: 0 5.3333333333vw 5.3333333333vw;
}
.top-page .l-container.mainSlider-box {
  margin-bottom: 5.3333333333vw;
  padding: 0 5.3333333333vw 0;
}
@media (min-width: 1120px) {
  .top-page .l-container.mainSlider-box {
    margin-bottom: 40px;
  }
}
.top-page .mv .c-btn.-blk {
  padding: 0 5.3333333333vw;
  margin-top: 8vw;
  opacity: 0;
  transform: translateY(10.6666666667vw);
  transition: 0.8s 1.5s;
}
.top-page .mv .c-btn.-blk img {
  max-width: 24vw;
  flex-basis: 24vw;
}
.top-page .mv_ttl {
  margin: 0;
  opacity: 0;
  transform: scale(1.2);
}
.top-page .mv_ttl img, .top-page .mv_ttl picture {
  width: 100%;
  height: auto;
}
.top-page .mv_catch {
  margin-top: 8vw;
  opacity: 0;
  transform: translateY(10.6666666667vw);
  transition: 0.8s 1.5s;
}
.top-page .mv_catch img {
  margin-top: 2.6666666667vw;
  height: auto;
}
@media (min-width: 1120px) {
  .top-page .mv {
    position: relative;
  }
  .top-page .mv_ttl {
    margin: -80px auto 0;
    max-width: 1920px;
    position: relative;
  }
  .top-page .mv_catch_pc {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    transform: translateY(10.6666666667vw);
    transition: 0.8s 1.5s;
  }
}
.top-page .mainSlider {
  background: #fff;
  margin: 8.5333333333vw -5.3333333333vw 0;
  padding: 4.2666666667vw 0;
}
.top-page .mainSlider .slick-track {
  display: flex;
}
.top-page .mainSlider .slick-slide {
  opacity: 0.3;
  transition: opacity 0.3s;
  width: 80vw;
}
.top-page .mainSlider .slick-slide a {
  display: block;
}
.top-page .mainSlider .slick-slide img {
  width: 100%;
}
.top-page .mainSlider .slick-slide.slick-active {
  opacity: 1;
}
.top-page .mainSlider .slick-arrow {
  order: 3;
  width: 8.5333333333vw;
}
.top-page .mainSlider .slick-arrow.-prev {
  order: 1;
  transform: scaleX(-1);
}
.top-page .mainSlider .slick-dots {
  align-items: center;
  display: flex;
  gap: 4.2666666667vw;
  order: 2;
}
.top-page .mainSlider .slick-dots button {
  aspect-ratio: 1;
  background: #000;
  border: 0.3333333333vw solid #000;
  border-radius: 50%;
  font-size: 0;
  width: 2.6666666667vw;
}
.top-page .mainSlider .slick-dots .slick-active button {
  background: #fff;
  transform: scale(1.6);
}
.top-page .mainSlider_pagination {
  display: flex;
  justify-content: center;
  gap: 4.2666666667vw;
  margin-top: 2.1333333333vw;
}
@media (min-width: 1120px) {
  .top-page .mainSlider {
    margin: 80px -20px 0;
    padding: 64px 0 48px;
  }
  .top-page .mainSlider a:hover,
  .top-page .mainSlider button:hover {
    opacity: 0.6;
  }
  .top-page .mainSlider .slick-track {
    gap: 16px;
  }
  .top-page .mainSlider .slick-slide {
    width: 540px;
  }
  .top-page .mainSlider .slick-arrow {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(350px, -50%);
    width: 48px;
    z-index: 1;
  }
  .top-page .mainSlider .slick-arrow.-prev {
    transform: translate(-302px, -50%) scaleX(-1);
  }
  .top-page .mainSlider .slick-dots {
    gap: 16px;
  }
  .top-page .mainSlider .slick-dots button {
    border-width: 1.25px;
    width: 10px;
  }
  .top-page .mainSlider_container {
    position: relative;
  }
}
.top-page .logoSlider {
  margin-bottom: 5.3333333333vw;
}
.top-page .logoSlider .slick-track {
  display: flex;
}
.top-page .logoSlider .slick-slide {
  width: 33vw;
  height: 12.2666666667vw;
  padding: 1vw;
  overflow: hidden;
}
.top-page .logoSlider .slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-page .logoSlider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1120px) {
  .top-page .logoSlider {
    margin-bottom: 60px;
  }
  .top-page .logoSlider a:hover,
  .top-page .logoSlider button:hover {
    opacity: 0.6;
  }
  .top-page .logoSlider .slick-track {
    gap: 16px;
  }
  .top-page .logoSlider .slick-slide {
    width: 240px;
    padding: 0;
  }
  .top-page .logoSlider_container {
    position: relative;
  }
}
.top-page .door {
  padding-top: 13.3333333333vw;
  text-align: center;
}
.top-page .door_ttl img {
  margin: 0 auto;
}
.top-page .door_catch {
  margin: 8vw auto 0;
}
.top-page .door_catch img {
  margin: 0 auto;
  width: 100%;
}
.top-page .door_row {
  display: flex;
  flex-direction: column;
  gap: 9.3333333333vw;
  margin-top: 5.3333333333vw;
}
.top-page .door_sec {
  background: #fff;
  border-radius: 4vw;
  counter-increment: door;
  padding: 13.3333333333vw 8.5333333333vw 5.3333333333vw;
  position: relative;
}
.top-page .door_sec .c-btn.-blk.-lg {
  margin: 4vw auto 0;
  max-width: 73.3333333333vw;
  width: 80%;
}
.top-page .door_sec .c-btn.-blk.-lg > * {
  font-size: 4.2666666667vw;
  height: 10.6666666667vw;
}
.top-page .door_sec .c-btn.-blk.-lg .c-ico {
  background-size: 5.3333333333vw;
}
.top-page .door_sec:before {
  position: absolute;
  right: 50%;
  top: -0.5em;
  content: "Door " counter(door, decimal-leading-zero);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  font-size: 8.5333333333vw;
  line-height: 1;
  transform: translateX(50%);
}
.top-page .door_subttl {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #fff100;
  border-radius: 100vh;
  height: 13.3333333333vw;
  position: relative;
  font-family: Zen Kaku Gothic New, sans-serif;
  color: #000;
  font-size: 6.4vw;
  font-weight: 900;
}
.top-page .door_subttl span {
  bottom: 100%;
  position: absolute;
  right: 50%;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.8;
  transform: translateX(50%);
  width: 100%;
}
.top-page .door_subttl span:before, .top-page .door_subttl span:after {
  content: "｜";
  display: inline-block;
  margin: 0 0.25em;
  transform: rotate(-20deg);
  transform-origin: bottom;
}
.top-page .door_subttl span:after {
  transform: rotate(20deg);
}
.top-page .door_txt {
  font-size: 4vw;
  font-weight: 500;
  margin-top: 4vw;
}
.top-page .door_ph {
  border-radius: 4vw;
  margin-top: 4vw;
  overflow: hidden;
}
.top-page .door_ph img {
  width: 100%;
}
@media (min-width: 1120px) {
  .top-page .door {
    padding-top: 50px;
  }
  .top-page .door_catch {
    margin-top: 50px;
    width: 670px;
  }
  .top-page .door_row {
    flex-direction: row;
    gap: 15px;
    margin-top: 60px;
  }
  .top-page .door_sec {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    border-radius: 15px;
    padding: 70px 20px 25px;
  }
  .top-page .door_sec .c-btn.-blk.-lg {
    margin-top: 20px;
    max-width: 260px;
    width: 100%;
  }
  .top-page .door_sec .c-btn.-blk.-lg > * {
    font-size: 18px;
    height: 60px;
  }
  .top-page .door_sec .c-btn.-blk.-lg .c-ico {
    background-size: 30px;
  }
  .top-page .door_sec:before {
    font-size: 40px;
  }
  .top-page .door_subttl {
    height: 65px;
    font-size: 32px;
  }
  .top-page .door_subttl span {
    font-size: 16px;
  }
  .top-page .door_txt {
    font-size: 16px;
    margin-top: 20px;
  }
  .top-page .door_ph {
    border-radius: 15px;
    margin-top: 20px;
    width: 100%;
  }
}
.top-page .work {
  background: #fff;
  border-radius: 2.6666666667vw;
  margin-top: 16vw;
  padding: 6.4vw;
}
.top-page .work_ph img {
  margin-top: -17.0666666667vw;
  width: 100%;
}
.top-page .work_ttl img {
  height: 8vw;
  margin-top: 5.3333333333vw;
}
.top-page .work_txt {
  font-size: 4.2666666667vw;
  font-weight: bold;
  margin-top: 5.3333333333vw;
}
.top-page .work .c-btn.-blk.-lg {
  margin: 5.3333333333vw auto 0;
  max-width: 73.3333333333vw;
  width: 80%;
}
.top-page .work .c-btn.-blk.-lg > * {
  font-size: 4.2666666667vw;
  height: 10.6666666667vw;
}
.top-page .work .c-btn.-blk.-lg .c-ico {
  background-size: 5.3333333333vw;
}
@media (min-width: 1120px) {
  .top-page .work {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-radius: 15px;
    margin-top: 10px;
    padding: 80px;
  }
  .top-page .work_ph {
    max-width: 500px;
    flex-basis: 500px;
    position: relative;
  }
  .top-page .work_ph img {
    bottom: 0;
    position: absolute;
    margin: 0;
  }
  .top-page .work_ttl img {
    height: 40px;
    margin: 0;
  }
  .top-page .work_txt {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 30px;
  }
  .top-page .work .c-btn.-blk.-lg {
    margin: 30px 0 0;
    max-width: 360px;
    width: 100%;
  }
  .top-page .work .c-btn.-blk.-lg > * {
    font-size: 18px;
    height: 60px;
  }
  .top-page .work .c-btn.-blk.-lg .c-ico {
    background-size: 30px;
  }
}
.top-page.-show .content {
  opacity: 1;
}
.top-page.-show .mv > :not(.mv_ttl) {
  opacity: 1;
  transform: none;
}
.top-page.-show .mv_ttl {
  animation: top_ttl 0.8s 1s forwards;
}
@keyframes top_ttl {
  50% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.top-page.-show .mv_catch_pc {
  opacity: 1;
  transform: none;
}
.top-page .section_title {
  background-repeat: no-repeat;
  background-size: auto 183px;
  height: 183px;
  display: flex;
  align-items: center;
}
.top-page .section_title img {
  width: auto;
  height: 60px;
}
@media (min-width: 1120px) {
  .top-page .section_title {
    background-size: auto 360px;
    height: 360px;
    min-width: 360px;
  }
  .top-page .section_title img {
    width: auto;
    height: 90px;
  }
}
.top-page .section_title_after {
  padding-top: 32vw;
}
@media (min-width: 1120px) {
  .top-page .section_title_after {
    padding-top: 220px;
  }
}
.top-page .-bg-white {
  background-color: #fff;
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
  padding-top: 0;
  padding-bottom: 21.3333333333vw;
  margin-top: 31.4666666667vw;
}
.top-page .-bg-white .section_title {
  position: absolute;
  top: -16vw;
}
.top-page .-bg-white .p-boxList article {
  background-color: #EFEFEF;
}
@media (min-width: 1120px) {
  .top-page .-bg-white {
    padding-top: 42px;
    padding-bottom: 80px;
    margin-top: 236px;
  }
  .top-page .-bg-white .section_title {
    top: -8vw;
  }
  .top-page .-bg-white.p-movie .l-sec_inner:first-of-type {
    margin-top: 10px;
  }
}

.university .upper h2 {
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 10.6666666667vw;
  font-weight: bold;
  margin: calc(8vw - 0.1em) 0 -0.1em;
  text-align: center;
}
.university .upper_university {
  margin: auto;
  width: 42.6666666667vw;
}
.university .upper_lead {
  margin: 5.3333333333vw auto 0;
  width: 45.3333333333vw;
}
.university .upper_catch {
  margin-top: 10.6666666667vw;
}
.university .trouble h3 {
  margin: auto;
  max-width: 81.0666666667vw;
}
.university .trouble ul {
  list-style: none;
  margin: 8.5333333333vw 0 0;
  padding: 0;
}
.university .trouble li {
  background-color: #fff;
  border-radius: 4vw;
  counter-increment: troubleNum;
  padding: 13.3333333333vw 0;
  position: relative;
}
.university .trouble li + li {
  margin-top: 4.2666666667vw;
}
.university .trouble li:before {
  left: 3.2vw;
  position: absolute;
  top: 3.2vw;
  background-color: #000;
  border-radius: 50%;
  color: #fff100;
  content: counter(troubleNum);
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 10.6666666667vw;
  font-weight: bold;
  line-height: 17.0666666667vw;
  text-align: center;
  width: 17.0666666667vw;
}
.university .trouble div img {
  margin: auto;
}
.university .trouble div img[src*=ico_trouble_01] {
  width: 32vw;
}
.university .trouble div img[src*=ico_trouble_02] {
  width: 24.5333333333vw;
}
.university .trouble div img[src*=ico_trouble_03] {
  width: 27.7333333333vw;
}
.university .trouble p {
  margin: 8vw 0 0;
}
.university .trouble p img {
  height: 29.3333333333vw;
  margin: auto;
}
.university .way h3 {
  margin: auto;
  max-width: 75.2vw;
}
.university .way section {
  margin-top: 10.6666666667vw;
}
.university .way h4 {
  margin: auto;
  max-width: 65.3333333333vw;
}
.university .way picture {
  margin-top: 6.4vw;
}
.university .way_txt {
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.8;
  margin: calc(6.4vw - 0.4em) 0 -0.4em;
}
.university .way_note {
  font-size: 3.2vw;
  font-weight: 500;
  margin: calc(10.6666666667vw - 0.25em) 0 -0.25em 1em;
  text-indent: -1em;
}
.university .user {
  display: flex;
  flex-direction: column;
}
.university .user .c-ttl.-md {
  margin-top: -6.4vw;
  padding-right: 0;
}
.university .user_row figure {
  margin: 10.6666666667vw auto 0;
  max-width: 37.3333333333vw;
}
.university .user_row figcaption {
  font-size: 4.8vw;
  font-weight: bold;
  margin: calc(2.6666666667vw - 0.25em) 0 -0.25em;
  text-align: center;
}
.university .user_box {
  border: 0.5333333333vw solid #000;
  border-radius: 2.6666666667vw;
  margin-top: 8.5333333333vw;
  position: relative;
}
.university .user_box div {
  height: 51.3066666667vw;
  overflow: hidden;
  padding: 5.3333333333vw 5.3333333333vw 18.6666666667vw;
  transition: height 0.4s;
}
.university .user_box button {
  bottom: 0;
  left: 5.3333333333vw;
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff 10.6666666667vw, #fff 100%);
  border: none;
  color: #000;
  cursor: pointer;
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 5.8666666667vw;
  font-weight: bold;
  height: 29.3333333333vw;
  outline: none;
  padding: 10.6666666667vw 0 0;
  text-align: left;
  transition: 0.4s;
  width: calc(100% - 10.6666666667vw);
}
.university .user_box .c-ico.-arrowBlk {
  margin: -0.3em 0 0 0.5em;
  transform: rotate(90deg);
  transition: 0.4s;
  width: 8vw;
}
.university .user_box:before {
  position: absolute;
  right: 50%;
  top: -4.5333333333vw;
  background-color: #fff;
  border-left: 0.8vw solid #000;
  border-top: 0.8vw solid #000;
  content: "";
  height: 8vw;
  transform: translateX(50%) scaleX(0.5) rotate(45deg);
  width: 8vw;
}
.university .user_box.-active button {
  height: 18.6666666667vw;
  padding: 0;
}
.university .user_box.-active .c-ico.-arrowBlk {
  transform: rotate(90deg) scaleX(-1);
}
.university .user_txt {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.8;
  margin: -0.4em 0;
}
.university .user_name {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.8;
  margin: calc(5.3333333333vw - 0.4em) 0 -0.4em;
}
.university .message .c-btn.-blk {
  margin-top: 10.6666666667vw;
}
.university .message .c-btn.-blk a {
  font-size: 5.3333333333vw;
  height: 3em;
}
.university .message .c-btn.-blk .c-ico.-arrowBlk {
  right: 0.75em;
  width: 1.5em;
}
.university .message_txt {
  font-size: 4.8vw;
  font-weight: bold;
  margin: calc(10.6666666667vw - 0.25em) 0 -0.25em;
}
@media (min-width: 768px) {
  .university .upper h2 {
    font-size: 72px;
    margin-top: calc(10px - 0.1em);
  }
  .university .upper h2 br {
    display: none;
  }
  .university .upper .c-arrow {
    margin-top: 60px;
  }
  .university .upper_university {
    width: 160px;
  }
  .university .upper_lead {
    margin-top: 20px;
    width: 235px;
  }
  .university .upper_catch {
    margin: 30px auto 0;
    max-width: 690px;
  }
  .university .trouble h3 {
    max-width: 420px;
  }
  .university .trouble ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .university .trouble li {
    max-width: calc((100% - 32px) / 3);
    flex-basis: calc((100% - 32px) / 3);
    border-radius: 15px;
    padding: 50px 12px;
  }
  .university .trouble li + li {
    margin: 0;
  }
  .university .trouble li:before {
    left: 12px;
    position: absolute;
    top: 12px;
    font-size: 40px;
    line-height: 64px;
    width: 64px;
  }
  .university .trouble div img {
    height: 114px;
  }
  .university .trouble div img[src*=ico_trouble_01] {
    width: 120px;
  }
  .university .trouble div img[src*=ico_trouble_02] {
    width: 92px;
  }
  .university .trouble div img[src*=ico_trouble_03] {
    width: 104px;
  }
  .university .trouble p {
    margin-top: 30px;
  }
  .university .trouble p img {
    height: 110px;
  }
  .university .way h3 {
    max-width: 390px;
  }
  .university .way section {
    align-items: center;
    display: flex;
    margin: 60px -12px 0;
  }
  .university .way section:nth-child(even) {
    flex-direction: row-reverse;
  }
  .university .way h4 {
    max-width: 346px;
    flex-basis: 346px;
    margin: 0 12px;
  }
  .university .way picture {
    max-width: 720px;
    flex-basis: 720px;
    margin: 0 12px;
  }
  .university .way_txt {
    font-size: 18px;
    margin-top: calc(40px - 0.4em);
    text-align: center;
  }
  .university .way_note {
    font-size: 12px;
    margin: calc(32px - 0.25em) 0 -0.25em auto;
    max-width: calc(720px - 1em);
  }
  .university .user .c-ttl.-md {
    margin-top: -35px;
  }
  .university .user_row {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .university .user_row figure {
    max-width: 140px;
    order: nul;
    flex-basis: 140px;
    margin: 0;
  }
  .university .user_row figcaption {
    font-size: 18px;
    margin-top: calc(10px - 0.25em);
  }
  .university .user_box {
    max-width: calc(100% - 188px);
    order: nul;
    flex-basis: calc(100% - 188px);
    border-radius: 10px;
    border-width: 2px;
    margin: 0;
  }
  .university .user_box div {
    height: 257.2px;
    padding: 32px 32px 94px;
  }
  .university .user_box button {
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 40px, #fff 100%);
    font-size: 22px;
    height: 134px;
    left: 32px;
    padding-top: 40px;
    width: calc(100% - 64px);
  }
  .university .user_box button:hover {
    color: rgba(0, 0, 0, 0.6);
  }
  .university .user_box button:hover .c-ico.-arrowBlk {
    opacity: 0.6;
  }
  .university .user_box .c-ico.-arrowBlk {
    width: 30px;
  }
  .university .user_box:before {
    position: absolute;
    right: calc(100% - 18px);
    top: 70px;
    border-width: 3px;
    height: 40px;
    transform: translateY(-50%) scaleY(0.5) rotate(-45deg);
    width: 40px;
  }
  .university .user_box.-active button {
    height: 94px;
  }
  .university .user_txt {
    font-size: 16px;
  }
  .university .user_name {
    font-size: 18px;
    margin-top: calc(24px - 0.4em);
  }
  .university .message .c-btn.-blk {
    margin-top: 40px;
  }
  .university .message .c-btn.-blk a {
    font-size: 20px;
  }
  .university .message_txt {
    font-size: 24px;
    line-height: 2;
    margin: calc(40px - 0.5em) 0 -0.5em;
  }
}

.my-theme-work input[type=text],
.my-theme-work textarea {
  background: #fff;
  border-radius: 1.0666666667vw;
  font-size: 3.2vw;
  font-weight: 500;
  height: 12.8vw;
  margin-top: 2.1333333333vw;
  padding: 0 1.5em;
  width: 100%;
}
.my-theme-work input[type=text]:first-of-type,
.my-theme-work textarea:first-of-type {
  margin-top: 4vw;
}
@media (min-width: 1120px) {
  .my-theme-work input[type=text],
  .my-theme-work textarea {
    border-radius: 4px;
    font-size: 16px;
    height: 56px;
    margin-top: 16px;
    padding: 0 1.25em;
  }
  .my-theme-work input[type=text]:first-of-type,
  .my-theme-work textarea:first-of-type {
    margin-top: 25px;
  }
}
.my-theme-work textarea {
  height: 25.6vw;
}
.my-theme-work .error {
  color: #ff4136;
}
.my-theme-work .error-box {
  background-color: rgba(255, 65, 54, 0.6);
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  margin: 1rem auto;
}
.my-theme-work .error-box img {
  width: 30px;
  margin-right: 1rem;
}
@media (min-width: 1120px) {
  .my-theme-work .error-box {
    max-width: 360px;
  }
}
.my-theme-work .step {
  display: flex;
  justify-content: space-between;
  position: fixed;
  right: 0;
  top: 16vw;
  background: linear-gradient(#fff100 80%, transparent);
  padding: 6.4vw;
  transition: padding 0.3s;
  width: 100%;
  z-index: 1;
}
.my-theme-work .step button {
  max-width: 21.3333333333vw;
  flex-basis: 21.3333333333vw;
  background: #fff100;
  border: 0.2666666667vw solid #000;
  border-radius: 100vh;
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 3.4666666667vw;
  font-weight: bold;
  height: 10.1333333333vw;
  pointer-events: none;
  position: relative;
}
.my-theme-work .step:before {
  position: absolute;
  right: 6.4vw;
  top: 0;
  animation: work_step 0.6s linear infinite;
  background: radial-gradient(circle farthest-side, #000 45%, transparent 55%) repeat-x left center/2.1333333333vw 1.0666666667vw;
  content: "";
  height: 100%;
  width: calc(100% - 12.8vw);
}
@keyframes work_step {
  100% {
    background-position: 2.1333333333vw center;
  }
}
.my-theme-work .step.-sm {
  padding: 2.6666666667vw 6.4vw;
}
.my-theme-work .step.-sm button {
  height: 8vw;
}
@media (min-width: 1120px) {
  .my-theme-work .step {
    gap: 120px;
    justify-content: center;
    padding: 56px 0;
    top: 60px;
  }
  .my-theme-work .step button {
    max-width: 160px;
    flex-basis: 160px;
    border-width: 1px;
    font-size: 24px;
    height: 46px;
  }
  .my-theme-work .step:before {
    animation-name: work_step_lg;
    background-size: 8px 4px;
    right: 50%;
    transform: translateX(50%);
    width: 720px;
  }
  @keyframes work_step_lg {
    100% {
      background-position: 8px center;
    }
  }
  .my-theme-work .step.-sm {
    padding: 16px 0;
  }
  .my-theme-work .step.-sm button {
    font-size: 18px;
    height: 30px;
  }
}
.my-theme-work .sec {
  display: none;
  margin: 0 -5.3333333333vw;
  padding: 23.4666666667vw 4.2666666667vw 0;
}
.my-theme-work .sec .c-btn.-wht.-lg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.2666666667vw;
  margin-top: 5.3333333333vw;
}
.my-theme-work .sec .c-btn.-wht.-lg button {
  max-width: 84vw;
  flex-basis: 84vw;
}
.my-theme-work .sec .c-btn.-wht.-lg .c-ico.-arrowBlk {
  left: 0;
  transform: scaleX(-1);
}
.my-theme-work .sec .c-btn.-blk.-lg {
  margin: 4.2666666667vw auto 0;
  max-width: 84vw;
}
.my-theme-work .sec .c-btn.-blk.-lg button {
  font-size: 4.2666666667vw;
  font-weight: 500;
  height: 14.4vw;
}
.my-theme-work .sec_txt {
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.8;
  margin-top: 4vw;
  text-align: center;
}
.my-theme-work .sec_txt:first-child {
  margin: 0;
}
.my-theme-work .sec_txt.-md {
  font-size: 3.7333333333vw;
  font-weight: 400;
}
.my-theme-work .sec_ph img {
  margin: 4vw auto 0;
  width: 38.6666666667vw;
}
.my-theme-work .sec_tab {
  display: flex;
  justify-content: center;
  gap: 2.1333333333vw;
  margin: 0 -4.2666666667vw;
  position: relative;
}
.my-theme-work .sec_tab button {
  max-width: calc((100% - 10.6666666667vw) / 2);
  flex-basis: calc((100% - 10.6666666667vw) / 2);
  background: #fff100;
  border: 0.5333333333vw solid #000;
  border-bottom: none;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  font-size: 4.2666666667vw;
  font-weight: 900;
  height: 11.2vw;
  position: relative;
}
.my-theme-work .sec_tab button:not(.-active) {
  background: #000;
  color: #fff100;
  opacity: 0.2;
}
.my-theme-work .sec_tab:before {
  bottom: 0;
  position: absolute;
  right: 0;
  border-top: 0.5333333333vw solid #000;
  content: "";
  width: 100%;
}
.my-theme-work .sec_inner {
  margin-top: 5.3333333333vw;
}
.my-theme-work .sec_keyword {
  margin-top: 8vw;
}
.my-theme-work .sec_keyword button {
  border: 0.2666666667vw dashed #000;
  border-radius: 1.0666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.8875em 3.5625em 1.0875em 1.1875em;
  position: relative;
  text-align: left;
  width: 100%;
}
.my-theme-work .sec_keyword button + button {
  margin-top: 2.1333333333vw;
}
.my-theme-work .sec_keyword button:before, .my-theme-work .sec_keyword button:after {
  position: absolute;
  right: 1.78125em;
  top: 50%;
  border-top: 0.5333333333vw solid #000;
  content: "";
  transform: translate(50%, -50%);
  width: 1.1875em;
}
.my-theme-work .sec_keyword button:after {
  transform: translate(50%, -50%) rotate(90deg);
}
.my-theme-work .sec_keyword button.-del:after {
  opacity: 0;
}
.my-theme-work .sec_ttl {
  background: radial-gradient(circle farthest-side, #000 45%, transparent 55%) repeat-x center bottom/2.1333333333vw 1.0666666667vw;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 3;
  margin-top: -1em;
  position: relative;
  text-align: center;
}
.my-theme-work .sec_ttl img {
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  transform: translateY(-48%);
  width: 10.6666666667vw;
}
@media (min-width: 1120px) {
  .my-theme-work .sec {
    margin: 0;
    padding: 160px 0 0;
  }
  .my-theme-work .sec .c-btn.-wht.-lg {
    gap: 16px;
    margin-top: 40px;
  }
  .my-theme-work .sec .c-btn.-wht.-lg button {
    max-width: 315px;
    flex-basis: 315px;
  }
  .my-theme-work .sec .c-btn.-blk.-lg {
    margin-top: 16px;
    max-width: 315px;
  }
  .my-theme-work .sec .c-btn.-blk.-lg button {
    font-size: 16px;
    height: 54px;
  }
  .my-theme-work .sec_txt {
    font-size: 24px;
    line-height: 2;
    margin-top: 35px;
  }
  .my-theme-work .sec_txt.-md {
    font-size: 20px;
  }
  .my-theme-work .sec_ph img {
    margin-top: 20px;
    width: 145px;
  }
  .my-theme-work .sec_tab {
    gap: 32px;
    margin: 0;
  }
  .my-theme-work .sec_tab button {
    max-width: 444px;
    flex-basis: 444px;
    border-radius: 10px 10px 0 0;
    border-width: 2px;
    font-size: 24px;
    height: 64px;
  }
  .my-theme-work .sec_tab button:hover {
    opacity: 1;
  }
  .my-theme-work .sec_tab:before {
    border-width: 2px;
  }
  .my-theme-work .sec_inner {
    margin-top: 40px;
  }
  .my-theme-work .sec_keyword {
    margin: 50px auto 0;
    max-width: 904px;
  }
  .my-theme-work .sec_keyword button {
    border-radius: 4px;
    border-width: 1px;
    font-size: 16px;
  }
  .my-theme-work .sec_keyword button + button {
    margin-top: 16px;
  }
  .my-theme-work .sec_keyword button:before, .my-theme-work .sec_keyword button:after {
    border-width: 2px;
  }
  .my-theme-work .sec_keyword button:hover {
    opacity: 0.3;
  }
  .my-theme-work .sec_ttl {
    background-size: 8px 4px;
    font-size: 32px;
    line-height: 2.6;
    margin: -0.8em auto 0;
    max-width: 460px;
  }
  .my-theme-work .sec_ttl img {
    transition: opacity 0.3s;
    width: 48px;
  }
  .my-theme-work .sec_ttl img:hover {
    opacity: 0.6;
  }
}
.my-theme-work .question {
  counter-increment: question;
  margin-top: 9.3333333333vw;
}
.my-theme-work .question:before {
  border-top: 0.2666666667vw solid #ded300;
  content: "";
  display: block;
  margin: 0 -4.2666666667vw;
}
.my-theme-work .question_ttl {
  font-size: 4.8vw;
  font-weight: 900;
  margin: calc(10.6666666667vw - 0.25em) 0 -0.25em;
  text-align: center;
}
.my-theme-work .question_ttl:before {
  content: "Q" counter(question) ".";
  display: inline-block;
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 6.4vw;
  font-weight: bold;
  margin: -0.175em 0.175em 0 0;
  vertical-align: middle;
}
.my-theme-work .question_sec {
  margin-top: 8vw;
  transition: opacity 0.3s;
}
.my-theme-work .question_sec:not(.-active) {
  opacity: 0.6;
}
.my-theme-work .question_subttl {
  font-size: 3.7333333333vw;
  font-weight: 900;
  text-align: center;
}
.my-theme-work .question_note {
  font-size: 3.2vw;
  font-weight: 500;
  margin-top: 1.3333333333vw;
}
.my-theme-work .question_cheer img {
  display: none;
  height: 18.6666666667vw;
  margin: 10.6666666667vw auto 0;
  opacity: 0;
}
.my-theme-work .question_cheer.-active img {
  animation: work_zoom 0.6s forwards, work_rubberBand 0.6s 0.6s forwards;
  display: block;
}
@keyframes work_zoom {
  80% {
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes work_rubberBand {
  0%, 100% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(1.125, 0.875);
  }
  30% {
    transform: scale(0.875, 1.125);
  }
  45% {
    transform: scale(1.075, 0.925);
  }
  60% {
    transform: scale(0.975, 1.025);
  }
  80% {
    transform: scale(1.025, 0.975);
  }
}
.my-theme-work .question .error {
  font-size: 3.2vw;
  font-weight: 500;
  margin-top: 1.3333333333vw;
  margin-bottom: 1.3333333333vw;
  color: #ff4136;
  text-align: center;
}
@media (min-width: 1120px) {
  .my-theme-work .question {
    margin-top: 50px;
  }
  .my-theme-work .question:before {
    border-width: 1px;
    margin: 0;
  }
  .my-theme-work .question_ttl {
    font-size: 34px;
    margin-top: calc(55px - 0.25em);
  }
  .my-theme-work .question_ttl:before {
    font-size: 44px;
    margin: -0.15em 0.15em 0 0;
  }
  .my-theme-work .question_sec {
    margin: 45px auto 0;
    max-width: 904px;
  }
  .my-theme-work .question_subttl {
    font-size: 20px;
  }
  .my-theme-work .question_note {
    font-size: 16px;
    margin-top: 10px;
  }
  .my-theme-work .question_cheer img {
    height: 120px;
    margin-top: 30px;
  }
  .my-theme-work .question .error {
    font-size: 20px;
    margin-top: 30px;
  }
}
.my-theme-work .comment {
  padding-top: 10.6666666667vw;
}
.my-theme-work .comment_row {
  display: flex;
  gap: 4.2666666667vw;
  margin-top: 4.2666666667vw;
}
.my-theme-work .comment_row:first-of-type {
  margin-top: 6.4vw;
}
.my-theme-work .comment_ph {
  max-width: 12.8vw;
  flex-basis: 12.8vw;
  flex-shrink: 0;
}
.my-theme-work .comment_ph img {
  aspect-ratio: 1;
  border-radius: 2.6666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.my-theme-work .comment_msg {
  background: #fff;
  border-radius: 2.6666666667vw;
  flex-grow: 1;
  font-size: 3.2vw;
  font-weight: 500;
  padding: 4.2666666667vw;
  position: relative;
}
.my-theme-work .comment_msg > * {
  margin: calc(4.2666666667vw - 0.25em) 0 -0.25em;
}
.my-theme-work .comment_msg > *:first-child {
  margin-top: -0.25em;
}
.my-theme-work .comment_msg:before {
  position: absolute;
  right: 100%;
  top: 6.4vw;
  aspect-ratio: 1/1.2;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
  content: "";
  transform: translateY(-50%);
  width: 3.2vw;
}
.my-theme-work .comment_hash {
  font-size: 3.7333333333vw;
  font-weight: 900;
}
.my-theme-work .comment_txt {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.my-theme-work .comment_txt.-active {
  display: block;
}
.my-theme-work .comment_lower {
  display: flex;
  justify-content: space-between;
  color: #888;
}
.my-theme-work .comment_lower button {
  color: #0069C3;
  text-decoration: underline;
}
@media (min-width: 1120px) {
  .my-theme-work .comment {
    padding-top: 50px;
  }
  .my-theme-work .comment_row {
    gap: 32px;
    margin-top: 32px;
  }
  .my-theme-work .comment_row:first-of-type {
    margin-top: 40px;
  }
  .my-theme-work .comment_ph {
    max-width: 88px;
    flex-basis: 88px;
  }
  .my-theme-work .comment_ph img {
    border-radius: 10px;
  }
  .my-theme-work .comment_msg {
    border-radius: 10px;
    font-size: 14px;
    padding: 24px;
  }
  .my-theme-work .comment_msg > * {
    margin-top: calc(16px - 0.25em);
  }
  .my-theme-work .comment_msg:before {
    top: 44px;
    width: 18px;
  }
  .my-theme-work .comment_hash {
    font-size: 16px;
  }
  .my-theme-work .comment_lower button:hover {
    opacity: 0.6;
  }
}
.my-theme-work .setting {
  margin-top: 6.6666666667vw;
  transition: opacity 0.3s;
}
.my-theme-work .setting_ttl {
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-align: center;
}
.my-theme-work .setting_comment {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 3.2vw;
  margin-top: 2.1333333333vw;
}
.my-theme-work .setting_comment:before {
  max-width: 10.6666666667vw;
  flex-basis: 10.6666666667vw;
  flex-shrink: 0;
  aspect-ratio: 0.775/1;
  background: url(/images/user/common/ph_idea.png) no-repeat center/contain;
  content: "";
}
.my-theme-work .setting_comment span {
  background: #eadf27;
  border-radius: 1.0666666667vw;
  flex-grow: 1;
  font-size: 2.9333333333vw;
  font-weight: 900;
  padding: calc(2.1333333333vw - 0.25em) 2.1333333333vw;
  position: relative;
}
.my-theme-work .setting_comment span:before {
  position: absolute;
  right: 100%;
  top: 50%;
  aspect-ratio: 1/1.2;
  background: #eadf27;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
  content: "";
  transform: translateY(-50%);
  width: 2.6666666667vw;
}
.my-theme-work .setting:not(.-active) {
  opacity: 0.6;
}
@media (min-width: 1120px) {
  .my-theme-work .setting {
    margin: 45px auto 0;
    max-width: 904px;
  }
  .my-theme-work .setting_ttl {
    font-size: 20px;
  }
  .my-theme-work .setting_comment {
    gap: 16px;
    margin: 16px auto 0;
    max-width: 360px;
  }
  .my-theme-work .setting_comment:before {
    max-width: 48px;
    flex-basis: 48px;
  }
  .my-theme-work .setting_comment span {
    border-radius: 4px;
    font-size: 14px;
    padding: calc(12px - 0.25em) 12px;
  }
  .my-theme-work .setting_comment span:before {
    width: 10px;
  }
}
.my-theme-work .next {
  margin-top: 13.3333333333vw;
  text-align: center;
}
.my-theme-work .next .c-btn.-blk.-xl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.2666666667vw;
  margin-top: 6.6666666667vw;
}
.my-theme-work .next .c-btn.-blk.-xl button:has(.c-ico.-arrowBlk) {
  max-width: 52vw;
  flex-basis: 52vw;
  background: none;
  border: 0.5333333333vw solid #000;
  color: #000;
}
.my-theme-work .next .c-btn.-blk.-xl button:has(.c-ico.-arrowBlk) .c-ico.-arrowBlk {
  left: 0;
  transform: scaleX(-1);
}
.my-theme-work .next .c-btn.-blk.-xl button:has(.c-ico.-arrowYel) {
  max-width: 73.3333333333vw;
  flex-basis: 73.3333333333vw;
}
.my-theme-work .next .c-btn.-blk.-xl:only-child {
  margin: 0;
}
.my-theme-work .next .c-btn.-blk.-xl:only-child button:has(.c-ico.-arrowYel) {
  max-width: 100%;
  flex-basis: 100%;
  font-size: 4.8vw;
  height: 21.3333333333vw;
}
.my-theme-work .next .c-btn.-blk.-xl:only-child button:has(.c-ico.-arrowYel) .c-ico.-arrowYel {
  aspect-ratio: 0.75/1;
}
.my-theme-work .next_ttl strong {
  background: radial-gradient(circle farthest-side, #000 45%, transparent 55%) repeat-x center bottom/2.1333333333vw 1.0666666667vw;
  display: inline-block;
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 7.4666666667vw;
  line-height: 1.6;
  margin-top: -0.3em;
  padding: 0 0.2em;
  position: relative;
}
.my-theme-work .next_ttl strong:after {
  position: absolute;
  right: -10.6666666667vw;
  top: 0.15em;
  content: url(/images/user/work/ico_pointing.svg);
  width: 10.6666666667vw;
}
.my-theme-work .next_txt {
  font-size: 4.2666666667vw;
  font-weight: bold;
  margin-top: 5.3333333333vw;
}
@media (min-width: 1120px) {
  .my-theme-work .next {
    margin-top: 50px;
  }
  .my-theme-work .next .c-btn.-blk.-xl {
    gap: 16px;
    margin-top: 25px;
    max-width: none;
  }
  .my-theme-work .next .c-btn.-blk.-xl button:has(.c-ico.-arrowBlk) {
    max-width: 210px;
    flex-basis: 210px;
    border-width: 3px;
  }
  .my-theme-work .next .c-btn.-blk.-xl button:has(.c-ico.-arrowBlk):hover {
    background: #000;
    color: #fff100;
  }
  .my-theme-work .next .c-btn.-blk.-xl button:has(.c-ico.-arrowYel) {
    max-width: 392px;
    flex-basis: 392px;
  }
  .my-theme-work .next .c-btn.-blk.-xl:only-child button:has(.c-ico.-arrowYel) {
    max-width: 442px;
    flex-basis: 442px;
    font-size: 20px;
    height: 78px;
  }
  .my-theme-work .next .c-btn.-blk.-xl:only-child button:has(.c-ico.-arrowYel) .c-ico.-arrowYel {
    aspect-ratio: 1;
  }
  .my-theme-work .next_ttl strong {
    background-size: 8px 4px;
    font-size: 28px;
  }
  .my-theme-work .next_ttl strong:after {
    right: -40px;
    width: 40px;
  }
  .my-theme-work .next_txt {
    font-size: 24px;
    margin-top: 20px;
  }
}
.my-theme-work .modal_question {
  counter-increment: question;
  text-align: center;
}
.my-theme-work .modal_question + * {
  margin-top: 8.5333333333vw;
}
.my-theme-work .modal_question strong {
  background: radial-gradient(circle farthest-side, #000 45%, transparent 55%) repeat-x center bottom/1.0666666667vw 0.5333333333vw;
  display: inline-block;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1;
  padding: 0 0.2em 0.4em;
}
.my-theme-work .modal_question strong:before {
  content: "Q" counter(question) ".";
  display: inline-block;
  font-family: Arvo, Noto Sans JP, sans-serif;
  font-size: 6.4vw;
  font-weight: bold;
  margin: -0.175em 0.175em 0 0;
  vertical-align: middle;
}
.my-theme-work .modal_question dt {
  border-bottom: 0.2666666667vw solid #eee;
  font-size: 3.7333333333vw;
  font-weight: 900;
  padding: calc(6.4vw - 0.25em) 0 calc(4.2666666667vw - 0.25em);
}
.my-theme-work .modal_question dd {
  border-bottom: 0.2666666667vw solid #eee;
  font-size: 3.2vw;
  font-weight: 500;
  padding: calc(1.8666666667vw - 0.25em) 0 calc(2.4vw - 0.25em);
  text-align: left;
}
.my-theme-work .modal_map {
  margin: 6.4vw auto;
  max-width: 87.2vw;
  position: relative;
  width: calc(100vh - 45.8666666667vw);
}
.my-theme-work .modal_map img {
  width: 100%;
}
.my-theme-work .modal_map button {
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 130/121;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  width: 21.3114754098%;
  cursor: pointer;
}
.my-theme-work .modal_map button[data-key=reputation], .my-theme-work .modal_map button[data-key=logic], .my-theme-work .modal_map button[data-key=work] {
  margin: 7.7049180328% 74.5901639344% 0 0;
}
.my-theme-work .modal_map button[data-key=competition], .my-theme-work .modal_map button[data-key=critical_thinking], .my-theme-work .modal_map button[data-key=technology] {
  margin: 7.7049180328% 53.2786885246% 0 0;
}
.my-theme-work .modal_map button[data-key=fairness], .my-theme-work .modal_map button[data-key=efficiency], .my-theme-work .modal_map button[data-key=management] {
  margin: 27.5409836066% 74.5901639344% 0 0;
}
.my-theme-work .modal_map button[data-key=unity], .my-theme-work .modal_map button[data-key=idea] {
  margin: 27.5409836066% 53.2786885246% 0 0;
}
.my-theme-work .modal_map button[data-key=cooperation], .my-theme-work .modal_map button[data-key=leadership], .my-theme-work .modal_map button[data-key=beauty] {
  margin: 7.7049180328% 25.5737704918% 0 0;
}
.my-theme-work .modal_map button[data-key=social_meaning], .my-theme-work .modal_map button[data-key=engagement], .my-theme-work .modal_map button[data-key=things] {
  margin: 7.7049180328% 4.262295082% 0 0;
}
.my-theme-work .modal_map button[data-key=contribution], .my-theme-work .modal_map button[data-key=support] {
  margin: 27.5409836066% 25.5737704918% 0 0;
}
.my-theme-work .modal_map button[data-key=diversity], .my-theme-work .modal_map button[data-key=communication], .my-theme-work .modal_map button[data-key=info] {
  margin: 27.5409836066% 4.262295082% 0 0;
}
.my-theme-work .modal_map button[data-key=growth], .my-theme-work .modal_map button[data-key=motivation], .my-theme-work .modal_map button[data-key=human] {
  margin: 54.5901639344% 74.5901639344% 0 0;
}
.my-theme-work .modal_map button[data-key=aesthetics], .my-theme-work .modal_map button[data-key=planning] {
  margin: 54.5901639344% 53.2786885246% 0 0;
}
.my-theme-work .modal_map button[data-key=adventure], .my-theme-work .modal_map button[data-key=challenge], .my-theme-work .modal_map button[data-key=infra] {
  margin: 74.4262295082% 74.5901639344% 0 0;
}
.my-theme-work .modal_map button[data-key=stability], .my-theme-work .modal_map button[data-key=achievement], .my-theme-work .modal_map button[data-key=economy] {
  margin: 74.4262295082% 53.2786885246% 0 0;
}
.my-theme-work .modal_map button[data-key=influence], .my-theme-work .modal_map button[data-key=harmony] {
  margin: 54.5901639344% 25.5737704918% 0 0;
}
.my-theme-work .modal_map button[data-key=creativity], .my-theme-work .modal_map button[data-key=discipline], .my-theme-work .modal_map button[data-key=food] {
  margin: 54.5901639344% 4.262295082% 0 0;
}
.my-theme-work .modal_map button[data-key=humor], .my-theme-work .modal_map button[data-key=diplomacy], .my-theme-work .modal_map button[data-key=health] {
  margin: 74.4262295082% 25.5737704918% 0 0;
}
.my-theme-work .modal_map button[data-key=affection], .my-theme-work .modal_map button[data-key=positivity], .my-theme-work .modal_map button[data-key=housing] {
  margin: 74.4262295082% 4.262295082% 0 0;
}
.my-theme-work .modal_map button.-select {
  opacity: 1;
}
@media (min-width: 1120px) {
  .my-theme-work .modal_question + * {
    margin-top: 40px;
  }
  .my-theme-work .modal_question strong {
    background-size: 8px 4px;
    font-size: 24px;
  }
  .my-theme-work .modal_question strong:before {
    font-size: 32px;
  }
  .my-theme-work .modal_question dt {
    border-width: 1px;
    font-size: 16px;
    padding: calc(32px - 0.25em) 0 calc(24px - 0.25em);
  }
  .my-theme-work .modal_question dd {
    border-width: 1px;
    font-size: 14px;
    padding: calc(14px - 0.25em) 0 calc(18px - 0.25em);
  }
  .my-theme-work .modal_map {
    margin-block: 24px;
    max-width: 384px;
    width: calc(100vh - 176px);
  }
  .my-theme-work .modal_map button:hover {
    opacity: 0.6;
  }
}
.my-theme-work [data-current="1"] .step button:nth-child(-n+1) {
  background: #000;
  color: #fff100;
}
.my-theme-work [data-current="1"] .step button:nth-child(-n+0) {
  pointer-events: auto;
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.1em;
}
.my-theme-work [data-current="1"] .sec[data-step="1"] {
  display: block;
}
@media (min-width: 1120px) {
  .my-theme-work [data-current="1"] .step button:nth-child(-n+0):hover {
    color: rgba(255, 241, 0, 0.6);
  }
}
.my-theme-work [data-current="2"] .step button:nth-child(-n+2) {
  background: #000;
  color: #fff100;
}
.my-theme-work [data-current="2"] .step button:nth-child(-n+1) {
  pointer-events: auto;
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.1em;
}
.my-theme-work [data-current="2"] .sec[data-step="2"] {
  display: block;
}
@media (min-width: 1120px) {
  .my-theme-work [data-current="2"] .step button:nth-child(-n+1):hover {
    color: rgba(255, 241, 0, 0.6);
  }
}
.my-theme-work [data-current="3"] .step button:nth-child(-n+3) {
  background: #000;
  color: #fff100;
}
.my-theme-work [data-current="3"] .step button:nth-child(-n+2) {
  pointer-events: auto;
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.1em;
}
.my-theme-work [data-current="3"] .sec[data-step="3"] {
  display: block;
}
.my-theme-work [data-current="3"] .modal_map {
  pointer-events: none;
}
@media (min-width: 1120px) {
  .my-theme-work [data-current="3"] .step button:nth-child(-n+2):hover {
    color: rgba(255, 241, 0, 0.6);
  }
}
.my-theme-work .share {
  padding: 6.4vw;
}
.my-theme-work .share .sec_ttl {
  line-height: 1.8;
}
.my-theme-work .share .tags-input {
  padding: 0;
}
.my-theme-work .share .tags-input input {
  margin: 0;
}
.my-theme-work .share .tags-input-wrapper-default {
  background: none;
  border: none;
  padding: 10px 0 0;
}
.my-theme-work .share .tags-input-wrapper-default input {
  flex: none;
  margin-top: 10px;
}
.my-theme-work .share .tags-input-typeahead-item-highlighted-default, .my-theme-work .share .tags-input-typeahead-item-default, .my-theme-work .share .tags-input-badge-pill {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  font-size: 15px;
  margin: 10px 10px 0 0;
  max-width: 100%;
  padding: 16.5px;
}
.my-theme-work .share .tags-input-typeahead-item-highlighted-default span, .my-theme-work .share .tags-input-typeahead-item-default span, .my-theme-work .share .tags-input-badge-pill span {
  margin-right: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-theme-work .share .tags-input-badge-pill {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.my-theme-work.share .modal_map button {
  cursor: auto;
}
.my-theme-work.share .modal_map button:hover {
  opacity: 0;
}
.my-theme-work.share .modal_map button.-select:hover {
  opacity: 1;
}

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

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

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

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

.u-ta.-smc {
  text-align: center !important;
}

.u-ta.-sml {
  text-align: left !important;
}

.u-ta.-smr {
  text-align: right !important;
}

.u-m.-sm0 {
  margin: 0vw !important;
}

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

.u-ml.-sm0 {
  margin-left: 0vw !important;
}

.u-mr.-sm0 {
  margin-right: 0vw !important;
}

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

.u-m.-sm10 {
  margin: 2.6666666667vw !important;
}

.u-mb.-sm10 {
  margin-bottom: 2.6666666667vw !important;
}

.u-ml.-sm10 {
  margin-left: 2.6666666667vw !important;
}

.u-mr.-sm10 {
  margin-right: 2.6666666667vw !important;
}

.u-mt.-sm10 {
  margin-top: 2.6666666667vw !important;
}

.u-m.-sm20 {
  margin: 5.3333333333vw !important;
}

.u-mb.-sm20 {
  margin-bottom: 5.3333333333vw !important;
}

.u-ml.-sm20 {
  margin-left: 5.3333333333vw !important;
}

.u-mr.-sm20 {
  margin-right: 5.3333333333vw !important;
}

.u-mt.-sm20 {
  margin-top: 5.3333333333vw !important;
}

.u-m.-sm30 {
  margin: 8vw !important;
}

.u-mb.-sm30 {
  margin-bottom: 8vw !important;
}

.u-ml.-sm30 {
  margin-left: 8vw !important;
}

.u-mr.-sm30 {
  margin-right: 8vw !important;
}

.u-mt.-sm30 {
  margin-top: 8vw !important;
}

.u-m.-sm40 {
  margin: 10.6666666667vw !important;
}

.u-mb.-sm40 {
  margin-bottom: 10.6666666667vw !important;
}

.u-ml.-sm40 {
  margin-left: 10.6666666667vw !important;
}

.u-mr.-sm40 {
  margin-right: 10.6666666667vw !important;
}

.u-mt.-sm40 {
  margin-top: 10.6666666667vw !important;
}

.u-m.-sm50 {
  margin: 13.3333333333vw !important;
}

.u-mb.-sm50 {
  margin-bottom: 13.3333333333vw !important;
}

.u-ml.-sm50 {
  margin-left: 13.3333333333vw !important;
}

.u-mr.-sm50 {
  margin-right: 13.3333333333vw !important;
}

.u-mt.-sm50 {
  margin-top: 13.3333333333vw !important;
}

.u-m.-sm60 {
  margin: 16vw !important;
}

.u-mb.-sm60 {
  margin-bottom: 16vw !important;
}

.u-ml.-sm60 {
  margin-left: 16vw !important;
}

.u-mr.-sm60 {
  margin-right: 16vw !important;
}

.u-mt.-sm60 {
  margin-top: 16vw !important;
}

.u-m.-sm70 {
  margin: 18.6666666667vw !important;
}

.u-mb.-sm70 {
  margin-bottom: 18.6666666667vw !important;
}

.u-ml.-sm70 {
  margin-left: 18.6666666667vw !important;
}

.u-mr.-sm70 {
  margin-right: 18.6666666667vw !important;
}

.u-mt.-sm70 {
  margin-top: 18.6666666667vw !important;
}

.u-m.-sm80 {
  margin: 21.3333333333vw !important;
}

.u-mb.-sm80 {
  margin-bottom: 21.3333333333vw !important;
}

.u-ml.-sm80 {
  margin-left: 21.3333333333vw !important;
}

.u-mr.-sm80 {
  margin-right: 21.3333333333vw !important;
}

.u-mt.-sm80 {
  margin-top: 21.3333333333vw !important;
}

.u-m.-sm90 {
  margin: 24vw !important;
}

.u-mb.-sm90 {
  margin-bottom: 24vw !important;
}

.u-ml.-sm90 {
  margin-left: 24vw !important;
}

.u-mr.-sm90 {
  margin-right: 24vw !important;
}

.u-mt.-sm90 {
  margin-top: 24vw !important;
}

.u-m.-sm100 {
  margin: 26.6666666667vw !important;
}

.u-mb.-sm100 {
  margin-bottom: 26.6666666667vw !important;
}

.u-ml.-sm100 {
  margin-left: 26.6666666667vw !important;
}

.u-mr.-sm100 {
  margin-right: 26.6666666667vw !important;
}

.u-mt.-sm100 {
  margin-top: 26.6666666667vw !important;
}

.u-p.-sm0 {
  padding: 0vw !important;
}

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

.u-pl.-sm0 {
  padding-left: 0vw !important;
}

.u-pr.-sm0 {
  padding-right: 0vw !important;
}

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

.u-p.-sm10 {
  padding: 2.6666666667vw !important;
}

.u-pb.-sm10 {
  padding-bottom: 2.6666666667vw !important;
}

.u-pl.-sm10 {
  padding-left: 2.6666666667vw !important;
}

.u-pr.-sm10 {
  padding-right: 2.6666666667vw !important;
}

.u-pt.-sm10 {
  padding-top: 2.6666666667vw !important;
}

.u-p.-sm20 {
  padding: 5.3333333333vw !important;
}

.u-pb.-sm20 {
  padding-bottom: 5.3333333333vw !important;
}

.u-pl.-sm20 {
  padding-left: 5.3333333333vw !important;
}

.u-pr.-sm20 {
  padding-right: 5.3333333333vw !important;
}

.u-pt.-sm20 {
  padding-top: 5.3333333333vw !important;
}

.u-p.-sm30 {
  padding: 8vw !important;
}

.u-pb.-sm30 {
  padding-bottom: 8vw !important;
}

.u-pl.-sm30 {
  padding-left: 8vw !important;
}

.u-pr.-sm30 {
  padding-right: 8vw !important;
}

.u-pt.-sm30 {
  padding-top: 8vw !important;
}

.u-p.-sm40 {
  padding: 10.6666666667vw !important;
}

.u-pb.-sm40 {
  padding-bottom: 10.6666666667vw !important;
}

.u-pl.-sm40 {
  padding-left: 10.6666666667vw !important;
}

.u-pr.-sm40 {
  padding-right: 10.6666666667vw !important;
}

.u-pt.-sm40 {
  padding-top: 10.6666666667vw !important;
}

.u-p.-sm50 {
  padding: 13.3333333333vw !important;
}

.u-pb.-sm50 {
  padding-bottom: 13.3333333333vw !important;
}

.u-pl.-sm50 {
  padding-left: 13.3333333333vw !important;
}

.u-pr.-sm50 {
  padding-right: 13.3333333333vw !important;
}

.u-pt.-sm50 {
  padding-top: 13.3333333333vw !important;
}

.u-p.-sm60 {
  padding: 16vw !important;
}

.u-pb.-sm60 {
  padding-bottom: 16vw !important;
}

.u-pl.-sm60 {
  padding-left: 16vw !important;
}

.u-pr.-sm60 {
  padding-right: 16vw !important;
}

.u-pt.-sm60 {
  padding-top: 16vw !important;
}

.u-p.-sm70 {
  padding: 18.6666666667vw !important;
}

.u-pb.-sm70 {
  padding-bottom: 18.6666666667vw !important;
}

.u-pl.-sm70 {
  padding-left: 18.6666666667vw !important;
}

.u-pr.-sm70 {
  padding-right: 18.6666666667vw !important;
}

.u-pt.-sm70 {
  padding-top: 18.6666666667vw !important;
}

.u-p.-sm80 {
  padding: 21.3333333333vw !important;
}

.u-pb.-sm80 {
  padding-bottom: 21.3333333333vw !important;
}

.u-pl.-sm80 {
  padding-left: 21.3333333333vw !important;
}

.u-pr.-sm80 {
  padding-right: 21.3333333333vw !important;
}

.u-pt.-sm80 {
  padding-top: 21.3333333333vw !important;
}

.u-p.-sm90 {
  padding: 24vw !important;
}

.u-pb.-sm90 {
  padding-bottom: 24vw !important;
}

.u-pl.-sm90 {
  padding-left: 24vw !important;
}

.u-pr.-sm90 {
  padding-right: 24vw !important;
}

.u-pt.-sm90 {
  padding-top: 24vw !important;
}

.u-p.-sm100 {
  padding: 26.6666666667vw !important;
}

.u-pb.-sm100 {
  padding-bottom: 26.6666666667vw !important;
}

.u-pl.-sm100 {
  padding-left: 26.6666666667vw !important;
}

.u-pr.-sm100 {
  padding-right: 26.6666666667vw !important;
}

.u-pt.-sm100 {
  padding-top: 26.6666666667vw !important;
}

@media (min-width: 1120px) {
  .u-d.-lgb {
    display: block !important;
  }
  .u-d.-lgf {
    display: flex !important;
  }
  .u-d.-lgi {
    display: inline !important;
  }
  .u-d.-lgn {
    display: none !important;
  }
  .u-ta.-lgc {
    text-align: center !important;
  }
  .u-ta.-lgl {
    text-align: left !important;
  }
  .u-ta.-lgr {
    text-align: right !important;
  }
  .u-m.-lg0 {
    margin: 0px !important;
  }
  .u-mb.-lg0 {
    margin-bottom: 0px !important;
  }
  .u-ml.-lg0 {
    margin-left: 0px !important;
  }
  .u-mr.-lg0 {
    margin-right: 0px !important;
  }
  .u-mt.-lg0 {
    margin-top: 0px !important;
  }
  .u-m.-lg10 {
    margin: 10px !important;
  }
  .u-mb.-lg10 {
    margin-bottom: 10px !important;
  }
  .u-ml.-lg10 {
    margin-left: 10px !important;
  }
  .u-mr.-lg10 {
    margin-right: 10px !important;
  }
  .u-mt.-lg10 {
    margin-top: 10px !important;
  }
  .u-m.-lg20 {
    margin: 20px !important;
  }
  .u-mb.-lg20 {
    margin-bottom: 20px !important;
  }
  .u-ml.-lg20 {
    margin-left: 20px !important;
  }
  .u-mr.-lg20 {
    margin-right: 20px !important;
  }
  .u-mt.-lg20 {
    margin-top: 20px !important;
  }
  .u-m.-lg30 {
    margin: 30px !important;
  }
  .u-mb.-lg30 {
    margin-bottom: 30px !important;
  }
  .u-ml.-lg30 {
    margin-left: 30px !important;
  }
  .u-mr.-lg30 {
    margin-right: 30px !important;
  }
  .u-mt.-lg30 {
    margin-top: 30px !important;
  }
  .u-m.-lg40 {
    margin: 40px !important;
  }
  .u-mb.-lg40 {
    margin-bottom: 40px !important;
  }
  .u-ml.-lg40 {
    margin-left: 40px !important;
  }
  .u-mr.-lg40 {
    margin-right: 40px !important;
  }
  .u-mt.-lg40 {
    margin-top: 40px !important;
  }
  .u-m.-lg50 {
    margin: 50px !important;
  }
  .u-mb.-lg50 {
    margin-bottom: 50px !important;
  }
  .u-ml.-lg50 {
    margin-left: 50px !important;
  }
  .u-mr.-lg50 {
    margin-right: 50px !important;
  }
  .u-mt.-lg50 {
    margin-top: 50px !important;
  }
  .u-m.-lg60 {
    margin: 60px !important;
  }
  .u-mb.-lg60 {
    margin-bottom: 60px !important;
  }
  .u-ml.-lg60 {
    margin-left: 60px !important;
  }
  .u-mr.-lg60 {
    margin-right: 60px !important;
  }
  .u-mt.-lg60 {
    margin-top: 60px !important;
  }
  .u-m.-lg70 {
    margin: 70px !important;
  }
  .u-mb.-lg70 {
    margin-bottom: 70px !important;
  }
  .u-ml.-lg70 {
    margin-left: 70px !important;
  }
  .u-mr.-lg70 {
    margin-right: 70px !important;
  }
  .u-mt.-lg70 {
    margin-top: 70px !important;
  }
  .u-m.-lg80 {
    margin: 80px !important;
  }
  .u-mb.-lg80 {
    margin-bottom: 80px !important;
  }
  .u-ml.-lg80 {
    margin-left: 80px !important;
  }
  .u-mr.-lg80 {
    margin-right: 80px !important;
  }
  .u-mt.-lg80 {
    margin-top: 80px !important;
  }
  .u-m.-lg90 {
    margin: 90px !important;
  }
  .u-mb.-lg90 {
    margin-bottom: 90px !important;
  }
  .u-ml.-lg90 {
    margin-left: 90px !important;
  }
  .u-mr.-lg90 {
    margin-right: 90px !important;
  }
  .u-mt.-lg90 {
    margin-top: 90px !important;
  }
  .u-m.-lg100 {
    margin: 100px !important;
  }
  .u-mb.-lg100 {
    margin-bottom: 100px !important;
  }
  .u-ml.-lg100 {
    margin-left: 100px !important;
  }
  .u-mr.-lg100 {
    margin-right: 100px !important;
  }
  .u-mt.-lg100 {
    margin-top: 100px !important;
  }
  .u-p.-lg0 {
    padding: 0px !important;
  }
  .u-pb.-lg0 {
    padding-bottom: 0px !important;
  }
  .u-pl.-lg0 {
    padding-left: 0px !important;
  }
  .u-pr.-lg0 {
    padding-right: 0px !important;
  }
  .u-pt.-lg0 {
    padding-top: 0px !important;
  }
  .u-p.-lg10 {
    padding: 10px !important;
  }
  .u-pb.-lg10 {
    padding-bottom: 10px !important;
  }
  .u-pl.-lg10 {
    padding-left: 10px !important;
  }
  .u-pr.-lg10 {
    padding-right: 10px !important;
  }
  .u-pt.-lg10 {
    padding-top: 10px !important;
  }
  .u-p.-lg20 {
    padding: 20px !important;
  }
  .u-pb.-lg20 {
    padding-bottom: 20px !important;
  }
  .u-pl.-lg20 {
    padding-left: 20px !important;
  }
  .u-pr.-lg20 {
    padding-right: 20px !important;
  }
  .u-pt.-lg20 {
    padding-top: 20px !important;
  }
  .u-p.-lg30 {
    padding: 30px !important;
  }
  .u-pb.-lg30 {
    padding-bottom: 30px !important;
  }
  .u-pl.-lg30 {
    padding-left: 30px !important;
  }
  .u-pr.-lg30 {
    padding-right: 30px !important;
  }
  .u-pt.-lg30 {
    padding-top: 30px !important;
  }
  .u-p.-lg40 {
    padding: 40px !important;
  }
  .u-pb.-lg40 {
    padding-bottom: 40px !important;
  }
  .u-pl.-lg40 {
    padding-left: 40px !important;
  }
  .u-pr.-lg40 {
    padding-right: 40px !important;
  }
  .u-pt.-lg40 {
    padding-top: 40px !important;
  }
  .u-p.-lg50 {
    padding: 50px !important;
  }
  .u-pb.-lg50 {
    padding-bottom: 50px !important;
  }
  .u-pl.-lg50 {
    padding-left: 50px !important;
  }
  .u-pr.-lg50 {
    padding-right: 50px !important;
  }
  .u-pt.-lg50 {
    padding-top: 50px !important;
  }
  .u-p.-lg60 {
    padding: 60px !important;
  }
  .u-pb.-lg60 {
    padding-bottom: 60px !important;
  }
  .u-pl.-lg60 {
    padding-left: 60px !important;
  }
  .u-pr.-lg60 {
    padding-right: 60px !important;
  }
  .u-pt.-lg60 {
    padding-top: 60px !important;
  }
  .u-p.-lg70 {
    padding: 70px !important;
  }
  .u-pb.-lg70 {
    padding-bottom: 70px !important;
  }
  .u-pl.-lg70 {
    padding-left: 70px !important;
  }
  .u-pr.-lg70 {
    padding-right: 70px !important;
  }
  .u-pt.-lg70 {
    padding-top: 70px !important;
  }
  .u-p.-lg80 {
    padding: 80px !important;
  }
  .u-pb.-lg80 {
    padding-bottom: 80px !important;
  }
  .u-pl.-lg80 {
    padding-left: 80px !important;
  }
  .u-pr.-lg80 {
    padding-right: 80px !important;
  }
  .u-pt.-lg80 {
    padding-top: 80px !important;
  }
  .u-p.-lg90 {
    padding: 90px !important;
  }
  .u-pb.-lg90 {
    padding-bottom: 90px !important;
  }
  .u-pl.-lg90 {
    padding-left: 90px !important;
  }
  .u-pr.-lg90 {
    padding-right: 90px !important;
  }
  .u-pt.-lg90 {
    padding-top: 90px !important;
  }
  .u-p.-lg100 {
    padding: 100px !important;
  }
  .u-pb.-lg100 {
    padding-bottom: 100px !important;
  }
  .u-pl.-lg100 {
    padding-left: 100px !important;
  }
  .u-pr.-lg100 {
    padding-right: 100px !important;
  }
  .u-pt.-lg100 {
    padding-top: 100px !important;
  }
}
.-pc {
  display: none;
}

.-sp {
  display: block;
}

@media (min-width: 1120px) {
  .-pc {
    display: block;
  }
  .-sp {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map*/