@charset "UTF-8";
/* Normalize
------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

body {
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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

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

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

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

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

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

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

dt {
  font-weight: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          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: 1110px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1110px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}

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

.row {
  display: -webkit-box;
  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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -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;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -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 {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@font-face {
  font-family: "genju-m";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/genju-m.eot");
  src: url("../fonts/genju-m.eot?#iefix") format("embedded-opentype"), url("../fonts/genju-m.woff") format("woff");
}
/* スタイル
------------------------------- */
@media (min-width: 768px) {
  body {
    min-width: 1110px;
  }
}
@media (min-width: 992px) {
  body {
    min-width: 1110px;
  }
}
@media (min-width: 1200px) {
  body {
    min-width: 1110px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 1110px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1110px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1110px;
  }
}

html {
  font-size: 3.125vw;
}
@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
}
@media (min-width: 768px) {
  body {
    font-size: 1.7rem;
  }
}

a {
  color: #0056bd;
  text-decoration: underline;
  outline: none;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
a:hover {
  color: #1a82ff;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 3em;
  margin-bottom: 0.8em;
}

p {
  margin-bottom: 1.6rem;
}

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

ul,
ol {
  margin-bottom: 1.6rem;
  padding-left: 2.2rem;
}

dd {
  margin-bottom: 1.6rem;
}

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

.svgIcon {
  position: absolute;
  width: 0;
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

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

.pb-10 {
  padding-bottom: 10px !important;
}

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

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

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

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

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

.pb-20 {
  padding-bottom: 20px !important;
}

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

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

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

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

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

.pb-30 {
  padding-bottom: 30px !important;
}

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

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

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

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

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

.pb-40 {
  padding-bottom: 40px !important;
}

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

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

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

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

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

.pb-50 {
  padding-bottom: 50px !important;
}

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

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

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

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

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

.pb-60 {
  padding-bottom: 60px !important;
}

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

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

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

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

.mlr-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}
.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-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  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-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.ti-1 {
  text-indent: 1em;
}

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

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

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

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}

.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .alignright {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}

.text-red {
  color: #e6434e !important;
}

.text-blue {
  color: #0056bd !important;
}

.text-orange {
  color: #D06100 !important;
}

.fw-b {
  font-weight: 700 !important;
}

.fz-xs {
  font-size: 60%;
}

.fz-s {
  font-size: 80%;
}

.fz-lg {
  font-size: 120%;
}

.fz-xl {
  font-size: 140%;
}

.hover-opacity:hover {
  opacity: 0.85;
}

.header {
  background: rgba(255, 255, 255, 0.8);
  padding: 1.4rem 0 1.8rem;
  border-top: 6px solid #d5d5d5;
}
@media (min-width: 768px) {
  .header {
    padding: 15px 0 15px;
  }
}
.header .link-tel {
  color: #333;
  text-decoration: none;
}

@media (min-width: 768px) {
  .header-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .header-col-left {
    -ms-flex-preferred-size: 526px;
        flex-basis: 526px;
    max-width: 526px;
  }
}

@media (min-width: 768px) {
  .header-col-right {
    -ms-flex-preferred-size: calc(100% - 526px);
        flex-basis: calc(100% - 526px);
    max-width: calc(100% - 526px);
    padding-left: 40px;
  }
}

.header-logo-wrap {
  width: 86%;
  margin: 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .header-logo-wrap {
    width: 100%;
    margin: 0 auto;
  }
}

.header-logo {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .header-logo {
    margin-bottom: 0;
  }
}

.header-contact {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-tel {
  margin-bottom: 0.8rem;
  padding-left: 3.2rem;
  background: url("../images/icon_tel.svg") no-repeat 0 50%/auto 1em;
  color: #333;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
}
.header-tel small {
  font-size: 50%;
  font-weight: normal;
  color: #45B539;
}
@media (min-width: 768px) {
  .header-tel {
    margin-bottom: 25px;
    padding-left: 4.5rem;
    font-size: 3.6rem;
    position: relative;
  }
  .header-tel small {
    position: absolute;
    top: 40px;
    left: 0;
    padding-top: 0.5rem;
    font-size: 1.4rem;
    display: block;
  }
}

.header-mail {
  display: inline-block;
  padding: 0.6rem 0.9rem 0.6rem 2.8rem;
  background: #64c65a url("../images/icon_mail.svg") no-repeat 0.9rem 50%/auto 0.9em;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (min-width: 768px) {
  .header-mail {
    padding: 0.9rem 1.2rem 0.8rem 4.2rem;
    background-position: 1.1rem 50%;
    font-size: 1.8rem;
  }
}
.header-mail:hover {
  background-color: #46ac3c;
  color: #fff;
  text-decoration: none;
}

.header-info {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .header-info {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.header-info dt {
  float: left;
  clear: left;
  padding: 0;
  width: 4.8em;
  background: #d6f9b0;
  border-radius: 5px 0 5px 0;
  color: #1b8c0f;
  text-align: center;
}
@media (min-width: 768px) {
  .header-info dt {
    width: 5.5em;
    background-position: 0 0;
    background-size: 1.9rem;
  }
}
.header-info dd {
  margin-left: calc(5em + 0.6rem);
  margin-bottom: 0.6rem;
  color: #626262;
}
@media (min-width: 768px) {
  .header-info dd {
    margin-left: calc(5.5em + 0.8rem);
    margin-bottom: 0.8rem;
  }
  .header-info dd br {
    display: none;
  }
}
.header-info dd:last-child {
  margin-bottom: 0;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_menu * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav a:hover {
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_menu {
  background-color: transparent;
  padding: 0;
}
@media (min-width: 768px) {
  .slicknav_menu {
    display: none;
  }
}
.slicknav_menu .slicknav_nav {
  width: 65%;
  position: absolute;
  top: 6.2rem;
  right: 15px;
  z-index: 10;
  padding: 1.2rem 1.2rem;
  background-color: rgba(46, 60, 146, 0.9);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  border-left: 0;
  border-right: 0;
}
.slicknav_menu .slicknav_nav ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.slicknav_menu .slicknav_nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.slicknav_menu .slicknav_nav li:last-child {
  margin-bottom: 0;
}
.slicknav_menu .slicknav_nav a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0.8rem 0 0.8rem 1.2rem;
  color: #fff;
  font-size: 1.3rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slicknav_menu .slicknav_nav a::before {
  content: "▶";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 70%;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  border-radius: 0;
}
.slicknav_menu .slicknav_nav a.slicknav_item a {
  margin: 0;
  padding: 0;
}
.slicknav_menu .slicknav_nav a.slicknav_item a::before {
  display: none;
}
.slicknav_menu .slicknav_nav .slicknav_row:hover {
  background: transparent;
  border-radius: 0;
}
.slicknav_menu .slicknav_nav .slicknav_arrow {
  position: absolute;
  right: 0.3rem;
  color: #d7f3c2;
  font-size: 1em;
}
.slicknav_menu .slicknav_nav ul.sub {
  margin: 0;
}
.slicknav_menu .slicknav_nav ul.sub a {
  color: #fffab2;
  font-size: 1.3rem;
  padding: 0.6rem 0 0.6rem 1.6rem;
}
.slicknav_menu .slicknav_nav .secondary-nav {
  border-top: 0;
}
.slicknav_menu .slicknav_nav .secondary-nav br {
  display: none;
}

@media (min-width: 768px) {
  .navber-tel {
    display: none;
  }
}

.slicknav_menu .slicknav_btn {
  position: absolute;
  top: 1.2rem;
  right: 0;
  margin: 0;
  padding: 3.2vw 4.2vw 6.4vw 4.2vw;
  z-index: 10;
  background: transparent;
  border-radius: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.slicknav_menu .slicknav_btn::after {
  content: "MENU";
  color: #535353;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  bottom: 1.8vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: none;
  -webkit-transition: content 1s;
  transition: content 1s;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  content: "CLOSE";
}
.slicknav_menu .slicknav_icon {
  display: inline-block;
  position: relative;
  height: 5vw;
  width: 8vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #535353;
  border-radius: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  position: absolute;
  left: 0;
  height: 0.2rem;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.slicknav_menu .slicknav_icon-bar:nth-of-type(1) {
  top: 0;
}
.slicknav_menu .slicknav_icon-bar:nth-of-type(2) {
  top: 2.2vw;
}
.slicknav_menu .slicknav_icon-bar:nth-of-type(3) {
  bottom: 0;
}
.slicknav_menu .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin: 0;
}

.slicknav_icon span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.6s forwards;
          animation: menu-bar01 0.6s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(2.2vw) rotate(45deg);
            transform: translateY(2.2vw) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(2.2vw) rotate(0);
            transform: translateY(2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(2.2vw) rotate(45deg);
            transform: translateY(2.2vw) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(2.2vw) rotate(0);
            transform: translateY(2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.slicknav_icon span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.slicknav_icon span:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.6s forwards;
          animation: menu-bar02 0.6s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.slicknav_open .slicknav_icon span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.6s forwards;
          animation: active-menu-bar01 0.6s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(2.2vw) rotate(0);
            transform: translateY(2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(2.2vw) rotate(45deg);
            transform: translateY(2.2vw) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(2.2vw) rotate(0);
            transform: translateY(2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(2.2vw) rotate(45deg);
            transform: translateY(2.2vw) rotate(45deg);
  }
}
.slicknav_open .slicknav_icon span:nth-of-type(2) {
  opacity: 0;
}

.slicknav_open .slicknav_icon span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.6s forwards;
          animation: active-menu-bar03 0.6s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
}
.navbar {
  display: none;
}
@media (min-width: 768px) {
  .navbar {
    background: #d9e2ed;
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .gNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1080px;
    padding: 0;
    margin: 0 auto;
    background: #006ced;
    list-style: none;
    /* .sub {
    	display: none;
    	position: absolute;
    		left: -4%;  // width:100%を超えた分の半分の値をずらす
    	width: 108%; // 親のリスト幅より広くするため。通常は100%
    	padding: 0;
    	z-index: 1000;
    	list-style: none;
    	background: rgba(255,255,255, 1); // a要素につけていたがブラウザとタイミングによってリスト間にごく僅かな隙間ができ、それがhoverでちらつくのでulにつけたv。
    	border: 2px solid #71cfeb;
    	border-radius: 5px;

    	li {
    		width: 100%;
    		border: 0;
    		//border-bottom: 1px solid #867e78;
    		&:last-child {
    			border-bottom: 0;
    		}

    		a {
    			height: auto; // 親に指定してあるheightを打ち消し
    			padding: 14px 0;
    			background-image: none;
    			background: transparent;
    			font-size: 1.4rem;
    			text-align: center;
    			transition: color .15s, background-color .15s;

    			&:hover {
    				background-color: lighten(#c9eafb, 8%);
    				//background-color: #e57504;
    				color: darken(#c9eafb, 40%);
    			}
    		} // a

    		&:nth-child(2) a { // first-childはPC版では非表示のため2番目のliに
    			border-radius: 5px 5px 0 0; // ulのボーダーが丸なのでhoverのbackground-colorが四角になるのを防ぐ
    		}

    		&:last-child a {
    			border-radius: 0 0 5px 5px; // ulのボーダーが丸なのでhoverのbackground-colorが四角になるのを防ぐ
    		}

    	} // li
    } // .sub */
  }
  .gNav li {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    padding: 0;
  }
  .gNav li:not(:first-child) a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2px;
    height: 60%;
    border-left: 2px solid #56a2fc;
  }
  .gNav > li {
    position: relative;
  }
  .gNav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 46px;
    padding: 0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    overflow: visible;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .gNav a:hover {
    background: #64c65a;
    text-shadow: 0 1px 11px rgb(65, 170, 54);
  }
  .gNav .interpunct {
    display: none;
  }
  .secondary-nav {
    display: none;
  }
}
.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.4rem 0 4.6rem;
}
@media (min-width: 768px) {
  .contents {
    padding: 38px 0 90px;
  }
}
@media (min-width: 768px) {
  .page-index .contents {
    /*padding: 65px 0 90px;*/
    padding: 85px 0 90px;
  }
}

.main {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 840px;
        flex-basis: 840px;
    max-width: 840px;
    padding: 0 0 0 30px;
  }
}

.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    display: block;
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
    max-width: 240px;
    padding: 0;
  }
}
.page-index .sidebar {
  display: block;
}

.sidebar-tit {
  display: none;
}
@media (min-width: 768px) {
  .sidebar-tit {
    display: block;
    margin: 0 0 0.6rem;
    padding: 1.4rem 0;
    background: url("../images/tit_sidebar_treatment.png") no-repeat 10px 50%, url("../images/tit_sidebar_treatment.png") no-repeat right 10px top 50%;
    color: #0056bd;
    font-family: "genju-m", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.08em;
  }
}

.sidebar-nav {
  display: none;
}
@media (min-width: 768px) {
  .sidebar-nav {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    list-style: none;
    margin: 0 0 23px;
    border-left: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-nav li {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
}
.sidebar-nav li.-neurosurgery a {
  background-image: url("../images/icon_neurosurgery.svg");
}
.sidebar-nav li.-orthopedic a {
  background-image: url("../images/icon_orthopedic.svg");
}
.sidebar-nav li.-rehabilitation a {
  background-image: url("../images/icon_rehabilitation.svg");
}
.sidebar-nav li.-neurology a {
  background-image: url("../images/icon_neurology.svg");
}
.sidebar-nav li.-internal a {
  background-image: url("../images/icon_internal.svg");
}
.sidebar-nav li.-dementia a {
  background-image: url("../images/icon_dementia.svg");
}
.sidebar-nav li.-vaccination a {
  background-image: url("../images/icon_vaccination.svg");
}
.sidebar-nav li.-checkup a {
  background-image: url("../images/icon_checkup.svg");
}
.sidebar-nav li.-kampo a {
  background-image: url("../images/icon_kampo.svg");
}
.sidebar-nav li.-specialty a {
  background-image: url("../images/icon_specialty.svg");
}
@media (min-width: 768px) {
  .sidebar-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    padding: 0 0 0 42px;
    background: no-repeat 7px 50%/28px;
    border: 2px solid #89b2e3;
    color: #0056bd;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    font-size: 1.8rem;
    text-align: left;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
}
.sidebar-nav a:hover {
  background-color: rgba(137, 178, 227, 0.18);
}

.sidebar-bnr {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-bnr li {
  width: 60%;
  margin: 0 auto 1.6rem;
}
@media (min-width: 768px) {
  .sidebar-bnr li {
    width: auto;
    margin-bottom: 23px;
  }
}
.sidebar-bnr a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sidebar-bnr a:hover {
  opacity: 0.75;
}

.footer {
  margin-top: 0;
  padding: 0.7rem 0;
  background: #3daa31;
}
@media (min-width: 768px) {
  .footer {
    padding: 5rem 0 2rem;
  }
}

.footer-nav {
  display: none;
}
@media (min-width: 768px) {
  .footer-nav {
    display: block;
    margin: 0 0 1.4rem;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
  }
}
.footer-nav li {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
}
.footer-nav a {
  padding: 0 1.2rem 0 2.3rem;
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media (min-width: 768px) {
  .footer-nav a::before {
    content: "▶";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 1rem;
    font-size: 70%;
    line-height: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-nav br {
  display: none;
}

.copyright {
  padding: 0;
  color: #fff;
  line-height: 1.1;
  text-align: center;
}
@media (min-width: 768px) {
  .copyright {
    margin-top: 4rem;
  }
}
.copyright small {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .copyright small {
    font-size: 1.5rem;
  }
}
.copyright a {
  color: #fff;
  text-decoration: none;
}

/*!
*  - v1.5.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(images/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(images/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: "↕";
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: "▶";
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

.link-tel {
  text-decoration: none;
}
.link-tel:hover {
  text-decoration: none;
}

.color_g {
  color: #45B539;
}

.page-tit-bg {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background: url(../images/tit_pagetitle.png) no-repeat 70% 0/auto 100%;
}
@media (min-width: 768px) {
  .page-tit-bg {
    background-position: 50% 0;
  }
}

.page-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7rem;
  margin: 0;
  padding: 0;
  color: #2e3c92;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .page-tit {
    height: 129px;
    font-size: 3.6rem;
  }
}

.tit-basic01 {
  margin: 4.8rem 0 1.2rem;
  padding: 0.8rem;
  background-color: #64c65a;
  border-radius: 10px 0 10px 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .tit-basic01 {
    margin: 8rem 0 2rem;
    padding: 1.2rem 1.5rem;
    font-size: 2.8rem;
  }
}

.tit-basic02 {
  margin: 4rem 0 1rem;
  padding: 0.6rem 0.8rem;
  border-top: 2px solid #408de9;
  border-bottom: 2px solid #408de9;
  color: #0056bd;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .tit-basic02 {
    margin: 6.4rem 0 1.6rem;
    padding: 0.9rem 1.5rem;
    font-size: 2.3rem;
  }
}

.tit-basic03 {
  margin: 3.2rem 0 0.8rem;
  padding: 0.6rem 0;
  border-bottom: 1px dashed #aaa;
  color: #333;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .tit-basic03 {
    margin: 4.4rem 0 1.2rem;
    padding: 0.7rem 0;
    font-size: 1.9rem;
  }
}

table.table-basic {
  border-collapse: collapse;
  font-size: 1.3rem;
  border-top: 1px solid #c8d3c2;
  margin: 1.3rem 0;
  width: 100%;
}
@media (min-width: 768px) {
  table.table-basic {
    font-size: 1.6rem;
  }
}
table.table-basic th {
  background-color: #edfbe7;
  border-bottom: 1px solid #c8d3c2;
  padding: 1rem;
}
@media (min-width: 768px) {
  table.table-basic th {
    padding: 1.5rem;
  }
}
table.table-basic td {
  border-bottom: 1px solid #c8d3c2;
  padding: 1rem;
}
@media (min-width: 768px) {
  table.table-basic td {
    padding: 1.5rem;
  }
}
table.table-basic td.price {
  text-align: right;
}

.list-basic {
  list-style: none;
  padding-left: 0.2rem;
}
.list-basic li {
  padding-left: 1.4rem;
  background: url(../images/list_basic01.svg) no-repeat 0 0.6em/0.6rem;
}
@media (min-width: 768px) {
  .list-basic li {
    padding-left: 1.6rem;
    background-position: 0 0.65em;
  }
}
.list-basic.-expanded li {
  margin-bottom: 0.7em;
}
@media (min-width: 768px) {
  .list-basic.-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .list-basic.-col-2 li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-right: 3rem;
  }
}
.list-basic.mb-ini {
  margin-bottom: initial;
}

.list-notice {
  list-style: none;
  padding: 0;
}
.list-notice li {
  padding-left: 1.6rem;
  position: relative;
}
@media (min-width: 768px) {
  .list-notice li {
    padding-left: 2rem;
  }
}
.list-notice li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.list-notice.-expanded li {
  margin-bottom: 0.7em;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-unstyled.-expanded li {
  margin-bottom: 0.7em;
}

.notice-box {
  margin-bottom: 2.6rem;
  background: #e5f5d3;
  border-radius: 7px;
  padding: 1.3rem 1.3rem 2rem;
}
@media (min-width: 768px) {
  .notice-box {
    padding: 20px 30px;
  }
}

.notice-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  font-family: "genju-m", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #2e3c92;
  font-size: 1.7rem;
  font-weight: 400;
  position: relative;
}
@media (min-width: 768px) {
  .notice-tit {
    margin-bottom: -1rem;
    font-size: 2.5rem;
  }
}
.notice-tit::before {
  content: "";
  width: 2rem;
  height: 1em;
  margin-right: 0.6rem;
  background: url("../images/index_tit_notice.svg") no-repeat 0 50%/auto 1em;
}
@media (min-width: 768px) {
  .notice-tit::before {
    width: 3.3rem;
  }
}
.notice-tit::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 2px dotted #78c571;
  display: block;
  margin-left: 0.8rem;
}

.notice-frame {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.notice-frame dl {
  position: relative;
  margin: 0;
  padding: 0;
}
.notice-frame .news_title {
  margin: 1rem 0 0;
  padding: 0.6rem 0.4rem 0.6rem 0.7rem;
  background: #fff;
  border-left: 3rem solid #45b539;
  border-bottom: 2px solid #45b539;
  border-radius: 10px 10px 0 0;
  color: #45b539;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .notice-frame .news_title {
    margin-top: 2rem;
    padding: 0.6rem 0.4rem 0.6rem 1rem;
    border-left: 50px solid #45b539;
    font-size: 2.1rem;
  }
}
.notice-frame .news_title::before {
  background-color: transparent;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: -0.2rem;
  bottom: 0;
  left: -2.1rem;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (min-width: 768px) {
  .notice-frame .news_title::before {
    width: 1.6rem;
    height: 1.6rem;
    top: -0.4rem;
    left: -3.3rem;
  }
}
.notice-frame .news_title.open::before {
  top: 1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.notice-frame .news_body {
  margin: 0;
  padding: 0.5rem 0.5rem 0.1rem 1rem;
  background: #fff;
  border-left: 3rem solid #d9e2ed;
  border-radius: 0 0 10px 10px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .notice-frame .news_body {
    padding: 1.5rem 1rem 0.1rem 1.2rem;
    border-width: 50px;
  }
}
.notice-frame .news_body:last-child {
  margin-bottom: 0;
}

.overview {
  padding: 3rem 15px 5rem;
  background: #d6f9b0;
  position: relative;
}
@media (min-width: 768px) {
  .overview {
    padding: 50px 0 40px;
  }
}

@media (min-width: 768px) {
  .overview-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 980px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .overview-col-left {
    -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}

@media (min-width: 768px) {
  .overview-col-right {
    -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}

.overview-logo {
  display: block;
  width: 90%;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .overview-logo {
    width: 434px;
    margin-bottom: 44px;
  }
}

.overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1.6rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .overview-list {
    margin: 0 0 2rem;
    font-size: 1.6rem;
  }
}
.overview-list dt {
  -ms-flex-preferred-size: 6.2em;
      flex-basis: 6.2em;
  max-width: 6.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background: #3289f0;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .overview-list dt {
    -ms-flex-preferred-size: 7em;
        flex-basis: 7em;
    max-width: 7em;
  }
}
.overview-list dt:not(:first-child) {
  border-top: 1px solid #d6f9b0;
}
.overview-list dd {
  -ms-flex-preferred-size: calc(100% - 6.2em);
      flex-basis: calc(100% - 6.2em);
  max-width: calc(100% - 6.2em);
  margin: 0;
  padding: 0.7rem 0.5rem;
  background: #fff;
  border-top: 1px solid #dcdcdc;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .overview-list dd {
    padding: 1.6rem 1.3rem;
    -ms-flex-preferred-size: calc(100% - 7em);
        flex-basis: calc(100% - 7em);
    max-width: calc(100% - 7em);
  }
}
.overview-list dd:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.timetable-tit {
  margin-bottom: 0.4rem;
  font-family: "genju-m", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #0056bd;
  text-align: center;
  letter-spacing: 0.06em;
}

.timetable {
  width: 100%;
  margin: 0 0 2rem;
  padding: 1rem;
  border-collapse: collapse;
  font-size: 1.2rem;
  line-height: 1;
  table-layout: fixed;
  text-align: center;
}
@media (min-width: 768px) {
  .timetable {
    font-size: 1.6rem;
  }
}
.timetable caption {
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .timetable caption {
    font-size: 1.4rem;
    padding: 0.5rem 0;
  }
}
.timetable caption span {
  color: #b18247;
}
.timetable tr {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.timetable th {
  background: #3289f0;
  color: #fff;
  font-weight: 400;
  padding: 0.8rem 0;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .timetable th {
    padding: 1rem 0;
  }
}
.timetable th.time {
  width: 9rem;
}
@media (min-width: 768px) {
  .timetable th.time {
    width: 140px;
  }
}
.timetable td {
  padding: 0.8rem 0;
  background: #fff;
  border-bottom: 1px solid #56a2fc;
  color: #49b83d;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .timetable td {
    padding: 1.2rem 0;
  }
}
.timetable td:not(:last-child) {
  border-right: 1px solid #56a2fc;
}
.timetable td.time2 {
  color: #555;
}
.timetable tr:last-child td {
  border-bottom-color: #ccc;
}
.timetable .sun {
  width: 4rem;
}
@media (min-width: 768px) {
  .timetable .sun {
    width: 5.4rem;
  }
}
.timetable .closed {
  color: #555;
}

@media (min-width: 768px) {
  body:not(.page-index) .main .timetable {
    margin-top: 0.6rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  body:not(.page-index) .main .timetable caption {
    font-size: 1.6rem;
    padding: 1.2rem 0 0;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  body:not(.page-index) .main .timetable th {
    padding: 1.2rem 0;
  }
}
@media (min-width: 768px) {
  body:not(.page-index) .main .timetable td {
    padding: 2rem 0;
  }
}
@media (min-width: 768px) {
  body:not(.page-index) .main .timetable th.time {
    width: 260px;
  }
}
@media (min-width: 768px) {
  body:not(.page-index) .main .timetable .sun {
    width: auto;
  }
}

.google-map {
  position: relative;
  height: 0;
  margin-bottom: 1.4rem;
  padding-bottom: 100%;
  overflow: hidden;
  border: 1px solid #64c65a;
}
@media (min-width: 768px) {
  .google-map {
    margin-bottom: 2rem;
    padding-bottom: 124%;
    width: 100%;
  }
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.google-map-link {
  display: block;
  margin: 0 auto 1rem;
  padding: 0.8rem 0;
  background: #3289f0;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.google-map-link:hover {
  color: #fff;
  background: #1174e8;
}
.google-map-link span {
  display: inline-block;
}
.google-map-link span::after {
  content: "";
  display: inline-block;
  background: url("../images/icon_map.svg") no-repeat 0 100%/1.2em;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.6rem;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}

#page-top {
  display: inline;
  position: absolute;
  left: 50%;
  top: -2.1rem;
  width: 16rem;
  height: 2.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  #page-top {
    top: -34px;
    width: 275px;
    height: 34px;
  }
}

.slider-pro img, .slider-pro p {
  display: none;
}
.slider-pro .sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .slider-pro .sp-layer.sp-black.sp-padding {
    font-size: 1.8rem;
  }
}
.slider-pro .sp-selected-thumbnail {
  border: 4px solid #007cec;
}

.page-access .slider-pro .sp-layer.sp-black.sp-padding {
  text-align: left;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .page-access .slider-pro .sp-layer.sp-black.sp-padding {
    font-size: 1.7rem;
  }
}

.low-img-basic {
  display: block;
  width: 70%;
  margin: 0 auto 1.6rem;
}
@media (min-width: 768px) {
  .low-img-basic {
    width: auto;
  }
}
.low-img-basic.-doctor {
  width: 55%;
}
@media (min-width: 768px) {
  .low-img-basic.-doctor {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.low-img-basic02 {
  display: block;
  width: 70%;
  margin: 0 auto 1.6rem;
}
@media (min-width: 768px) {
  .low-img-basic02 {
    float: right;
    width: calc((100% + 30px) * 0.4166667 - 30px);
    margin: 0 0 1.6rem 1.6rem;
  }
}

.bg-highlight {
  margin-bottom: 1.9rem;
  padding: 1.5rem 1.9rem;
  background: #dbf4ff;
}
@media (min-width: 768px) {
  .bg-highlight {
    margin-bottom: 2.4rem;
    padding: 2rem 2.4rem;
  }
}
.bg-highlight.-color02 {
  background-color: #dbf6d2;
}
.bg-highlight > :last-child {
  margin-bottom: 0;
}

.bg-highlight02 {
  margin-bottom: 2rem;
  padding: 1.3rem 1.7rem;
  border: 2px dotted #a0a0a0;
}
@media (min-width: 768px) {
  .bg-highlight02 {
    margin-bottom: 2.6rem;
    padding: 1.8rem 2.2rem;
  }
}
.bg-highlight02 > :last-child {
  margin-bottom: 0;
}

.list-frame {
  margin-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .list-frame {
    margin-bottom: 2.2rem;
  }
}
.list-frame dt {
  padding: 0.8rem 1.3rem;
  background: #44b7f7;
  color: #fff;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .list-frame dt {
    padding: 1.2rem 1.8rem;
  }
}
.list-frame dd {
  margin: 0;
  padding: 0.8rem 1.3rem;
  border: 1px solid #44b7f7;
  border-top: 0;
}
@media (min-width: 768px) {
  .list-frame dd {
    padding: 1.6rem 1.8rem;
  }
}
.list-frame dd > :last-child {
  margin-bottom: 0;
}
.list-frame.-color02 dt {
  background: #409d23;
}
.list-frame.-color02 dd {
  border-color: #409d23;
}

.symptom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.6rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .symptom-list {
    margin: 0 -12px;
  }
}
.symptom-list li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 0.6rem 1.2rem;
}
@media (min-width: 768px) {
  .symptom-list li {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 0 12px 24px;
  }
}
.symptom-list li > span {
  display: block;
  height: 10rem;
  padding: 1.2rem 0 0;
  background: #e0f5fd;
  color: #0056bd;
  border: 2px #cbdff4 solid;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.15;
  position: relative;
}
@media (min-width: 768px) {
  .symptom-list li > span {
    height: 140px;
    padding-top: 16px;
    font-size: 2rem;
  }
}
.symptom-list li > span::after {
  content: "";
  background: url("../images/rehabilitation_symptom01.svg") no-repeat 50% 0/auto 100%;
  display: block;
  width: 100%;
  height: 5rem;
  margin: 1rem 0 0;
}
@media (min-width: 768px) {
  .symptom-list li > span::after {
    height: 70px;
    margin-top: 1.2rem;
  }
}
.symptom-list li.-row-2 > span::after {
  height: 3.8rem;
  margin: 0.5rem 0 0;
}
@media (min-width: 768px) {
  .symptom-list li.-row-2 > span::after {
    height: 55px;
    margin-top: 8px;
  }
}
.symptom-list li:nth-child(2n) span {
  background: #e9f9d7;
  border-color: #c8e6a7;
  color: #1b8c0f;
}
.symptom-list li.-surg-shibire ::after {
  background-image: url("../images/neurosurgery_symptom01.svg");
}
.symptom-list li.-surg-zutsu ::after {
  background-image: url("../images/neurosurgery_symptom02.svg");
}
.symptom-list li.-orth-kata ::after {
  background-image: url("../images/orthopedic_symptom01.svg");
}
.symptom-list li.-orth-ude ::after {
  background-image: url("../images/orthopedic_symptom02.svg");
}
.symptom-list li.-orth-kubi ::after {
  background-image: url("../images/orthopedic_symptom03.svg");
}
.symptom-list li.-orth-hiji ::after {
  background-image: url("../images/orthopedic_symptom04.svg");
}
.symptom-list li.-orth-koshi ::after {
  background-image: url("../images/orthopedic_symptom05.svg");
}
.symptom-list li.-orth-hiza ::after {
  background-image: url("../images/orthopedic_symptom06.svg");
}
.symptom-list li.-orth-gikkuri ::after {
  background-image: url("../images/orthopedic_symptom07.svg");
}
.symptom-list li.-orth-muchi ::after {
  background-image: url("../images/orthopedic_symptom08.svg");
}
.symptom-list li.-orth-shibire ::after {
  background-image: url("../images/orthopedic_symptom09.svg");
}
.symptom-list li.-orth-kowabaru ::after {
  background-image: url("../images/orthopedic_symptom10.svg");
}
.symptom-list li.-orth-hikkakaru ::after {
  background-image: url("../images/orthopedic_symptom11.svg");
}
.symptom-list li.-orth-tsuki ::after {
  background-image: url("../images/orthopedic_symptom12.svg");
}
.symptom-list li.-orth-nenza ::after {
  background-image: url("../images/orthopedic_symptom13.svg");
}
.symptom-list li.-orth-gaisho ::after {
  background-image: url("../images/orthopedic_symptom14.svg");
}
.symptom-list li.-orth-sports ::after {
  background-image: url("../images/orthopedic_symptom15.svg");
}
.symptom-list li.-orth-jiko ::after {
  background-image: url("../images/orthopedic_symptom16.svg");
}
.symptom-list li.-reha-kubi ::after {
  background-image: url("../images/rehabilitation_symptom01.svg");
}
.symptom-list li.-reha-ude ::after {
  background-image: url("../images/rehabilitation_symptom02.svg");
}
.symptom-list li.-reha-teashi ::after {
  background-image: url("../images/rehabilitation_symptom03.svg");
}
.symptom-list li.-reha-koshi ::after {
  background-image: url("../images/rehabilitation_symptom04.svg");
}
.symptom-list li.-reha-hiza ::after {
  background-image: url("../images/rehabilitation_symptom05.svg");
}
.symptom-list li.-reha-kega ::after {
  background-image: url("../images/rehabilitation_symptom06.svg");
}
.symptom-list li.-reha-ugokasu ::after {
  background-image: url("../images/rehabilitation_symptom07.svg");
}
.symptom-list li.-reha-sports ::after {
  background-image: url("../images/rehabilitation_symptom08.svg");
}
.symptom-list li.-reha-shujutsu ::after {
  background-image: url("../images/rehabilitation_symptom09.svg");
}
.symptom-list li.-neuro-datsuryoku ::after {
  background-image: url("../images/neurology_symptom01.svg");
}
.symptom-list li.-neuro-fuzuii ::after {
  background-image: url("../images/neurology_symptom02.svg");
}
.symptom-list li.-neuro-shibire ::after {
  background-image: url("../images/neurology_symptom03.svg");
}
.symptom-list li.-neuro-fura ::after {
  background-image: url("../images/neurology_symptom04.svg");
}
.symptom-list li.-neuro-hikitsuke ::after {
  background-image: url("../images/neurology_symptom05.svg");
}
.symptom-list li.-neuro-museru ::after {
  background-image: url("../images/neurology_symptom06.svg");
}
.symptom-list li.-neuro-zutsu ::after {
  background-image: url("../images/neurology_symptom07.svg");
}
.symptom-list li.-neuro-wasure ::after {
  background-image: url("../images/neurology_symptom08.svg");
}
.symptom-list li.-neuro-fukushi ::after {
  background-image: url("../images/neurology_symptom09.svg");
}
.symptom-list li.-neuro-kotoba ::after {
  background-image: url("../images/neurology_symptom10.svg");
}
.symptom-list li.-neuro-ishiki ::after {
  background-image: url("../images/neurology_symptom11.svg");
}
.symptom-list li.-int-netsu ::after {
  background-image: url("../images/internal_symptom01.svg");
}
.symptom-list li.-int-fukutsu ::after {
  background-image: url("../images/internal_symptom02.svg");
}
.symptom-list li.-int-hakike ::after {
  background-image: url("../images/internal_symptom03.svg");
}
.symptom-list li.-int-muneyake ::after {
  background-image: url("../images/internal_symptom04.svg");
}
.symptom-list li.-int-kyotsu ::after {
  background-image: url("../images/internal_symptom05.svg");
}
.symptom-list li.-int-zutsu ::after {
  background-image: url("../images/internal_symptom06.svg");
}
.symptom-list li.-int-tachi ::after {
  background-image: url("../images/internal_symptom07.svg");
}
.symptom-list li.-int-doki ::after {
  background-image: url("../images/internal_symptom08.svg");
}
.symptom-list li.-int-mukumi ::after {
  background-image: url("../images/internal_symptom09.svg");
}
.symptom-list li.-int-kawaki ::after {
  background-image: url("../images/internal_symptom10.svg");
}
.symptom-list li.-int-nyou ::after {
  background-image: url("../images/internal_symptom11.svg");
}
.symptom-list li.-int-hosshin ::after {
  background-image: url("../images/internal_symptom12.svg");
}
.symptom-list li.-int-hiro ::after {
  background-image: url("../images/internal_symptom13.svg");
}
.symptom-list li.-int-taiju ::after {
  background-image: url("../images/internal_symptom14.svg");
}

.job-list {
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .job-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 25px -12px -34px;
  }
}
.job-list li {
  margin: 0 0 3.4rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .job-list li {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 0 12px;
    font-size: 1.8rem;
  }
}
.job-list .job-tit {
  margin: 0 0 1.2rem;
  padding: 0.6rem 0;
  background: #e0f5fd;
  border-top: 2px solid #509cf8;
  border-bottom: 2px solid #509cf8;
  color: #006ced;
  font-size: 1.7rem;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .job-list .job-tit {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 2.4rem;
  }
}
.job-list :nth-child(3n+2) .job-tit {
  background: #e9f9d7;
  border-color: #91d98a;
  color: #589844;
}
.job-list :nth-child(3n+3) .job-tit {
  background: #d5e4f6;
  border-color: #99a3e3;
  color: #2e3c92;
}
.job-list figure {
  text-align: center;
}
.sp_n {
  display: none;
}
@media (min-width: 768px) {
  .sp_n {
    display: block;
  }
}

@media (min-width: 768px) {
  .pc_n {
    display: none;
  }
}

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

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.img_l {
  float: left;
}

.img_r {
  float: right;
}

.mt_0 {
  margin-top: 0px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.pt_0 {
  padding-top: 0px !important;
}

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

.pb_0 {
  padding-bottom: 0px !important;
}

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

input[type=text],
input[type=email],
input[type=tel],
textarea {
  display: block;
  width: 100% !important;
  margin: 0;
  padding: 0.6rem 0.8rem;
  line-height: 1.3;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.09);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.09);
  -webkit-appearance: none;
}

input[type=button] {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  input[type=button] {
    font-size: 0.9em;
  }
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

form#mailform {
  padding: 0 !important;
}

form#mailformpro label {
  margin: 0 0 0.5rem !important;
}
form#mailformpro .any,
form#mailformpro .must {
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
  margin: 0 0.8rem 0 0;
  padding: 0.2rem 0.6rem;
  position: relative;
  top: -0.2rem;
}
form#mailformpro .any {
  background-color: #64b0d2;
}
form#mailformpro .must {
  background-color: #ea6c5b;
}

#mfp_overlay h4 {
  margin-top: 1rem;
}
#mfp_overlay button {
  padding: 0.3rem 1rem;
  border: 1px solid #aaa;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
  background: linear-gradient(#f5f5f5, #eee);
  border-radius: 0.3rem;
}

form#mailformpro .list-form {
  margin: 3rem 0 0;
}
@media (min-width: 768px) {
  form#mailformpro .list-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 85%;
    margin: 4rem 0 0;
  }
}
form#mailformpro .list-form dt {
  padding: 0;
}
@media (min-width: 768px) {
  form#mailformpro .list-form dt {
    -ms-flex-preferred-size: 10em;
        flex-basis: 10em;
    max-width: 10em;
    text-align: right;
    padding: calc(0.6rem + 1px) 30px 0 0;
    line-height: 1.3;
  }
}
form#mailformpro .list-form dd {
  padding: 0 0 1rem;
}
@media (min-width: 768px) {
  form#mailformpro .list-form dd {
    -ms-flex-preferred-size: calc(100% - 10em);
        flex-basis: calc(100% - 10em);
    max-width: calc(100% - 10em);
    padding: 0 0 2rem;
  }
}
@media (min-width: 768px) {
  form#mailformpro .list-form .dd-offset {
    margin-left: 10em;
  }
}
form#mailformpro #zip {
  display: inline-block;
  width: 7em !important;
  margin: 0 0.5rem 0.8rem 0;
}
@media (min-width: 768px) {
  form#mailformpro #zip {
    width: 8em !important;
    margin: 0 1em 0.8rem 0;
  }
}
form#mailformpro .btn-submit {
  display: inline-block;
  position: relative;
  outline: none;
  margin: 0 0 3rem;
  padding: 0.7rem 5rem;
  background-color: #0068f1;
  border: 0;
  border-radius: 3px;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
form#mailformpro .btn-submit:hover {
  background-color: #004eb4;
}

.page-index .keyv {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background: url("../images/index_keyv_sp.jpg") no-repeat 50% 50%/cover;
}
@media (min-width: 768px) {
  .page-index .keyv {
    background: url("../images/index_keyv_pc.jpg") no-repeat 50% 50%;
  }
}
.page-index .keyv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 30.5rem;
  padding-top: 2.8rem;
}
@media (min-width: 768px) {
  .page-index .keyv-inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 372px;
    padding-top: 50px;
    padding-right: 55px;
  }
}
.page-index .keyv-copy img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .page-index .keyv-copy img {
    width: 500px;
  }
}
.page-index .bnr_corona {
  margin: 0 auto 2.4rem;
}
@media (min-width: 768px) {
  .page-index .bnr_corona {
    margin: 5rem 0 2rem;
  }
}
.page-index .bnr_corona img {
  width: 100%;
}
.page-index .timetable-box {
  margin: 0 0 2.4rem;
  padding: 1rem 1.2rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .page-index .timetable-box {
    position: absolute;
    width: 500px;
    /*margin: -240px 0 0 270px;*/
    margin: -270px 0 0 270px;
    padding: 1.5rem 1.5rem 1rem;
  }
}
.page-index .timetable-box .timetable {
  margin: 0;
}
.page-index .symptom-tit {
  height: 4.8rem;
  margin: 4rem -15px 2rem;
  padding: 0.6rem 0 0;
  background: url("../images/index_tit_symptom.png") no-repeat 0 0/100%;
  font-family: "genju-m", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .page-index .symptom-tit {
    height: 117px;
    margin: 5rem 0 2rem;
    padding-top: 22px;
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .page-index .symptom-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page-index .symptom-item {
  padding: 0 0 3rem;
}
@media (min-width: 768px) {
  .page-index .symptom-item {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    max-width: 250px;
    padding-bottom: 4rem;
  }
}
.page-index .symptom-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../images/index_symptom_arrow.svg") no-repeat left 50% bottom 0.6rem/2.6rem, linear-gradient(-44deg, #e9e9e9, #c9eac5);
  width: 70vw;
  height: 60vw;
  margin: 0 auto;
  padding: 0 0 1.8rem;
  border-radius: 13px 13px 0 0;
}
@media (min-width: 768px) {
  .page-index .symptom-circle {
    width: 250px;
    height: 250px;
  }
}
.page-index .symptom-body {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
}
@media (min-width: 768px) {
  .page-index .symptom-body {
    font-size: 1.9rem;
  }
}
.page-index .symptom-btn {
  display: block;
  width: 70vw;
  margin: 0 auto;
  padding: 0.6rem 0 5.6rem;
  background: #49b83d no-repeat left 50% bottom 1rem/auto 3.8rem;
  border-radius: 0 0 13px 13px;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (min-width: 768px) {
  .page-index .symptom-btn {
    width: 100%;
    padding: 0.6rem 0 7.4rem;
    background-position: left 50% bottom 1.4rem;
    background-size: auto 5rem;
    font-size: 1.8rem;
  }
}
.page-index .symptom-btn.-neurosurgery {
  background-image: url("../images/index_symptom_neurosurgery.svg");
  background-size: auto 4.4rem;
}
@media (min-width: 768px) {
  .page-index .symptom-btn.-neurosurgery {
    background-size: auto 5.8rem;
  }
}
.page-index .symptom-btn.-dementia {
  background-image: url("../images/index_symptom_dementia.svg");
}
.page-index .symptom-btn.-orthopedic {
  background-image: url("../images/index_symptom_orthopedic.svg");
}
.page-index .symptom-btn.-internal {
  background-image: url("../images/index_symptom_internal.svg");
}
.page-index .symptom-btn.-rehabilitation {
  background-image: url("../images/index_symptom_rehabilitation.svg");
  background-size: auto 4.4rem;
}
@media (min-width: 768px) {
  .page-index .symptom-btn.-rehabilitation {
    background-size: auto 5.6rem;
  }
}
.page-index .symptom-btn.-kampo {
  background-image: url("../images/index_symptom_kampo.svg");
}
.page-index .symptom-btn::after {
  content: " ▶";
  font-size: 80%;
  position: relative;
  bottom: 0.12em;
}
.page-index .symptom-btn:hover {
  background-color: #40a135;
}

.page-doctor .doctor-lead {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .page-doctor .doctor-lead {
    margin: 3rem 0 3rem;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 768px) {
  .page-doctor .list-career {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-doctor .list-career dt {
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-doctor .list-career dt {
    -ms-flex-preferred-size: 4em;
        flex-basis: 4em;
    font-weight: 400;
  }
}
.page-doctor .list-career dd {
  margin-bottom: 0;
  padding-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .page-doctor .list-career dd {
    -ms-flex-preferred-size: calc(100% - 4em);
        flex-basis: calc(100% - 4em);
    max-width: calc(100% - 4em);
    padding-left: 1rem;
  }
}

.page-clinic .clinic-gallery {
  padding: 0;
  list-style: none;
}
.page-clinic .clinic-gallery figure {
  text-align: center;
  margin-bottom: 3rem;
}
.page-clinic .clinic-gallery img {
  margin-bottom: 0.8rem;
}
.page-first .first-lead {
  margin: 0 0 2rem;
  padding: 1.8rem 1rem;
  background: #e4eef9;
  border-top: 2px solid #2e3c92;
  border-bottom: 2px solid #2e3c92;
  color: #2e3c92;
  font-size: 1.5rem;
  line-height: 1.35;
  text-align: center;
}
@media (min-width: 768px) {
  .page-first .first-lead {
    margin: 0 0 3rem;
    padding: 3rem 0;
    font-size: 2.5rem;
    line-height: 1.55;
  }
}

.page-access .route-gallery {
  padding: 0;
  list-style: none;
}
.page-access .route-gallery figure {
  text-align: left;
  margin-bottom: 3rem;
}
.page-access .route-gallery img {
  margin-bottom: 0.8rem;
}
.page-rehabilitation .text-highlight-reha {
  padding-left: 1rem;
  border-left: 7px solid #0056bd;
  color: #0056bd;
  font-size: 1.5rem;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .page-rehabilitation .text-highlight-reha {
    font-size: 2rem;
  }
}
.page-rehabilitation .tit-butsuri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.2rem 0 0;
  padding: 0;
  color: #1b8c0f;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-rehabilitation .tit-butsuri {
    font-size: 1.9rem;
  }
}
.page-rehabilitation .tit-butsuri::before {
  content: "●";
  margin-right: 0.4rem;
  color: #64c65a;
  font-size: 80%;
}
.page-rehabilitation .tit-butsuri::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #1b8c0f;
  display: block;
  margin-left: 1rem;
}

.page-company .industrialdoctor_tbl {
  width: 100%;
  margin: 4.4rem 0;
  padding: 1rem;
  border-collapse: collapse;
  font-size: 1.2rem;
  line-height: 1.3;
  table-layout: fixed;
  text-align: center;
}
@media (min-width: 768px) {
  .page-company .industrialdoctor_tbl {
    font-size: 1.6rem;
  }
}
.page-company .industrialdoctor_tbl caption {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5rem 0 0;
}
@media (min-width: 768px) {
  .page-company .industrialdoctor_tbl caption {
    font-size: 1.6rem;
    padding: 0.8rem 0 0;
  }
}
.page-company .industrialdoctor_tbl tr {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.page-company .industrialdoctor_tbl tr th {
  background: #3289f0;
  color: #fff;
  font-weight: 400;
  padding: 0.8rem 0;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .page-company .industrialdoctor_tbl tr th {
    padding: 1rem 0;
  }
}
.page-company .industrialdoctor_tbl tr th:not(:last-child) {
  border-right: 1px solid #fff;
}
.page-company .industrialdoctor_tbl tr:first-of-type th:last-of-type {
  border-bottom: 1px solid #fff;
}
.page-company .industrialdoctor_tbl tr td {
  padding: 0.8rem 0;
  background: #fff;
  border-bottom: 1px solid #56a2fc;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .page-company .industrialdoctor_tbl tr td {
    padding: 1.2rem 0;
  }
}
.page-company .industrialdoctor_tbl tr td:not(:last-child) {
  border-right: 1px solid #56a2fc;
}

.page-recruit .recruit_tbl {
  width: 100%;
  margin: 4.4rem 0;
  padding: 1rem;
  border-collapse: collapse;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: left;
}
@media (min-width: 768px) {
  .page-recruit .recruit_tbl {
    font-size: 1.6rem;
  }
}
.page-recruit .recruit_tbl caption {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5rem 0 0;
}
@media (min-width: 768px) {
  .page-recruit .recruit_tbl caption {
    font-size: 1.6rem;
    padding: 0.8rem 0 0;
  }
}
.page-recruit .recruit_tbl tr {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.page-recruit .recruit_tbl tr th {
  background: #3289f0;
  color: #fff;
  font-weight: 400;
  padding: 1.2rem;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .page-recruit .recruit_tbl tr th {
    padding: 1.2rem;
  }
}
.page-recruit .recruit_tbl tr:first-of-type {
  border-top: 1px solid #56a2fc;
}
.page-recruit .recruit_tbl tr td {
  padding: 1.2rem;
  background: #fff;
  border-bottom: 1px solid #56a2fc;
  vertical-align: middle;
  border-right: 1px solid #56a2fc;
}
@media (min-width: 768px) {
  .page-recruit .recruit_tbl tr td {
    padding: 1.2rem;
  }
}
.page-recruit .recruit_tbl tr td:first-of-type {
  border-top: 1px solid #56a2fc;
}

a[href=""] {
  pointer-events: none;
}