/* Reset and Base Styles */
/* ===================================

1: reset&normalize

====================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent no-scroll;
}
html {
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 10px;
  overflow-y: scroll;
  position: relative;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
  -webkit-font-feature-settings: "pkna"1;
  font-feature-settings: "pkna"1;
}
ul li {
  list-style-type: none;
}
li li {
  font-size: inherit;
}
h1, h2, h3, h4, h5, h6, form, textarea, pre, blockquote, table, th, td {
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6, h1:before, h2:before, h3:before, h4:before, h5:before, h6:before, h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
  content: '';
}
p, li, dt, dd, pre, legend {
  line-height: 1.8;
  text-justify: inter-ideograph;
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.6;
  text-justify: inter-ideograph;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
}
b, strong {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0 0 0;
  padding: 0;
}
hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc;
  height: 1px;
  clear: both;
  margin: 60px 0 60px;
}
@media print, screen and (max-width: 48em) {
  hr {
    margin: 30px 0;
  }
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
em {
  font-style: italic;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* password */
input[type="password"] {
  height: 1.2em;
  font-family: arial;
  ime-mode: disabled;
}
/* button */
input[type="submit"], input[type="reset"], input[type="button"], input[type="image"] {
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
}
/* file */
input[type="file"] {
  height: 20px;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  font-size: 100%;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td, th {
  padding: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  cursor: pointer;
}
/* ===================================

2:base style

====================================== */
/*  basic font size
------------------------------------------ */
body {
  color: #000;
  background-color: #ffffff;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-family: YakuHanMP, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, Arial, sans-serif;
  ;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  overflow-x: hidden;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'Noto Sans JP', "Helvetica Neue", Helvetica, "Noto Sans JP", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
  }
}
/* site base style
------------------------------------------ */
p {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 2rem;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 576px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  p, li, dt, dd, pre, legend {
    line-height: 1.7;
    text-justify: inter-ideograph;
    font-size: 1.4rem;
  }
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  -webkit-backface-visibility: hidden;
}
.u-animation__inner img {
  width: 100%;
}
/* Link
------------------------------------------ */
a, main a img, main a div {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a {
  outline: none;
}
a:link, a:visited {
  color: #EF790F;
  text-decoration: underline;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a:hover, a:active {
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a:link {
  color: #EF790F;
  text-decoration: none;
  outline: 0;
}
a:visited {
  color: #EF790F;
  text-decoration: none;
}
a:hover {
  color: #EF790F;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
a:active {
  color: #EF790F;
  text-decoration: none;
}
@media only screen and (max-width: 576px) {
  html {}
  html:not(:target) body {
    width: 100% !important;
    -webkit-text-size-adjust: 100%;
    font-size: 1.4rem;
  }
}
/************************************************

bootstrap-grid.css
last update 200514

************************************************/
.container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}
@media only screen and (min-width: 1360px) {
  .container {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1420px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}
@media only screen and (min-width: 576px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media only screen and (min-width: 992px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media only screen and (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
@media only screen and (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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media only screen and (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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media only screen and (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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media only screen and (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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media only screen and (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media only screen and (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media only screen and (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* ===================================

1: Component

====================================== */
/* heading
------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  clear: both;
  margin: 0;
  font-weight: normal;
  font-feature-setting: "pkna"1;
}
/* =================================== */
/*
/*     utility CSS
/*     last update 180808
/*
/*    1:Utility - .u-*
/*
/*
/* =================================== */
/* font size
------------------------------------------ */
.u-tx10 {
  font-size: 10px !important;
}
/*renders 10px */
.u-tx11 {
  font-size: 11px !important;
}
/*renders 11px */
.u-tx12 {
  font-size: 12px !important;
}
/*renders 12px */
.u-tx13 {
  font-size: 13px !important;
}
/*renders 13px */
.u-tx14 {
  font-size: 14px !important;
}
/*renders 14px */
.u-tx15 {
  font-size: 15px !important;
}
/*renders 15px */
.u-tx16 {
  font-size: 16px !important;
}
/*renders 16px */
.u-tx17 {
  font-size: 17px !important;
}
/*renders 17px */
.u-tx18 {
  font-size: 18px !important;
}
/*renders 18px */
.u-tx19 {
  font-size: 19px !important;
}
/*renders 19px */
.u-tx20 {
  font-size: 20px !important;
}
/*renders 20px */
.u-tx21 {
  font-size: 21px !important;
}
/*renders 21px */
.u-tx22 {
  font-size: 22px !important;
}
/*renders 22px */
.u-tx23 {
  font-size: 23px !important;
}
/*renders 23px */
.u-tx24 {
  font-size: 24px !important;
}
/*renders 24px */
.u-tx25 {
  font-size: 25px !important;
}
/*renders 25px */
.u-tx36 {
  font-size: 36px !important;
  line-height: 1.2;
}
/*renders 25px */
/* Form
------------------------------------------ */
/* IME : For Windows IE */
.imeA {
  ime-mode: active;
}
.imeD {
  ime-mode: disabled;
}
.hidden {
  display: none !important;
}
/* = Selected Text
----------------------------------------------- */ ::-moz-selection {
  background: #004EA2;
  /* Safari */
  color: #fff;
}
::selection {
  background: #004EA2;
  /* Safari */
  color: #fff;
}
::-moz-selection {
  background: #004EA2;
  /* Firefox */
  color: #fff;
}
/* = js
----------------------------------------------- */
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
/* = sp & pc
----------------------------------------------- */
.pc_none {
  display: none !important;
}
.sp_none {
  display: inline-block !important;
}
.pc_br {
  display: inline-block !important;
}
.sp_br {
  display: none !important;
}
@media only screen and (max-width: 578px) {
  .pc_br {
    display: none !important;
  }
  .sp_br {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 578px) {
  .pc_none {
    display: inline-block !important;
  }
  .sp_none {
    display: none !important;
  }
}
/* Margin
------------------------------------------ */
.m-0 {
  margin: 0 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 1rem 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-2 {
  margin: 2rem 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.m-3 {
  margin: 3rem 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.m-4 {
  margin: 4rem 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mx-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.m-5 {
  margin: 5rem 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mx-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.p-0 {
  padding: 0 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 1rem 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-2 {
  padding: 2rem 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.px-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.p-3 {
  padding: 3rem 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.p-4 {
  padding: 4rem 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.px-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.p-5 {
  padding: 5rem 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem 1rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1 {
    margin-left: 1rem !important;
  }
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem 2rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2 {
    margin-left: 2rem !important;
  }
  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3 {
    margin-left: 3rem !important;
  }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem 4rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mr-sm-4 {
    margin-right: 4rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-4 {
    margin-left: 4rem !important;
  }
  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem 5rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mr-sm-5 {
    margin-right: 5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-5 {
    margin-left: 5rem !important;
  }
  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem 1rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1 {
    padding-left: 1rem !important;
  }
  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem 2rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2 {
    padding-left: 2rem !important;
  }
  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3 {
    padding-left: 3rem !important;
  }
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem 4rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pr-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-4 {
    padding-left: 4rem !important;
  }
  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem 5rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pr-sm-5 {
    padding-right: 5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-5 {
    padding-left: 5rem !important;
  }
  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 1rem 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 1rem 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem 1rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1 {
    margin-left: 1rem !important;
  }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem 2rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2 {
    margin-left: 2rem !important;
  }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3 {
    margin-left: 3rem !important;
  }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem 4rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4 {
    margin-left: 4rem !important;
  }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem 5rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5 {
    margin-left: 5rem !important;
  }
  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem 1rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1 {
    padding-left: 1rem !important;
  }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem 2rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2 {
    padding-left: 2rem !important;
  }
  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3 {
    padding-left: 3rem !important;
  }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem 4rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4 {
    padding-left: 4rem !important;
  }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem 5rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5 {
    padding-left: 5rem !important;
  }
  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 1rem 1rem !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1 {
    margin-left: 1rem !important;
  }
  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-2 {
    margin: 2rem 2rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mr-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-2 {
    margin-left: 2rem !important;
  }
  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-xl-3 {
    margin: 3rem 3rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3 {
    margin-left: 3rem !important;
  }
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-xl-4 {
    margin: 4rem 4rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mr-xl-4 {
    margin-right: 4rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-4 {
    margin-left: 4rem !important;
  }
  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-xl-5 {
    margin: 5rem 5rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mr-xl-5 {
    margin-right: 5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-5 {
    margin-left: 5rem !important;
  }
  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 1rem 1rem !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1 {
    padding-left: 1rem !important;
  }
  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-2 {
    padding: 2rem 2rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pr-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-2 {
    padding-left: 2rem !important;
  }
  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .p-xl-3 {
    padding: 3rem 3rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3 {
    padding-left: 3rem !important;
  }
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-xl-4 {
    padding: 4rem 4rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pr-xl-4 {
    padding-right: 4rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-4 {
    padding-left: 4rem !important;
  }
  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-xl-5 {
    padding: 5rem 5rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pr-xl-5 {
    padding-right: 5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-5 {
    padding-left: 5rem !important;
  }
  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
/* line-height
------------------------------------------ */
.lh0 {
  line-height: 0 !important;
}
.lh10 {
  line-height: 1.0 !important;
}
.lh11 {
  line-height: 1.1 !important;
}
.lh12 {
  line-height: 1.2 !important;
}
.lh13 {
  line-height: 1.3 !important;
}
.lh14 {
  line-height: 1.4 !important;
}
.lh15 {
  line-height: 1.5 !important;
}
.lh16 {
  line-height: 1.6 !important;
}
.lh17 {
  line-height: 1.7 !important;
}
.lh175 {
  line-height: 1.75 !important;
}
.lh18 {
  line-height: 1.8 !important;
}
.lh19 {
  line-height: 1.9 !important;
}
.lh20 {
  line-height: 2.0 !important;
}
/* font-weight
------------------------------------------ */
.fwB {
  font-weight: 700 !important;
}
.fwN {
  font-weight: 400 !important;
}
.fwTin {
  font-weight: 100 !important;
}
/* display
------------------------------------------ */
.dsB {
  display: block;
}
/* font color
------------------------------------------ */
.fc-p {
  color: #FF5A9C !important;
}
.fc-red {
  color: #D40068 !important;
}
.fc_basic {
  color: #141A6D !important;
}
/* font decoration
------------------------------------------ */
.fdU {
  text-decoration: underline;
}
/* indent
------------------------------------------ */
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent2 {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.indent3 {
  padding-left: 3em;
  text-indent: -3em;
}
/* letter-spacing
------------------------------------------ */
.ls1 {
  letter-spacing: 1px;
}
/* lock
------------------------------------------ */
.lock {
  overflow: hidden;
}
/* text-align
------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
/* vertical-align
------------------------------------------ */
.vaT {
  vertical-align: top !important;
}
.vaM {
  vertical-align: middle !important;
}
.vaB {
  vertical-align: bottom !important;
}
/* float
------------------------------------------ */
.flL {
  float: left;
}
.flR {
  float: right;
}
/* overflow
------------------------------------------ */
.ofH {
  overflow: hidden;
}
/* clear
------------------------------------------ */
.clear {
  line-height: 1;
  clear: both;
}
.clearboth {
  clear: both;
}
/* inline block
------------------------------------------ */
.iBlk {
  display: -moz-inline-box;
  display: inline-block !important;
}
/* nowrap
------------------------------------------ */
.nwrp {
  white-space: nowrap;
}
.wba {
  word-break: break-all;
}
.wsN {
  white-space: pre;
}
/* smt
------------------------------------------ */
.sp-on {
  /* スマートフォンのみ表示 */
  display: none !important;
}
.responsive * {
  max-width: 100%;
  height: auto;
}
/* width
------------------------------------------ */
.w100p {
  width: 100% !important;
}
.w80 {
  width: 80px !important;
}
.w100 {
  width: 100px !important;
}
.w110 {
  width: 110px !important;
}
.w120 {
  width: 120px !important;
}
.w125 {
  width: 125px !important;
}
.w130 {
  width: 130px !important;
}
.w140 {
  width: 140px !important;
}
.w150 {
  width: 150px !important;
}
.w180 {
  width: 180px !important;
}
.w190 {
  width: 190px !important;
}
.w200 {
  width: 200px !important;
}
.w210 {
  width: 210px !important;
}
.w240 {
  width: 240px !important;
}
.w220 {
  width: 220px !important;
}
.w225 {
  width: 225px !important;
}
.w230 {
  width: 230px !important;
}
.w240 {
  width: 240px !important;
}
.w245 {
  width: 245px !important;
}
.w246 {
  width: 246px !important;
}
.w260 {
  width: 260px !important;
}
.w270 {
  width: 270px !important;
}
.w280 {
  width: 280px !important;
}
.w290 {
  width: 290px !important;
}
.w295 {
  width: 295px !important;
}
.w300 {
  width: 300px !important;
}
.w320 {
  width: 320px !important;
}
.w315 {
  width: 315px !important;
}
.w330 {
  width: 330px !important;
}
.w340 {
  width: 340px !important;
}
.w345 {
  width: 345px !important;
}
.w350 {
  width: 350px !important;
}
.w360 {
  width: 360px !important;
}
.w370 {
  width: 370px !important;
}
.w390 {
  width: 390px !important;
}
.w400 {
  width: 400px !important;
}
.w410 {
  width: 410px !important;
}
.w430 {
  width: 430px !important;
}
.w440 {
  width: 440px !important;
}
.w450 {
  width: 450px !important;
}
.w460 {
  width: 460px !important;
}
.w470 {
  width: 470px !important;
}
.w480 {
  width: 480px !important;
}
.w500 {
  width: 500px !important;
}
.w520 {
  width: 520px !important;
}
.w530 {
  width: 530px !important;
}
.w542 {
  width: 542px !important;
}
.w550 {
  width: 550px !important;
}
.w560 {
  width: 560px !important;
}
.w590 {
  width: 590px !important;
}
.w600 {
  width: 600px !important;
}
.w640 {
  width: 640px !important;
}
.w675 {
  width: 675px !important;
}
.w680 {
  width: 680px !important;
}
.w780 {
  width: 780px !important;
}
.w730 {
  width: 730px !important;
}
.w820 {
  width: 820px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 53em) {
  .mlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .mlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .mlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .mlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .mlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .mlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media only screen and (max-width: 48em) {
  .taL {
    text-align: left;
  }
  .taC {
    text-align: center;
  }
  .taR {
    text-align: right;
    display: block;
    margin-bottom: 10px;
  }
  .tr {
    text-align: right;
  }
  .wsN {
    white-space: normal;
  }
  .w180 {
    width: 100% !important;
  }
  /* Responsive images and other embedded objects */
  #contents object, #contents embed, #contents video {
    width: auto;
    max-width: 100%;
  }
  /* Responsive images aspeсt ratio */
  #contents video {
    height: auto;
  }
  /* font size
    ------------------------------------------ */
  .u-tx10 {
    font-size: 1.0rem !important;
  }
  /*renders 10px */
  .u-tx11 {
    font-size: 1.0rem !important;
  }
  /*renders 11px */
  .u-tx12 {
    font-size: 1.0rem !important;
  }
  /*renders 12px */
  .u-tx13 {
    font-size: 1.2rem !important;
  }
  /*renders 13px */
  .u-tx14 {
    font-size: 1.2rem !important;
  }
  /*renders 14px */
  .u-tx15 {
    font-size: 1.4rem !important;
  }
  /*renders 15px */
  .u-tx16 {
    font-size: 1.4rem !important;
  }
  /*renders 16px */
  .u-tx17 {
    font-size: 1.6rem !important;
  }
  /*renders 17px */
  .u-tx18 {
    font-size: 1.6rem !important;
  }
  /*renders 18px */
  .u-tx19 {
    font-size: 1.6rem !important;
  }
  /*renders 19px */
  .u-tx20 {
    font-size: 1.8rem !important;
  }
  /*renders 20px */
  .u-tx21 {
    font-size: 1.8rem !important;
  }
  /*renders 21px */
  .u-tx22 {
    font-size: 1.6rem !important;
  }
  /*renders 22px */
  .u-tx23 {
    font-size: 1.6rem !important;
  }
  /*renders 23px */
  .u-tx24 {
    font-size: 1.8rem !important;
  }
  /*renders 24px */
  .u-tx25 {
    font-size: 1.6rem !important;
  }
  /*renders 25px */
  .u-tx36 {
    font-size: 2.4rem !important;
    line-height: 1.2;
  }
  /*renders 25px */
  .sp-taL br {
    display: none;
  }
  .sp-taL {
    text-align: left !important;
  }
  /* width
    ============================== */
  .w270 {
    width: 100% !important;
  }
  .w280 {
    width: 100% !important;
  }
  .w290 {
    width: 100% !important;
  }
  .w295 {
    width: 100% !important;
  }
  .w300 {
    width: 100% !important;
  }
  .w320 {
    width: 100% !important;
  }
  .w315 {
    width: 100% !important;
  }
  .w330 {
    width: 100% !important;
  }
  .w340 {
    width: 100% !important;
  }
  .w345 {
    width: 100% !important;
  }
  .w350 {
    width: 100% !important;
  }
  .w360 {
    width: 100% !important;
  }
  .w370 {
    width: 100% !important;
  }
  .w390 {
    width: 100% !important;
  }
  .w400 {
    width: 100% !important;
  }
  .w410 {
    width: 100% !important;
  }
  .w430 {
    width: 100% !important;
  }
  .w440 {
    width: 100% !important;
  }
  .w450 {
    width: 100% !important;
  }
  .w460 {
    width: 100% !important;
  }
  .w470 {
    width: 100% !important;
  }
  .w480 {
    width: 100% !important;
  }
  .w500 {
    width: 100% !important;
  }
  .w520 {
    width: 100% !important;
  }
  .w530 {
    width: 100% !important;
  }
  .w542 {
    width: 100% !important;
  }
  .w550 {
    width: 100% !important;
  }
  .w560 {
    width: 100% !important;
  }
  .w590 {
    width: 100% !important;
  }
  .w600 {
    width: 100% !important;
  }
  .w640 {
    width: 100% !important;
  }
  .w675 {
    width: 100% !important;
  }
  .w680 {
    width: 100% !important;
  }
  .w780 {
    width: 100% !important;
  }
  .w730 {
    width: 100% !important;
  }
  .w740 {
    width: 100% !important;
  }
  .w820 {
    width: 100% !important;
  }
  /* ------ margin-bottom ------ */
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb1 {
    margin-bottom: 1px !important;
  }
  .mb3 {
    margin-bottom: 3px !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb7 {
    margin-bottom: 7px !important;
  }
  .mb8 {
    margin-bottom: 8px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb35 {
    margin-bottom: 35px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb45 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb55 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb65 {
    margin-bottom: 40px !important;
  }
  .mb70 {
    margin-bottom: 40px !important;
  }
  .mb75 {
    margin-bottom: 40px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .mb85 {
    margin-bottom: 40px !important;
  }
  .mb90 {
    margin-bottom: 40px !important;
  }
  .mb95 {
    margin-bottom: 40px !important;
  }
  .mb100 {
    margin-bottom: 40px !important;
  }
  .mb170 {
    margin-bottom: 40px !important;
  }
}
/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  transform: translate3d(0px, 0px, 0px);
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  animation-duration: .75s;
}
/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.delay-1000 {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s;
}
.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s;
}
.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s;
}
.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.delay-3000 {
  -webkit-animation-delay: 3.0s;
  -moz-animation-delay: 3.0s;
  -o-animation-delay: 3.0s;
  animation-delay: 3.0s;
}
.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}
/* ===================================

3:print

====================================== */
@media print {
  a, a:visited {
    text-decoration: underline;
  }
  * {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  div#container {
    width: 100%;
    min-width: auto;
  }
  @-webkit-keyframes fadeInUpShort {
    0% {
      opacity: 1 !important;
      -webkit-transform: translateY(0) !important;
      transform: translateY(0) !important;
    }
    100% {
      opacity: 1 !important;
      -webkit-transform: translateY(0) !important;
      transform: translateY(0) !important;
    }
  }
  .fadeInUpShort {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .animated {
    opacity: 1 !important;
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
/*
clearfix [
----------------------------------------------------------- */
/* For modern browsers */
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: white;
  color: black;
  line-height: 1.6;
  min-width: 1024px;
}
/* Focus styles for accessibility */
a:focus, button:focus, input:focus, textarea:focus, select:focus {
  outline: 2px solid #0058a4;
  outline-offset: 2px;
}
/* Skip link for screen readers */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #0058a4;
  color: white;
  padding: 8px;
  text-decoration: none;
  z-index: 1000;
}
.skip-link:focus {
  top: 6px;
}
/* Header Section */
.header-section {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}
p.head_logo {
  width: 100%;
  text-align: left;
  padding: 20px 0 0 20px;
  margin-bottom: 60px;
}
.circle img {
  bottom: 12px;
  position: absolute;
  left: -14px;
}
.decorative-circles .circle {
  position: absolute;
  background-color: #d3edfb;
  border-radius: 50%;
}
.header-section .circle-1 {
  width: 188px;
  height: 188px;
  right: 30px;
  bottom: 70px;
}
.header-section .circle-2 {
  width: 188px;
  height: 188px;
  top: -80px;
  left: 370px;
}
.header-section .circle-3 {
  width: 278px;
  height: 278px;
  top: -120px;
  right: 0;
}
.header-section .circle-4 {
  width: 196px;
  height: 196px;
  left: 0;
  bottom: 0px;
}
.header-section .circle-5 {
  width: 124px;
  height: 124px;
  top: 306px;
  left: 20px;
}
/* 共通のアニメーション */
.fuwafuwa,
.fuwafuwa2 {
  display: inline-block;
  margin-top: 15px;
  animation: fuwafuwa-motion 4s ease-in-out infinite alternate;
}

/* 違いが必要な場合はタイミングで変化 */
.fuwafuwa2 {
  animation-duration: 6s;
}



/* アニメーション定義（浮遊） */
@keyframes fuwafuwa-motion {
  0% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-8px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(2deg);
  }
}
.separator {
  position: absolute;
  height: 1px;
  width: 1000px;
  background-color: #0058a4;
}
.separator-left {
  top: 120px;
  left: -998px;
}
.separator-right {
  top: 222px;
  right: -998px;
}
.logo {
  text-align: left;
}
/* scroll-infinity Section */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
section.scroll-infinity {
  padding: 30px 0 0;
  margin: 0 0 70px;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 2);
}
.scroll-infinity__item > img {
  width: 100%;
}
/* YouTube Section */
.youtube-section {
  position: relative;
  text-align: center;
  width: 600px;
  margin: 0 auto 40px;
  padding-top: 20px;
}
.youtube-card {
  margin: 0 auto;
  background: white;
  border: 4px solid #f18b00;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 15px;
  justify-content: center;
}
.youtube-logo {}
.youtube-text {
  font-size: 1.8rem;
  text-align: center;
  margin: 0;
}
.note {
  font-size: 1.2rem;
  line-height: normal;
  margin-top: 20px;
  text-align: left;
}
/* Video Examples */
.video-examples {
  width: 800px;
  text-align: center;
  margin: 0 auto;
}
.video-card {
  background: #333;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.video-label {
  color: white;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 8px;
}
.video-card figure {
  margin-bottom: 8px;
  border: 2px solid #222;
}
/* Separator Section */
.separator-section02 {
  position: relative;
  margin-top: 50px;
  width: 1000px;
  margin: 0 auto 70px;
}
.separator-section02 .separator {
  position: absolute;
  height: 1px;
  width: 1000px;
  background-color: #0058a4;
}
.separator-section02 .left {
  top: 172px;
  left: -998px;
}
.separator-section02 .right {
  top: 166px;
  right: -996px;
}
.separator-section02 .center-decoration {
  width: 1000px;
  height: 235px;
}
/* Skills Section */
.skills-section {
  position: relative;
  margin-bottom: 60px;
  padding-top: 90px;
}
.skills-section .features-background.white {
  top: 583px;
}
.target-audience {
  display: flex;
  gap: 34px;
  justify-content: center;
  margin-bottom: 20px;
}
.bubble {
  width: 179px;
  height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bubble::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 175px;
  height: 196px;
  background: url('/asset/eizouschool/public/vector-6.svg') no-repeat;
  background-size: contain;
}
.bubble::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 177px;
  height: 198px;
  background: url('/asset/eizouschool/public/vector-2.svg') no-repeat;
  background-size: contain;
}
.bubble-content {
  color: #0058a4;
  font-size: 2.0rem;
  line-height: 32px;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
}
.large-text {
  font-size: 2.6rem;
}
.decorative-circle img {
  position: absolute;
  top: -12px;
  left: -14px;
}
.skills-content {
  position: relative;
  width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 30px;
}
.skills-content .large {
  width: 417px;
  height: 418px;
  background-color: #d3edfb;
  border-radius: 50%;
  position: relative;
}
.skills-blk {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.skills-text {
  text-align: left;
  padding-bottom: 80px;
}
.skills-text p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.highlight-box {
  position: relative;
  margin: 10px 0 20px;
}
.highlight-shadow {
  position: absolute;
  width: 320px;
  height: 100px;
  background: black;
  border: 1px solid black;
  top: 4px;
  left: 4px;
}
.highlight-content {
  position: relative;
  height: 96px;
  background: white;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 42px;
}
.skills-section .highlight-box {
  position: relative;
  margin: 0;
}
.skills-section .highlight-shadow {
  position: absolute;
  width: 272px;
  height: 50px;
  background: black;
  border: 1px solid black;
  top: 4px;
  left: 4px;
}
.skills-section .highlight-content {
  position: relative;
  width: 272px;
  height: 50px;
  background: white;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 42px;
}
.equipment-info {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
.equipment-info .medium {
  width: 305px;
  height: 305px;
  background-color: #d3edfb;
  border-radius: 50%;
  position: absolute;
  top: -130px;
  right: 50px;
}
.equipment-card {
  width: 350px;
  background: white;
  border: 2px solid #0058a4;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.equipment-text {
  color: #0058a4;
  font-size: 1.6rem;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.6;
}
.equipment-model {
  font-size: 1.2rem;
  text-align: left;
}
.equipment-model figcaption {
  padding-top: 5px;
}
.equipment-model img {
  width: 130px;
}
/* Adobe Section */
.adobe-section {
  position: relative;
  width: 900px;
  margin: 0 auto;
}
.adobe-content {
  position: relative;
  width: 669px;
  height: 500px;
}
.adobe-content .large-circle {
  width: 500px;
  height: 500px;
  background-color: #d3edfb;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.adobe-content .medium-circle {
  width: 220px;
  height: 220px;
  background-color: #d3edfb;
  border-radius: 50%;
  position: absolute;
  top: 34px;
  right: 0;
}
.adobe-text {
  position: absolute;
  top: 100px;
  left: 90px;
  text-align: left;
}
.adobe-text p {
  font-size: 2.0rem;
  line-height: 28px;
  margin-bottom: 0;
}
.adobe-text p:last-child {
  text-align: right;
}
.adobe-software-list {
  flex: 0 0 50%;
  max-width: 50%;
}
.adobe-card-img img {
  width: 50px;
}
.adobe-software-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 360px;
  position: absolute;
  bottom: 50px;
  right: 0;
}
.adobe-software-innner {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 20px;
}
.adobe-software-icon {
  flex: 0 0 50%;
  max-width: 50%;
}
.software-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  line-height: 26px;
  margin-bottom: 1px;
}
.check-icon {}
.adobe-card {
  width: 350px;
  background: white;
  border: 2px solid #0058a4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  gap: 15px;
}
.adobe-card-text {
  color: #0058a4;
  font-size: 1.6rem;
  line-height: 26px;
  text-align: center;
}
/* Course Features */
.course-features {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.features-background {
  width: 130vw;
  min-width: 1980px;
  background-color: #d3edfb;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 900px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.instructor-section {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.instructor-content {
  position: relative;
  width: 850px;
  height: 460px;
  margin: 0 0 0 auto;
}
.instructor-section .large-circle {
  width: 440px;
  height: 440px;
  background-color: #d3edfb;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.instructor-section .medium-circle {
  width: 264px;
  height: 264px;
  background-color: #d3edfb;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 240px;
}
.instructor-section .small-circle {
  width: 220px;
  height: 220px;
  background-color: #d3edfb;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 70px;
}
.instructor-text2 {
  position: absolute;
  top: 110px;
  right: 55px;
  text-align: center;
  font-size: 2.0rem;
}
.instructor-bubble {
  width: 198px;
  height: 175px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.instructor-bubble::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 196px;
  height: 175px;
  background: url('/asset/eizouschool/public/vector-5.svg') no-repeat;
  background-size: contain;
}
.instructor-bubble::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 198px;
  height: 177px;
  background: url('/asset/eizouschool/public/vector-1.svg') no-repeat;
  background-size: contain;
}
.instructor-text {
  color: #004f99;
  font-size: 1.8rem;
  line-height: 26px;
  text-align: center;
  z-index: 1;
  margin-right: 20px;
}
.instructor-note {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px 85px;
  width: 885px;
  margin: 0 auto;
}
.feature-card {
  width: 400px;
  height: 540px;
  background: white;
  position: relative;
}
.card-1 {
  box-shadow: 14px 14px 0px #10afce;
}
.card-2 {
  box-shadow: 14px 14px 0px #f49c00;
}
.card-3 {
  box-shadow: 14px 14px 0px #ee869e;
}
.card-4 {
  box-shadow: 14px 14px 0px #78bd42;
}
.course-features:after {
  content: "";
  background-color: #D3EDFB;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  height: calc(100% - 300px);
  z-index: -1;
  transform: translateX(-50%);
}
.course-features h2 {
  margin-bottom: 70px !important;
}
.feature-card.card-1:before {
  content: "";
  display: block;
  position: relative;
  height: 70px;
  background-image: url(/asset/eizouschool/images/txt_nomber01.svg);
  width: 69px;
  background-repeat: no-repeat;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.feature-card.card-2:before {
  content: "";
  display: block;
  position: relative;
  height: 70px;
  background-image: url(/asset/eizouschool/images/txt_nomber02.svg);
  width: 86px;
  background-repeat: no-repeat;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.feature-card.card-3:before {
  content: "";
  display: block;
  position: relative;
  height: 70px;
  background-image: url(/asset/eizouschool/images/txt_nomber03.svg);
  width: 88px;
  background-repeat: no-repeat;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.feature-card.card-4:before {
  content: "";
  display: block;
  position: relative;
  height: 70px;
  background-image: url(/asset/eizouschool/images/txt_nomber04.svg);
  width: 89px;
  background-repeat: no-repeat;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.feature-subtitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
.card-1 .feature-subtitle {
  color: #10afce;
}
.card-2 .feature-subtitle {
  color: #f49c00;
}
.card-3 .feature-subtitle {
  color: #ee869e;
}
.card-4 .feature-subtitle {
  color: #78bd42;
}
.feature-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 26px;
  text-align: center;
}
.card-1 .feature-title {
  color: #10afce;
  padding-top: 30px;
  margin-bottom: 20px;
}
.card-2 .feature-title {
  color: #f49c00;
  padding-top: 60px;
  margin-bottom: 20px;
}
.card-3 .feature-title {
  color: #ee869e;
  padding-top: 50px;
  margin-bottom: 20px;
}
.card-4 .feature-title {
  color: #78bd42;
  padding-top: 40px;
  margin-bottom: 20px;
}
.feature-description {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 10px;
}
.feature-note {
  font-size: 1.2rem;
  line-height: 26px;
  text-align: center;
  margin: 0;
}
.features-background.white {
  background-color: #fff;
  height: 1250px;
}
section.schedule-section {
  position: relative;
  background-color: #d3edfb;
  z-index: 0;
}
.schedule-info {
  display: flex;
  align-items: end;
  gap: 30px;
  padding-top: 40px;
  width: 900px;
  margin: 0 auto 80px;
}
.schedule-info .decorative-circle {
  width: 300px;
  height: 300px;
  background-color: #d3edfb;
  border-radius: 50%;
  position: relative;
}
.schedule-text {
  text-align: center;
  width: 700px;
  margin: 0 auto;
  padding-top: 120px;
}
.schedule-header {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
.schedule-highlight {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 460px;
}
.schedule-shadow {
  position: absolute;
  width: 445px;
  height: 50px;
  background: black;
  border: 1px solid black;
  top: 4px;
  left: 7px;
}
.schedule-content {
  position: relative;
  width: 445px;
  height: 50px;
  background: white;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 34px;
  line-height: 42px;
}
.course-schedule {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  gap: 0 10px;
}
.schedule-note-top {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 14px;
}
.schedule-note-top span:first-child {
  font-size: 18px;
  line-height: 20px;
}
.small-note {
  font-size: 12px;
  line-height: 20px;
}
.schedule-label {
  width: 148px;
  height: 42px;
  background: url('/asset/eizouschool/public/rectangle-13.svg') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 14px;
}
.schedule-card {
  width: 550px;
  background: white;
  border: 2px solid #0058a4;
  border-radius: 10px;
  position: relative;
}
.schedule-header-bar {
  background: #10afce;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px;
}
.schedule-title {
  color: white;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}
.large-number {
  font-size: 40px;
  line-height: 30px;
}
.duration-badge {
  width: 100px;
  height: 30px;
  background: white;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #10afce;
  font-size: 14px;
  line-height: 30px;
}
.schedule-time {
  color: #0058a4;
  font-size: 2.0rem;
  line-height: 26px;
  padding: 15px 0 5px 0;
  margin: 0;
}
.schedule-note {
  color: #0058a4;
  font-size: 1.2rem;
  line-height: 26px;
  margin-bottom: 15px;
}
/* Curriculum Section */
.curriculum-section {
  position: relative;
  margin-bottom: 100px;
  width: 1000px;
  margin: 0 auto;
  padding: 60px 40px 40px;
  background: #d3edfb;
  border-radius: 30px;
  margin-bottom: 100px;
}
.curriculum-background {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 20px;
}
.curriculum-item {
  position: relative;
  width: 150px;
  height: 150px;
  background: white;
  border-radius: 75px;
  border: 2px solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.curriculum-section h2 {
  content: "";
  display: block;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  margin: auto;
}
.item-1 {
  border-color: #10afce;
  color: #10afce;
}
.item-2 {
  border-color: #ee869e;
  color: #ee869e;
  margin-top: 90px;
}
.item-3 {
  border-color: #10afce;
  color: #10afce;
}
.item-4 {
  margin-top: 90px;
  border-color: #f49c00;
  color: #f49c00;
}
.item-5 {
  border-color: #10afce;
  color: #10afce;
}
.item-6 {
  margin-top: 90px;
  border-color: #10afce;
  color: #10afce;
}
.curriculum-title {
  font-size: 1.8rem;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 700;
}
.software-tag {
  width: 100px;
  border: 1px solid #10afce;
  color: #10afce;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
  margin: 0 0 4px 0;
}
.curriculum-note {
  font-size: 1.2rem;
  color: black;
  text-align: right;
  margin: 0;
}
/* Support Section */
.support-section {
  position: relative;
  display: flex;
  width: 900px;
  margin: 0 auto;
  gap: 30px;
  align-items: center;
  margin-bottom: 50px;
}
.support-section .decorative-circle {
  position: relative;
  top: 18px;
  width: 340px;
  height: 340px;
  background-color: #d3edfb;
  border-radius: 50%;
}
.support-features {}
.support-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
  position: relative;
}
.support-card {
  width: 172px;
  height: 50px;
  background: white;
  border: 2px solid;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.support-card.orange {
  border-color: #f49c00;
  color: #f49c00;
  box-shadow: 6px 6px 0px #f49c00;
}
.support-card.pink {
  border-color: #ee869e;
  color: #ee869e;
  box-shadow: 6px 6px 0px #ee869e;
}
.support-card.green {
  border-color: #78bd42;
  color: #78bd42;
  box-shadow: 6px 6px 0px #78bd42;
}
.support-description {
  font-size: 16px;
  line-height: 26px;
  flex: 1;
  text-align: left;
}
.support-badge {
  width: 50px;
  height: 24px;
  color: white;
  font-size: 1.2rem;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
}
.pink-badge {
  background: #ee869e;
}
.green-badge {
  background: #78bd42;
}
/* Additional Info */
.additional-info {
  display: flex;
  gap: 40px;
  justify-content: center;
  position: relative;
  height: 370px;
  width: 1000px;
  margin: 0 auto 70px;
}
.info-item {
  position: relative;
  width: 480px;
}
.info-item .decorative-circles .large {
  width: 340px;
  height: 340px;
  background-color: #d3edfb;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.info-item .decorative-circles .small {
  width: 200px;
  height: 200px;
  background-color: #d3edfb;
  border-radius: 50%;
  position: absolute;
  top: 165px;
  right: 0;
}
.info-text {
  position: absolute;
  top: 94px;
  left: 49px;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: center;
}
section.additional-info h2 {
  margin-bottom: 15px;
}
.info-text2 {
  position: absolute;
  top: 67px;
  left: 59px;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: center;
}
.small-text {
  font-size: 12px;
  line-height: 20px;
}
/* Separator Section */
.separator-section {
  position: relative;
  margin-top: 50px;
  width: 1000px;
  margin: 0 auto 70px;
}
.separator-section .separator {
  position: absolute;
  height: 1px;
  width: 1000px;
  background-color: #0058a4;
}
.separator-section .left {
  top: 18px;
  left: -998px;
}
.separator-section .right {
  top: 193px;
  right: -998px;
}
.center-decoration {
  width: 1000px;
  height: 207px;
}
/* Location Section */
.location-section {
  text-align: center;
  margin-top: 67px;
  width: 1000px;
  margin: 0 auto 80px;
}
.location-title {
  font-weight: bold;
  color: #0058a4;
  font-size: 30px;
  margin-bottom: 10px;
}
.location-address {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}
.location-maps {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-bottom: 65px;
}
.access-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-bottom: 40px;
}
.access-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.access-badge {
  width: 73px;
  height: 32px;
  background: url('/asset/eizouschool/public/rectangle-13-1.svg') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 26px;
}
.access-text {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
/* Contact Section */
.contact-section {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 140px;
  overflow: hidden;
  padding-bottom: 100px;
}
.contact-background {
  position: absolute;
  left: 0;
  width: 100%;
  height: 365px;
  background-color: #d3edfb;
}
.contact-message {
  font-weight: bold;
  color: #0058a4;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  margin: 0 0 20px;
}
.contact-button {
  width: 600px;
  height: 100px;
  background: #e60012;
  border-radius: 20px;
  box-shadow: 4px 4px 0px #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s;
  margin: 0 auto 40px;
}
.contact-button:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px #ffffff;
}
.contact-button:focus-within {
  outline: 2px solid #0058a4;
  outline-offset: 2px;
}
a.button-content {
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
}
.arrow-icon {
  width: 14px;
  height: 28px;
}
.contact-info {
  text-align: center;
}
.contact-text {
  font-weight: bold;
  color: #0058a4;
  font-size: 2.0rem;
  line-height: 24px;
  margin-bottom: 20px;
}
.phone-number {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0058a4;
}
.phone-number a {
  color: inherit;
  text-decoration: none;
}
.phone-number a:hover {
  text-decoration: underline;
}
.phone-icon {
  width: 46px;
  height: 30px;
  position: relative;
}
.phone-icon::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 46px;
  height: 30px;
  background: url('/asset/eizouschool/images/icon_freedial.svg') no-repeat;
  background-size: 100% 100%;
}
.phone-number span {
  font-weight: bold;
  color: #0058a4;
  font-size: 40px;
  line-height: 24px;
}
.business-hours {
  color: #0058a4;
  font-size: 1.4rem;
  line-height: 1.6;
}
.decorative-circles {
  z-index: -1;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
}
.contact-text:before {
  content: url('/asset/eizouschool/images/img_line_contact.svg');
  margin-right: 10px;
  vertical-align: sub;
}
.contact-text:after {
  content: url('/asset/eizouschool/images/img_line_contact_end.svg');
  margin-left: 10px;
  vertical-align: sub;
}
.kv h1 {
  margin-bottom: 60px;
}
section h2 {
  text-align: center;
  margin-bottom: 40px;
}
/* Responsive Design */
@media (max-width: 586px) {
  body {
    min-width: auto;
  }
  section.scroll-infinity {
    padding: 24px 0 0;
    margin: 0 0 30px;
  }
  .youtube-card {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
  }
  .video-examples {
    flex-direction: column;
    align-items: center;
  }
  .contact-button {
    width: 100%;
    font-size: 2.2rem;
    height: 56px;
  }
  .curriculum-background {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .curriculum-item {
    margin: 0;
    margin-bottom: 20px;
    width: 130px;
    height: 130px;
    margin: 0;
  }
  p.head_logo {
    margin-bottom: 40px;
  }
  .header-section .circle-1 {
    width: 85px;
    height: 85px;
    right: -30px;
    bottom: 40px;
  }
  .header-section .circle-2 {
    width: 85px;
    height: 85px;
    left: -20px;
    top: 50px;
  }
  .header-section .circle-3 {
    width: 126px;
    height: 126px;
    top: -30px;
    right: -40px;
  }
  .header-section .circle-4 {
    width: 88px;
    height: 88px;
    bottom: 50px;
  }
  .header-section .circle-5 {
    width: 56px;
    height: 56px;
    top: auto;
    bottom: -50px;
    left: 40px;
  }
  h1 img {
    width: 455px;
  }
  img.logo {
    width: 230px;
  }
  .kv h1 {
    width: 120vw;
    margin: 0 calc(50% - 60vw) 40px;
  }
  .kv h2 {
    padding: 0 40px;
  }
  .header-section {
    padding-bottom: 0;
  }
  li.scroll-infinity__item {
    width: calc(100vw / 0.8);
  }
  .video-examples {
    margin: 0 25px;
    width: auto;
  }
  p.video-label {
    font-size: 1.4rem;
  }
  .youtube-section {
    width: auto;
    margin: 0 25px;
  }
  p.youtube-text {
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .separator-section02 {
    width: 180%;
    margin: 0 calc(50% - 126vw) 40px;
  }
  .features-background {
    min-width: auto;
    height: 200px;
    z-index: -1;
    left: 50%;
  }
  .target-audience {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .bubble {
    width: 142px;
    height: 160px;
  }
  .bubble::before {
    width: 142px;
    height: 160px;
  }
  .bubble::after {
    width: 144px;
    height: 162px;
  }
  .bubble-content {
    font-size: 1.63rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .large-text {
    font-size: 2.12rem;
  }
  .skills-content {
    width: auto;
    display: flex;
    flex-direction: column;
    margin: 0px 25px;
    gap: 20px;
  }
  .skills-content .large {
    width: 263px;
    height: 263px;
  }
  .skills-text {
    padding-bottom: 20px;
  }
  .skills-blk {
    display: flex;
    flex-direction: column;
  }
  .equipment-info {
    width: auto;
    display: flex;
    gap: 10px;
  }
  .skills-section {
    padding: 60px 25px;
  }
  .equipment-info .medium {
    width: 200px;
    height: 200px;
    position: relative;
    top: auto;
    right: auto;
  }
  .equipment-card {
    width: auto;
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
    flex: 1;
  }
  p.equipment-text {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }
  .equipment-model img {
    width: 110px;
  }
  .adobe-section {
    width: auto;
    margin: 0 auto 40px;
  }
  .adobe-content .large-circle {
    width: 400px;
    height: 400px;
    left: -40px;
  }
  .adobe-content .medium-circle {
    width: 180px;
    height: 180px;
    top: -80px;
    right: auto;
    left: 205px;
  }
  .adobe-text {
    left: 30px;
    width: 250px;
  }
  .adobe-text p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .highlight-content {
    font-size: 2.6rem;
    line-height: 1.2;
    height: 80px;
    width: 240px;
  }
  .highlight-shadow {
    width: 245px;
    height: 90px;
  }
  .adobe-software-content {
    width: auto;
    margin: 0 40px 0;
    position: relative;
    bottom: auto;
    right: auto;
  }
  .adobe-content {
    height: 420px;
    width: auto;
  }
  .adobe-section .decorative-circles {
    position: relative;
  }
  .software-item {
    font-size: 1.2rem;
    line-height: 20px;
  }
  .adobe-card-text {
    font-size: 1.4rem;
    line-height: 20px;
  }
  .instructor-section {
    width: auto;
  }
  .instructor-content {
    width: auto;
    height: 480px;
  }
  .instructor-section .large-circle {
    width: 360px;
    height: 360px;
    right: -20px;
  }
  .instructor-section .medium-circle {
    width: 215px;
    height: 215px;
    left: auto;
    right: 10px;
    bottom: auto;
    top: 310px;
  }
  .instructor-section .small-circle {
    width: 150px;
    height: 150px;
    top: 240px;
    left: auto;
    right: 205px;
  }
  .instructor-bubble {
    width: 166px;
    height: 142px;
    bottom: auto;
    top: 395px;
    left: auto;
    right: 200px;
  }
  .instructor-bubble::before {
    width: 164px;
    height: 140px;
  }
  .instructor-bubble::after {
    width: 166px;
    height: 142px;
  }
  .instructor-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .instructor-text2 {
    top: 70px;
    width: 250px;
    right: 36px;
  }
  section.course-features {
    margin: 0 30px;
  }
  .features-grid {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .feature-card {
    width: auto;
    height: auto;
  }
  .feature-subtitle {
    font-size: 1.6rem;
  }
  .feature-title {
    font-size: 2.4rem;
  }
  .feature-description {
    font-size: 1.4rem;
  }
  .feature-note {
    margin-bottom: 30px;
  }
  .card-2 .feature-title {
    padding-top: 30px;
  }
  .card-2 .feature-description {
    margin-bottom: 30px;
  }
  .card-3 .feature-title {
    padding-top: 30px;
  }
  .card-3 .feature-description {
    margin-bottom: 30px;
  }
  .card-4 .feature-title {
    padding-top: 30px;
  }
  .card-4 .feature-note {
    margin-bottom: 30px;
  }
  .features-background.white {
    height: 200px;
  }
  .schedule-text {
    width: auto;
    padding-top: 60px;
  }
  section.schedule-section {
    padding: 0 30px;
  }
  .schedule-header {
    line-height: 1.6;
    font-size: 1.6rem;
  }
  .schedule-content {
    font-size: 2.6rem;
    width: auto;
  }
  h3.schedule-highlight {
    width: auto;
  }
  .schedule-shadow {
    width: 330px;
  }
  .schedule-info {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .schedule-info .decorative-circle {
    width: 215px;
    height: 215px;
  }
  .schedule-card {
    width: 100%;
  }
  h3.schedule-label {
    font-size: 1.6rem;
    width: 120px;
    height: 35px;
  }
  .schedule-note-top span:first-child {
    font-size: 1.4rem;
  }
  .schedule-header-bar {
    gap: 15px;
  }
  .schedule-title {
    font-size: 1.8rem;
  }
  span.large-number {
    font-size: 3.2rem;
    line-height: inherit;
  }
  dd.duration-badge {
    width: auto;
    padding: 0 15px;
  }
  p.schedule-time {
    font-size: 1.6rem;
  }
  p.schedule-note {
    line-height: 1.4;
  }
  .curriculum-section {
    width: auto;
    margin: 0 15px 40px;
    padding: 70px 20px 40px;
  }
  .software-tag {
    font-size: 1.2rem;
    line-height: 1.6;
    width: auto;
    padding: 0 7px;
  }
  .curriculum-title {
    font-size: 1.6rem;
  }
  .support-section {
    width: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .support-section .decorative-circle {
    width: 215px;
    height: 215px;
  }
  .support-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
  }
  .support-card {
    font-size: 1.6rem;
    width: 138px;
    height: 40px;
  }
  dd.support-description {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  section.additional-info {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 auto 30px;
  }
  .info-item {
    width: auto;
  }
  .info-item .decorative-circles .large {
    width: 280px;
    height: 280px;
    position: relative;
    left: -20px;
  }
  .info-item .decorative-circles .small {
    width: 160px;
    height: 160px;
    left: 220px;
    right: auto;
  }
  .info-text {
    top: 82px;
    left: 14px;
    width: 220px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .additional-info .decorative-circles {
    position: relative;
  }
  .info-text2 {
    top: 60px;
    font-size: 1.4rem;
    width: 190px;
    left: 29px;
    line-height: 1.4;
  }
  .location-section {
    width: auto;
    margin: 0 25px;
  }
  .location-title {
    font-size: 2.2rem;
  }
  .location-address {
    font-size: 1.4rem;
  }
  .access-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
  }
  .access-badge {
    font-size: 1.4rem;
    width: 60px;
    height: 26px;
  }
  .access-text {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .contact-section {
    padding: 60px 25px;
  }
  .contact-message {
    font-size: 2.0rem;
    line-height: 1.6;
  }
  a.button-content {
    font-size: 2.2rem;
    line-height: 56px;
  }
  .arrow-icon {
    width: 8px;
  }
  .contact-text {
    font-size: 1.6rem;
  }
  .phone-number {
    font-size: 3.4rem;
    gap: 10px;
    margin-bottom: 2px;
  }
  .phone-icon {
    width: 37px;
    height: 24px;
  }
  .phone-icon::before {
    width: 37px;
    height: 24px;
    top: 2px;
  }
  .business-hours {
    font-size: 1.2rem;
  }
  .video-examples .col-6:first-child {
    padding-right: 10px;
  }
  .video-examples .col-6:last-child {
    padding-left: 10px;
  }
  .features-background:before {
    content: "";
    background-color: #d3edfb;
    display: block;
    width: 100%;
    height: 200px;
    z-index: -1;
    position: absolute;
    bottom: -200px;
    left: 0;
  }
  .features-background.white:before {
    content: "";
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 820px;
    z-index: -1;
    position: absolute;
    top: 200px;
    left: 0;
  }
  .features-background:before {
    content: "";
    background-color: #d3edfb;
    display: block;
    width: 100%;
    height: 480px;
    z-index: -1;
    position: absolute;
    top: 200px;
    left: 0;
  }
  .instructor-text2 p {
    left: 31px;
    position: relative;
    font-size: 1.6rem;
  }
  .skills-section .highlight-content {
    font-size: 2.6rem;
    width: 230px;
    height: 40px;
  }
  .skills-section .highlight-shadow {
    width: 230px;
    height: 40px;
  }
  .skills-text p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .course-schedule {
    margin-bottom: 0;
  }
  h2.support-ttl {
    padding: 0 30px;
    text-align: center;
  }
  p.curriculum-note {
    text-align: left;
  }
  .adobe-text h2 + p {
    margin-right: -50px;
  }
  .feature-card.card-4:before {
    height: 50px;
    background-size: auto 50px;
    background-position: center;
    top: -22px;
  }
  .feature-card.card-3:before {
    height: 50px;
    background-size: auto 50px;
    background-position: center;
    top: -22px;
  }
  .feature-card.card-2:before {
    height: 50px;
    background-size: auto 50px;
    background-position: center;
    top: -22px;
  }
  .feature-card.card-1:before {
    height: 50px;
    background-size: auto 50px;
    background-position: center;
    top: -22px;
  }
  section h2 {
    margin-bottom: 30px;
  }
  .course-features:after {
    width: 130vw;
  }
}