@charset "UTF-8";
/* normalize */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  height: 0;
  overflow: visible;
  box-sizing: content-box;
}
pre {
  font-size: 1em;
  font-family: monospace, monospace;
}
a {
  background-color: transparent;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  font-family: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  max-width: 100%;
  padding: 0; /* 3 */
  display: table;
  color: inherit;
  white-space: normal;
  box-sizing: border-box;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  padding: 0;
  box-sizing: border-box;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* Base */
html {
  font-size: 62.5%;
}
body {
  color: #1A1411;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  word-wrap: break-word;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 1.5rem;
  }
}
a {
  display: inline-block;
  color: #F48700;
  text-decoration: none;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-duration: 0.6s;
}
a img {
  border: none;
}
a img:hover, a img:active {
  opacity: 0.8;
}
span {
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-duration: 0.6s;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  transition: all 0.6s ease;
}
iframe {
  border: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.4;
}
h1 {
  font-size: 3.2rem;
}
h2 {
  font-size: 2.7rem;
}
h3 {
  font-size: 2.3rem;
}
h4 {
  font-size: 1.8rem;
}
[class*=col-] {
  margin-bottom: 2rem;
}
[class*=col-] h1, [class*=col-] h2, [class*=col-] h3, [class*=col-] h4, [class*=col-] h5, [class*=col-] h6 {
  margin-bottom: 1.5rem;
}
[class*=col-] h1:last-child, [class*=col-] h2:last-child, [class*=col-] h3:last-child, [class*=col-] h4:last-child, [class*=col-] h5:last-child, [class*=col-] h6:last-child {
  margin-bottom: 0;
}
.row [class*=col-]:last-child {
  margin-bottom: 0;
}
a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
figure {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: 0;
}
img[src$=".svg"] {
  width: 100%;
  vertical-align: bottom;
}

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1199px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.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 {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.col {
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.col-auto {
  width: auto;
  max-width: none;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  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 (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    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 (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    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 (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    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 (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    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: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-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;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 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;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-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;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-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 (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-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 (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-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 (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-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 (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-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;
  }
}

.is-pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.ttl {
  margin: 0 0 60px;
  text-align: center;
  color: #002076;
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 991px) {
  .ttl {
    margin-bottom: 40px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl {
    margin-bottom: 25px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl {
    font-size: 2.8rem;
  }
}

/* ヘッダー */
.l-header {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 100;
  transition-property: padding;
  transition-duration: 0.2s;
}
@media screen and (max-width: 1199px) {
  .l-header {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .l-header {
    top: 10px;
  }
}
.l-header.is-fixed {
  padding: 20px 0 20px 20px;
  position: fixed;
  top: 0;
  background: #FFF;
}
@media screen and (max-width: 1199px) {
  .l-header.is-fixed {
    padding: 15px 0 15px 15px;
  }
}
@media screen and (max-width: 575px) {
  .l-header.is-fixed {
    padding: 10px 0 10px 10px;
  }
}
.l-header .row {
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}
.l-header__logo {
  width: 210px;
}
@media screen and (max-width: 575px) {
  .l-header__logo {
    width: 180px;
  }
}
.l-header__btn {
  width: 200px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  .l-header__btn {
    display: none;
  }
}
.l-header__btn-sp {
  display: none;
}
@media screen and (max-width: 1199px) {
  .l-header__btn-sp {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .l-header__btn-sp a {
    width: 200px;
    height: 50px;
    padding: 11px 20px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    border-radius: 35px;
    background: #F48700;
  }
}
.l-header__btn a {
  height: 50px;
  padding: 15px 20px;
  display: block;
  color: #FFF;
  font-weight: 700;
  border-radius: 35px;
  background: #F48700;
}
.l-header__btn a:hover {
  background: #FFA73C;
}

/* グローバルナビ */
.l-gnav {
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .l-gnav {
    display: none;
  }
}
.l-gnav ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  font-weight: 700;
  list-style: none;
}
.l-gnav ul li {
  margin: 0 25px;
  text-align: center;
  line-height: 1.4;
}
.l-gnav ul a {
  color: #1A1411;
}
.l-top {
  overflow: hidden;
}

/* スマホメニュー */
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 1199px) {
  .slicknav_menu {
    display: block;
    position: fixed;
    top: 32px;
    right: 40px;
    z-index: 1050;
    font-size: 1.5rem;
  }
  .slicknav_menu.is-fixed {
    position: fixed;
    top: 28px;
  }
  .slicknav_menutxt {
    color: #002076;
    line-height: 1;
  }
  .slicknav_menutxt::before {
    display: inline-block;
    content: "\f0c9";
    font-size: 2.6rem;
    font-family: "Font Awesome 5 Pro";
  }
  .slicknav_menu .l-header__btn {
    width: 200px;
    margin: 10px auto 0;
    display: block;
  }
  .slicknav_menu .l-header__btn a {
    padding: 10px 20px;
    display: block;
    text-align: center;
    color: #FFF;
    background: #002076;
  }
}
@media screen and (max-width: 575px) {
  .slicknav_menu {
    top: 22px;
    right: 25px;
  }
}
.slicknav_menu .l-header__btn-sp {
  padding: 0;
  text-align: center;
}
.slicknav_nav {
  padding-bottom: 20px;
  position: fixed;
  top: 88px;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 575px) {
  .slicknav_nav {
    top: 69px;
  }
}
.slicknav_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slicknav_nav ul li {
  border-top: 1px solid #EAEAEA;
}
.slicknav_nav ul a {
  padding: 15px 25px;
  display: block;
  color: #1A1411;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0;
}
.slicknav_nav .slicknav_arrow:before {
  margin-left: 5px;
  display: inline-block;
  content: "\f105";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
}
.slicknav_nav .slicknav_open > a > .slicknav_arrow:before {
  content: "\f107";
}

/* フッター */
.l-footer {
  padding: 80px 0 50px;
  position: relative;
  background: #FFFADE;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 0 45px;
  }
}
@media screen and (max-width: 575px) {
  .l-footer {
    padding: 30px 0 25px;
  }
}
.l-footer__cta {
  margin-bottom: 60px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .l-footer__cta {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .l-footer__cta {
    margin-bottom: 20px;
  }
}
.l-footer__address {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .l-footer__address {
    display: block;
  }
}
.l-footer__address__logo {
  width: 240px;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .l-footer__address__logo {
    width: 200px;
    margin: 0 0 10px;
  }
}
.l-footer__address__text {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .l-footer__address__text {
    margin: 0 0 20px;
  }
}
.l-footer__address p {
  margin: 0 0 10px;
}
.l-footer__address__text a[href^="tel:"] {
  color: #1A1411;
}
.footer_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_btn a:not(:last-of-type) {
  margin-right: 20px;
}
.footer_btn a i {
  margin-right: 3px;
}
.l-copyright {
  margin: auto 0 0 auto;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 991px) {
  .l-copyright {
    margin: 0;
    text-align: center;
  }
}

/* トップページ
============================================*/
.concept,
.wish,
.ride,
.about,
.faq {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .concept,
  .wish,
  .ride,
  .about,
  .faq {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .concept,
  .wish,
  .ride,
  .about,
  .faq {
    padding: 30px 0;
  }
}
.wish,
.ride {
  background-image: url(/images/easybike/top/bg_pop_top.webp), url(/images/easybike/top/bg_pop_btm.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: center top 15px, center bottom 30px;
  background-color: #FFFADE;
}
@media screen and (max-width: 1199px) {
  .wish,
  .ride {
    background-position: center top 3%, center bottom 3%;
    background-size: 125% auto;
  }
}

/* メインヴィジュアル */
.mainvisual {
  padding: 105px 0 0;
  color: #FFF;
  background: #C2E5FF;
}
@media screen and (max-width: 1199px) {
  .mainvisual {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    padding-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  .mainvisual {
    padding-top: 75px;
  }
}
.mainvisual .mv__box {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv__box {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual .mv__box.order-1 {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual .mv__box.order-2 {
    order: 1;
  }
}
.mainvisual h1 {
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .mainvisual h1 {
    margin-bottom: 20px;
  }
}
.mainvisual .mv__label {
  margin: 0 0 20px;
  padding: 8px 5px 5px;
  text-align: center;
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.07em;
  border-radius: 10px;
  background: #002076;
}
@media screen and (max-width: 1199px) {
  .mainvisual .mv__label {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .mainvisual .mv__label {
    padding: 7px 5px 6px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual .mv__label {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .mainvisual .mv__label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual .mv__photo__box {
    display: none;
  }
}

.concept {
  text-align: center;
  background: url(/images/easybike/top/bg_grid.webp) repeat left top;
}
.concept .concept__block {
  padding: 90px;
  border-radius: 30px;
  border: 6px solid #002076;
  background: #FFF;
}
@media screen and (max-width: 1199px) {
  .concept .concept__block {
    padding: 70px 50px;
  }
}
@media screen and (max-width: 991px) {
  .concept .concept__block {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .concept .concept__block {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 575px) {
  .concept .concept__block {
    padding: 30px 20px;
  }
}
.concept .ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .concept .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .concept .ttl {
    margin-bottom: 15px;
  }
}
.concept .concept__text__box {
  width: 90%;
  min-height: 170px;
  margin: 0 auto 50px;
  padding: 0 110px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .concept .concept__text__box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .concept .concept__text__box {
    min-height: initial;
    margin-bottom: 30px;
    padding: 0;
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .concept .concept__text__box {
    margin-bottom: 20px;
  }
}
.concept .concept__text__box::before,
.concept .concept__text__box::after {
  width: 102px;
  height: 170px;
  position: absolute;
  top: 0;
  content: "";
  z-index: 10;
  background-size: contain;
}
.concept .concept__text__box::before {
  left: 0;
  background: url(/images/easybike/top/concept_text_bg_l.webp) no-repeat;
}
.concept .concept__text__box::after {
  right: 0;
  background: url(/images/easybike/top/concept_text_bg_r.webp) no-repeat;
}
@media screen and (max-width: 767px) {
  .concept .concept__text__box::before,
  .concept .concept__text__box::after {
    display: none;
  }
}
.concept .concept__text__box p {
  margin: 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .concept .concept__text__box p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .concept .concept__text__box p {
    font-size: 1.6rem;
  }
}
.concept .concept__main__photo {
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .concept .concept__main__photo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .concept .concept__main__photo {
    margin-bottom: 20px;
  }
}
.concept .concept__ttl {
  margin: 0 0 20px;
  text-align: center;
  color: #DC000D;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .concept .concept__ttl {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .concept .concept__ttl {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
.concept .concept__wrap {
  margin-bottom: 45px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .concept .concept__wrap {
    margin-bottom: 25px;
    justify-content: center;
  }
}
.concept .concept__box {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .concept .concept__box {
    text-align: center;
  }
}
.concept .concept__box.step01,
.concept .concept__box.step03 {
  width: calc(33.3333% - 60px);
  max-width: 300px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .concept .concept__box.step01,
  .concept .concept__box.step03 {
    width: 100%;
    max-width: 450px;
  }
}
.concept .concept__box.step02 {
  width: calc(32.8333% - 60px);
  max-width: 265px;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .concept .concept__box.step02 {
    width: 100%;
    max-width: 400px;
  }
}
.concept .concept__box img {
  border-radius: 30px;
  border: 10px solid #002076;
}
.concept .concept__arrow {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .concept .concept__arrow {
    width: 100%;
    text-align: center;
  }
}
.concept .concept__arrow i {
  width: 30px;
  color: #DC000D;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .concept .concept__arrow i {
    width: 80px;
    transform: rotate(90deg);
  }
}
.concept .concept__banner {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 575px) {
  .concept .concept__banner {
    width: 100%;
  }
}
.concept .concept__banner a {
  height: 60px;
  padding: 18px 20px;
  display: block;
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  border-radius: 35px;
  background: #F48700;
}
@media screen and (max-width: 575px) {
  .concept .concept__banner a {
    height: 54px;
    padding: 16px 10px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 475px) {
  .concept .concept__banner a {
    height: 50px;
    padding: 15px 10px;
    font-size: 1.6rem;
  }
}
.concept .concept__banner a:hover {
  background: #FFA73C;
}
.concept .concept__banner a i {
  margin-left: 7px;
  vertical-align: -2px;
  font-size: 2.5rem;
}
@media screen and (max-width: 575px) {
  .concept .concept__banner a i {
    margin-left: 5px;
    vertical-align: -2px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 475px) {
  .concept .concept__banner a i {
    margin-left: 3px;
    font-size: 2.1rem;
  }
}

.comic {
  background: #FFF;
  padding: 15px 0;
}

.wish .wish__block {
  text-align: center;
}
.wish .ttl {
  font-size: 5rem;
}
@media screen and (max-width: 1199px) {
  .wish .ttl {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 991px) {
  .wish .ttl {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .wish .ttl {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 575px) {
  .wish .ttl {
    font-size: 3.4rem;
  }
}
.wish .wish__text__box {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wish .wish__text__box {
    margin-bottom: 40px;
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .wish .wish__text__box {
    margin-bottom: 30px;
  }
}
.wish .wish__text__box p {
  margin: 0 0 30px;
  color: #002076;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .wish .wish__text__box p {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .wish .wish__text__box p {
    font-size: 1.6rem;
  }
}
.wish .wish__photo__box {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .wish .wish__photo__box {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 575px) {
  .wish .wish__photo__box {
    margin-bottom: 25px;
  }
}
.wish .wish__movie__block {
  margin: 0;
  padding: 0;
}
.wish .wish__movie__box {
  max-width: 800px;
  margin: 0 auto;
}
.wish .wish__movie__box iframe {
  width: 100%;
  height: 100%;
  padding: 6px;
  border-radius: 30px;
  border: 6px solid #002076;
  aspect-ratio: 16 / 9;
}

.about {
  position: relative;
  background: #EFF8FF url(/images/easybike/top/bg_grid.webp) repeat left top;
}
.about__panel {
  display: none;
}
.about__panel.is-ov {
  display: block;
}
.about__gallery {
  padding: 40px 40px 40px;
  position: relative;
  border-radius: 0 0 30px 30px;
  background: #FFF;
}
@media screen and (max-width: 575px) {
  .about__gallery {
    padding: 20px 20px 20px;
  }
}
.about__ttl__box {
  padding: 80px 40px 40px;
  text-align: center;
  border-radius: 30px 30px 0 0;
  background: #FFF;
}
@media screen and (max-width: 575px) {
  .about__ttl__box {
    padding: 40px 20px 20px;
  }
}
.about__ttl__box .about__label {
  margin: 0 auto 20px;
  padding: 8px 20px 5px;
  text-align: center;
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.07em;
  border-radius: 10px;
  background: #002076;
}
@media screen and (max-width: 1199px) {
  .about__ttl__box .about__label {
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .about__ttl__box .about__label {
    padding: 7px 5px 6px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .about__ttl__box .about__label {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .about__ttl__box .about__label {
    font-size: 1.8rem;
  }
}
.about__ttl__box .ttl {
  margin-bottom: 0;
}
.about__gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about__gallery ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .about__gallery ul li {
    flex-direction: column;
  }
}
.about__gallery ul li img {
  max-width: 100%;
}
.about__gallery__btn {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .about__gallery__btn {
    margin-top: 30px;
  }
}
.about__gallery__btn a {
  padding: 15px 40px;
  display: inline-block;
  color: #002076;
  font-weight: 700;
  border-radius: 45px;
  border: 2px solid #002076;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .about__gallery__btn a {
    padding: 10px 20px;
    font-size: 1.5rem;
  }
}
.about__gallery__btn a:hover {
  color: #FFF;
  background: #002076;
}
.about__gallery__btn a i {
  margin-right: 5px;
}
.about__gallery__arr {
  margin: 0 20px;
  display: var(--fa-display, inline-block);
  color: #002076;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.about__gallery__arr:before {
  content: "\f324";
}
@media screen and (max-width: 575px) {
  .about__gallery__arr:before {
    margin: 10px 0 20px;
    display: block;
    content: "\f322";
  }
}
.about__gallery__nav {
  margin: 48px 0 80px;
  padding: 0;
  display: flex !important;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .about__gallery__nav {
    margin: 35px -15px 60px;
  }
}
@media screen and (max-width: 575px) {
  .about__gallery__nav {
    margin: 30px -5px 30px;
  }
}
.about__gallery__nav .slick-track {
  width: 100% !important;
}
.about__gallery__nav .slick-list {
  overflow: inherit !important;
}
.about__gallery__nav li {
  width: 300px !important;
  height: 250px;
  margin: 0 15px;
  padding: 0;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .about__gallery__nav li {
    width: calc(33.3333% - 30px) !important;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .about__gallery__nav li {
    width: calc(33.3333% - 10px) !important;
    margin: 0 5px;
  }
}
.about__gallery__nav li.slick-active:before {
  width: 0;
  height: 0;
  position: absolute;
  top: -20px;
  right: 0;
  left: 50%;
  content: "";
  border-width: 0 12px 20px 12px;
  border-style: solid;
  border-color: transparent transparent #F48701 transparent;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .about__gallery__nav li:after {
    display: block;    
    content: "";
  }
}
.about__gallery__nav li figure {
  width: 100%;
  margin-bottom: 10px;
}
.about__gallery__nav li img {
  max-width: 100%;
  padding: 10px;
  border-radius: 30px;
  border: 6px solid #002076;
  background: #FFF;
}
.about__gallery__nav li.slick-active img {
  border-color: #F48701;
}
.about__gallery__nav li .about__gallery__color {
  width: 100%;
  margin: 0;
  text-align: center;
  color: #002076;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .about__gallery__nav li .about__gallery__color {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .about__gallery__nav li .about__gallery__color {
    font-size: 1.6rem;
  }
}
.about__gallery__nav li.slick-active .about__gallery__color {
  color: #F48701;
}
.about__gallery__inch {
  position: absolute;
  top: 60px;
  left: 50%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .about__gallery__inch {
    top: 30px;
  }
}
.about__gallery__inch:before, .about__gallery__inch:after {
  width: 20px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  content: "";
  background: #1A1411;
  transform: translateY(-50%);
}
.about__gallery__inch:before {
  left: -30px;
}
.about__gallery__inch:after {
  right: -30px;
}
.about__outline {
  padding: 70px;
  border-radius: 30px;
  background: #FFF;
}
@media screen and (max-width: 575px) {
  .about__outline {
    padding: 20px;
  }
}
.about__outline table {
  width: 100%;
  border-collapse: collapse;
}
.about__outline table + table {
  margin-top: 30px;
}
.about__outline table tr + tr th,
.about__outline table tr + tr td {
  border-top: 1px solid #EAEAEA;
}
.about__outline table th, .about__outline table td {
  padding: 10px;
  text-align: left;
  font-weight: 400;
}
.about__outline table th {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .about__outline table th {
    width: 90px;
  }
}

.ride .ride__text__box {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ride .ride__text__box {
    margin-bottom: 40px;
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .ride .ride__text__box {
    margin-bottom: 30px;
  }
}
.ride .ride__text__box p {
  margin: 0 0 30px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .ride .ride__text__box p {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .ride .ride__text__box p {
    font-size: 1.6rem;
  }
}
.ride .ride__photo__box {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ride .ride__photo__box {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 575px) {
  .ride .ride__photo__box {
    margin-bottom: 25px;
  }
}
.ride .ride__profile__block {
  padding: 10px 50px 0;
  border-radius: 30px;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .ride .ride__profile__block {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .ride .ride__profile__block {
    padding: 20px;
  }
}
.ride .ride__profile__photo__box {
  width: 22%;
}
@media screen and (max-width: 991px) {
  .ride .ride__profile__photo__box {
    width: 45%;
  }
}
@media screen and (max-width: 575px) {
  .ride .ride__profile__photo__box {
    width: 48%;
  }
}
.ride .ride__profile__box {
  width: 28%;
  padding: 0 20px;
  align-self: center;
}
@media screen and (max-width: 991px) {
  .ride .ride__profile__box {
    width: 50%;
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .ride .ride__profile__box {
    width: 47%;
  }
}
.ride .ride__profile__box p {
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  .ride .ride__profile__box p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .ride .ride__profile__box p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 475px) {
  .ride .ride__profile__box p {
    margin-bottom: 10px;
  }
}
.ride .ride__profile__box p:last-child {
  margin-bottom: 0;
}
.ride .ride__profile__box .ride__profile__name {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ride .ride__profile__box .ride__profile__name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .ride .ride__profile__box .ride__profile__name {
    margin-bottom: 15px;
  }
}
.ride .ride__profile__box .ride__profile__name span {
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .ride .ride__profile__box .ride__profile__name span {
    font-size: 1.8rem;
  }
}
.ride .ride__profile__text__box {
  max-width: 50%;
  align-self: center;
}
@media screen and (max-width: 991px) {
  .ride .ride__profile__text__box {
    max-width: 100%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .ride .ride__profile__text__box {
    margin-top: 20px;
  }
}
.ride .ride__profile__text__box p {
  margin: 0 0 15px;
}
.ride .ride__profile__text__box p:last-child {
  margin-bottom: 0;
}

.faq {
  background: url(/images/easybike/top/bg_grid.webp) repeat left top;
}
.faq .faq__block {
  padding: 80px 90px;
  border-radius: 30px;
  border: 6px solid #002076;
  background: #FFF;
}
@media screen and (max-width: 1199px) {
  .faq .faq__block {
    padding: 60px 70px;
  }
}
@media screen and (max-width: 991px) {
  .faq .faq__block {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq__block {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 575px) {
  .faq .faq__block {
    padding: 30px 20px;
  }
}
.faq .faq__block dl {
  width: 100%;
  margin: 0;
  padding: 0;
}
.faq .faq__block dl dt,
.faq .faq__block dl dd {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  display: flex;
  align-items: flex-start;
}
.faq .faq__block dl dt {
  color: #002076;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 575px) {
  .faq .faq__block dl dt {
    font-size: 1.6rem;
  }
}
.faq .faq__block dl dd {
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EAEAEA;  
}
@media screen and (max-width: 767px) {
  .faq .faq__block dl dd {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .faq .faq__block dl dd {
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.faq .faq__block dl dd:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;  
}
.faq .faq__block dl dt::before,
.faq .faq__block dl dd::before {
  min-width: 20px;
  margin-right: 20px;
  display: block;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 575px) {
  .faq .faq__block dl dt::before,
  .faq .faq__block dl dd::before {
    margin-right: 10px;
  }
}
.faq .faq__block dl dt::before {
  padding-top: 5px;
  content: "Q";
  color: #002076;
}
@media screen and (max-width: 767px) {
  .faq .faq__block dl dt::before {
    padding-top: 1px;
  }
}
@media screen and (max-width: 575px) {
  .faq .faq__block dl dt::before {
    margin-top: -1px;
    padding-top: 0;
  }
}
.faq .faq__block dl dd::before {
  padding-top: 3px;
  content: "A";
  color: #F48700;
}
@media screen and (max-width: 767px) {
  .faq .faq__block dl dd::before {
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .faq .faq__block dl dd::before {
    margin-top: -1px;
    padding-top: 0;
  }
}

/* 内部ページ
============================================*/
.l-wrapper {
  margin: 110px 0;
}
@media screen and (max-width: 991px) {
  .l-wrapper {
    margin: 70px 0;
  }
}
.pageHead {
  padding: 150px 0 120px;
  background: #C2E5FF;
}
@media screen and (max-width: 991px) {
  .pageHead {
    padding: 100px 0 60px;
  }
}
.pageHead__ttl {
  margin: 0;
  text-align: center;
}

/* お問い合わせ
============================================*/
.contact__head {
  margin-bottom: 60px;
}
.contact__head p {
  margin-top: 0;
}
.contact__head h2 {
  margin: 0 0 20px;
  color: #1A1411;
  font-size: 2.1rem;
}
.contact__form {
  display: flex;
  flex-wrap: wrap;
}
.contact__form dt {
  width: 12em;
  margin: 10px 0;
  padding: 3px 0 0;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contact__form dt {
    width: 100%;
    margin: 0 0 3px;
  }
  .contact__form dt p {
    margin: 0;
  }
}
.contact__form dt .require {
  margin-left: 5px;
  padding: 2px 5px;
  display: inline-block;
  color: #F48700;
  font-size: 1.2rem;
  border: 1px solid #F48700;
}
.contact__form dd {
  width: calc(100% - 12em);
  margin: 10px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .contact__form dd {
    width: 100%;
    margin: 0 0 10px;
  }
}
.contact__form dd p {
  margin: 0;
}
.contact__form input[type=text], .contact__form input[type=email], .contact__form textarea, .contact__form select, .contact__form .ws, .contact__form .wm {
  width: 100%;
  margin: 0.5em 0;
  padding: 15px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #CCC;
  background: #FFF;
}
.submitArea {
  text-align: center;
}
.submitArea a, .submitArea input {
  padding: 1em 3em;
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  font-weight: 700;
  font: normal 15px "Lucida Grande", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  text-decoration: none;
  border-radius: 30px;
  border: none;
  background-color: #002076;
  -webkit-appearance: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7-not-valid-tip {
  display: block;
  color: #F48700;
  font-size: 1.5rem;
  font-weight: 500;
  font-weight: normal;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #F48700;
}

.u-margintop--xl {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xl {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xl {
    margin-top: 60px;
  }
}
.u-margintop--lg {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .u-margintop--lg {
    margin-top: 60px;
  }
}
.u-margintop--md {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-margintop--md {
    margin-top: 40px;
  }
}
.u-margintop--ms {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .u-margintop--ms {
    margin-top: 30px;
  }
}
.u-marginbottom--xl {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--xl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--xl {
    margin-bottom: 60px;
  }
}
.u-marginbottom--lg {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--lg {
    margin-bottom: 60px;
  }
}
.u-marginbottom--md {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--md {
    margin-bottom: 40px;
  }
}
.u-padding--xl {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .u-padding--xl {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.u-padding--lg {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .u-padding--lg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.u-padding--md {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .u-padding--md {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.u-padding--sm {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-padding--sm {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.u-padding--xs {
  padding-bottom: 45px;
  padding-top: 45px;
}
@media screen and (max-width: 991px) {
  .u-padding--xs {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.u-paddingright--sm {
  padding-right: 35px;
}
@media screen and (max-width: 991px) {
  .u-paddingright--sm {
    padding-right: 20px;
  }
}