@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.0rem;
  font-weight: normal;
  color: #252525;
  background-color: #fff;
}

a,
a:focus,
*:focus {
  outline: none;
}

a {
  color: #64aba8;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #252525;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.8;
  color: inherit;
}

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

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

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

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

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

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

p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  p {
    font-size: 1.5rem;
  }
}
p a {
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}

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

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

  .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;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
.mb-10 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mb-10 {
    margin-bottom: 0!important;
  }
}

.mt-10 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mt-10 {
    margin-top: 0!important;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mb-20 {
    margin-bottom: 0!important;
  }
}

.mt-20 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .mt-20 {
    margin-top: 0!important;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mb-30 {
    margin-bottom: 0!important;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .mt-30 {
    margin-top: 0!important;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mb-40 {
    margin-bottom: 0!important;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .mt-40 {
    margin-top: 0!important;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .mb-50 {
    margin-bottom: 0!important;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .mt-50 {
    margin-top: 0!important;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .mb-60 {
    margin-bottom: 0!important;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .mt-60 {
    margin-top: 0!important;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .mb-70 {
    margin-bottom: 0!important;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .mt-70 {
    margin-top: 0!important;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .mb-80 {
    margin-bottom: 0!important;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .mt-80 {
    margin-top: 0!important;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .mb-90 {
    margin-bottom: 0!important;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .mt-90 {
    margin-top: 0!important;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .mb-100 {
    margin-bottom: 0!important;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .mt-100 {
    margin-top: 0!important;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media (min-width: 768px) {
  .mb-110 {
    margin-bottom: 0!important;
  }
}

.mt-110 {
  margin-top: 110px;
}
@media (min-width: 768px) {
  .mt-110 {
    margin-top: 0!important;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .mb-120 {
    margin-bottom: 0!important;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 768px) {
  .mt-120 {
    margin-top: 0!important;
  }
}

.mb-130 {
  margin-bottom: 130px;
}
@media (min-width: 768px) {
  .mb-130 {
    margin-bottom: 0!important;
  }
}

.mt-130 {
  margin-top: 130px;
}
@media (min-width: 768px) {
  .mt-130 {
    margin-top: 0!important;
  }
}

.mb-140 {
  margin-bottom: 140px;
}
@media (min-width: 768px) {
  .mb-140 {
    margin-bottom: 0!important;
  }
}

.mt-140 {
  margin-top: 140px;
}
@media (min-width: 768px) {
  .mt-140 {
    margin-top: 0!important;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media (min-width: 768px) {
  .mb-150 {
    margin-bottom: 0!important;
  }
}

.mt-150 {
  margin-top: 150px;
}
@media (min-width: 768px) {
  .mt-150 {
    margin-top: 0!important;
  }
}

.mb-160 {
  margin-bottom: 160px;
}
@media (min-width: 768px) {
  .mb-160 {
    margin-bottom: 0!important;
  }
}

.mt-160 {
  margin-top: 160px;
}
@media (min-width: 768px) {
  .mt-160 {
    margin-top: 0!important;
  }
}

.mb-170 {
  margin-bottom: 170px;
}
@media (min-width: 768px) {
  .mb-170 {
    margin-bottom: 0!important;
  }
}

.mt-170 {
  margin-top: 170px;
}
@media (min-width: 768px) {
  .mt-170 {
    margin-top: 0!important;
  }
}

.mb-180 {
  margin-bottom: 180px;
}
@media (min-width: 768px) {
  .mb-180 {
    margin-bottom: 0!important;
  }
}

.mt-180 {
  margin-top: 180px;
}
@media (min-width: 768px) {
  .mt-180 {
    margin-top: 0!important;
  }
}

.mb-190 {
  margin-bottom: 190px;
}
@media (min-width: 768px) {
  .mb-190 {
    margin-bottom: 0!important;
  }
}

.mt-190 {
  margin-top: 190px;
}
@media (min-width: 768px) {
  .mt-190 {
    margin-top: 0!important;
  }
}

.mb-200 {
  margin-bottom: 200px;
}
@media (min-width: 768px) {
  .mb-200 {
    margin-bottom: 0!important;
  }
}

.mt-200 {
  margin-top: 200px;
}
@media (min-width: 768px) {
  .mt-200 {
    margin-top: 0!important;
  }
}

.mb-md-10 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 10px!important;
  }
}

.mt-md-10 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px!important;
  }
}

.mb-md-20 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-20 {
    margin-bottom: 20px!important;
  }
}

.mt-md-20 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-20 {
    margin-top: 20px!important;
  }
}

.mb-md-30 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px!important;
  }
}

.mt-md-30 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-30 {
    margin-top: 30px!important;
  }
}

.mb-md-40 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-40 {
    margin-bottom: 40px!important;
  }
}

.mt-md-40 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-40 {
    margin-top: 40px!important;
  }
}

.mb-md-50 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-50 {
    margin-bottom: 50px!important;
  }
}

.mt-md-50 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-50 {
    margin-top: 50px!important;
  }
}

.mb-md-60 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-60 {
    margin-bottom: 60px!important;
  }
}

.mt-md-60 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-60 {
    margin-top: 60px!important;
  }
}

.mb-md-70 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-70 {
    margin-bottom: 70px!important;
  }
}

.mt-md-70 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-70 {
    margin-top: 70px!important;
  }
}

.mb-md-80 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-80 {
    margin-bottom: 80px!important;
  }
}

.mt-md-80 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-80 {
    margin-top: 80px!important;
  }
}

.mb-md-90 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-90 {
    margin-bottom: 90px!important;
  }
}

.mt-md-90 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-90 {
    margin-top: 90px!important;
  }
}

.mb-md-100 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-100 {
    margin-bottom: 100px!important;
  }
}

.mt-md-100 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-100 {
    margin-top: 100px!important;
  }
}

.mb-md-110 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-110 {
    margin-bottom: 110px!important;
  }
}

.mt-md-110 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-110 {
    margin-top: 110px!important;
  }
}

.mb-md-120 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-120 {
    margin-bottom: 120px!important;
  }
}

.mt-md-120 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-120 {
    margin-top: 120px!important;
  }
}

.mb-md-130 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-130 {
    margin-bottom: 130px!important;
  }
}

.mt-md-130 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-130 {
    margin-top: 130px!important;
  }
}

.mb-md-140 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-140 {
    margin-bottom: 140px!important;
  }
}

.mt-md-140 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-140 {
    margin-top: 140px!important;
  }
}

.mb-md-150 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-150 {
    margin-bottom: 150px!important;
  }
}

.mt-md-150 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-150 {
    margin-top: 150px!important;
  }
}

.mb-md-160 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-160 {
    margin-bottom: 160px!important;
  }
}

.mt-md-160 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-160 {
    margin-top: 160px!important;
  }
}

.mb-md-170 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-170 {
    margin-bottom: 170px!important;
  }
}

.mt-md-170 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-170 {
    margin-top: 170px!important;
  }
}

.mb-md-180 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-180 {
    margin-bottom: 180px!important;
  }
}

.mt-md-180 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-180 {
    margin-top: 180px!important;
  }
}

.mb-md-190 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-190 {
    margin-bottom: 190px!important;
  }
}

.mt-md-190 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-190 {
    margin-top: 190px!important;
  }
}

.mb-md-200 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-200 {
    margin-bottom: 200px!important;
  }
}

.mt-md-200 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-200 {
    margin-top: 200px!important;
  }
}

.mb-lg-10 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px!important;
  }
}

.mt-lg-10 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px!important;
  }
}

.mb-lg-20 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px!important;
  }
}

.mt-lg-20 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px!important;
  }
}

.mb-lg-30 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px!important;
  }
}

.mt-lg-30 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px!important;
  }
}

.mb-lg-40 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px!important;
  }
}

.mt-lg-40 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px!important;
  }
}

.mb-lg-50 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-50 {
    margin-bottom: 50px!important;
  }
}

.mt-lg-50 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-50 {
    margin-top: 50px!important;
  }
}

.mb-lg-60 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-60 {
    margin-bottom: 60px!important;
  }
}

.mt-lg-60 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-60 {
    margin-top: 60px!important;
  }
}

.mb-lg-70 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-70 {
    margin-bottom: 70px!important;
  }
}

.mt-lg-70 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-70 {
    margin-top: 70px!important;
  }
}

.mb-lg-80 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-80 {
    margin-bottom: 80px!important;
  }
}

.mt-lg-80 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px!important;
  }
}

.mb-lg-90 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-90 {
    margin-bottom: 90px!important;
  }
}

.mt-lg-90 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-90 {
    margin-top: 90px!important;
  }
}

.mb-lg-100 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-100 {
    margin-bottom: 100px!important;
  }
}

.mt-lg-100 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-100 {
    margin-top: 100px!important;
  }
}

.mb-lg-110 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-110 {
    margin-bottom: 110px!important;
  }
}

.mt-lg-110 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-110 {
    margin-top: 110px!important;
  }
}

.mb-lg-120 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-120 {
    margin-bottom: 120px!important;
  }
}

.mt-lg-120 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-120 {
    margin-top: 120px!important;
  }
}

.mb-lg-130 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-130 {
    margin-bottom: 130px!important;
  }
}

.mt-lg-130 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-130 {
    margin-top: 130px!important;
  }
}

.mb-lg-140 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-140 {
    margin-bottom: 140px!important;
  }
}

.mt-lg-140 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-140 {
    margin-top: 140px!important;
  }
}

.mb-lg-150 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-150 {
    margin-bottom: 150px!important;
  }
}

.mt-lg-150 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-150 {
    margin-top: 150px!important;
  }
}

.mb-lg-160 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-160 {
    margin-bottom: 160px!important;
  }
}

.mt-lg-160 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-160 {
    margin-top: 160px!important;
  }
}

.mb-lg-170 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-170 {
    margin-bottom: 170px!important;
  }
}

.mt-lg-170 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-170 {
    margin-top: 170px!important;
  }
}

.mb-lg-180 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-180 {
    margin-bottom: 180px!important;
  }
}

.mt-lg-180 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-180 {
    margin-top: 180px!important;
  }
}

.mb-lg-190 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-190 {
    margin-bottom: 190px!important;
  }
}

.mt-lg-190 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-190 {
    margin-top: 190px!important;
  }
}

.mb-lg-200 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-200 {
    margin-bottom: 200px!important;
  }
}

.mt-lg-200 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-200 {
    margin-top: 200px!important;
  }
}

.mb-xl-10 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-10 {
    margin-bottom: 10px!important;
  }
}

.mt-xl-10 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 10px!important;
  }
}

.mb-xl-20 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-20 {
    margin-bottom: 20px!important;
  }
}

.mt-xl-20 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-20 {
    margin-top: 20px!important;
  }
}

.mb-xl-30 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-30 {
    margin-bottom: 30px!important;
  }
}

.mt-xl-30 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-30 {
    margin-top: 30px!important;
  }
}

.mb-xl-40 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-40 {
    margin-bottom: 40px!important;
  }
}

.mt-xl-40 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-40 {
    margin-top: 40px!important;
  }
}

.mb-xl-50 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-50 {
    margin-bottom: 50px!important;
  }
}

.mt-xl-50 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-50 {
    margin-top: 50px!important;
  }
}

.mb-xl-60 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-60 {
    margin-bottom: 60px!important;
  }
}

.mt-xl-60 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-60 {
    margin-top: 60px!important;
  }
}

.mb-xl-70 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-70 {
    margin-bottom: 70px!important;
  }
}

.mt-xl-70 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-70 {
    margin-top: 70px!important;
  }
}

.mb-xl-80 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-80 {
    margin-bottom: 80px!important;
  }
}

.mt-xl-80 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-80 {
    margin-top: 80px!important;
  }
}

.mb-xl-90 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-90 {
    margin-bottom: 90px!important;
  }
}

.mt-xl-90 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-90 {
    margin-top: 90px!important;
  }
}

.mb-xl-100 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-100 {
    margin-bottom: 100px!important;
  }
}

.mt-xl-100 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-100 {
    margin-top: 100px!important;
  }
}

.mb-xl-110 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-110 {
    margin-bottom: 110px!important;
  }
}

.mt-xl-110 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-110 {
    margin-top: 110px!important;
  }
}

.mb-xl-120 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-120 {
    margin-bottom: 120px!important;
  }
}

.mt-xl-120 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-120 {
    margin-top: 120px!important;
  }
}

.mb-xl-130 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-130 {
    margin-bottom: 130px!important;
  }
}

.mt-xl-130 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-130 {
    margin-top: 130px!important;
  }
}

.mb-xl-140 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-140 {
    margin-bottom: 140px!important;
  }
}

.mt-xl-140 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-140 {
    margin-top: 140px!important;
  }
}

.mb-xl-150 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-150 {
    margin-bottom: 150px!important;
  }
}

.mt-xl-150 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-150 {
    margin-top: 150px!important;
  }
}

.mb-xl-160 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-160 {
    margin-bottom: 160px!important;
  }
}

.mt-xl-160 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-160 {
    margin-top: 160px!important;
  }
}

.mb-xl-170 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-170 {
    margin-bottom: 170px!important;
  }
}

.mt-xl-170 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-170 {
    margin-top: 170px!important;
  }
}

.mb-xl-180 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-180 {
    margin-bottom: 180px!important;
  }
}

.mt-xl-180 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-180 {
    margin-top: 180px!important;
  }
}

.mb-xl-190 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-190 {
    margin-bottom: 190px!important;
  }
}

.mt-xl-190 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-190 {
    margin-top: 190px!important;
  }
}

.mb-xl-200 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-200 {
    margin-bottom: 200px!important;
  }
}

.mt-xl-200 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-200 {
    margin-top: 200px!important;
  }
}

.width-10 {
  width: 10%;
  margin-left: 45%;
  margin-right: 45%;
}
@media (min-width: 768px) {
  .width-10 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-15 {
  width: 15%;
  margin-left: 42.5%;
  margin-right: 42.5%;
}
@media (min-width: 768px) {
  .width-15 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-20 {
  width: 20%;
  margin-left: 40%;
  margin-right: 40%;
}
@media (min-width: 768px) {
  .width-20 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-25 {
  width: 25%;
  margin-left: 37.5%;
  margin-right: 37.5%;
}
@media (min-width: 768px) {
  .width-25 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-30 {
  width: 30%;
  margin-left: 35%;
  margin-right: 35%;
}
@media (min-width: 768px) {
  .width-30 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-35 {
  width: 35%;
  margin-left: 32.5%;
  margin-right: 32.5%;
}
@media (min-width: 768px) {
  .width-35 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-40 {
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
}
@media (min-width: 768px) {
  .width-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-45 {
  width: 45%;
  margin-left: 27.5%;
  margin-right: 27.5%;
}
@media (min-width: 768px) {
  .width-45 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-50 {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}
@media (min-width: 768px) {
  .width-50 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-55 {
  width: 55%;
  margin-left: 22.5%;
  margin-right: 22.5%;
}
@media (min-width: 768px) {
  .width-55 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-60 {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
@media (min-width: 768px) {
  .width-60 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-65 {
  width: 65%;
  margin-left: 17.5%;
  margin-right: 17.5%;
}
@media (min-width: 768px) {
  .width-65 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-70 {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}
@media (min-width: 768px) {
  .width-70 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-75 {
  width: 75%;
  margin-left: 12.5%;
  margin-right: 12.5%;
}
@media (min-width: 768px) {
  .width-75 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-80 {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
@media (min-width: 768px) {
  .width-80 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-85 {
  width: 85%;
  margin-left: 7.5%;
  margin-right: 7.5%;
}
@media (min-width: 768px) {
  .width-85 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-90 {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
@media (min-width: 768px) {
  .width-90 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-md-10 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-10 {
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
  }
}

.width-md-15 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-15 {
    width: 15%;
    margin-left: 42.5%;
    margin-right: 42.5%;
  }
}

.width-md-20 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-20 {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
  }
}

.width-md-25 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-25 {
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
  }
}

.width-md-30 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-30 {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
  }
}

.width-md-35 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-35 {
    width: 35%;
    margin-left: 32.5%;
    margin-right: 32.5%;
  }
}

.width-md-40 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-40 {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
}

.width-md-45 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-45 {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
  }
}

.width-md-50 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-50 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.width-md-55 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-55 {
    width: 55%;
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
}

.width-md-60 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-60 {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}

.width-md-65 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-65 {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
}

.width-md-70 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-70 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

.width-md-75 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-75 {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.width-md-80 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.width-md-85 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-85 {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}

.width-md-90 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-90 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.width-lg-10 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-10 {
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
  }
}

.width-lg-15 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-15 {
    width: 15%;
    margin-left: 42.5%;
    margin-right: 42.5%;
  }
}

.width-lg-20 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-20 {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
  }
}

.width-lg-25 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-25 {
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
  }
}

.width-lg-30 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-30 {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
  }
}

.width-lg-35 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-35 {
    width: 35%;
    margin-left: 32.5%;
    margin-right: 32.5%;
  }
}

.width-lg-40 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-40 {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
}

.width-lg-45 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-45 {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
  }
}

.width-lg-50 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-50 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.width-lg-55 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-55 {
    width: 55%;
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
}

.width-lg-60 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-60 {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}

.width-lg-65 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-65 {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
}

.width-lg-70 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-70 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

.width-lg-75 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-75 {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.width-lg-80 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.width-lg-85 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-85 {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}

.width-lg-90 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-90 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.width-xl-10 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-10 {
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
  }
}

.width-xl-15 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-15 {
    width: 15%;
    margin-left: 42.5%;
    margin-right: 42.5%;
  }
}

.width-xl-20 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-20 {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
  }
}

.width-xl-25 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-25 {
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
  }
}

.width-xl-30 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-30 {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
  }
}

.width-xl-35 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-35 {
    width: 35%;
    margin-left: 32.5%;
    margin-right: 32.5%;
  }
}

.width-xl-40 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-40 {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
}

.width-xl-45 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-45 {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
  }
}

.width-xl-50 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-50 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.width-xl-55 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-55 {
    width: 55%;
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
}

.width-xl-60 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-60 {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}

.width-xl-65 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-65 {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
}

.width-xl-70 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-70 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

.width-xl-75 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-75 {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.width-xl-80 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.width-xl-85 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-85 {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}

.width-xl-90 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-90 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.pr-md {
  padding-right: 7px !important;
}
@media (min-width: 768px) {
  .pr-md {
    padding-right: 15px !important;
  }
}

.pl-md {
  padding-left: 7px !important;
}
@media (min-width: 768px) {
  .pl-md {
    padding-left: 15px !important;
  }
}

.prl-md {
  padding-right: 11px !important;
  padding-left: 11px !important;
}
@media (min-width: 768px) {
  .prl-md {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.pr-lg {
  padding-right: 7px !important;
}
@media (min-width: 992px) {
  .pr-lg {
    padding-right: 15px !important;
  }
}

.pl-lg {
  padding-left: 7px !important;
}
@media (min-width: 992px) {
  .pl-lg {
    padding-left: 15px !important;
  }
}

.bg-recruit {
  width: 100%;
  padding: 90px 0 50px 0;
  z-index: -100;
  margin-bottom: 40px;
  position: relative;
}
.bg-recruit::before {
  content: '';
  position: absolute;
  background-color: #bbe2e4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
  z-index: -1;
}
.bg-recruit::after {
  content: '';
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: 0;
  right: 0;
  background-color: #476974;
  transform: skewY(-5deg);
  z-index: -2;
}
@media (min-width: 768px) {
  .bg-recruit {
    margin-bottom: 60px;
  }
}

.bg-facility {
  background-color: #fbfbfb;
  padding: 100px 0 70px 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .bg-facility {
    padding: 130px 0 100px 0;
  }
}

.bg-info {
  width: 100%;
  background-color: #fff;
  z-index: -100;
  margin-bottom: 40px;
  border-bottom: 1px solid #c0c0c0;
}
@media (min-width: 768px) {
  .bg-info {
    margin-bottom: 60px;
  }
}

.bg-footer {
  width: 100%;
  background-color: #f5f1ed;
  padding: 30px 0 45px 0;
  z-index: -100;
}
@media (min-width: 768px) {
  .bg-footer {
    padding: 80px 0 50px 0;
  }
}

.bg-slider {
  z-index: -1;
  background-color: #f0eedd;
}
@media (min-width: 768px) {
  .bg-slider {
    width: 100%;
    background-color: #f4f3e9;
    z-index: -100;
  }
}
@media (min-width: 992px) {
  .bg-slider {
    padding-bottom: 50px;
  }
}

.bg-top-banner {
  z-index: -1;
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px 0 0 0;
}
@media (min-width: 768px) {
  .bg-top-banner {
    margin-bottom: 50px;
    padding: 90px 0 50px 0;
  }
}
@media (min-width: 992px) {
  .bg-top-banner {
    margin-bottom: 65px;
  }
}
@media (min-width: 1200px) {
  .bg-top-banner {
    margin-bottom: 100px;
  }
}

.para-wall-1 {
  background: url("../images/para-wall-1-m.jpg") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 150px;
  z-index: -100;
}
@media (min-width: 768px) {
  .para-wall-1 {
    background: url("../images/para-wall-1-m.jpg") no-repeat center center;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .para-wall-1 {
    background: url("../images/para-wall-1.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 1800px;
  }
}

.head {
  width: 100%;
  border-bottom: 2px solid #a3cdd9;
  padding-bottom: 5px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .head {
    border-bottom: 4px solid #a3cdd9;
    padding-bottom: 7px;
    margin-bottom: 100px;
  }
}

.head-wall {
  position: relative;
  width: 100vw;
  height: 160px;
  background-color: #bbe2e4;
  margin-top: 70px;
}
@media (min-width: 768px) {
  .head-wall {
    margin-top: 100px;
    height: 300px;
  }
}

.head-wall-area {
  position: relative;
  top: 0;
  max-width: 1170px;
  height: 160px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .head-wall-area {
    height: 300px;
  }
}

.head-img {
  position: absolute;
  bottom: 0;
  background: url("../images/head-img-m.png");
  background-size: contein;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 50%;
  background-position: left bottom;
}
@media (min-width: 768px) {
  .head-img {
    background: url("../images/head-img.png");
    background-size: contein;
    background-repeat: repeat-x;
    background-size: auto;
    width: 100%;
    height: 100%;
    background-position: left bottom;
  }
}

.head-img-facility {
  position: absolute;
  top: -1px;
  right: 0;
}
@media (min-width: 768px) {
  .head-img-facility {
    top: -2px;
  }
}
.head-img-facility img {
  width: 200px;
}
@media (min-width: 768px) {
  .head-img-facility img {
    width: 500px;
  }
}

.head-wall-title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 1.8rem;
  color: #47a8ad;
  font-weight: 300;
}
@media (min-width: 768px) {
  .head-wall-title h2 {
    top: 50%;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    font-size: 2.5rem;
    left: 0;
  }
}
@media (min-width: 992px) {
  .head-wall-title h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .head-wall-title h2 {
    font-size: 2.5rem;
  }
}

.bg-contents {
  width: 100%;
  background-color: #f4f3e9;
  margin-bottom: 0px;
  padding: 30px 0 30px 0;
  z-index: -100;
}
@media (min-width: 768px) {
  .bg-contents {
    padding: 50px 0 80px 0;
    margin-bottom: 5px;
  }
}
.bg-contents h2 {
  color: #e0a300;
  font-size: 2.3rem;
}
@media (min-width: 768px) {
  .bg-contents h2 {
    font-size: 2.9rem;
  }
}
@media (min-width: 992px) {
  .bg-contents h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .bg-contents h2 {
    font-size: 3.5rem;
  }
}
.bg-contents h3 {
  color: #555;
  font-size: 1.9rem;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .bg-contents h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .bg-contents h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .bg-contents h3 {
    font-size: 2.7rem;
  }
}

.font-50 {
  font-size: 47.16981%;
}
@media (min-width: 768px) {
  .font-50 {
    font-size: 48.07692%;
  }
}
@media (min-width: 992px) {
  .font-50 {
    font-size: 49.01961%;
  }
}
@media (min-width: 1200px) {
  .font-50 {
    font-size: 50%;
  }
}

.font-60 {
  font-size: 56.60377%;
}
@media (min-width: 768px) {
  .font-60 {
    font-size: 57.69231%;
  }
}
@media (min-width: 992px) {
  .font-60 {
    font-size: 58.82353%;
  }
}
@media (min-width: 1200px) {
  .font-60 {
    font-size: 60%;
  }
}

.font-70 {
  font-size: 66.03774%;
}
@media (min-width: 768px) {
  .font-70 {
    font-size: 67.30769%;
  }
}
@media (min-width: 992px) {
  .font-70 {
    font-size: 68.62745%;
  }
}
@media (min-width: 1200px) {
  .font-70 {
    font-size: 70%;
  }
}

.font-80 {
  font-size: 75.4717%;
}
@media (min-width: 768px) {
  .font-80 {
    font-size: 76.92308%;
  }
}
@media (min-width: 992px) {
  .font-80 {
    font-size: 78.43137%;
  }
}
@media (min-width: 1200px) {
  .font-80 {
    font-size: 80%;
  }
}

.font-90 {
  font-size: 84.90566%;
}
@media (min-width: 768px) {
  .font-90 {
    font-size: 86.53846%;
  }
}
@media (min-width: 992px) {
  .font-90 {
    font-size: 88.23529%;
  }
}
@media (min-width: 1200px) {
  .font-90 {
    font-size: 90%;
  }
}

.font-100 {
  font-size: 94.33962%;
}
@media (min-width: 768px) {
  .font-100 {
    font-size: 96.15385%;
  }
}
@media (min-width: 992px) {
  .font-100 {
    font-size: 98.03922%;
  }
}
@media (min-width: 1200px) {
  .font-100 {
    font-size: 100%;
  }
}

.font-110 {
  font-size: 103.77358%;
}
@media (min-width: 768px) {
  .font-110 {
    font-size: 105.76923%;
  }
}
@media (min-width: 992px) {
  .font-110 {
    font-size: 107.84314%;
  }
}
@media (min-width: 1200px) {
  .font-110 {
    font-size: 110%;
  }
}

.font-120 {
  font-size: 113.20755%;
}
@media (min-width: 768px) {
  .font-120 {
    font-size: 115.38462%;
  }
}
@media (min-width: 992px) {
  .font-120 {
    font-size: 117.64706%;
  }
}
@media (min-width: 1200px) {
  .font-120 {
    font-size: 120%;
  }
}

.font-130 {
  font-size: 122.64151%;
}
@media (min-width: 768px) {
  .font-130 {
    font-size: 125%;
  }
}
@media (min-width: 992px) {
  .font-130 {
    font-size: 127.45098%;
  }
}
@media (min-width: 1200px) {
  .font-130 {
    font-size: 130%;
  }
}

.font-140 {
  font-size: 132.07547%;
}
@media (min-width: 768px) {
  .font-140 {
    font-size: 134.61538%;
  }
}
@media (min-width: 992px) {
  .font-140 {
    font-size: 137.2549%;
  }
}
@media (min-width: 1200px) {
  .font-140 {
    font-size: 140%;
  }
}

.font-150 {
  font-size: 141.50943%;
}
@media (min-width: 768px) {
  .font-150 {
    font-size: 144.23077%;
  }
}
@media (min-width: 992px) {
  .font-150 {
    font-size: 147.05882%;
  }
}
@media (min-width: 1200px) {
  .font-150 {
    font-size: 150%;
  }
}

.font-160 {
  font-size: 150.9434%;
}
@media (min-width: 768px) {
  .font-160 {
    font-size: 153.84615%;
  }
}
@media (min-width: 992px) {
  .font-160 {
    font-size: 156.86275%;
  }
}
@media (min-width: 1200px) {
  .font-160 {
    font-size: 160%;
  }
}

.font-170 {
  font-size: 160.37736%;
}
@media (min-width: 768px) {
  .font-170 {
    font-size: 163.46154%;
  }
}
@media (min-width: 992px) {
  .font-170 {
    font-size: 166.66667%;
  }
}
@media (min-width: 1200px) {
  .font-170 {
    font-size: 170%;
  }
}

.font-180 {
  font-size: 169.81132%;
}
@media (min-width: 768px) {
  .font-180 {
    font-size: 173.07692%;
  }
}
@media (min-width: 992px) {
  .font-180 {
    font-size: 176.47059%;
  }
}
@media (min-width: 1200px) {
  .font-180 {
    font-size: 180%;
  }
}

.font-190 {
  font-size: 179.24528%;
}
@media (min-width: 768px) {
  .font-190 {
    font-size: 182.69231%;
  }
}
@media (min-width: 992px) {
  .font-190 {
    font-size: 186.27451%;
  }
}
@media (min-width: 1200px) {
  .font-190 {
    font-size: 190%;
  }
}

.font-200 {
  font-size: 188.67925%;
}
@media (min-width: 768px) {
  .font-200 {
    font-size: 192.30769%;
  }
}
@media (min-width: 992px) {
  .font-200 {
    font-size: 196.07843%;
  }
}
@media (min-width: 1200px) {
  .font-200 {
    font-size: 200%;
  }
}

.font-210 {
  font-size: 198.11321%;
}
@media (min-width: 768px) {
  .font-210 {
    font-size: 201.92308%;
  }
}
@media (min-width: 992px) {
  .font-210 {
    font-size: 205.88235%;
  }
}
@media (min-width: 1200px) {
  .font-210 {
    font-size: 210%;
  }
}

.font-220 {
  font-size: 207.54717%;
}
@media (min-width: 768px) {
  .font-220 {
    font-size: 211.53846%;
  }
}
@media (min-width: 992px) {
  .font-220 {
    font-size: 215.68627%;
  }
}
@media (min-width: 1200px) {
  .font-220 {
    font-size: 220%;
  }
}

.font-230 {
  font-size: 216.98113%;
}
@media (min-width: 768px) {
  .font-230 {
    font-size: 221.15385%;
  }
}
@media (min-width: 992px) {
  .font-230 {
    font-size: 225.4902%;
  }
}
@media (min-width: 1200px) {
  .font-230 {
    font-size: 230%;
  }
}

.font-240 {
  font-size: 226.41509%;
}
@media (min-width: 768px) {
  .font-240 {
    font-size: 230.76923%;
  }
}
@media (min-width: 992px) {
  .font-240 {
    font-size: 235.29412%;
  }
}
@media (min-width: 1200px) {
  .font-240 {
    font-size: 240%;
  }
}

.font-250 {
  font-size: 235.84906%;
}
@media (min-width: 768px) {
  .font-250 {
    font-size: 240.38462%;
  }
}
@media (min-width: 992px) {
  .font-250 {
    font-size: 245.09804%;
  }
}
@media (min-width: 1200px) {
  .font-250 {
    font-size: 250%;
  }
}

.font-260 {
  font-size: 245.28302%;
}
@media (min-width: 768px) {
  .font-260 {
    font-size: 250%;
  }
}
@media (min-width: 992px) {
  .font-260 {
    font-size: 254.90196%;
  }
}
@media (min-width: 1200px) {
  .font-260 {
    font-size: 260%;
  }
}

.font-270 {
  font-size: 254.71698%;
}
@media (min-width: 768px) {
  .font-270 {
    font-size: 259.61538%;
  }
}
@media (min-width: 992px) {
  .font-270 {
    font-size: 264.70588%;
  }
}
@media (min-width: 1200px) {
  .font-270 {
    font-size: 270%;
  }
}

.font-280 {
  font-size: 264.15094%;
}
@media (min-width: 768px) {
  .font-280 {
    font-size: 269.23077%;
  }
}
@media (min-width: 992px) {
  .font-280 {
    font-size: 274.5098%;
  }
}
@media (min-width: 1200px) {
  .font-280 {
    font-size: 280%;
  }
}

.font-290 {
  font-size: 273.58491%;
}
@media (min-width: 768px) {
  .font-290 {
    font-size: 278.84615%;
  }
}
@media (min-width: 992px) {
  .font-290 {
    font-size: 284.31373%;
  }
}
@media (min-width: 1200px) {
  .font-290 {
    font-size: 290%;
  }
}

.font-300 {
  font-size: 283.01887%;
}
@media (min-width: 768px) {
  .font-300 {
    font-size: 288.46154%;
  }
}
@media (min-width: 992px) {
  .font-300 {
    font-size: 294.11765%;
  }
}
@media (min-width: 1200px) {
  .font-300 {
    font-size: 300%;
  }
}

.marker-1 {
  background: linear-gradient(transparent 65%, #f8d2cc 65%);
}

.marker-2 {
  background: linear-gradient(transparent 60%, #ffe2af 60%);
}

.marker-3 {
  background: linear-gradient(transparent 75%, #ffe400 75%);
}

.marker-4 {
  background: linear-gradient(transparent 95%, #2a67a0 95%);
}

.text-c {
  text-align: center;
}

.text-c-md-gt {
  text-align: left;
}
@media (min-width: 768px) {
  .text-c-md-gt {
    text-align: center;
  }
}

.text-c-lg-gt {
  text-align: left;
}
@media (min-width: 992px) {
  .text-c-lg-gt {
    text-align: center;
  }
}

.text-c-md-lt {
  text-align: center;
}
@media (min-width: 768px) {
  .text-c-md-lt {
    text-align: left;
  }
}

.text-c-lg-lt {
  text-align: center;
}
@media (min-width: 992px) {
  .text-c-lg-lt {
    text-align: left;
  }
}

.text-r {
  text-align: right;
}

.text-r-md-gt {
  text-align: right;
}
@media (min-width: 768px) {
  .text-r-md-gt {
    text-align: center;
  }
}

.text-r-lg-gt {
  text-align: right;
}
@media (min-width: 992px) {
  .text-r-lg-gt {
    text-align: center;
  }
}

.text-r-md-lt {
  text-align: center;
}
@media (min-width: 768px) {
  .text-r-md-lt {
    text-align: right;
  }
}

.text-r-lg-lt {
  text-align: center;
}
@media (min-width: 992px) {
  .text-r-lg-lt {
    text-align: right;
  }
}

.font-b {
  font-weight: bold;
}

.font-b-h {
  font-weight: 500;
}

.font-b-n {
  font-weight: normal;
}

.attention {
  color: #e40311;
}

.color-w {
  color: white;
}

.color-b {
  color: black;
}

.color-1 {
  color: #df3b77;
}

.color-2 {
  color: #dfae00;
}

.color-3 {
  color: #124891;
}

.color-4 {
  color: #7eae17;
}

.color-5 {
  color: #ce6a42;
}

.color-6 {
  color: #c99b38;
}

.color-7 {
  color: #1555ab;
}

.color-8 {
  color: #64aba8;
}

.color-9 {
  color: #64aba8;
}

.color-10 {
  color: #64aba8;
}

.color-11 {
  color: #2c6198;
}

.col-ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.col-ul a {
  font-weight: 500;
  text-decoration: none;
}
.col-ul a:hover {
  text-decoration: underline;
}
.col-ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .col-ul li {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
.col-ul li ul {
  margin-left: 20px;
}
.col-ul li ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .col-ul li ul li {
    font-size: 1.5rem;
  }
}

.nolist {
  list-style: none;
  margin-left: 5px;
}

.list-d {
  list-style-type: disc;
  margin-left: 17px;
}

.list-c {
  list-style-type: circle;
  margin-left: 17px;
}

.list-decimal {
  list-style-type: decimal;
}

.nowrap {
  white-space: nowrap;
}

.indent-1 {
  padding-left: 9.5rem;
  text-indent: -9.5rem;
}

.indent-2 {
  padding-left: 6.0rem;
  text-indent: -6rem;
}

.indent-3 {
  padding-left: 1rem;
  text-indent: -1rem;
}

/*------------------------------------
ハンバーガースクロール固定↓
------------------------------------*/
html.is-fixed,
html.is-fixed {
  height: 100%;
  overflow: hidden;
}

/*------------------------------------
ヘッダー↓
------------------------------------*/
header.change-color {
  background-color: #fff;
  transition: 0.5s;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
}

header .nav_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 90%;
  margin: 0 5%;
  height: 70px;
}
@media (min-width: 768px) {
  header .nav_box {
    height: 100px;
  }
}

#title {
  width: 180px;
}
@media (min-width: 415px) {
  #title {
    width: 180px;
  }
}
@media (min-width: 768px) {
  #title {
    width: 250px;
  }
}
@media (min-width: 992px) {
  #title {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  #title {
    width: 250px;
  }
}
#title h1 a {
  display: flex;
  align-items: center;
  background: url("../images/header-logo-m.png?20241003") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 23.07692%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  #title h1 a {
    background: url("../images/header-logo.png?20241003") no-repeat left top;
    height: 0;
    background-size: contain;
    padding-top: 26.59091%;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.aaa {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1148px) {
  .aaa {
    display: none;
  }
}

.header-contact {
  display: none;
}
@media (min-width: 568px) {
  .header-contact {
    text-align: center;
    display: block;
    width: 100px;
  }
}
@media (min-width: 768px) {
  .header-contact {
    width: 150px;
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .header-contact {
    width: 150px;
  }
}
.header-contact a {
  border: 2px solid #499094;
  border-radius: 30px;
  display: block;
  padding: 10px 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #499094;
  width: 100%;
  font-weight: 400;
  transition: all 0.3s 0s ease-in-out;
}
.header-contact a br {
  display: block;
}
@media (min-width: 768px) {
  .header-contact a br {
    display: none;
  }
}
.header-contact a:hover {
  background-color: #499094;
  color: #fff;
}
@media (min-width: 568px) {
  .header-contact a {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .header-contact a {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .header-contact a {
    font-size: 1.5rem;
  }
}

/*------------------------------------
ハンバーガーメニュー↓
------------------------------------*/
#hamburger #gNav .gNav-menu .orange_color_sp {
  font-size: 23px;
  color: #f2c600;
  font-weight: 700;
}

#hamburger .btn-gNav {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (min-width: 768px) {
  #hamburger .btn-gNav {
    top: 33px;
    right: 40px;
  }
}

#hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #282828;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#hamburger .open {
  position: fixed;
}

#hamburger .btn-gNav span:nth-child(1) {
  top: 0;
}

#hamburger .btn-gNav span:nth-child(2) {
  top: 10px;
}

#hamburger .btn-gNav span:nth-child(3) {
  top: 20px;
}

#hamburger .btn-gNav.open span:nth-child(1) {
  background: #282828;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger .btn-gNav.open span:nth-child(2), #hamburger .btn-gNav.open span:nth-child(3) {
  top: 10px;
  background: #282828;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger #gNav .gNav-menu li {
  font-weight: 500;
}

/* テキストカラー */
#hamburger #gNav .gNav-menu .left_in_right a:hover {
  color: #499094;
}

#gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  box-sizing: border-box;
  z-index: 2;
  padding-top: 50px;
  transition: .3s;
}

#gNav.open {
  right: 0px;
}

#gNav .gNav-menu li {
  display: block;
  padding: 20px 20px;
}

#gNav .gNav-menu li a {
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
}

.fa-chevron-circle-down {
  color: #f2c600;
  margin-left: 6px;
}

.btn-gNav span:nth-of-type(3)::after {
  content: "メニュー";
  /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 5px;
  left: -2px;
  color: #000;
  font-size: 1.0rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-gNav.is-fixed span:nth-of-type(3)::after {
  content: "とじる";
  /*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-45deg);
  top: 10px;
  left: 20px;
}

/*------------------------------------
ハンバーガーメニュー↓@media screen and
------------------------------------*/
@media screen and (max-width: 1150px) {
  .nav_main_box {
    display: none;
  }
}
@media screen and (min-width: 1149px) {
  .btn-gNav {
    display: none;
  }

  #gNav {
    position: fixed;
    top: 0;
    right: 0;
    height: 67px;
    display: none;
  }

  #gNav .gNav-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 33px;
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 50px;
  }

  #gNav .gNav-menu li {
    padding-top: 5px;
  }
}
/*------------------------------------
ホバー時アンダーライン↓
------------------------------------*/
.left_in_right a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

/* 下線カラー */
.left_in_right a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #499094;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.left_in_right a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* テキストカラー */
.left_in_right a:hover {
  color: #499094;
}

/*------------------------------------
Read Moreボックスなし↓
------------------------------------*/
.read_more_box {
  display: flex;
  align-items: center;
}

.read_more_box a {
  display: contents;
}

.read_more_box:hover {
  opacity: 0.5;
}

.readmore_border {
  width: 40px;
  height: 0px;
  border: solid 1px #f2c600;
}

.read_more_box p {
  margin-right: 7px;
}

.right_text {
  display: flex;
  justify-content: flex-end;
}

.read_box {
  margin: auto;
}

.round_border {
  border: solid 2px #f2c600;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: -8px;
}

.round_border2 {
  border: solid 2px #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: -10px;
}

.flex_readmore {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.left_to_right {
  margin-top: 15px;
}

.read_more_box .round_border {
  transition: all 0.2s;
}

.read_more_box:hover .round_border {
  transform: translate(6px, 0px);
}

.read_more_box p {
  font-weight: 700;
}

#gNav .gNav-box {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.gNav-button-1 {
  margin-top: 20px;
}
.gNav-button-1 a {
  width: 80%;
  margin: 0 10%;
  text-align: center;
  background-color: #567fa7;
  border: 1px solid #567fa7;
  border-radius: 5px;
  text-decoration: none;
  padding: 7px 10px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gNav-button-1 a {
    padding: 15px 5px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .gNav-button-1 a {
    font-size: 2.0rem;
  }
}
.gNav-button-1 a:hover {
  background-color: #fff;
  color: #567fa7;
  font-weight: 500;
}

.gNav-button-2 {
  display: flex;
  justify-content: space-between;
  margin: 0 10%;
  width: 80%;
}
.gNav-button-2 a {
  width: 48%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #567fa7;
  border-radius: 5px;
  text-decoration: none;
  padding: 7px 10px;
  color: #567fa7;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gNav-button-2 a {
    padding: 15px 5px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .gNav-button-2 a {
    font-size: 2.0rem;
  }
}
.gNav-button-2 a:hover {
  background-color: #567fa7;
  color: #fff;
  font-weight: 500;
}

.gNav-sns {
  width: 80%;
  margin: 5px 10% 0 10%;
}
.gNav-sns a {
  color: #567fa7;
  font-size: 2.0rem;
  margin: 40px 20px;
}
.gNav-sns a:hover {
  color: #999;
}
.gNav-sns a i {
  margin-top: 30px;
}

#gnav {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  border-bottom: #cfc0ab;
}
@media (min-width: 768px) {
  #gnav {
    border-bottom: none;
  }
}
#gnav:before, #gnav:after {
  content: "";
  display: table;
}
#gnav:after {
  clear: both;
}
#gnav ul {
  margin: 0;
}
#gnav li {
  width: 25%;
  float: left;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
@media (min-width: 415px) {
  #gnav li {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  #gnav li {
    font-size: 1.5rem;
  }
}
@media (min-width: 1300px) {
  #gnav li {
    width: auto;
  }
}
#gnav li a {
  display: block;
  margin: 0;
  padding: 6px 0;
  text-decoration: none;
  font-weight: 400;
}
@media (min-width: 568px) {
  #gnav li a {
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  #gnav li a {
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  #gnav li a {
    padding: 27px 18px 23px 18px;
  }
}
@media (min-width: 1200px) {
  #gnav li a {
    padding: 25px 30px;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.fixed li a {
  background-color: #fff;
  color: #333;
  transition: .5s;
}
@media (min-width: 992px) {
  .fixed li a {
    background-color: #fff !important;
    color: #000 !important;
    transition: 0;
  }
}

#gnav li a .fa-home::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\A\f015";
  white-space: pre;
  font-size: 1.6rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-home::before {
    content: "\f015\00a0\00a0";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-home::before {
    content: "";
  }
}

#gnav li a .fa-about:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\A\f107";
  white-space: pre;
  font-size: 1.3rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-about:after {
    content: "\00a0\00a0\f107";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-about:after {
    content: "";
  }
}

#gnav li a .fa-school:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f303\A";
  white-space: pre;
  font-size: 1.6rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-school:before {
    content: "\f303\00a0\00a0";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-school:before {
    content: "";
  }
}

#gnav li a .fa-admission:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f024\A";
  white-space: pre;
  font-size: 1.6rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-admission:before {
    content: "\f024\00a0";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-admission:before {
    content: "";
  }
}

#gnav li a .fa-news:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0e0\A";
  white-space: pre;
  font-size: 1.6rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-news:before {
    content: "\f0e0\00a0\00a0";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-news:before {
    content: "";
  }
}

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #999;
  transition: all 0.3s;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

#top-slider1 {
  width: 100%;
  margin-bottom: 50px;
}

.slider-text-1 {
  width: 70%;
  position: absolute;
  top: 130px;
  left: 50%;
  right: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
  z-index: 10;
}
@media (min-width: 768px) {
  .slider-text-1 {
    width: 20%;
    top: 50%;
    left: 5%;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
}
@media (min-width: 992px) {
  .slider-text-1 {
    width: 20%;
    top: 50%;
    left: 5%;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
}
@media (min-width: 1200px) {
  .slider-text-1 {
    width: 20%;
    top: 50%;
    left: 5%;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
}
@media (min-width: 1500px) {
  .slider-text-1 {
    width: 20%;
    top: 50%;
    left: 5%;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
}

.slider-text-2 {
  position: absolute;
  width: 90%;
  bottom: 170px;
  left: 50%;
  right: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
  z-index: 10;
}
@media (min-width: 768px) {
  .slider-text-2 {
    width: 60%;
    bottom: 100px;
    left: 5%;
    right: auto;
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
  }
}

.slider-text-2-bg {
  position: absolute;
  background-color: #ddf1f2;
  width: 100vw;
  height: 240px;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .slider-text-2-bg {
    width: 100vw;
    height: 20%;
    bottom: 5%;
    left: 0;
  }
}

.top-head-img {
  width: 85%;
  position: absolute;
  top: 50%;
  right: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .top-head-img {
    width: 65%;
    right: 5%;
    left: auto;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
}

#top-slider {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  #top-slider {
    display: none;
  }
}

.container-slider {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .container-slider {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-slider {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-slider {
    max-width: 1300px;
  }
}

.slider-board {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.slider-box {
  width: 100%;
  padding-top: 70px;
}
@media (min-width: 992px) {
  .slider-box {
    width: 75%;
  }
}

.slider-1-m span {
  background: url("../images/slider-1-m.png") no-repeat left top;
  height: 0;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.slider-2-m span {
  background: url("../images/slider-2-m.png") no-repeat left top;
  height: 0;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.slider-3-m span {
  background: url("../images/slider-3-m.png") no-repeat left top;
  height: 0;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.slider-4-m span {
  background: url("../images/slider-4-m.png") no-repeat left top;
  height: 0;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.ani1 {
  -webkit-animation: vertical 1s ease-in-out infinite alternate;
  -webkit-animation-duration: 1.5s;
}

@-webkit-keyframes horizontal1 {
  0% {
    -webkit-transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-webkit-keyframes horizontal2 {
  0% {
    -webkit-transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
.main_imgBox {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #bbe2e4;
}

.Paper_v2 {
  background-image: repeating-linear-gradient(to bottom, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px), repeating-linear-gradient(to right, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px);
}

.main_img {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .imgbox_text {
    width: 50%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 10;
  }
}

.post-box {
  width: 100%;
}

.post-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.news-thumbnail {
  position: relative;
  background-color: #4b70a7;
  width: 90px;
  text-align: center;
}
@media (min-width: 768px) {
  .news-thumbnail {
    width: 150px;
  }
}
.news-thumbnail span {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  left: 50%;
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .news-thumbnail span {
    font-size: 1.4rem;
  }
}

.blog-news-thumbnail {
  width: 90px;
}
@media (min-width: 768px) {
  .blog-news-thumbnail {
    width: 150px;
  }
}

.blog-news-thumbnail img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .blog-news-thumbnail img {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .blog-news-thumbnail img {
    height: 120px;
  }
}

.report-thumbnail {
  position: relative;
  background-color: #499094;
  width: 90px;
  text-align: center;
}
@media (min-width: 768px) {
  .report-thumbnail {
    width: 150px;
  }
}
.report-thumbnail span {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  left: 50%;
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .report-thumbnail span {
    font-size: 1.4rem;
  }
}

.terms-section {
  margin-top: 80px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.terms-section:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #bdbdbd;
  display: block;
  margin-left: 30px;
}
.terms-section h3 {
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
}
@media (min-width: 768px) {
  .terms-section h3 {
    font-size: 2.1rem;
  }
}

.infor-post {
  padding: 15px 35px 15px 15px;
  background-color: #f4f4f4;
  flex: 1;
  position: relative;
}
@media (min-width: 768px) {
  .infor-post {
    padding: 20px 50px 20px 20px;
  }
}
.infor-post h3 {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: normal;
}
@media (min-width: 768px) {
  .infor-post h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .infor-post h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .infor-post h3 {
    font-size: 1.4rem;
  }
}

.date {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.date:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #e4e4e4;
  display: block;
  margin-right: 30px;
}
.date p {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .date p {
    font-size: 1.3rem;
  }
}

.post-href li {
  margin-bottom: 5px;
  position: relative;
}
.post-href li a .infor-post {
  color: #000;
  transition: all 0.3s 0s ease-in-out;
}
.post-href li a .infor-post:after {
  position: absolute;
  background: url(../images/arrow1.png);
  width: 15px;
  height: 15px;
  top: 50%;
  right: 8px;
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
@media (min-width: 768px) {
  .post-href li a .infor-post:after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
.post-href li a .infor-post:hover {
  background-color: #fff;
}

.post-section {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .post-section {
    margin-bottom: 50px;
  }
}
.post-section h2 {
  font-size: 1.9rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .post-section h2 {
    margin-bottom: 0;
    font-size: 2.3rem;
    font-weight: 500;
    width: 150px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
}
.post-section span {
  font-size: 1.2rem;
  color: #a6a6a6;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .post-section span {
    width: auto;
    font-size: 1.4rem;
    color: #a6a6a6;
    flex: 1;
    position: absolute;
    top: 50%;
    left: 160px;
    font-weight: 400;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
}

.info-title {
  width: 100%;
  margin: 0 auto 10px auto;
  text-align: center;
}
@media (min-width: 768px) {
  .info-title {
    margin: 0 auto 0 auto;
  }
}
@media (min-width: 992px) {
  .info-title {
    margin: 0 auto 40px auto;
  }
}
.info-title h2 {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 20px 50px;
  font-size: 1.9rem;
  text-align: center;
  line-height: 2.2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .info-title h2 {
    font-size: 3.0rem;
  }
}
.info-title span {
  font-size: 1.4rem;
  color: #777;
}

.info-box {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .info-box {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.info-box:after {
  content: "";
  display: block;
  clear: both;
}

.info-page {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .info-page {
    text-align: right;
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.info-page a {
  text-decoration: none;
  color: #000;
  padding: 20px 5px;
}
.info-page a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f138";
  padding-left: 6px;
}
.info-page a:hover {
  opacity: 0.5;
}

.post dl {
  transition: .6s;
  background-color: transparent;
}
.post a h3 {
  text-decoration: none;
  color: #212529 !important;
}
.post a h3::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\00a0\f0da";
}
.post a dl:hover {
  background-color: #f0f0f0;
  transition: .1s;
}
.post dl {
  float: left;
  width: 100%;
  padding: 10px 0 15px 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .post dl {
    padding: 17px 10px;
  }
}
@media (min-width: 992px) {
  .post dl {
    padding: 23px 15px;
  }
}
@media (min-width: 1200px) {
  .post dl {
    padding: 27px 20px;
  }
}
.post dt {
  width: 100%;
  float: left;
}
@media (min-width: 1400px) {
  .post dt {
    width: 30%;
  }
}
.post dd {
  margin-top: 5px;
  float: left;
  margin-left: 83px;
}
@media (min-width: 768px) {
  .post dd {
    margin-left: 93px;
  }
}
@media (min-width: 1400px) {
  .post dd {
    margin: 0 0 0 5%;
    width: 65%;
  }
}
.post h3 {
  text-align: left;
  font-size: 1.3rem;
  line-height: 2.3rem;
}
@media (min-width: 768px) {
  .post h3 {
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-top: -2px;
    font-weight: 500;
  }
}
.post time {
  font-weight: bold;
  font-size: 1.3rem;
  float: left;
  margin-top: 2px;
  width: 74px;
  color: #000;
}
@media (min-width: 768px) {
  .post time {
    font-size: 1.5rem;
    width: 83px;
  }
}
@media (min-width: 1400px) {
  .post time {
    font-size: 1.6rem;
    width: 54%;
  }
}

.post-imp {
  background-color: #fff;
}
.post-imp dl {
  transition: .6s;
  background-color: transparent;
  background-color: #fff;
}
.post-imp a h3 {
  text-decoration: none;
  color: #212529 !important;
}
.post-imp a h3::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\00a0\f138";
}
.post-imp a dl:hover {
  background-color: #ece7e3;
  transition: .1s;
}
.post-imp dl {
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 15px 20px;
}
.post-imp dt {
  width: 100%;
  float: left;
}
@media (min-width: 992px) {
  .post-imp dt {
    width: 30%;
  }
}
@media (min-width: 1600px) {
  .post-imp dt {
    width: 30%;
  }
}
.post-imp dd {
  margin-top: 5px;
  float: left;
  margin-left: 83px;
}
@media (min-width: 768px) {
  .post-imp dd {
    margin-left: 93px;
  }
}
@media (min-width: 992px) {
  .post-imp dd {
    margin: 0 0 0 0;
    width: 70%;
  }
}
@media (min-width: 1600px) {
  .post-imp dd {
    margin: 0 0 0 3%;
    width: 67%;
  }
}
.post-imp h3 {
  text-align: left;
  font-size: 1.3rem;
  line-height: 2.3rem;
}
@media (min-width: 768px) {
  .post-imp h3 {
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-top: -2px;
    font-weight: 500;
  }
}
.post-imp time {
  font-weight: 500;
  font-size: 1.3rem;
  float: left;
  margin-top: 2px;
  width: 74px;
  color: #000;
}
@media (min-width: 768px) {
  .post-imp time {
    font-size: 1.4rem;
    width: 83px;
  }
}
@media (min-width: 992px) {
  .post-imp time {
    font-size: 1.5rem;
    width: 120px;
  }
}

.news-page-title {
  margin-bottom: 20px;
}
.news-page-title h2 {
  font-size: 2.3rem;
  font-weight: 500;
  color: #d0d0d0;
}
@media (min-width: 768px) {
  .news-page-title h2 {
    font-size: 3.0rem;
  }
}

.news-icon:before {
  content: "お知らせ";
  background-color: #122d54;
  color: #fff;
  padding: 3px 0;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  float: left;
}
@media (min-width: 768px) {
  .news-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .news-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

.otayori-icon:before {
  content: "おたより";
  background-color: #6dbdc0;
  color: #fff;
  padding: 3px 0;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  float: left;
}
@media (min-width: 768px) {
  .otayori-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .otayori-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

.kyogi-icon:before {
  content: "競技大会";
  background-color: #e8b656;
  color: #fff;
  padding: 3px 0;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  float: left;
}
@media (min-width: 768px) {
  .kyogi-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .kyogi-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

.kentei-icon:before {
  content: "検定試験";
  background-color: #e8b656;
  color: #fff;
  padding: 3px 0;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  float: left;
}
@media (min-width: 768px) {
  .kentei-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .kentei-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

.information-list {
  padding: 0 0 20px 20px;
  margin-top: 20px;
}
@media (min-width: 1300px) {
  .information-list {
    padding: 0 0 20px 0;
  }
}
.information-list a {
  font-size: 1.2rem;
  color: #000;
}
@media (min-width: 1300px) {
  .information-list a {
    font-size: 1.4rem;
  }
}
.information-list a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105\00a0";
}
.information-list a:hover {
  text-decoration: underline;
}

#footer-title {
  width: 60%;
  margin: 30px 20% 50px 20%;
}
@media (min-width: 768px) {
  #footer-title {
    width: 250px;
    margin: 0 auto 80px auto;
  }
}
@media (min-width: 992px) {
  #footer-title {
    width: 200px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  #footer-title {
    width: 250px;
  }
}
#footer-title a {
  background: url("../images/footer-logo.png?20241003") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 50.52632%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.copyright {
  padding: 10px 0;
  background-color: #82705e;
}
.copyright p {
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .copyright p {
    font-size: 1.2rem;
  }
}

#pageTop {
  font-size: 2.2em;
  text-decoration: none;
  font-weight: bold;
  background-color: #f2c600;
  border: 2px solid #fff;
  color: #fff;
  padding: 11px 13px 11px 13px;
  position: fixed;
  bottom: 17px;
  right: 17px;
  top: auto;
  left: auto;
  z-index: 100;
}
@media (min-width: 768px) {
  #pageTop {
    font-size: 2.8em;
    padding: 15px 18px 15px 18px;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
  }
}
@media (min-width: 1200px) {
  #pageTop {
    font-size: 3.8em;
    padding: 17px 20px 17px 20px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
  }
}
#pageTop span {
  display: block;
  overflow: hidden;
  transition-duration: 0.5s;
}
#pageTop:hover {
  transform: scale(1.3);
  transition-duration: 0.5s;
}

.footer-gnav {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-gnav {
    margin-bottom: 0;
  }
}
.footer-gnav ul {
  list-style: none;
  float: left;
  margin: 0 0 0 3px;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .footer-gnav ul {
    margin: 0 0 0 3px;
  }
}
.footer-gnav li::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f068\2001";
  color: #555;
}
.footer-gnav li a {
  font-size: 1.2rem;
  line-height: 1.6;
  text-decoration: none;
  padding: 5px 0 5px 0;
  display: block;
  color: #555;
  position: relative;
  display: inline-block;
  transition: .3s;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .footer-gnav li a {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .footer-gnav li a br {
    display: none;
  }
}
.footer-gnav li a::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #555;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-gnav li a:hover::after {
  width: 100%;
}
.footer-gnav li a:hover {
  color: #555;
}

.footer-gnav1 {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-gnav1 {
    margin-bottom: 0;
  }
}
.footer-gnav1 ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.footer-gnav1 li {
  position: relative;
  margin: 0 5px;
}
.footer-gnav1 li::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f105\2001";
  color: #555;
}
@media (min-width: 768px) {
  .footer-gnav1 li {
    margin: 0 10px;
  }
}
.footer-gnav1 li a {
  font-size: 1.2rem;
  line-height: 1.6;
  text-decoration: none;
  padding: 5px 0 5px 0;
  display: block;
  color: #555;
  position: relative;
  display: inline-block;
  transition: .3s;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .footer-gnav1 li a {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .footer-gnav1 li a br {
    display: none;
  }
}
.footer-gnav1 li a::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #555;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-gnav1 li a:hover::after {
  width: 100%;
}
.footer-gnav1 li a:hover {
  color: #555;
}

.footer-sub {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  font-size: 1.3rem;
  position: relative;
}
@media (min-width: 768px) {
  .footer-sub {
    align-items: normal;
    flex-direction: row;
    font-size: 1.4rem;
  }
  .footer-sub span::after {
    content: "\00a0\00a0|\00a0\00a0";
  }
}

.footer-contact {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footer-contact {
    margin-bottom: 0;
  }
}
.footer-contact ul {
  display: table;
}
.footer-contact ul li {
  display: table-cell;
  font-size: 1.1rem;
  margin-bottom: 20px;
  margin-right: 20px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .footer-contact ul li {
    font-size: 1.2rem;
  }
}
.footer-contact ul li a {
  color: #555;
  padding: 5px 10px;
}
.footer-contact ul li a:hover {
  text-decoration: underline;
}
.footer-contact ul li::after {
  font-weight: 300;
  content: "\00a0\00a0|\00a0\00a0";
  color: #555;
}
.footer-contact ul li:last-child::after {
  content: "";
}

.footer-sns {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer-sns {
    position: absolute;
    right: 0;
    margin: 0;
  }
}
.footer-sns ul {
  margin: -5px auto 0 auto;
  display: table;
}
.footer-sns ul li {
  display: table-cell;
  float: left;
  font-size: 2.3rem;
  margin-left: 20px;
  line-height: 0;
}
.footer-sns ul li:first-child {
  margin-left: 0;
}
.footer-sns ul li a {
  color: #555;
  padding: 5px;
}

.fotter-gnav-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.fotter-gnav-title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #999;
  display: block;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .fotter-gnav-title:after {
    margin-right: 10%;
  }
}
.fotter-gnav-title p {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fotter-gnav-title p {
    font-size: 1.4rem;
  }
}

.br-s-gt br {
  display: none;
}
@media (min-width: 375px) {
  .br-s-gt br {
    display: block !important;
  }
}

.br-md-gt br {
  display: none;
}
@media (min-width: 768px) {
  .br-md-gt br {
    display: block !important;
  }
}

.br-lg-gt br {
  display: none;
}
@media (min-width: 992px) {
  .br-lg-gt br {
    display: block !important;
  }
}

.br-xl-gt br {
  display: none;
}
@media (min-width: 1200px) {
  .br-xl-gt br {
    display: block !important;
  }
}

.br-s-lt br {
  display: block;
}
@media (min-width: 374px) {
  .br-s-lt br {
    display: none !important;
  }
}

.br-md-lt br {
  display: block;
}
@media (min-width: 767px) {
  .br-md-lt br {
    display: none !important;
  }
}

.br-lg-lt br {
  display: block;
}
@media (min-width: 991px) {
  .br-lg-lt br {
    display: none !important;
  }
}

.br-xl-lt br {
  display: block;
}
@media (min-width: 1199px) {
  .br-xl-lt br {
    display: none !important;
  }
}

.box-1 {
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
}
.box-1 h3 {
  font-size: 2.3rem;
}
@media (min-width: 768px) {
  .box-1 {
    padding: 30px;
    margin-bottom: 0;
  }
}

.box-2 {
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
}
.box-2 h3 {
  font-size: 2.3rem;
}
@media (min-width: 768px) {
  .box-2 {
    padding: 30px;
    margin-bottom: 0;
  }
}

.box-3 {
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 7px 7px 14px #c4bcab, -7px -7px 14px #f0e9db;
}
.box-3:hover {
  box-shadow: 0 0 2px #a0b4b9;
}
@media (min-width: 768px) {
  .box-3 {
    padding: 30px;
    margin-bottom: 10px;
  }
}

.box-4 {
  padding: 20px;
  border-radius: 10px;
  border: 3px solid #2a2a2a;
}
@media (min-width: 768px) {
  .box-4 {
    padding: 80px 0 30px 0;
  }
}

.button-1 {
  text-align: center;
}
.button-1 a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border: 2px solid #585858;
  border-radius: 40px;
  text-decoration: none;
  padding: 10px 15px;
  color: #000;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .button-1 a {
    padding: 13px 37px;
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .button-1 a {
    font-size: 1.7rem;
  }
}
.button-1 a::after {
  background: #585858;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.button-1 a:hover {
  color: #fff;
}
.button-1 a:hover::after {
  transform: scale(1, 1);
}

.button-2 a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border: 2px solid #585858;
  border-radius: 40px;
  text-decoration: none;
  padding: 7px 5px;
  color: #000;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .button-2 a {
    padding: 10px 10px;
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .button-2 a {
    font-size: 1.3rem;
  }
}
.button-2 a::after {
  background: #585858;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.button-2 a:hover {
  color: #fff;
}
.button-2 a:hover::after {
  transform: scale(1, 1);
}

.button-3 {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .button-3 {
    text-align: right;
  }
}
.button-3 a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border: 2px solid #585858;
  border-radius: 40px;
  text-decoration: none;
  padding: 7px 15px;
  color: #000;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .button-3 a {
    padding: 10px 20px;
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .button-3 a {
    font-size: 1.3rem;
  }
}
.button-3 a::after {
  background: #585858;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.button-3 a:hover {
  color: #fff;
}
.button-3 a:hover::after {
  transform: scale(1, 1);
}

.button-4 a {
  text-align: center;
  background-color: #fff;
  border: 2px solid #e192a6;
  border-radius: 15px;
  text-decoration: none;
  padding: 7px 10px;
  color: #e192a6;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: .3s;
}
@media (min-width: 768px) {
  .button-4 a {
    padding: 10px 30px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .button-4 a {
    font-size: 2.0rem;
  }
}
.button-4 a:hover {
  background-color: #e192a6;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.button-5 a {
  text-align: center;
  background-color: #fff;
  border: 2px solid #4bb2e5;
  border-radius: 15px;
  text-decoration: none;
  padding: 7px 10px;
  color: #4bb2e5;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: .3s;
}
@media (min-width: 768px) {
  .button-5 a {
    padding: 10px 30px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .button-5 a {
    font-size: 2.0rem;
  }
}
.button-5 a:hover {
  background-color: #4bb2e5;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.tag-1 {
  background-color: #314a7e;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.tag-2 {
  background-color: #d89b09;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.tag-3 {
  background-color: #7ecef4;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.tag-4 {
  background-color: #f29b76;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.db-sm-gt {
  display: none;
}
@media (min-width: 576px) {
  .db-sm-gt {
    display: block !important;
  }
}

.db-md-gt {
  display: none;
}
@media (min-width: 768px) {
  .db-md-gt {
    display: block !important;
  }
}

.db-lg-gt {
  display: none;
}
@media (min-width: 992px) {
  .db-lg-gt {
    display: block !important;
  }
}

.db-xl-gt {
  display: none;
}
@media (min-width: 1200px) {
  .db-xl-gt {
    display: block !important;
  }
}

.db-sm-lt {
  display: block;
}
@media (min-width: 575px) {
  .db-sm-lt {
    display: none !important;
  }
}

.db-md-lt {
  display: block;
}
@media (min-width: 767px) {
  .db-md-lt {
    display: none !important;
  }
}

.db-lg-lt {
  display: block;
}
@media (min-width: 991px) {
  .db-lg-lt {
    display: none !important;
  }
}

.db-xl-lt {
  display: block;
}
@media (min-width: 1199px) {
  .db-xl-lt {
    display: none !important;
  }
}

.terms-page ul {
  margin-left: 30px;
}
.terms-page ul > li {
  margin-bottom: 30px;
}
.terms-page h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 10px;
}

.terms-section {
  margin-top: 80px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.terms-section:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #bdbdbd;
  display: block;
  margin-left: 30px;
}
.terms-section h3 {
  font-size: 1.7rem;
  font-weight: 400;
  color: #000;
}
@media (min-width: 768px) {
  .terms-section h3 {
    font-size: 2.1rem;
  }
}

.section-title-top {
  margin: 50px 0 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  .section-title-top {
    margin: 50px 0 50px 0;
  }
}
@media (min-width: 992px) {
  .section-title-top {
    margin: 70px 0 50px 0;
  }
}
@media (min-width: 1200px) {
  .section-title-top {
    margin: 90px 0 50px 0;
  }
}
.section-title-top h2 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #252525;
  line-height: 3.0rem;
}
.section-title-top h2 br {
  display: block;
}
@media (min-width: 768px) {
  .section-title-top h2 br {
    display: none;
  }
}
@media (min-width: 375px) {
  .section-title-top h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .section-title-top h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .section-title-top h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .section-title-top h2 {
    font-size: 3.0rem;
  }
}

.section-title-line {
  display: flex;
  align-items: center;
}

.section-title-line:before, .section-title-line:after {
  content: "";
  flex-grow: 1;
  height: 3px;
  display: block;
}

.section-title-line:before {
  margin-right: 10px;
  background: linear-gradient(0deg, #252525, #252525);
}
@media (min-width: 768px) {
  .section-title-line:before {
    margin-right: 60px;
  }
}

.section-title-line:after {
  margin-left: 10px;
  background: linear-gradient(0deg, #252525, #252525);
}
@media (min-width: 768px) {
  .section-title-line:after {
    margin-left: 60px;
  }
}

.para-wall-title {
  width: 250px;
  position: absolute;
  top: 220px;
  left: 50%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  text-align: center;
  padding: 15px 0 30px 0;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
  .para-wall-title {
    top: 270px;
  }
}
@media (min-width: 992px) {
  .para-wall-title {
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    width: 45%;
    background-color: #f9f9f9;
    box-shadow: 0 7px 0 #777;
    padding: 15px 50px;
    left: 0;
    top: 350px;
    margin: 0;
    border-radius: 0 20px 20px 0;
  }
}
@media (min-width: 1200px) {
  .para-wall-title {
    top: 450px;
  }
}
.para-wall-title h2 {
  font-size: 2.0rem;
  color: #64aba8;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .para-wall-title h2 {
    font-size: 3.0rem;
  }
}
@media (min-width: 992px) {
  .para-wall-title h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .para-wall-title h2 {
    margin-bottom: 0;
    font-size: 6.0rem;
  }
}
.para-wall-title span {
  font-size: 1.2rem;
  color: #444;
  text-align: center;
}
@media (min-width: 768px) {
  .para-wall-title span {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .para-wall-title span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .para-wall-title span {
    font-size: 1.7rem;
  }
}

.map {
  width: 100%;
  height: 400px;
}

.faq-box {
  margin-bottom: 50px;
}
.faq-box ul {
  width: 100%;
}
.faq-box li {
  font-size: 1.7rem;
  padding: 10px;
  margin-bottom: 50px;
  background-color: #f8f8f8;
  box-shadow: 5px 5px #f0f0f0;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 768px) {
  .faq-box li {
    font-size: 2.0rem;
    margin-bottom: 60px;
  }
}
.faq-box h3 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
  padding-left: 35px;
}
.faq-box h3:before {
  font-weight: 500;
  content: "Q.";
  font-size: 2.5rem;
  color: #18429f;
  float: left;
  margin-top: -8px;
  margin-left: -40px;
}
@media (min-width: 768px) {
  .faq-box h3 {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
}
.faq-box ul li ul li {
  font-size: 1.5rem;
  line-height: 1.6;
  box-shadow: none;
  border-radius: 0;
  padding: 0 0 0 10px;
}
.faq-box ul li ul li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  content: "\f061";
  font-size: 2.3rem;
  color: #e47789;
  float: left;
  margin-top: -5px;
  margin-left: -37px;
  height: 0;
}
@media (min-width: 768px) {
  .faq-box ul li ul li {
    font-size: 1.6rem;
    margin: 0;
  }
}

.voice-box {
  background-color: #f8f8f8;
  box-shadow: 5px 5px #f0f0f0;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .voice-box {
    padding: 20px;
  }
}
.voice-box h3 {
  font-size: 1.6rem;
  font-weight: 500s;
  line-height: 1.6;
  margin-bottom: 10px;
  border-bottom: 4px dotted #18429f;
  padding-bottom: 5px;
  color: #18429f;
}
@media (min-width: 768px) {
  .voice-box h3 {
    font-size: 2.0rem;
  }
}

.imp-infomation {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .imp-infomation {
    margin: 50px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  .imp-infomation {
    max-width: 1300px;
  }
}
.imp-infomation .imp-info-title {
  width: 38%;
  background-color: #e98383;
  float: left;
  padding: 15px;
  height: auto;
  position: relative;
}
@media (min-width: 768px) {
  .imp-infomation .imp-info-title {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .imp-infomation .imp-info-title {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .imp-infomation .imp-info-title {
    width: 15%;
    background-color: #fff;
    border-top: 2px solid #e98383;
    border-bottom: 2px solid #e98383;
  }
}
.imp-infomation .imp-info-title p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  padding: 0 5px;
}
@media (min-width: 1200px) {
  .imp-infomation .imp-info-title p {
    color: #e98383;
    font-size: 1.9rem;
  }
}
.imp-infomation .imp-info-description {
  width: 100%;
  float: left;
  border-bottom: 2px solid #e0e0e0;
}
@media (min-width: 768px) {
  .imp-infomation .imp-info-description {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .imp-infomation .imp-info-description {
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .imp-infomation .imp-info-description {
    width: 82%;
    margin-left: 3%;
  }
}

.p-mb-off {
  margin-bottom: 0;
}

.page-mb {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .page-mb {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .page-mb {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .page-mb {
    margin-bottom: 150px;
  }
}

.table-1 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .table-1 {
    width: 100%;
  }
}
.table-1 th {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 5px 0;
  vertical-align: middle;
  text-align: center;
  color: #605950;
  width: 30%;
  border: 2px solid #f5f0e9;
  background-color: #fff;
}
@media (min-width: 768px) {
  .table-1 th {
    font-size: 1.4rem;
    padding: 10px 5px;
  }
}
@media (min-width: 992px) {
  .table-1 th {
    font-size: 1.4rem;
    padding: 10px 5px;
  }
}
@media (min-width: 1200px) {
  .table-1 th {
    font-size: 1.4rem;
    padding: 10px 5px;
  }
}
.table-1 td {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 5px 10px;
  border: 2px solid #f5f0e9;
  background-color: #fff;
  vertical-align: middle;
  color: #605950;
}
@media (min-width: 768px) {
  .table-1 td {
    font-size: 1.4rem;
    padding: 10px 35px 10px 5px;
  }
}
@media (min-width: 992px) {
  .table-1 td {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .table-1 td {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
}

.table-2 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .table-2 {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .table-2 {
    margin-bottom: 15px;
  }
}
.table-2 th {
  font-size: 1.4rem;
  line-height: 1.6;
  border: 1px solid #e1bb8f;
  padding: 5px;
  vertical-align: middle;
  font-weight: 500;
  text-align: center;
  color: #5f4b35;
  background-color: #fffbf6;
}
@media (min-width: 400px) {
  .table-2 th {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .table-2 th {
    padding: 10px;
  }
}
.table-2 td {
  font-size: 1.4rem;
  line-height: 1.6;
  border: 1px solid #e1bb8f;
  padding: 5px;
  vertical-align: middle;
  color: #666;
  background-color: #fff;
}
.table-2 td p {
  margin: 5px 0;
}
@media (min-width: 768px) {
  .table-2 td {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .table-2 td {
    padding: 10px;
  }
}

.gaku {
  font-size: 1.3rem !important;
}
@media (min-width: 400px) {
  .gaku {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 768px) {
  .gaku {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .gaku {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .gaku {
    font-size: 1.5rem !important;
  }
}

.fixed01,
.fixed02 {
  position: sticky;
  top: 0;
  left: 0;
}
.fixed01:before,
.fixed02:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}

.fixed01 {
  z-index: 2;
}

.fixed02 {
  z-index: 1;
}

.yt_play {
  transition: .3s ease-in-out;
}

.yt {
  position: relative;
}

.yt_play:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.yt_btn {
  width: 70px;
  height: 70px;
  background: url("../images/video.png") no-repeat top left;
  position: absolute;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
@media (min-width: 768px) {
  .yt_btn {
    width: 100px;
    height: 100px;
  }
}

.yt-title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .yt-title {
    margin-bottom: 20px;
  }
}
.yt-title h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  color: #04528a;
}
@media (min-width: 768px) {
  .yt-title h4 {
    font-size: 1.7rem;
  }
}

.movie {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 768px) {
  .movie iframe {
    width: 100% !important;
    height: 100% !important;
  }
}

.borderr-5 {
  border-radius: 5px;
}

.borderr-10 {
  border-radius: 10px;
}

.borderr-15 {
  border-radius: 15px;
}

.borderr-20 {
  border-radius: 20px;
}

.borderr-25 {
  border-radius: 25px;
}

.borderr-30 {
  border-radius: 30px;
}

.ani-fluffy-1 {
  animation: ani-fluffy-1 3s ease infinite;
}

@keyframes ani-fluffy-1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-12px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-12px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.ani-fluffy-2 {
  animation: ani-fluffy-2 3s ease infinite;
}

@keyframes ani-fluffy-2 {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-12px);
  }
  25% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-12px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.ani-fluffy-3 {
  animation: vertical 1s ease-in-out infinite alternate;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.scroll-space {
  box-sizing: border-box;
  overflow: hidden;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.slidein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.0s;
}
.slidein.slidein-left {
  transform: translate(-100%, 0);
}
.slidein.slidein-right {
  transform: translate(100%, 0);
}
.slidein.slidein-up {
  transform: translate(0, -100%);
}
.slidein.slidein-bottom {
  transform: translate(0, 100%);
}
.slidein.scrollin {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.fadein-top {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein-top.fadein-left-top {
  transform: translate(-30px, 0);
}
.fadein-top.fadein-right-top {
  transform: translate(30px, 0);
}
.fadein-top.fadein-up-top {
  transform: translate(0, -30px);
}
.fadein-top.fadein-bottom-top {
  transform: translate(0, 30px);
}
.fadein-top.scrollin-top {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.slidein-top {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.0s;
}
.slidein-top.slidein-left-top {
  transform: translate(-100%, 0);
}
.slidein-top.slidein-right-top {
  transform: translate(100%, 0);
}
.slidein-top.slidein-up-top {
  transform: translate(0, -100%);
}
.slidein-top.slidein-bottom-top {
  transform: translate(0, 100%);
}
.slidein-top.scrollin-top {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.external-link::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f35d";
  font-size: 70%;
  padding-left: 10px;
}

.caret-right::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f0da";
  font-size: 100%;
  padding-left: 10px;
}

.caret-left::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f0da";
  font-size: 100%;
  padding-right: 10px;
}

.pdf-file::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f1c1";
  font-size: 90%;
  padding-left: 10px;
}

.op:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.scale {
  transition: 0.3s;
}

.scale:hover {
  transform: scale(1.1);
}

.slider {
  padding-top: 130px;
  display: none;
}
@media (min-width: 768px) {
  .slider {
    display: block;
  }
}

.slider-1 .slick-slide {
  margin: 0 60px;
  padding: 60px 0;
  position: relative;
}

.slider-1 .slick-slide .slide-img {
  width: 750px;
  height: 500px;
  transition: all 0.6s ease 0.4s;
  opacity: 0.6;
  box-shadow: 5px 5px 15px -5px #666;
  overflow: hidden;
  border-radius: 20px;
}

.slider-1 .slick-slide.slick-current .slide-img {
  transform: scale(1.2);
  opacity: 1;
}

.slider-1 .slick-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-1 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slider-1 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}

.slider-1 .slick-next {
  right: 50px;
}

.slider-1 .slick-prev {
  left: 50px;
}

.slider-1 .slick-next::before {
  left: 20px;
}

.slider-1 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

.dots-1 .slick-dots {
  text-align: center;
  bottom: 0;
}

.dots-1 .slick-dots li {
  display: inline-block;
}

.dots-1 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

.dots-1 .slick-dots .slick-active button {
  background: #0a467d;
}

.blog_post {
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.blog_post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.blog_post a:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .blog_post {
    padding: 0;
    border-bottom: none;
  }
}

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

.blog_thumbnail {
  float: left;
  width: 27%;
  margin-right: 4%;
}
@media (min-width: 768px) {
  .blog_thumbnail {
    float: both;
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.blog_thumbnail img {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .blog_thumbnail img {
    height: 130px;
  }
}
@media (min-width: 992px) {
  .blog_thumbnail img {
    height: 180px;
  }
}

.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.blog_description {
  float: left;
  width: 69%;
}
@media (min-width: 768px) {
  .blog_description {
    float: both;
    width: 95%;
    margin: 0 2.5%;
  }
}

.blog_date {
  font-size: 1.5rem;
  color: #555;
  font-weight: bold;
  display: inline;
}
@media (min-width: 768px) {
  .blog_date {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .blog_date {
    font-size: 1.5rem;
  }
}

.blog_category {
  background-color: #e192a6;
  color: #fff;
  font-weight: 500;
  padding: 2px 5px;
  border-radius: 5px;
}

.blog_title {
  font-size: 1.6rem;
  color: #e192a6;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .blog_title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .blog_title {
    font-size: 1.6rem;
  }
}

.blog_text {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .blog_text {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .blog_text {
    font-size: 1.4rem;
  }
}
.blog_text::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f35d";
  font-size: 1.3rem;
  margin-left: 10px;
}

.blog-new {
  position: absolute;
  top: 40px;
  left: -5px;
  width: 100px;
  z-index: 10;
}
@media (min-width: 768px) {
  .blog-new {
    top: 50px;
    left: -20px;
    width: 150px;
  }
}

.force {
  padding-top: 55px;
}
@media (min-width: 992px) {
  .force {
    padding-top: 0;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.gutters-1 > .col,
.gutters-1 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .gutters-1 > .col,
  .gutters-1 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.gutters-2 > .col,
.gutters-2 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .gutters-2 > .col,
  .gutters-2 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.gutters-3 > .col,
.gutters-3 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .gutters-3 > .col,
  .gutters-3 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

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

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

.container-fluid-1-1 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-fluid-1-1 {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.container-fluid-max {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f0e9;
}

.container-fluid-2 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-fluid-2 {
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media (min-width: 992px) {
  .container-fluid-2 {
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media (min-width: 1200px) {
  .container-fluid-2 {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media (min-width: 1400px) {
  .container-fluid-2 {
    padding-right: 6%;
    padding-left: 6%;
  }
}
@media (min-width: 1600px) {
  .container-fluid-2 {
    padding-right: 8%;
    padding-left: 8%;
  }
}
@media (min-width: 1800px) {
  .container-fluid-2 {
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media (min-width: 2000px) {
  .container-fluid-2 {
    padding-right: 13%;
    padding-left: 13%;
  }
}
@media (min-width: 2200px) {
  .container-fluid-2 {
    padding-right: 16%;
    padding-left: 16%;
  }
}
@media (min-width: 2400px) {
  .container-fluid-2 {
    padding-right: 19%;
    padding-left: 19%;
  }
}

.wrapper {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.main {
  width: 100%;
}
@media (min-width: 1200px) {
  .main {
    width: calc(100% - 450px);
  }
}

.sidebar {
  display: none;
}
@media (min-width: 1200px) {
  .sidebar {
    display: block;
    width: 330px;
  }
}

.widget {
  margin-bottom: 20px;
  padding: 50px 20px 50px 0;
  position: relative;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget--sticky {
  position: sticky;
  top: 130px;
}

.sidebar-list {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sidebar-list {
    margin-bottom: 30px;
  }
}
.sidebar-list ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.sidebar-list li {
  position: relative;
  vertical-align: baseline;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 3.2rem;
  text-indent: -3.2rem;
}
.sidebar-list li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f138\00a0";
  color: #fff;
}
@media (min-width: 768px) {
  .sidebar-list li {
    font-size: 1.5rem;
  }
}
.sidebar-list li a {
  text-decoration: none;
  padding: 8px 5px;
  color: #fff;
}
@media (min-width: 768px) {
  .sidebar-list li a {
    padding: 8px 10px;
  }
}
.sidebar-list li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background-color: #fff;
  bottom: -7px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
.sidebar-list li a:hover {
  color: #fff;
  transition: all 0.5s;
}
.sidebar-list li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.sidebar-list li a:hover:before {
  width: 100%;
}

.school-box {
  margin-bottom: 50px;
  padding: 10px;
  color: #000;
  position: relative;
  border: 5px solid #ebebeb;
  background-color: #fff;
  border-radius: 20px;
}
.school-box img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .school-box {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .school-box {
    margin: 0;
  }
}
.school-box h3 {
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  border-top: 4px solid #5db0d8;
  border-bottom: 4px solid #5db0d8;
  margin-bottom: 20px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .school-box h3 {
    padding: 0 15px;
    font-size: 2.0rem;
  }
}
@media (min-width: 992px) {
  .school-box h3 {
    font-size: 2.0rem;
  }
}
@media (min-width: 1200px) {
  .school-box h3 {
    font-size: 2.0rem;
    padding: 3px 10px;
  }
  .school-box h3 span {
    font-size: 1.9rem;
  }
}
.school-box p {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .school-box p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .school-box p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .school-box p {
    font-size: 1.6rem;
  }
}
.school-box li {
  font-size: 1.5rem;
  font-weight: bold;
  color: #066d9e;
}
@media (min-width: 768px) {
  .school-box li {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .school-box li {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .school-box li {
    font-size: 1.8rem;
  }
}
.school-box .school-button {
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 5px 0 0 0;
  z-index: 12;
  background-color: #21826f;
  padding: 10px 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .school-box .school-button {
    border-radius: 5px 0 0 0;
    padding: 10px 5px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .school-box .school-button {
    border-radius: 5px 0 0 5px;
    padding: 10px 10px;
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .school-box .school-button {
    border-radius: 5px 0 0 5px;
    padding: 10px 15px;
    font-size: 1.9rem;
  }
}

.school-box-admission {
  position: absolute;
  bottom: -35px;
  right: 10px;
  width: 150px;
}
@media (min-width: 768px) {
  .school-box-admission {
    bottom: -15px;
    right: 10px;
    width: 140px;
  }
}
@media (min-width: 992px) {
  .school-box-admission {
    bottom: -15px;
    right: 10px;
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .school-box-admission {
    bottom: -15px;
    right: 10px;
    width: 150px;
  }
}

.school-title {
  margin-bottom: 20px;
  border-radius: 3px;
}
.school-title h2 {
  font-weight: bold;
  color: #3672a9;
  text-align: center;
  font-size: 2.0rem;
}
@media (min-width: 992px) {
  .school-title h2 {
    font-size: 2.3rem;
  }
}
.school-title h2 span {
  color: #3672a9;
}

.school-title-sub {
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .school-title-sub {
    font-size: 1.6rem;
  }
  .school-title-sub br {
    display: none;
  }
  .school-title-sub span::after {
    content: "\00a0\00a0|\00a0\00a0";
  }
}

.top-msg-title {
  border-left: 8px solid #e192a6;
}
.top-msg-title h2 {
  font-size: 2.0rem;
  line-height: 1.6;
  font-weight: bold;
  padding-left: 20px;
  color: #e192a6;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .top-msg-title h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .top-msg-title h2 {
    font-size: 2.7rem;
  }
}

.top-taiken-1 {
  position: absolute;
  bottom: -20px;
  right: 10px;
  z-index: 10;
}
@media (min-width: 768px) {
  .top-taiken-1 {
    right: 20px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .top-taiken-1 {
    bottom: -30px;
    right: 20%;
  }
}
@media (min-width: 1200px) {
  .top-taiken-1 {
    right: 20%;
    bottom: 0px;
  }
}
.top-taiken-1 img {
  width: 100px;
}
@media (min-width: 375px) {
  .top-taiken-1 img {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .top-taiken-1 img {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .top-taiken-1 img {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .top-taiken-1 img {
    width: 180px;
  }
}

.top-taiken-2 {
  position: absolute;
  top: -60px;
  right: 2px;
  z-index: 10;
}
@media (min-width: 375px) {
  .top-taiken-2 {
    right: 5px;
    top: -55px;
  }
}
@media (min-width: 768px) {
  .top-taiken-2 {
    right: 20px;
    top: -100%;
  }
}
.top-taiken-2 img {
  width: 100px;
}
@media (min-width: 375px) {
  .top-taiken-2 img {
    width: 110px;
  }
}
@media (min-width: 768px) {
  .top-taiken-2 img {
    width: 150px;
  }
}

.point-box-1 {
  background-color: #f5fbfb;
  border: 1px solid #84ccc9;
  padding: 10px 10px 1px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .point-box-1 {
    padding: 20px 20px 10px 20px;
  }
}
.point-box-1 h4 {
  margin-bottom: 10px;
  color: #35716e;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .point-box-1 h4 {
    font-size: 2.7rem;
  }
}
.point-box-1 p {
  color: #35716e;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .point-box-1 p {
    font-size: 1.5rem;
  }
}

.point-box-2 {
  background-color: #f9f3f1;
  border: 1px solid #f29a76;
  padding: 10px 10px 1px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .point-box-2 {
    padding: 20px 20px 10px 20px;
  }
}
.point-box-2 h4 {
  margin-bottom: 10px;
  color: #9e5333;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .point-box-2 h4 {
    font-size: 2.7rem;
  }
}
.point-box-2 p {
  color: #9e5333;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .point-box-2 p {
    font-size: 1.5rem;
  }
}

.point-box-3 {
  background-color: #fbfaf3;
  border: 1px solid #dfd005;
  padding: 10px 10px 1px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .point-box-3 {
    padding: 20px 20px 10px 20px;
  }
}
.point-box-3 h4 {
  margin-bottom: 10px;
  color: #8c841e;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .point-box-3 h4 {
    font-size: 2.7rem;
  }
}
.point-box-3 p {
  color: #8c841e;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .point-box-3 p {
    font-size: 1.5rem;
  }
}

.point-box-4 {
  background-color: #f2f4fa;
  border: 1px solid #8c97cb;
  padding: 10px 10px 1px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .point-box-4 {
    padding: 20px 20px 10px 20px;
  }
}
.point-box-4 h4 {
  margin-bottom: 10px;
  color: #424d80;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .point-box-4 h4 {
    font-size: 2.7rem;
  }
}
.point-box-4 p {
  color: #424d80;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .point-box-4 p {
    font-size: 1.5rem;
  }
}

.point-box-5 {
  background-color: #f2f8fb;
  border: 1px solid #7ecef4;
  padding: 10px 10px 1px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .point-box-5 {
    padding: 20px 20px 10px 20px;
  }
}
.point-box-5 h4 {
  margin-bottom: 10px;
  color: #367491;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .point-box-5 h4 {
    font-size: 2.7rem;
  }
}
.point-box-5 p {
  color: #367491;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .point-box-5 p {
    font-size: 1.5rem;
  }
}

.point-box-6 {
  background-color: #faf0f9;
  border: 1px solid #c490bf;
  padding: 10px 10px 1px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .point-box-6 {
    padding: 20px 20px 10px 20px;
  }
}
.point-box-6 h4 {
  margin-bottom: 10px;
  color: #764371;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .point-box-6 h4 {
    font-size: 2.7rem;
  }
}
.point-box-6 p {
  color: #764371;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .point-box-6 p {
    font-size: 1.5rem;
  }
}

.bg-school-banner {
  width: 100%;
  background-color: #f6f6f6;
  background-color: #f6f6f6;
  background-image: url("https://www.transparenttextures.com/patterns/connected.png");
  margin-bottom: 0px;
  padding: 30px 0;
  z-index: -100;
}
@media (min-width: 768px) {
  .bg-school-banner {
    padding: 40px 0;
    margin-bottom: 0px;
  }
}

.face-name {
  margin-bottom: 20px;
  line-height: 1.6;
}

.msg-1 {
  margin-bottom: 50px;
}
.msg-1 h3 {
  font-size: 2.0rem;
  line-height: 1.6;
  font-weight: bold;
}
@media (min-width: 768px) {
  .msg-1 h3 {
    font-size: 2.3rem;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .msg-1 h3 {
    font-size: 2.5rem;
    line-height: 1.7;
  }
}
@media (min-width: 1200px) {
  .msg-1 h3 {
    font-size: 2.7rem;
    line-height: 1.8;
  }
}

.msg-2 {
  margin-bottom: 10px;
}
.msg-2 h3 {
  font-size: 2.0rem;
  line-height: 1.6;
  font-weight: bold;
}
@media (min-width: 768px) {
  .msg-2 h3 {
    font-size: 2.3rem;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .msg-2 h3 {
    font-size: 2.5rem;
    line-height: 1.7;
  }
}
@media (min-width: 1200px) {
  .msg-2 h3 {
    font-size: 2.7rem;
    line-height: 1.8;
  }
}

@media (min-width: 992px) {
  .page-menu {
    margin-top: -70px;
  }
}
.page-menu ul {
  list-style: none;
  float: left;
}
@media (min-width: 992px) {
  .page-menu ul {
    float: right;
  }
}
.page-menu ul li {
  float: left;
  margin-right: 10px;
}
.page-menu ul li a {
  padding: 5px 10px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #999;
  border-radius: 5px;
  color: #333;
}
@media (min-width: 768px) {
  .page-menu ul li a {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .page-menu ul li a {
    font-size: 1.6rem;
  }
}
.page-menu ul li a:hover {
  background-color: #999;
  color: #fff;
}
.page-menu ul li a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f107";
  padding-left: 7px;
}

.service-menu p {
  font-size: 1.5rem;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  color: #76a6c1;
  font-weight: 500;
}
@media (min-width: 768px) {
  .service-menu p {
    font-size: 1.6rem;
  }
}
.service-menu ul {
  margin: 0 0 0 25px;
}
.service-menu ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 7px 0;
}
@media (min-width: 768px) {
  .service-menu ul li {
    font-size: 1.5rem;
  }
}

.access-box {
  width: 100%;
  padding: 20px;
  border: 1px solid #ababab;
  border-radius: 5px;
  position: relative;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .access-box {
    padding: 2.5rem 4.0rem;
  }
}
.access-box h3 {
  position: absolute;
  right: 0;
  left: 0;
  top: -4.8rem;
  font-size: 2.3rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .access-box h3 {
    top: -5.3rem;
    font-size: 2.5rem;
  }
}
.access-box span {
  padding: 0 1.5rem;
  background: #fff;
  color: #a1a1a1;
}
@media (min-width: 768px) {
  .access-box span {
    padding: 0 1.5rem;
  }
}

.address-list ul li {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 10px 0;
  padding-left: 6.9rem;
  text-indent: -6.9rem;
}
@media (min-width: 768px) {
  .address-list ul li {
    font-size: 1.5rem;
    padding-left: 9.5rem;
    text-indent: -9.5rem;
  }
}
.address-list ul li:first-child {
  margin-bottom: 30px;
}
.address-list ul li .tag {
  background-color: #499094;
  color: #fff;
  padding: 2px 5px;
  margin-right: 20px;
  border-radius: 2px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .address-list ul li .tag {
    padding: 2px 15px;
  }
}

.facility-bg {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .facility-bg {
    width: 90%;
    margin: 0 5%;
  }
}

.facility-logo {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
  width: 80%;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .facility-logo {
    width: 600px;
    padding: 50px 110px;
    margin: 0;
  }
}

.facility-logo1 {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
  width: 80%;
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .facility-logo1 {
    width: 600px;
    padding: 50px 50px;
    margin: 0;
  }
}

.facility-bg-area {
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 100px;
  background-color: #b1d1e4;
  z-index: -10;
}
.facility-bg-area::before {
  content: '';
  position: absolute;
  background-color: #cbe2ef;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
  z-index: -1;
}
@media (min-width: 768px) {
  .facility-bg-area {
    height: 160px;
    bottom: -90px;
  }
}

.facility-head-area {
  position: relative;
  width: 100%;
}

.facility-img-b {
  margin-bottom: 150px;
}

.facility-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.facility-sub img {
  width: 60%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .facility-sub img {
    width: 350px;
  }
}

.facility-sub1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.facility-sub1 img {
  width: 40%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .facility-sub1 img {
    width: 200px;
  }
}

.facility-tel {
  margin-top: 30px;
  text-align: center;
}
.facility-tel p a {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.facility-tel p a::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f095";
  font-size: 100%;
  padding-right: 10px;
  font-size: 85%;
}
@media (min-width: 768px) {
  .facility-tel p a {
    font-size: 2.7rem;
  }
}
.facility-tel p a:hover {
  text-decoration: none;
}
.facility-tel span {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .facility-tel span {
    font-size: 1.3rem;
  }
}
.facility-tel .facility-tel-text {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .facility-tel .facility-tel-text {
    font-size: 1.3rem;
  }
}

.facility-text {
  font-size: 2.0rem;
  font-weight: 400;
  margin-right: 15px;
  color: #76a6c1;
}
@media (min-width: 768px) {
  .facility-text {
    font-size: 3.0rem;
  }
}

.service-name h3 {
  font-size: 2.0rem;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
@media (min-width: 768px) {
  .service-name h3 {
    font-size: 2.8rem;
    margin-bottom: 0;
    text-align: left;
  }
}

.service-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
  box-sizing: border-box;
  overflow: hidden;
}

.service-facility {
  width: 45%;
  margin: 0 2.5% 50px 2.5%;
  background-color: #f8f6f3;
  box-shadow: 2px 2px #ded8d3;
  border-radius: 3px;
  padding: 10px 10px 5px 10px;
}
@media (min-width: 768px) {
  .service-facility {
    width: 290px;
    margin: 0 50px 50px 0;
    padding: 15px 15px 5px 15px;
    border-radius: 5px;
    box-shadow: 3px 3px #ded8d3;
  }
}
.service-facility h4 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  color: #82705e;
  background-color: #fff;
}
@media (min-width: 768px) {
  .service-facility h4 {
    font-size: 1.7rem;
  }
  .service-facility h4.st {
    font-size: 1.5rem;
    padding: 2px 0;
  }
}
.service-facility img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .service-facility img {
    border-radius: 5px;
    margin: 0 auto 20px auto;
  }
}
@media (min-width: 768px) {
  .service-facility .service-facility-list {
    margin-left: 10px;
  }
}
.service-facility .service-facility-list li {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .service-facility .service-facility-list li {
    font-size: 1.3rem;
  }
}

.sfl-top {
  margin-top: 15px;
}

.widget-bg-left {
  position: absolute;
  background-color: #b1d1e4;
  width: 100vw;
  height: 8px;
  top: 50px;
  right: 0;
  z-index: -1;
  margin-right: 15%;
  border-radius: 0 4px 4px 0;
}

.about-title {
  margin-bottom: 40px;
  text-align: center;
}
.about-title h3 {
  font-size: 1.9rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .about-title h3 {
    font-size: 2.3rem;
  }
}

.about-title-1 {
  margin-bottom: 40px;
  text-align: center;
}
.about-title-1 h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 1.9rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .about-title-1 h3 {
    font-size: 3.0rem;
  }
}
.about-title-1 h3:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.about-title-1 h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

.about-box {
  max-width: 800px;
  margin: 0 auto;
}

.vision-list li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .vision-list li {
    font-size: 1.7rem;
  }
}
.vision-list li:last-child {
  margin-bottom: 0;
}

.vision-bg {
  background-color: #ddf1f2;
  width: 100%;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .vision-bg {
    padding: 100px 0;
  }
}

.visionimg {
  margin-bottom: 70px;
}

.recruit-title {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.recruit-title img {
  z-index: 2;
  width: 90%;
  margin-right: 10%;
}
@media (min-width: 768px) {
  .recruit-title img {
    width: 1200px;
    margin-right: 0;
  }
}

.recruit-list-title {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.recruit-list-title img {
  background-color: #d4f1f3;
  width: 60%;
  margin: 0 20%;
  padding: 5px;
}
@media (min-width: 768px) {
  .recruit-list-title img {
    width: 300px;
    margin: 0;
  }
}

.recruit-list {
  display: flex;
  justify-content: center;
}
.recruit-list ul {
  margin-left: 15px;
}
.recruit-list ul li {
  color: #476974;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-left: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
@media (min-width: 768px) {
  .recruit-list ul li {
    font-size: 1.8rem;
  }
}

.recruit-facilitylist-title {
  text-align: center;
  margin-bottom: 50px;
}
.recruit-facilitylist-title h3 {
  display: inline-block;
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #2479aa;
  background-color: #ddedf6;
  padding: 1px 5px;
  line-height: 1.6;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
@media (min-width: 768px) {
  .recruit-facilitylist-title h3 {
    font-size: 2.3rem;
    font-weight: 400;
  }
}

.recruit-facilitylist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.link-list-top {
  width: 40%;
  margin: 0 2.5%;
  text-align: center;
  border-top: 1px solid #989898;
}
.link-list-top:last-child {
  border-bottom: 1px solid #989898;
}
.link-list-top:nth-last-child(-n + 2) {
  border-bottom: 1px solid #989898;
}
.link-list-top a {
  font-size: 1.7rem;
  line-height: 1.6;
  padding: 30px 0;
  display: block;
  color: #000;
}

.link-list {
  width: 100%;
  text-align: center;
  border-top: 1px solid #dbdbdb;
  position: relative;
}
@media (min-width: 768px) {
  .link-list {
    width: 40%;
    margin: 0 2.5%;
  }
}
.link-list:last-child {
  border-bottom: 1px solid #dbdbdb;
}
@media (min-width: 768px) {
  .link-list:nth-last-child(-n + 2) {
    border-bottom: 1px solid #dbdbdb;
  }
}
.link-list::after {
  background: #2479aa;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.link-list:hover::after {
  transform: scale(1, 1);
}
.link-list a {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 20px 0;
  display: block;
  color: #2479aa;
  font-weight: 500;
}
.link-list a:after {
  position: absolute;
  background: url(../images/arrow1.png);
  width: 15px;
  height: 15px;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
@media (min-width: 768px) {
  .link-list a:after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
.link-list a span {
  font-size: 1.2rem;
  display: block;
}
.link-list a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .link-list a {
    font-size: 1.7rem;
    padding: 30px 0;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
.section-title h2 {
  font-size: 1.9rem;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-title h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}
.section-title span {
  font-size: 1.3rem;
  color: #a6a6a6;
  margin-bottom: 50px;
  display: inline-block;
}
@media (min-width: 768px) {
  .section-title span {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .section-title span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .section-title span {
    font-size: 1.5rem;
  }
}
.section-title p {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .section-title p {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .section-title p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .section-title p {
    font-size: 1.5rem;
  }
}

.servicelist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.link-list-topservice {
  width: 100%;
  text-align: center;
  border-top: 10px solid #fff;
  position: relative;
  background-color: #bbe2e4;
  z-index: 1;
}
@media (min-width: 768px) {
  .link-list-topservice {
    width: 40%;
    margin: 0 2.5%;
  }
}
.link-list-topservice:last-child {
  border-bottom: 10px solid #fff;
}
@media (min-width: 768px) {
  .link-list-topservice:nth-last-child(-n + 2) {
    border-bottom: 10px solid #fff;
  }
}
.link-list-topservice::after {
  background-color: #47a8ad;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.link-list-topservice:hover::after {
  transform: scale(1, 1);
}
.link-list-topservice a {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 20px 0;
  display: block;
  color: #47a8ad;
  font-weight: 400;
}
@media (min-width: 768px) {
  .link-list-topservice a {
    font-size: 1.7rem;
    font-weight: 500;
  }
}
.link-list-topservice a:after {
  position: absolute;
  background: url(../images/arrow2.png);
  width: 15px;
  height: 15px;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
@media (min-width: 768px) {
  .link-list-topservice a:after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
.link-list-topservice a span {
  font-size: 1.2rem;
  display: block;
}
.link-list-topservice a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .link-list-topservice a {
    font-size: 1.7rem;
    padding: 30px 0;
  }
}

.facility-top {
  text-align: center;
}

.facility-area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.top-service-name h3 {
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .top-service-name h3 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    text-align: left;
  }
}
.top-service-name p {
  font-size: 1.2rem;
  color: #82705e;
}
@media (min-width: 768px) {
  .top-service-name p {
    font-size: 1.4rem;
  }
}

.top-service-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
  background-color: #f8f6f3;
  box-shadow: 2px 2px #ded8d3;
  border-radius: 3px;
  padding: 10px;
  margin-right: 3px;
}
@media (min-width: 768px) {
  .top-service-box {
    padding: 20px;
  }
}

.top-service-facility-img {
  width: 145px;
  margin-right: 8%;
}
.top-service-facility-img img {
  border-radius: 3px;
  width: 100%;
}
@media (min-width: 768px) {
  .top-service-facility-img {
    flex: 1;
    margin-right: 8%;
  }
}

.top-service-facility {
  flex: 1;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .top-service-facility {
    width: auto;
  }
}
.top-service-facility h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #82705e;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .top-service-facility h4 {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
}
.top-service-facility p {
  font-size: 1.1rem;
  color: #555555;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .top-service-facility p {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}

.recruit-msg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.recruit-text {
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .recruit-text {
    width: 60%;
  }
}

.recruit-img {
  width: 80%;
  margin: 0 10%;
}
@media (min-width: 768px) {
  .recruit-img {
    width: 60%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    z-index: 1;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .recruit-img img {
    margin-bottom: -120px;
  }
}

.rinen p {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .rinen p {
    font-size: 1.7rem;
  }
}

.voice-accbox {
  margin: 0;
  padding: 0;
  max-width: 100%;
  position: relative;
}

/*ラベル*/
.voice-accbox label {
  display: block;
  margin: 0 5%;
  width: 0 90%;
  padding: 5px 30px;
  border-radius: 10px;
  color: #447db2;
  background-color: #fff;
  border: 2px solid #585858;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 1.5rem;
  vertical-align: middle;
  line-height: 1.4;
  border-radius: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .voice-accbox label {
    margin: 0 30%;
    width: 40%;
    font-size: 1.8rem;
    padding: 10px 40px;
  }
}
@media (min-width: 992px) {
  .voice-accbox label {
    margin: 0 25%;
    width: 50%;
    font-size: 1.8rem;
    padding: 10px 40px;
  }
}
@media (min-width: 1200px) {
  .voice-accbox label {
    margin: 0 35%;
    width: 30%;
  }
}

/*アイコンを表示*/
.voice-accbox label::after {
  content: "芙蓉園へのアクセスを見る";
  font-size: 1.4rem;
  color: #585858;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .voice-accbox label::after {
    font-size: 1.7rem;
  }
}

/*チェックは隠す*/
.voice-accbox input {
  display: none;
}

/*中身を非表示にしておく*/
.voice-accbox .voice-accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.voice-cssacc:checked + label + .voice-accshow {
  height: auto;
  opacity: 1;
  position: relative;
}

/*アイコンを入れ替える*/
.voice-cssacc:checked + label::after {
  content: "アクセスを閉じる";
  font-size: 1.4rem;
  color: #585858;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .voice-cssacc:checked + label::after {
    font-size: 1.7rem;
  }
}

.access-img img {
  width: 100%;
  z-index: -1;
  border-radius: 5px;
}

.access-no {
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: -10px;
  z-index: 1;
  display: inline-block;
}

.access-text {
  font-size: 1.3rem;
  line-height: 1.6;
}

.voice-accbox-1 {
  margin: 0;
  padding: 0;
  max-width: 100%;
  position: relative;
}

/*ラベル*/
.voice-accbox-1 label {
  display: block;
  margin: 0 5%;
  width: 0 90%;
  padding: 5px 30px;
  border-radius: 10px;
  color: #447db2;
  background-color: #fff;
  border: 2px solid #585858;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 1.5rem;
  vertical-align: middle;
  line-height: 1.4;
  border-radius: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .voice-accbox-1 label {
    margin: 0 30%;
    width: 40%;
    font-size: 1.8rem;
    padding: 10px 40px;
  }
}
@media (min-width: 992px) {
  .voice-accbox-1 label {
    margin: 0 25%;
    width: 50%;
    font-size: 1.8rem;
    padding: 10px 40px;
  }
}
@media (min-width: 1200px) {
  .voice-accbox-1 label {
    margin: 0 35%;
    width: 30%;
  }
}

/*アイコンを表示*/
.voice-accbox-1 label::after {
  content: "上総園へのアクセスを見る";
  font-size: 1.4rem;
  color: #585858;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .voice-accbox-1 label::after {
    font-size: 1.7rem;
  }
}

/*チェックは隠す*/
.voice-accbox-1 input {
  display: none;
}

/*中身を非表示にしておく*/
.voice-accbox-1 .voice-accshow-1 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.voice-cssacc-1:checked + label + .voice-accshow-1 {
  height: auto;
  opacity: 1;
  position: relative;
}

/*アイコンを入れ替える*/
.voice-cssacc-1:checked + label::after {
  content: "アクセスを閉じる";
  font-size: 1.4rem;
  color: #585858;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .voice-cssacc-1:checked + label::after {
    font-size: 1.7rem;
  }
}

.voice-accbox-2 {
  margin: 0;
  padding: 0;
  max-width: 100%;
  position: relative;
}

/*ラベル*/
.voice-accbox-2 label {
  display: block;
  margin: 0 5%;
  width: 0 90%;
  padding: 5px 30px;
  border-radius: 10px;
  color: #447db2;
  background-color: #fff;
  border: 2px solid #585858;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 1.5rem;
  vertical-align: middle;
  line-height: 1.4;
  border-radius: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .voice-accbox-2 label {
    margin: 0 30%;
    width: 40%;
    font-size: 1.8rem;
    padding: 10px 40px;
  }
}
@media (min-width: 992px) {
  .voice-accbox-2 label {
    margin: 0 25%;
    width: 50%;
    font-size: 1.8rem;
    padding: 10px 40px;
  }
}
@media (min-width: 1200px) {
  .voice-accbox-2 label {
    margin: 0 35%;
    width: 30%;
  }
}

/*アイコンを表示*/
.voice-accbox-2 label::after {
  content: "文京昭和高齢者在宅サービスセンターへのアクセスを見る";
  font-size: 1.4rem;
  color: #585858;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .voice-accbox-2 label::after {
    font-size: 1.7rem;
  }
}

/*チェックは隠す*/
.voice-accbox-2 input {
  display: none;
}

/*中身を非表示にしておく*/
.voice-accbox-2 .voice-accshow-2 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.voice-cssacc-2:checked + label + .voice-accshow-2 {
  height: auto;
  opacity: 1;
  position: relative;
}

/*アイコンを入れ替える*/
.voice-cssacc-2:checked + label::after {
  content: "アクセスを閉じる";
  font-size: 1.4rem;
  color: #585858;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .voice-cssacc-2:checked + label::after {
    font-size: 1.7rem;
  }
}

.voice-accbox-3 {
  margin: 0;
  padding: 0;
  max-width: 100%;
  position: relative;
}

/*ラベル*/
.voice-accbox-3 label {
  display: block;
  margin: 0 5%;
  width: 0 90%;
  padding: 5px 30px;
  border-radius: 10px;
  color: #447db2;
  background-color: #fff;
  border: 2px solid #585858;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 1.5rem;
  vertical-align: middle;
  line-height: 1.4;
  border-radius: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .voice-accbox-3 label {
    margin: 0 30%;
    width: 40%;
    font-size: 1.8rem;
    padding: 10px 40px;
  }
}
@media (min-width: 992px) {
  .voice-accbox-3 label {
    margin: 0 25%;
    width: 50%;
    font-size: 1.8rem;
    padding: 10px 40px;
  }
}
@media (min-width: 1200px) {
  .voice-accbox-3 label {
    margin: 0 35%;
    width: 30%;
  }
}

/*アイコンを表示*/
.voice-accbox-3 label::after {
  content: "文京湯島高齢者在宅サービスセンターへのアクセスを見る";
  font-size: 1.4rem;
  color: #585858;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .voice-accbox-3 label::after {
    font-size: 1.7rem;
  }
}

/*チェックは隠す*/
.voice-accbox-3 input {
  display: none;
}

/*中身を非表示にしておく*/
.voice-accbox-3 .voice-accshow-3 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.voice-cssacc-3:checked + label + .voice-accshow-3 {
  height: auto;
  opacity: 1;
  position: relative;
}

/*アイコンを入れ替える*/
.voice-cssacc-3:checked + label::after {
  content: "アクセスを閉じる";
  font-size: 1.4rem;
  color: #585858;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .voice-cssacc-3:checked + label::after {
    font-size: 1.7rem;
  }
}

.top-img {
  position: absolute;
  width: 70px;
  bottom: 0px;
  margin: none;
  left: auto;
  right: 10px;
  top: auto;
  z-index: 10;
}
@media (min-width: 768px) {
  .top-img {
    width: 120px;
    bottom: -110px;
    margin: none;
    left: auto;
    top: auto;
  }
}
@media (min-width: 992px) {
  .top-img {
    width: 150px;
    bottom: -150px;
    margin: none;
    left: auto;
    top: auto;
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .top-img {
    width: 180px;
    bottom: -150px;
    margin: none;
    left: auto;
    top: auto;
    right: 40px;
  }
}

.scname-bt {
  margin-bottom: 15px;
}
.scname-bt a {
  text-align: center;
  background-color: #88c995;
  border: 2px solid #88c995;
  border-radius: 25px;
  text-decoration: none;
  padding: 2px 20px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 3px 3px #c0c0c0;
}
@media (min-width: 768px) {
  .scname-bt a {
    padding: 2px 20px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .scname-bt a {
    font-size: 1.7rem;
  }
}
.scname-bt a:hover {
  background-color: #fff;
  color: #88c995;
  font-weight: 500;
}

.top-msg-bg {
  width: 100%;
  background-color: #f4ede1;
  padding: 60px 0;
  z-index: -100;
}
@media (min-width: 768px) {
  .top-msg-bg {
    padding: 60px 0;
  }
}

.top-soro {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1 !important;
  width: 20%;
}

.contact-tag {
  background-color: #605339;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.contact-tag p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.7rem;
}

.footer-contact-color {
  color: #605339;
}

.number {
  background-color: #e192a6;
  color: #fff;
  border-radius: 25%;
  padding: 1px 17px 5px 17px;
}

.p-mb-10 {
  margin-bottom: 10px;
}

.p-line-hight {
  line-height: 1.3;
}

.information-nav ul li {
  margin: 0 10px 0 0;
  float: left;
}
@media (min-width: 768px) {
  .information-nav ul li {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 992px) {
  .information-nav ul li {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .information-nav ul li {
    float: none;
    clear: left;
    margin: 0 0 15px 0;
  }
}

.btn-news {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  padding: 5px 5px;
  text-align: center;
  outline: none;
  transition: ease .2s;
  display: block;
}
@media (min-width: 768px) {
  .btn-news {
    padding: 10px 5px;
  }
}
@media (min-width: 992px) {
  .btn-news {
    padding: 10px 5px;
  }
}
@media (min-width: 1200px) {
  .btn-news {
    padding: 10px 5px;
  }
}

.btn-news span {
  position: relative;
  z-index: 3;
  color: #333;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .btn-news span {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .btn-news span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .btn-news span {
    font-size: 1.7rem;
  }
}

.btn-news:hover span {
  color: #eda253;
}

.bgleft-news:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft-news:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.top-img-1 {
  width: 200px;
  position: absolute;
  top: -20px;
  right: -40px;
}

.top-img-2 {
  width: 180px;
  position: absolute;
  top: 10px;
  left: -10px;
}

.imp-infomation-position {
  width: 60%;
  margin-left: 35%;
  position: absolute;
  top: 80%;
  left: 5%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}

.slider-tel {
  position: absolute;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  z-index: 10;
  bottom: 80px;
  left: 50%;
  right: 50%;
  width: 70%;
  margin: 0 auto;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
  border-radius: 5px;
}
@media (min-width: 768px) {
  .slider-tel {
    bottom: auto;
    top: 30px;
    right: 20px;
    left: auto;
    padding: 10px;
    transform: none;
    width: auto;
  }
}
@media (min-width: 992px) {
  .slider-tel {
    bottom: auto;
    top: 180px;
    right: 20px;
    left: auto;
    padding: 10px;
    transform: none;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .slider-tel {
    bottom: auto;
    top: 140px;
    right: 5%;
    left: auto;
    transform: none;
    width: auto;
    padding: 20px;
  }
}
.slider-tel a {
  font-size: 2.0rem;
  color: #fff;
}
.slider-tel a::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f095";
  font-size: 100%;
  padding-right: 10px;
  font-size: 85%;
}
@media (min-width: 768px) {
  .slider-tel a {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .slider-tel a {
    font-size: 3.0rem;
  }
}
.slider-tel p {
  margin: 7px 0 0 0;
  color: #fff;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .slider-tel p {
    font-size: 1.3rem;
    margin: 15px 0 0 0;
  }
}
@media (min-width: 992px) {
  .slider-tel p {
    font-size: 1.3rem;
    margin: 15px 0 0 0;
  }
}

.slider-button {
  position: absolute;
  border: 1px solid #499094;
  text-align: center;
  z-index: 10;
  bottom: 30px;
  left: 50%;
  right: 50%;
  width: 70%;
  margin: 0 auto;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
  border-radius: 5px;
  display: block;
}
@media (min-width: 768px) {
  .slider-button {
    bottom: auto;
    top: 30px;
    right: 20px;
    left: auto;
    transform: none;
    width: auto;
  }
}
@media (min-width: 992px) {
  .slider-button {
    bottom: auto;
    top: 180px;
    right: 20px;
    left: auto;
    transform: none;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .slider-button {
    bottom: auto;
    top: 280px;
    right: 5%;
    left: auto;
    transform: none;
    width: auto;
  }
}
.slider-button a {
  padding: 10px 30px;
  font-size: 1.4rem;
  color: #499094;
  font-weight: 400;
  display: block;
}
.slider-button a::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f054";
  font-size: 100%;
  padding-left: 10px;
  font-size: 85%;
}
@media (min-width: 768px) {
  .slider-button a {
    font-size: 1.5rem;
    padding: 15px 30px;
  }
}
@media (min-width: 992px) {
  .slider-button a {
    font-size: 1.5rem;
  }
}
.slider-button a:hover {
  background-color: #499094;
  color: #fff;
}

.service-box {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .service-box {
    margin-bottom: 60px;
  }
}
.service-box h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 10px 0 20px 0;
  color: #2c6198;
}
@media (min-width: 500px) {
  .service-box h3 {
    font-size: 2.0rem;
  }
}
@media (min-width: 768px) {
  .service-box h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .service-box h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .service-box h3 {
    font-size: 2.3rem;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1500px) {
  .service-box h3 {
    font-size: 2.3rem;
  }
}
.service-box p {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (min-width: 500px) {
  .service-box p {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .service-box p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .service-box p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .service-box p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1500px) {
  .service-box p {
    font-size: 1.5rem;
  }
}

.service-box-page {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .service-box-page {
    margin-bottom: 200px;
  }
}
.service-box-page h3 {
  font-size: 2.0rem;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #c59552;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .service-box-page h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .service-box-page h3 {
    margin-top: 0;
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .service-box-page h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1500px) {
  .service-box-page h3 {
    font-size: 2.8rem;
  }
}

.section-title-1 {
  text-align: center;
  border-bottom: 3px solid #ded1bf;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: none;
  background-color: #f5f0e9;
}
@media (min-width: 768px) {
  .section-title-1 {
    display: block;
  }
}
.section-title-1 h2 {
  font-size: 2.3rem;
  font-weight: 500;
  display: block;
  color: #605950;
}
@media (min-width: 768px) {
  .section-title-1 h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .section-title-1 h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .section-title-1 h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .section-title-1 h2 {
    font-size: 2.7rem;
  }
}
.section-title-1 span {
  font-size: 1.3rem;
  color: #b1a18a;
}
@media (min-width: 768px) {
  .section-title-1 span {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .section-title-1 span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .section-title-1 span {
    font-size: 1.5rem;
  }
}
.section-title-1 img {
  width: 100px;
  z-index: 10;
  position: absolute;
  top: -110px;
  left: 50%;
  right: 50%;
  margin: 0 auto;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
}
@media (min-width: 450px) {
  .section-title-1 img {
    top: -150px;
    width: 130px;
  }
}
@media (min-width: 768px) {
  .section-title-1 img {
    top: -140px;
    width: 120px;
  }
}
@media (min-width: 992px) {
  .section-title-1 img {
    top: -180px;
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .section-title-1 img {
    top: -180px;
    width: 150px;
  }
}

.section-title-1-1 {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
.section-title-1-1 h2 {
  font-size: 2.3rem;
  font-weight: 500;
  display: block;
}
@media (min-width: 768px) {
  .section-title-1-1 h2 {
    font-size: 2.3rem;
  }
}
.section-title-1-1 span {
  font-size: 1.3rem;
  color: #a6a6a6;
  margin-bottom: 30px;
  display: inline-block;
}
@media (min-width: 768px) {
  .section-title-1-1 span {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .section-title-1-1 span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .section-title-1-1 span {
    font-size: 1.5rem;
  }
}
.section-title-1-1 p {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .section-title-1-1 p {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .section-title-1-1 p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .section-title-1-1 p {
    font-size: 1.5rem;
  }
}

.side-nav-row {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
}

.section-title-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  width: 220px;
  margin: 0 auto;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .section-title-2 {
    padding: 15px;
    width: 230px;
  }
}
@media (min-width: 992px) {
  .section-title-2 {
    padding: 20px;
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .section-title-2 {
    padding: 20px;
    width: 250px;
  }
}
.section-title-2 h2 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 768px) {
  .section-title-2 h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .section-title-2 h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .section-title-2 h2 {
    font-size: 3.0rem;
  }
}
.section-title-2 span {
  font-size: 1.4rem;
  color: #fff;
}
@media (min-width: 768px) {
  .section-title-2 span {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .section-title-2 span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .section-title-2 span {
    font-size: 1.5rem;
  }
}

.btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px 15px;
  outline: none;
  transition: ease .2s;
  width: 100%;
  border-radius: 5px;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: space-between;
}

.btn span {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .btn span {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .btn span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .btn span {
    font-size: 1.5rem;
  }
}

.btn:hover span {
  color: #81c5df;
  font-weight: 500;
}

.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.face-box {
  position: relative;
}

.face {
  position: absolute;
  top: 0;
  right: 0;
}

.face-box-text-bg {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .face-box-text-bg {
    margin-top: 0;
    padding: 40px 20px 20px 20px;
  }
}
@media (min-width: 992px) {
  .face-box-text-bg {
    padding: 40px 20px 20px 20px;
  }
}
@media (min-width: 1200px) {
  .face-box-text-bg {
    padding: 40px 20px 20px 20px;
  }
}
@media (min-width: 1400px) {
  .face-box-text-bg {
    padding: 40px 40px 20px 40px;
  }
}
.face-box-text-bg h3 {
  font-size: 3.0rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .face-box-text-bg h3 {
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .face-box-text-bg h3 {
    line-height: 1.7;
  }
}
.face-box-text-bg h3 br {
  display: none;
}
@media (min-width: 992px) {
  .face-box-text-bg h3 br {
    display: block;
  }
}
@media (min-width: 1200px) {
  .face-box-text-bg h3 br {
    display: none;
  }
}
.face-box-text-bg h3 span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 20px;
  white-space: nowrap;
}
.face-box-text-bg p {
  font-weight: 500;
  border-left: 2px solid #555;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .face-box-text-bg p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .face-box-text-bg p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .face-box-text-bg p {
    font-size: 1.6rem;
  }
}

.greeting p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  border-left: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .greeting p {
    font-size: 1.5rem;
  }
}

.layer {
  position: relative;
  margin: 0 auto;
}

.layer-bg {
  background: url("../images/face-bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 240px;
  padding-top: 50px;
  margin-bottom: 740px;
}
@media (min-width: 430px) {
  .layer-bg {
    height: 310px;
    margin-bottom: 650px;
  }
}
@media (min-width: 500px) {
  .layer-bg {
    margin-bottom: 680px;
    height: 340px;
  }
}
@media (min-width: 570px) {
  .layer-bg {
    margin-bottom: 710px;
    height: 370px;
  }
}
@media (min-width: 660px) {
  .layer-bg {
    margin-bottom: 740px;
    height: 450px;
  }
}
@media (min-width: 768px) {
  .layer-bg {
    height: 800px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .layer-bg {
    height: 720px;
  }
}
@media (min-width: 1200px) {
  .layer-bg {
    height: 700px;
  }
}

.layer-company {
  position: relative;
  margin: 0 auto;
}

.layer-bg-company {
  background: url("../images/img-5.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 230px;
}
@media (min-width: 768px) {
  .layer-bg-company {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .layer-bg-company {
    height: 450px;
  }
}
@media (min-width: 1600px) {
  .layer-bg-company {
    height: 450px;
  }
}

.ex-box {
  border: 1px solid #999;
  padding: 10px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .ex-box {
    padding: 20px;
  }
}

.top-msg-box h2 {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-msg-box h2 {
    font-size: 2.4rem;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .top-msg-box h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1600px) {
  .top-msg-box h2 {
    font-size: 3.1rem;
  }
}
.top-msg-box h3 {
  font-size: 2.0rem;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f0353c;
}
@media (min-width: 768px) {
  .top-msg-box h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .top-msg-box h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1600px) {
  .top-msg-box h3 {
    font-size: 2.6rem;
  }
}

.top-msg-box-1 {
  background-color: #f9f9f9;
  padding: 30px 10px 15px 10px;
  border-radius: 5px;
  box-shadow: 5px 5px 0px #f0f0f0;
}
@media (min-width: 768px) {
  .top-msg-box-1 {
    padding: 20px;
  }
}
.top-msg-box-1 p {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .top-msg-box-1 p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .top-msg-box-1 p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .top-msg-box-1 p {
    font-size: 1.6rem;
  }
}

.msg-title-1 h2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .msg-title-1 h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .msg-title-1 h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .msg-title-1 h2 {
    font-size: 4.0rem;
  }
}
.msg-title-1 h3 {
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .msg-title-1 h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .msg-title-1 h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .msg-title-1 h3 {
    font-size: 2.8rem;
  }
}

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