@charset "UTF-8";
/*! !!! use SASS !!"" */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

:root {
  font-size: 62.5%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

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

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

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

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

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

/* Flashing */
.align-left {
  text-align: left !important;
}

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

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

.w100 {
  width: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt5 {
  margin-top: 5px !important;
}

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

.mt15 {
  margin-top: 15px !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

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

.mt35 {
  margin-top: 35px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

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

.mt55 {
  margin-top: 55px !important;
}

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

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

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

.ml5 {
  margin-left: 5px !important;
}

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

.ml15 {
  margin-left: 15px !important;
}

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

.ml25 {
  margin-left: 25px !important;
}

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

.ml35 {
  margin-left: 35px !important;
}

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

.ml45 {
  margin-left: 45px !important;
}

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

.ml55 {
  margin-left: 55px !important;
}

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

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.ml150 {
  margin-left: 150px !important;
}

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

.mr5 {
  margin-right: 5px !important;
}

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

.mr15 {
  margin-right: 15px !important;
}

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

.mr25 {
  margin-right: 25px !important;
}

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

.mr35 {
  margin-right: 35px !important;
}

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

.mr45 {
  margin-right: 45px !important;
}

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

.mr55 {
  margin-right: 55px !important;
}

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

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mr150 {
  margin-right: 150px !important;
}

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

.mb5 {
  margin-bottom: 5px !important;
}

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

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.mb55 {
  margin-bottom: 55px !important;
}

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

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

@media screen and (max-width: 767px) {
  .s-mt-100 {
    margin-top: -100px !important;
  }
  .s-mt-95 {
    margin-top: -95px !important;
  }
  .s-mt-90 {
    margin-top: -90px !important;
  }
  .s-mt-85 {
    margin-top: -85px !important;
  }
  .s-mt-80 {
    margin-top: -80px !important;
  }
  .s-mt-75 {
    margin-top: -75px !important;
  }
  .s-mt-70 {
    margin-top: -70px !important;
  }
  .s-mt-65 {
    margin-top: -65px !important;
  }
  .s-mt-60 {
    margin-top: -60px !important;
  }
  .s-mt-55 {
    margin-top: -55px !important;
  }
  .s-mt-50 {
    margin-top: -50px !important;
  }
  .s-mt-45 {
    margin-top: -45px !important;
  }
  .s-mt-40 {
    margin-top: -40px !important;
  }
  .s-mt-35 {
    margin-top: -35px !important;
  }
  .s-mt-30 {
    margin-top: -30px !important;
  }
  .s-mt-25 {
    margin-top: -25px !important;
  }
  .s-mt-20 {
    margin-top: -20px !important;
  }
  .s-mt-15 {
    margin-top: -15px !important;
  }
  .s-mt-10 {
    margin-top: -10px !important;
  }
  .s-mt-5 {
    margin-top: -5px !important;
  }
  .s-mt0 {
    margin-top: 0px !important;
  }
  .s-mt5 {
    margin-top: 5px !important;
  }
  .s-mt10 {
    margin-top: 10px !important;
  }
  .s-mt15 {
    margin-top: 15px !important;
  }
  .s-mt20 {
    margin-top: 20px !important;
  }
  .s-mt25 {
    margin-top: 25px !important;
  }
  .s-mt30 {
    margin-top: 30px !important;
  }
  .s-mt35 {
    margin-top: 35px !important;
  }
  .s-mt40 {
    margin-top: 40px !important;
  }
  .s-mt45 {
    margin-top: 45px !important;
  }
  .s-mt50 {
    margin-top: 50px !important;
  }
  .s-mt55 {
    margin-top: 55px !important;
  }
  .s-mt60 {
    margin-top: 60px !important;
  }
  .s-mt65 {
    margin-top: 65px !important;
  }
  .s-mt70 {
    margin-top: 70px !important;
  }
  .s-mt75 {
    margin-top: 75px !important;
  }
  .s-mt80 {
    margin-top: 80px !important;
  }
  .s-mt85 {
    margin-top: 85px !important;
  }
  .s-mt90 {
    margin-top: 90px !important;
  }
  .s-mt95 {
    margin-top: 95px !important;
  }
  .s-mt100 {
    margin-top: 100px !important;
  }
  .s-mt105 {
    margin-top: 105px !important;
  }
  .s-mt110 {
    margin-top: 110px !important;
  }
  .s-mt115 {
    margin-top: 115px !important;
  }
  .s-mt120 {
    margin-top: 120px !important;
  }
  .s-mt125 {
    margin-top: 125px !important;
  }
  .s-mt130 {
    margin-top: 130px !important;
  }
  .s-mt135 {
    margin-top: 135px !important;
  }
  .s-mt140 {
    margin-top: 140px !important;
  }
  .s-mt145 {
    margin-top: 145px !important;
  }
  .s-mt150 {
    margin-top: 150px !important;
  }
  .s-ml0 {
    margin-left: 0px !important;
  }
  .s-ml5 {
    margin-left: 5px !important;
  }
  .s-ml10 {
    margin-left: 10px !important;
  }
  .s-ml15 {
    margin-left: 15px !important;
  }
  .s-ml20 {
    margin-left: 20px !important;
  }
  .s-ml25 {
    margin-left: 25px !important;
  }
  .s-ml30 {
    margin-left: 30px !important;
  }
  .s-ml35 {
    margin-left: 35px !important;
  }
  .s-ml40 {
    margin-left: 40px !important;
  }
  .s-ml45 {
    margin-left: 45px !important;
  }
  .s-ml50 {
    margin-left: 50px !important;
  }
  .s-ml55 {
    margin-left: 55px !important;
  }
  .s-ml60 {
    margin-left: 60px !important;
  }
  .s-ml65 {
    margin-left: 65px !important;
  }
  .s-ml70 {
    margin-left: 70px !important;
  }
  .s-ml75 {
    margin-left: 75px !important;
  }
  .s-ml80 {
    margin-left: 80px !important;
  }
  .s-ml85 {
    margin-left: 85px !important;
  }
  .s-ml90 {
    margin-left: 90px !important;
  }
  .s-ml95 {
    margin-left: 95px !important;
  }
  .s-ml100 {
    margin-left: 100px !important;
  }
  .s-ml105 {
    margin-left: 105px !important;
  }
  .s-ml110 {
    margin-left: 110px !important;
  }
  .s-ml115 {
    margin-left: 115px !important;
  }
  .s-ml120 {
    margin-left: 120px !important;
  }
  .s-ml125 {
    margin-left: 125px !important;
  }
  .s-ml130 {
    margin-left: 130px !important;
  }
  .s-ml135 {
    margin-left: 135px !important;
  }
  .s-ml140 {
    margin-left: 140px !important;
  }
  .s-ml145 {
    margin-left: 145px !important;
  }
  .s-ml150 {
    margin-left: 150px !important;
  }
  .s-mr0 {
    margin-right: 0px !important;
  }
  .s-mr5 {
    margin-right: 5px !important;
  }
  .s-mr10 {
    margin-right: 10px !important;
  }
  .s-mr15 {
    margin-right: 15px !important;
  }
  .s-mr20 {
    margin-right: 20px !important;
  }
  .s-mr25 {
    margin-right: 25px !important;
  }
  .s-mr30 {
    margin-right: 30px !important;
  }
  .s-mr35 {
    margin-right: 35px !important;
  }
  .s-mr40 {
    margin-right: 40px !important;
  }
  .s-mr45 {
    margin-right: 45px !important;
  }
  .s-mr50 {
    margin-right: 50px !important;
  }
  .s-mr55 {
    margin-right: 55px !important;
  }
  .s-mr60 {
    margin-right: 60px !important;
  }
  .s-mr65 {
    margin-right: 65px !important;
  }
  .s-mr70 {
    margin-right: 70px !important;
  }
  .s-mr75 {
    margin-right: 75px !important;
  }
  .s-mr80 {
    margin-right: 80px !important;
  }
  .s-mr85 {
    margin-right: 85px !important;
  }
  .s-mr90 {
    margin-right: 90px !important;
  }
  .s-mr95 {
    margin-right: 95px !important;
  }
  .s-mr100 {
    margin-right: 100px !important;
  }
  .s-mr105 {
    margin-right: 105px !important;
  }
  .s-mr110 {
    margin-right: 110px !important;
  }
  .s-mr115 {
    margin-right: 115px !important;
  }
  .s-mr120 {
    margin-right: 120px !important;
  }
  .s-mr125 {
    margin-right: 125px !important;
  }
  .s-mr130 {
    margin-right: 130px !important;
  }
  .s-mr135 {
    margin-right: 135px !important;
  }
  .s-mr140 {
    margin-right: 140px !important;
  }
  .s-mr145 {
    margin-right: 145px !important;
  }
  .s-mr150 {
    margin-right: 150px !important;
  }
  .s-mb0 {
    margin-bottom: 0px !important;
  }
  .s-mb5 {
    margin-bottom: 5px !important;
  }
  .s-mb10 {
    margin-bottom: 10px !important;
  }
  .s-mb15 {
    margin-bottom: 15px !important;
  }
  .s-mb20 {
    margin-bottom: 20px !important;
  }
  .s-mb25 {
    margin-bottom: 25px !important;
  }
  .s-mb30 {
    margin-bottom: 30px !important;
  }
  .s-mb35 {
    margin-bottom: 35px !important;
  }
  .s-mb40 {
    margin-bottom: 40px !important;
  }
  .s-mb45 {
    margin-bottom: 45px !important;
  }
  .s-mb50 {
    margin-bottom: 50px !important;
  }
  .s-mb55 {
    margin-bottom: 55px !important;
  }
  .s-mb60 {
    margin-bottom: 60px !important;
  }
  .s-mb65 {
    margin-bottom: 65px !important;
  }
  .s-mb70 {
    margin-bottom: 70px !important;
  }
  .s-mb75 {
    margin-bottom: 75px !important;
  }
  .s-mb80 {
    margin-bottom: 80px !important;
  }
  .s-mb85 {
    margin-bottom: 85px !important;
  }
  .s-mb90 {
    margin-bottom: 90px !important;
  }
  .s-mb95 {
    margin-bottom: 95px !important;
  }
  .s-mb100 {
    margin-bottom: 100px !important;
  }
  .s-mb105 {
    margin-bottom: 105px !important;
  }
  .s-mb110 {
    margin-bottom: 110px !important;
  }
  .s-mb115 {
    margin-bottom: 115px !important;
  }
  .s-mb120 {
    margin-bottom: 120px !important;
  }
  .s-mb125 {
    margin-bottom: 125px !important;
  }
  .s-mb130 {
    margin-bottom: 130px !important;
  }
  .s-mb135 {
    margin-bottom: 135px !important;
  }
  .s-mb140 {
    margin-bottom: 140px !important;
  }
  .s-mb145 {
    margin-bottom: 145px !important;
  }
  .s-mb150 {
    margin-bottom: 150px !important;
  }
}

.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

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

*::-moz-selection {
  background-color: #0AC;
}

*::selection {
  background-color: #0AC;
}

body {
  color: #333;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  min-width: 1030px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
    min-width: 320px;
  }
}

img {
  vertical-align: top;
}

a {
  color: #0080AC;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

small {
  font-size: 80%;
}

strong, em {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .inner {
    width: 1000px;
    margin: 0 auto;
  }
}

::-moz-selection {
  background: #999999;
  color: #fff;
}

::selection {
  background: #999999;
  color: #fff;
}

input::-moz-selection {
  color: #333;
}

input::selection {
  color: #333;
}

textarea::-moz-selection {
  color: #333;
}

textarea::selection {
  color: #333;
}

.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

.global-header {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .global-header {
    padding: 5px 15px;
  }
}

.global-header__body-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

@media screen and (min-width: 768px) {
  .global-header__body-upper {
    width: 1000px;
    margin: 0 auto;
  }
}

.global-header__site-name {
  margin: 0;
  font-size: 1rem;
}

.global-header__site-name a {
  display: block;
}

@media screen and (max-width: 767px) {
  .global-header__site-name img {
    width: 70px;
  }
}

.global-header__sns {
  position: absolute;
  right: 0;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .global-header__sns {
    position: static;
  }
}

.global-header__sns-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 92px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -5px;
}

.global-header__sns-body li {
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .global-header__sns-body {
    margin: 20px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.global-header__sns-element a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #626262;
  text-align: center;
  line-height: 22px;
  color: #626262;
  padding-left: 1px;
  font-size: 12px;
  transition: .2s linear;
}

.global-header__sns-element a:hover {
  background: #626262;
  color: #FFF;
}

.global-header__sns-element-instagram a {
  font-size: 14px;
}

.global-header__sp-menu {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 2220;
}

.global-header__sp-menu > button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: block;
  background: #FFF;
}

.global-header__sp-menu > button > small {
  font-weight: bold;
  font-size: 1rem;
  color: #212121;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.global-header__sp-menu > button.active span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.global-header__sp-menu > button.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
}

.global-header__sp-menu > button.active span:nth-of-type(3) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}

.global-header__sp-menu > button span {
  background-color: #333;
  box-sizing: border-box;
  display: inline-block;
  height: 1px;
  left: 8px;
  border-radius: 4px;
  position: absolute;
  transition: all .4s;
  width: 24px;
}

.global-header__sp-menu > button span:nth-of-type(1) {
  top: 19px;
}

.global-header__sp-menu > button span:nth-of-type(2) {
  top: 26px;
}

.global-header__sp-menu > button span:nth-of-type(3) {
  top: 12px;
}

.global-footer {
  background: url(../img/shared/bg_footer.jpg) no-repeat center top;
  background-size: cover;
  color: #FFF;
}

.global-footer__body {
  padding: 80px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .global-footer__body {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .global-footer__body {
    padding: 20px 0 20px;
    display: block;
  }
}

.global-footer__logo {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .global-footer__logo {
    margin-bottom: 15px;
  }
}

.global-footer__lower {
  background: rgba(0, 0, 0, 0.8);
  padding: 12px 0;
}

@media screen and (max-width: 767px) {
  .global-footer__lower {
    padding: 6px 0;
  }
}

.global-footer__lower-body {
  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;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .global-footer__lower-body {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .global-footer__lower-body {
    display: block;
  }
}

.global-footer__copyright {
  text-align: center;
  color: #FFF;
  padding: 5px;
  font-size: 1rem;
  font-family: "Averia Serif Libre", cursive;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media screen and (max-width: 767px) {
  .global-footer__copyright {
    font-size: 1rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.global-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .global-footer__links {
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
  }
}

.global-footer__links a {
  text-decoration: none;
  color: #FFF;
  font-size: 1.2rem;
}

.global-footer__links a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .global-footer__links a {
    padding: 10px 15px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .global-footer__links-element {
    margin-bottom: 8px;
  }
}

.global-footer__links-element::after {
  content: "/";
  font-size: 1rem;
  display: inline-block;
  margin: 0 7px;
}

@media screen and (max-width: 767px) {
  .global-footer__links-element::after {
    margin: 0 3px;
  }
}

.global-footer__links-element:last-child::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .global-footer__links-element {
    margin-left: 0;
  }
}

.global-footer__sns-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 92px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.global-footer__sns-element {
  margin: 0 5px;
}

.global-footer__sns-element a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #FFF;
  text-align: center;
  line-height: 22px;
  color: #FFF;
  padding-left: 1px;
  font-size: 12px;
  transition: .2s linear;
}

.global-footer__sns-element a:hover {
  background: #FFF;
  color: #333;
}

.global-footer__sns-element-instagram a {
  font-size: 14px;
}

.global-footer__address {
  line-height: 2;
  margin-bottom: 30px;
}

.global-footer__address-num span {
  display: inline-block;
  margin: 0 8px;
}

@media screen and (max-width: 767px) {
  .global-footer__address {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}

.h1, .heading-l {
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 2.8rem;
  position: relative;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .h1, .heading-l {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.h1::before, .heading-l::before {
  position: absolute;
  content: "";
  background: #F1F1F1;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .h1::before, .heading-l::before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
  }
}

.h1-bg span, .heading-l-bg span {
  position: relative;
  z-index: 2;
}

.h1-bg::before, .heading-l-bg::before {
  z-index: 1;
  background: #F7F6F4;
}

.h2, .heading-m {
  font-size: 2.6rem;
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 40px;
  margin: 0 0 35px;
}

@media screen and (max-width: 767px) {
  .h2, .heading-m {
    padding-left: 22px;
    font-size: 1.7rem;
    margin: 0 0 20px;
  }
}

.h2::before, .heading-m::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 5px solid #909090;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .h2::before, .heading-m::before {
    width: 15px;
    height: 15px;
    border-width: 4px;
    top: 7px;
  }
}

.h2 small, .heading-m small {
  font-weight: normal;
  font-size: 15px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .h2 small, .heading-m small {
    display: block;
    margin-left: 0;
    font-size: 1.2rem;
    margin-left: -22px;
  }
}

.heading-index {
  text-align: center;
  font-family: "Averia Serif Libre", cursive;
  font-size: 3rem;
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .heading-index {
    font-size: 2.2rem;
    margin: 0 0 25px;
  }
}

.heading-index small {
  display: block;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  color: #757575;
}

@media screen and (max-width: 767px) {
  .heading-index small {
    font-size: 1.1rem;
  }
}

.heading-index small::before {
  content: "";
  display: block;
  margin: 5px auto 20px;
  width: 40px;
  height: 1px;
  background: #333;
}

@media screen and (max-width: 767px) {
  .heading-index small::before {
    margin-bottom: 10px;
  }
}

.heading-index-float {
  text-align: left;
}

.heading-index-float::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 5px;
  background: #333;
}

.heading-index-float small {
  margin-left: 10px;
  display: inline;
  font-size: 1.1rem;
}

.heading-index-float small::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav-global__wrapper {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 15px;
  }
}

.nav-global__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .nav-global__list {
    display: block;
  }
}

.nav-global__item {
  border-right: 1px solid #DDD;
  padding: 2px 30px;
}

@media screen and (max-width: 767px) {
  .nav-global__item {
    padding: 2px 0 !important;
    border-right: 0;
  }
}

.nav-global__item:last-child {
  border-right: 0;
  padding-right: 0;
}

.nav-global__item > a {
  display: block;
  color: #333;
  text-decoration: none;
  text-align: center;
}

.nav-global__item > a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
          animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.nav-global__item > a span {
  font-family: "Averia Serif Libre", cursive;
  font-size: 1.5rem;
  line-height: 1;
}

.nav-global__item > a small {
  font-size: 1rem;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 767px) {
  .nav-global__item a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #CCC;
    font-size: 1.3rem;
  }
}

.breadcrumb {
  margin: 20px 0 70px;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 8px 15px;
    margin: 5px 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb__body {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb__body {
    width: 100%;
  }
}

.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.breadcrumb__item {
  padding: 2px 0;
  line-height: 1.2;
  font-size: 1.1rem;
  color: #333;
}

.breadcrumb__item::before {
  content: "|";
  margin: 0 12px;
}

@media screen and (max-width: 767px) {
  .breadcrumb__item::before {
    margin: 0 6px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb__item {
    font-size: 1rem;
    padding: 2px 5px;
  }
}

.breadcrumb__item a {
  color: #000;
  font-weight: bold;
}

.breadcrumb__item a:hover {
  text-decoration: underline;
}

.breadcrumb__item-home {
  border-left: 0;
  background: url(../img/shared/icon_home.png) no-repeat;
  background-size: 14px auto;
  padding: 2px 0 2px 20px;
}

@media screen and (max-width: 767px) {
  .breadcrumb__item-home {
    background-size: 12px auto;
    background-position: center left;
    padding-left: 18px;
  }
}

.breadcrumb__item-home::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-content__inner {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .page-content__inner {
    padding: 0 15px;
  }
}

.page-content__lead {
  text-align: center;
  margin: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .page-content__lead {
    margin: 0 0 30px;
  }
}

.page-content a:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
          animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.page-content p {
  margin: 0 0 1em;
}

@media screen and (max-width: 767px) {
  .page-content img {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .content__inner {
    width: 750px;
    margin: 0 auto;
  }
}

.button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .button-block {
    margin-bottom: 20px;
  }
}

.button-block .button-em {
  margin: 0 15px;
}

@media screen and (min-width: 768px) {
  .button-block.button-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  color: #757575;
  display: inline-block;
  border: 1px solid #757575;
  padding: 10px 10px;
  min-width: 300px;
  transition: 0.2s cubic-bezier(0, 0, 1, 1);
  background: #FFF;
  font-size: 1.4rem;
  position: relative;
}

.button:after {
  content: "";
  font-family: FontAwesome;
}

.button:hover {
  background: #333;
  color: #FFF;
}

.button.button-back:before {
  content: "";
  font-family: FontAwesome;
}

.button.button-back::after {
  display: none;
}

.button.button-back::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 10px;
  margin-top: 0;
  font-size: 1.3rem;
}

.button::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 10px;
  margin-top: 0;
  font-size: 1.3rem;
}

.button.button__pdf::after {
  content: "";
  background: url(../img/shared/icon_pdf.png) no-repeat;
  background-size: 18px auto;
  display: block;
  width: 18px;
  height: 22px;
  margin-top: -1px;
}

.button.button__pdf:hover::after {
  background-image: url(../img/shared/icon_pdf-on.png);
}

@media screen and (max-width: 767px) {
  .button {
    width: 100%;
    min-width: 0;
  }
}

.button-em {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  color: red;
  display: inline-block;
  border: 1px solid red;
  padding: 5px 10px;
  min-width: 200px;
  transition: 0.2s cubic-bezier(0, 0, 1, 1);
}

.button-em:hover {
  background: red;
  color: #FFF;
}

.title-page {
  text-align: center;
  background: #333;
  position: relative;
  margin: 0;
  background: url(../img/shared/bg_page-title.jpg);
}

@media screen and (max-width: 767px) {
  .title-page {
    background: none;
  }
}

.title-page__inner {
  background: url(../img/shared/bg_page-title-center.png) no-repeat center 24%;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .title-page__inner {
    height: 70px;
    background: url(../img/shared/bg_page-title-sp.png) no-repeat center center;
    background-size: cover;
  }
}

.title-page__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.title-page__heading-main {
  display: block;
  font-size: 3rem;
  font-family: "Averia Serif Libre", cursive;
  line-height: 1.2;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .title-page__heading-main {
    font-size: 2.8rem;
    padding: 0 10px;
  }
}

.title-page__heading-sub {
  display: block;
  font-size: 1.3rem;
  color: #757575;
}

@media screen and (max-width: 767px) {
  .title-page__heading-sub {
    font-size: 1.2rem;
  }
}

.wp-pagenavi {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 90px;
  overflow: hidden;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-pagenavi .pages {
  display: none;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}

.wp-pagenavi a {
  background: none;
  color: currentColor;
  text-decoration: none;
  font-family: "Averia Serif Libre", cursive;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 1.3rem;
  text-decoration: underline;
}

.wp-pagenavi .previouspostslink[data-disabled="true"], .wp-pagenavi .nextpostslink[data-disabled="true"] {
  opacity: .3;
  pointer-events: none;
}

.wp-pagenavi .previouspostslink {
  margin-right: 45px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    margin: 0 20px;
  }
}

.wp-pagenavi .nextpostslink {
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .wp-pagenavi__prev, .wp-pagenavi__back, .wp-pagenavi__next {
    margin: 0 20px;
  }
}

.wp-pagenavi__prev a, .wp-pagenavi__back a, .wp-pagenavi__next a {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 1.3rem;
  text-decoration: underline;
}

.wp-pagenavi__prev a[data-disabled="true"], .wp-pagenavi__back a[data-disabled="true"], .wp-pagenavi__next a[data-disabled="true"] {
  opacity: .3;
  pointer-events: none;
}

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

.wp-pagenavi__back {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 20px;
}

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

.wp-pagenavi__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  list-style: none;
  margin: 0 45px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi__numbers {
    display: none;
  }
}

.wp-pagenavi a.page {
  display: block;
  padding: 0 .3em;
  text-align: center;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #333;
  color: #FFF;
  line-height: 18px;
  border: 1px solid #333;
  transition: all .2s linear;
  font-size: 1.6rem;
  margin: 0 5px;
}

.wp-pagenavi a.page::after {
  display: none;
}

.wp-pagenavi a.page:hover {
  color: #757575;
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a.page {
    display: none;
  }
}

.wp-pagenavi span.current {
  display: block;
  padding: 0 .3em;
  text-align: center;
  width: 20px;
  height: 20px;
  text-align: center;
  border: 1px solid #333;
  background: #FFF;
  font-family: "Averia Serif Libre", cursive;
  font-size: 1.6rem;
  line-height: 18px;
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi span.current {
    display: none;
  }
}

.wp-pagenavi__number {
  display: block;
  list-style: none;
  margin: 0 5px;
}

.wp-pagenavi__number a {
  display: block;
  padding: 0 .3em;
  text-align: center;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #333;
  color: #FFF;
  line-height: 18px;
  border: 1px solid #333;
  transition: all .2s linear;
}

.wp-pagenavi__number a::after {
  display: none;
}

.wp-pagenavi__number a:hover {
  color: #757575;
  background: #FFF;
}

.wp-pagenavi__number--current a {
  color: #757575;
  background: #FFF;
}

table, .table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 40px;
}

table th, table td, .table th, .table td {
  text-align: left;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  table th, table td, .table th, .table td {
    display: block;
    margin-top: -1px;
    width: 100% !important;
  }
}

table th, .table th {
  width: 150px;
  border-bottom: 1px solid #333;
  border-right: 20px solid #FFF;
}

@media screen and (max-width: 767px) {
  table th, .table th {
    border-right: 0;
  }
}

table td, .table td {
  border-bottom: 1px solid #DDD;
}

.form span.ajax-loader {
  display: block !important;
  margin: 0 auto !important;
  margin-top: 15px !important;
}

.form span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.form span.wpcf7-list-item label {
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  margin-right: 15px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

.form span.wpcf7-list-item label::before {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #333;
  border-radius: 50%;
  left: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: '';
  z-index: 3;
}

.form span.wpcf7-list-item label::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #333;
  z-index: 1;
}

.form span.wpcf7-list-item label input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 1px;
  margin: 0px;
  box-shadow: 20px -1px #FFF;
}

.form span.wpcf7-list-item label input[type="radio"]:checked {
  box-shadow: none;
}

.form span.wpcf7-list-item label input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #FFF;
}

.form__content {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .form__content {
    margin-bottom: 40px;
  }
}

.form__input,
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f8f8f8;
  background-image: none;
  border: none;
  border-radius: 0;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media screen and (max-width: 767px) {
  .form__input,
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"],
  .form textarea {
    width: 100%;
  }
}

.form textarea {
  width: 100%;
}

.form__button {
  text-align: center;
}

.form__button-element {
  display: inline-block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  background: url(../img/shared/bg_btn-sbumit.png);
  color: #FFF;
  width: 330px;
  padding: 12px;
  line-height: 1;
}

.form__button-element:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
          animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .form__button-element {
    width: 100%;
  }
}

.form__button-element-bg {
  display: inline-block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  background: url(../img/contact/btn_submit.png) no-repeat;
  text-indent: -9999px;
  width: 330px;
  height: 70px;
  background-size: 330px 70px;
}

.form__button-element-bg:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
          animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .form__button-element-bg {
    width: 290px;
    height: 60px;
    background-size: 290px 60px;
  }
}

.form__button-element span {
  display: block;
  font-family: "Averia Serif Libre", cursive;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .form__button-element span {
    font-size: 2rem;
  }
}

.form__button-element small {
  display: block;
  font-size: 1.2rem;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}

.accordion-block__element {
  margin-bottom: 30px;
}

.accordion-block__title {
  font-size: 20px;
  background: url(../img/bg_ac_ttl.png);
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
}

.accordion-block__title.faq-q {
  padding-left: 70px;
}

.accordion-block__title.faq-q i.faq-ico {
  font-size: 32px;
  position: absolute;
  line-height: 1;
  left: 20px;
  top: 10px;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .accordion-block__title.faq-q {
    padding-left: 50px;
  }
  .accordion-block__title.faq-q i.faq-ico {
    font-size: 24px;
    left: 13px;
    top: 10px;
  }
}

@media (--xs) {
  .accordion-block__title {
    padding: 10px 10px 12px;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.accordion-block-ttl-inner {
  position: relative;
  display: block;
  padding-right: 35px;
}

@media (--xs) {
  .accordion-block-ttl-inner {
    padding-right: 35px;
  }
}

.accordion-block-ttl-inner::after, .accordion-block-ttl-inner::before {
  content: "";
  display: block;
  right: 0;
  height: 4px;
  top: 18px;
  width: 26px;
  background: #000;
  position: absolute;
  transition: all 0.6s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 90;
}

@media screen and (max-width: 767px) {
  .accordion-block-ttl-inner::after, .accordion-block-ttl-inner::before {
    height: 3px;
    width: 15px;
    right: 0;
    top: 10px;
  }
}

.accordion-block-ttl-inner::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-block-ttl-inner.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-block-ttl-inner.active::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-block-ttl[aria-expanded="true"] .accordion-block-ttl-inner::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-block-ttl[aria-expanded="true"] .accordion-block-ttl-inner::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-block-contents {
  padding: 10px 20px;
  display: none;
}

.accordion-block-contents.faq-a {
  padding-left: 70px;
  position: relative;
}

.accordion-block-contents.faq-a i.faq-ico {
  content: "A";
  font-size: 32px;
  position: absolute;
  font-style: normal;
  line-height: 1;
  left: 23px;
  top: 16px;
  color: #ccc;
}

@media screen and (max-width: 767px) {
  .accordion-block-contents.faq-a {
    padding-left: 50px;
  }
  .accordion-block-contents.faq-a i.faq-ico {
    font-size: 24px;
    left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-block-contents {
    padding: 5px 0;
    font-size: 14px;
  }
}

.page-lead-img__body {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .page-lead-img__body {
    height: 180px;
  }
}

.page-top {
  border-top: 1px solid #DDD;
}

.page-top__link {
  text-align: center;
  display: block;
  text-decoration: none;
  font-family: "Averia Serif Libre", cursive;
  color: #333;
  font-size: 1.8rem;
  line-height: 1;
  padding: 35px 40px 35px 0;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .page-top__link {
    padding: 15px 40px 15px 0;
    font-size: 1.5rem;
  }
}

.page-top__link::before {
  content: "";
  display: inline-block;
  background: url(../img/shared/icon_pagetop.png);
  width: 16px;
  height: 10px;
  background-size: 16px auto;
  vertical-align: middle;
  margin: -3px 20px 0;
  transition: .2s linear;
}

@media screen and (max-width: 767px) {
  .page-top__link::before {
    margin: -3px 15px 0;
  }
}

.page-top__link:hover::before {
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
}

.inview-animate {
  opacity: 0;
  transition: all 0.75s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transform: translate(0, 0) scale(1.02);
          transform: translate(0, 0) scale(1.02);
  transition-delay: .3s;
}

.inview-animate.animate-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.page-home {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .page-home {
    padding-top: 20px;
    margin-top: -20px;
  }
}

.page-home__hero {
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-home__hero {
    margin-bottom: 20px;
  }
}

.page-home__hero-inner {
  background: #000;
  overflow: hidden;
  padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .page-home__hero-inner {
    background: transparent;
  }
}

.page-home__hero-inner .slick-dots {
  background: #FFF;
  bottom: 0;
  height: 45px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .page-home__hero-inner .slick-dots {
    padding-top: 5px;
  }
}

.page-home__hero-inner .slick-dots li button::before {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .page-home__hero-inner .slick-dots li button::before {
    font-size: 6px;
  }
}

.page-home__hero-inner .slick-next, .page-home__hero-inner .slick-prev {
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  z-index: 50;
  margin-top: -25px;
}

.page-home__hero-inner .slick-next {
  right: calc(50vw - 525px);
  background-image: url(../img/index/icon_ar-next.png);
}

.page-home__hero-inner .slick-prev {
  left: calc(50vw - 525px);
  background-image: url(../img/index/icon_ar-prev.png);
}

.page-home__hero-element {
  opacity: 0.6;
  transition: .6s linear;
  outline: 0;
  padding: 0 !important;
}

.page-home__hero-element.slick-center {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .page-home__hero-element {
    opacity: 1;
    width: 100vw;
  }
  .page-home__hero-element img {
    width: 100%;
  }
}

.page-home__hero-caption {
  width: 1000px;
  height: 500px;
  position: absolute;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .page-home__hero-caption {
    height: calc(100% - 40px);
    width: 100%;
  }
}

.page-home__hero-caption-title {
  position: absolute;
  left: 80px;
  top: -10px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page-home__hero-caption-title {
    left: 15px;
    top: 5px;
  }
  .page-home__hero-caption-title img {
    width: 43px;
  }
}

.page-home__hero-caption-copy {
  position: absolute;
  color: #FFF;
  font-family: "Averia Serif Libre", cursive;
  letter-spacing: 0.13em;
  left: 80px;
  bottom: 28px;
}

@media screen and (max-width: 767px) {
  .page-home__hero-caption-copy {
    font-size: 1.2rem;
    right: 15px;
    bottom: 10px;
    left: auto;
  }
}

.page-home__hero-caption-copy::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #FFF;
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .page-home__hero-caption-copy::after {
    margin-top: 0px;
  }
}

.page-home__about {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .page-home__about {
    padding: 0 15px;
    margin-bottom: 50px;
  }
}

.page-home__about p {
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.page-home__bg {
  height: 300px;
}

@media screen and (max-width: 767px) {
  .page-home__bg {
    height: 200px;
    background-position: center center;
  }
}

.page-home__project {
  padding: 100px 0 80px;
  background: url(../img/about/bg_about.png);
}

@media screen and (max-width: 767px) {
  .page-home__project {
    padding: 30px 15px 30px;
  }
}

.page-home__project-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .page-home__project-inner {
    display: block;
  }
}

.page-home__project .button-block {
  margin-bottom: 0;
}

.page-home__project .button-block .button {
  background: transparent;
}

.page-home__project .button-block .button:hover {
  background: #333;
}

.page-home__project-block {
  width: 360px;
  background: #FFF;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-home__project-block {
    width: 100%;
    margin-bottom: 20px;
  }
}

.page-home__project-block a {
  display: block;
  text-decoration: none;
  color: #333;
  text-align: center;
}

.page-home__project-block a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
          animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.page-home__project-block--ph {
  text-align: center;
}

.page-home__project-block--ph img {
  width: 100%;
}

.page-home__project-block--info {
  padding: 30px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .page-home__project-block--info {
    padding: 15px;
  }
}

.page-home__project-block--title {
  font-weight: bold;
  margin-bottom: 5px;
}

.page-home__project-block--date {
  color: #757575;
  font-family: "Averia Serif Libre", cursive;
  font-style: italic;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.page-home__project-block--text p {
  font-size: 1.2rem;
  margin: 0;
}

.page-home__lower {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .page-home__lower {
    padding: 30px 0;
  }
}

.page-home__lower-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .page-home__lower-inner {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .page-home__lower-news {
    width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .page-home__lower-news {
    margin-bottom: 30px;
  }
}

.page-home__lower-news-element {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #333;
}

.page-home__lower-news-element:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-home__lower-news-element {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}

.page-home__lower-news-element a {
  text-decoration: none;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-home__lower-news-element a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
          animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .page-home__lower-news-element a {
    display: block;
  }
}

.page-home__lower-news-date {
  width: 70px;
  font-size: 1rem;
  color: #757575;
}

@media screen and (max-width: 767px) {
  .page-home__lower-news-date {
    width: 100%;
  }
}

.page-home__lower-news-title {
  width: calc(100% - 70px);
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .page-home__lower-news-title {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .page-home__lower-sub {
    width: 420px;
  }
}

.page-home__lower-sub--shop {
  margin-bottom: 20px;
}

.page-home__lower-sub--shop:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
          animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .page-home__lower-sub--shop {
    margin-bottom: 30px;
  }
  .page-home__lower-sub--shop img {
    width: 100%;
  }
}

.page-home__lower-sub--fb:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
          animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .page-home__lower-sub--fb img {
    width: 100%;
  }
}

.page-about__lead {
  text-align: center;
  line-height: 3;
  background: url(../img/about/bg_lead-about-text.png) no-repeat center center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .page-about__lead {
    margin-bottom: 30px;
    line-height: 2.5;
  }
}

.page-about__lead-heading {
  margin: 0 0 45px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-about__lead-heading {
    margin: 0 0 5px;
  }
  .page-about__lead-heading img {
    width: 160px;
  }
}

.page-about__store {
  background: url(../img/about/bg_about.png);
  padding: 80px 0 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-about__store {
    padding: 20px 0 1px;
    margin-bottom: 40px;
  }
}

.page-about__store-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

.page-about__store-block {
  margin-bottom: 60px;
  width: 300px;
  margin: 0 25px;
}

@media screen and (max-width: 767px) {
  .page-about__store-block {
    margin-bottom: 25px;
    display: block;
    width: 100%;
  }
}

.page-about__store-ph {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-about__store-ph img {
    width: 100%;
  }
}

.page-about__store-content p {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .page-about__store-content {
    width: 100%;
  }
}

.page-about__store-heading {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  border-bottom: 1px  solid #FFF;
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .page-about__store-heading {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .page-about__staff {
    margin-bottom: 10px;
  }
}

.page-about__staff-ph {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .page-about__staff-ph {
    margin-bottom: 30px;
  }
}

.page-about__staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .page-about__staff-list {
    display: block;
  }
}

.page-about__staff-element {
  width: 490px;
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .page-about__staff-element {
    width: 100%;
    margin-bottom: 40px;
  }
}

.page-about__staff-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-about__staff-title {
    font-size: 1.6rem;
  }
}

.page-about__staff-title::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #DDD;
  margin-bottom: 10px;
}

.page-about__staff-career {
  font-size: 1.4rem;
  color: #757575;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .page-about__staff-career {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}

.page-about__staff-title-s {
  font-size: 1.4rem;
  font-family: "Averia Serif Libre", cursive;
  color: #757575;
}

@media screen and (max-width: 767px) {
  .page-about__staff-title-s {
    font-size: 1.3rem;
  }
}

.page-about__staff-text {
  font-size: 1.3rem;
}

.page-about__post {
  background: url(../img/about/bg_about.png);
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .page-about__post {
    padding: 30px 0 1px;
  }
}

@media screen and (max-width: 767px) {
  .page-about__post-inner {
    display: block;
  }
}

.page-about__post-block {
  background: rgba(255, 255, 255, 0.85);
  border: 3px solid #FFF;
  width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .page-about__post-block {
    width: 100%;
    margin-bottom: 30px;
  }
}

.page-about__post-block--title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #FFF;
  padding: 40px 0 0px;
}

@media screen and (max-width: 767px) {
  .page-about__post-block--title {
    padding: 25px 0 0;
    font-size: 1.6rem;
  }
}

.page-about__post-block--title small {
  color: #757575;
  font-family: "Averia Serif Libre", cursive;
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .page-about__post-block--title small {
    font-size: 1rem;
  }
}

.page-about__post-block--content {
  padding: 30px 50px;
}

@media screen and (max-width: 767px) {
  .page-about__post-block--content {
    padding: 15px;
  }
}

.page-about__post-list {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .page-about__post-list {
    margin-bottom: 15px;
  }
}

.page-about__post-element {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page-about__post-element {
    display: block;
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}

.page-about__post-element--date {
  color: #757575;
  font-family: "Averia Serif Libre", cursive;
  width: 90px;
}

@media screen and (max-width: 767px) {
  .page-about__post-element--date {
    width: 100%;
  }
}

.page-about__post-element--title {
  width: calc(100% - 90px);
}

@media screen and (max-width: 767px) {
  .page-about__post-element--title {
    width: 100%;
  }
}

.page-about__post-element--title a {
  color: #333;
}

.page-about__post-element--title a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
          animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.page-about__post .button-block {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-about__post .button-block .button {
    min-width: 260px;
  }
}

.page-service__top {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-service__top {
    margin-bottom: 30px;
  }
}

.page-service__nav-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page-service__nav-body {
    padding: 10px 0;
    border: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}

.page-service__nav-element {
  width: calc(100% / 6);
  text-align: center;
  border-right: 1px solid #DDD;
}

@media screen and (max-width: 767px) {
  .page-service__nav-element {
    width: calc(100% / 2 - 5px);
    border-bottom: 1px solid #DDD;
    border-right: 0;
  }
  .page-service__nav-element:nth-child(1), .page-service__nav-element:nth-child(2) {
    border-top: 1px solid #DDD;
  }
}

@media screen and (min-width: 768px) {
  .page-service__nav-element:first-child {
    border-left: 1px solid #DDD;
  }
}

.page-service__nav-element a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  position: relative;
  padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .page-service__nav-element a {
    font-size: 1.5rem;
    padding: 5px;
  }
}

.page-service__nav-element a::after {
  content: "";
  background: url(../img/shared/icon_ar-btn.png) no-repeat center bottom;
  display: block;
  width: 15px;
  height: 9px;
  background-size: 15px 9px;
  width: 100%;
  margin-top: 3px;
  transition: .2s linear;
}

@media screen and (max-width: 767px) {
  .page-service__nav-element a::after {
    position: absolute;
    right: 5px;
    width: 15px;
    width: 9px;
    height: 6px;
    background-size: 9px 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (min-width: 768px) {
  .page-service__nav-element a:hover::after {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}

.page-service__lower {
  padding: 40px 0 60px;
  background: #F1F1F1;
}

@media screen and (max-width: 767px) {
  .page-service__lower {
    padding: 20px 0;
  }
}

.page-service__block {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-service__block {
    margin-bottom: 40px;
  }
}

.page-service__block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .page-service__block-inner {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .page-service__block-ph {
    margin-bottom: 10px;
  }
  .page-service__block-ph img {
    width: 100%;
  }
}

.page-service__block-cont {
  width: 490px;
}

@media screen and (max-width: 767px) {
  .page-service__block-cont {
    width: 100%;
  }
}

.page-service__block-text {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .page-service__block-text p {
    margin-top: 0;
  }
}

.page-service__block-caption {
  border: 1px dashed #959595;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .page-service__block-caption {
    padding: 15px;
  }
}

.page-service__block-caption p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.page-service__block-caption p a {
  color: #333;
}

.page-service__block-caption-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .page-service__block-caption-title {
    font-size: 1.4rem;
  }
}

.page-access__top {
  margin-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .page-access__top {
    margin-bottom: 40px;
  }
}

.page-access__map {
  height: 370px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-access__map {
    height: 300px;
  }
}

.page-project__top-date {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #757575;
  font-size: 1.2rem;
  display: inline-block;
  border-bottom: #757575 1px solid;
  margin-bottom: 20px;
  margin-top: -10px;
}

.page-project__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .page-project__inner {
    display: block;
  }
}

.page-project__article {
  width: calc(50% - 15px);
  background: #FFF;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .page-project__article {
    margin-bottom: 40px;
    width: 100%;
  }
}

.page-project__article-ph {
  margin: 0 0 30px;
}

.page-project__article-ph img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-project__article-ph {
    margin: 0 0 15px;
  }
  .page-project__article-ph img {
    width: 100%;
  }
}

.page-project__article-content {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .page-project__article-content {
    margin-bottom: 40px;
  }
}

.page-project__article-title {
  margin: 0 0 5px;
}

.page-project__article-title a {
  font-size: 2rem;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .page-project__article-title a {
    font-size: 1.5rem;
  }
}

.page-project__article-title a:hover {
  text-decoration: underline;
}

.page-project__article-text {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .page-project__article-text {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}

.page-project__article-date {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #757575;
  font-size: 1.2rem;
  display: inline-block;
  border-bottom: #757575 1px solid;
}

.page-koboku__lower {
  background: #f1f1f1;
  padding: 80px 0 60px;
}

@media screen and (max-width: 767px) {
  .page-koboku__lower {
    padding: 20px 0;
  }
}

.page-koboku__form {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .page-koboku__form {
    margin-bottom: 40px;
  }
}

.page-koboku__form-flow {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-koboku__form-flow {
    margin-bottom: 20px;
  }
}

.page-koboku__form-caption {
  border: 1px dashed #959595;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .page-koboku__form-caption {
    padding: 15px;
  }
}

.page-koboku__form-caption-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .page-koboku__form-caption-title {
    font-size: 1.4rem;
  }
}

.page-koboku__form-caption-list {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .page-koboku__form-caption-list {
    font-size: 1.1rem;
  }
}

.page-koboku__form-caption-list li {
  margin-bottom: 3px;
}

.page-koboku__form-caption-list li::before {
  content: "●";
  color: #bbb;
  margin-right: 5px;
}

.page-news__body {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .page-news__body {
    margin-bottom: 30px;
  }
}

.page-news__element {
  margin-bottom: 20px;
}

.page-news__element a {
  text-decoration: none;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-news__element a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
          animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .page-news__element a {
    display: block;
  }
}

.page-news__date {
  border-bottom: 1px solid #333;
  font-family: "Averia Serif Libre", cursive;
  width: 130px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .page-news__date {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.page-news__date-time {
  font-size: 1.4rem;
  display: inline-block;
}

.page-news__date-new {
  color: #ff0000;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 10px;
  font-style: italic;
}

.page-news__title {
  width: calc(100% - 130px - 20px);
  border-bottom: 1px solid #dddddd;
  font-size: 1.4rem;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .page-news__title {
    width: 100%;
    padding-bottom: 10px;
  }
}

.page__news-single--header {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .page__news-single--header {
    margin-bottom: 30px;
  }
}

.page__news-single--date {
  display: inline-block;
  border-bottom: 1px solid #333;
  font-family: "Averia Serif Libre", cursive;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.page__news-single--time {
  display: inline-block;
}

.page__news-single--new {
  display: inline-block;
  color: #ff0000;
  font-size: 1.2rem;
  margin-left: 10px;
  font-style: italic;
}

.page__news-single--title {
  font-size: 3rem;
  margin: 0;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .page__news-single--title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .page__news-single--cont {
    width: 750px;
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 767px) {
  .page__news-single--cont {
    margin-bottom: 30px;
  }
}

.page-reading__lower {
  background: #EFEFEF;
  padding: 90px 0;
}

@media screen and (max-width: 767px) {
  .page-reading__lower {
    padding: 40px 0 1px;
  }
}

.page-reading__block {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .page-reading__block {
    margin-bottom: 40px;
  }
}

.page-reading__block-inner {
  background: #FFF;
  padding: 30px;
  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;
}

@media screen and (max-width: 767px) {
  .page-reading__block-inner {
    display: block;
    padding: 15px;
  }
}

.page-reading__block-cont {
  width: 430px;
}

@media screen and (max-width: 767px) {
  .page-reading__block-cont {
    width: 100%;
  }
}

.page-reading__block-ph {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-reading__block-ph {
    width: 460px;
  }
}

@media screen and (max-width: 767px) {
  .page-reading__block-ph {
    margin-bottom: 15px;
  }
}

.page-reading__list {
  counter-reset: list-counter;
}

.page-reading__list-element {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-reading__list-element {
    padding-left: 15px;
  }
}

.page-reading__list-element::before {
  content: counter(list-counter) ".";
  counter-increment: list-counter;
  color: #909090;
  font-family: "Averia Serif Libre", cursive;
  font-style: italic;
  display: block;
  float: left;
  margin-left: -25px;
}

@media screen and (max-width: 767px) {
  .page-reading__list-element::before {
    margin-left: -15px;
  }
}

.page-reading__list-element a {
  color: #333;
}

.page-reading__list-element a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
          animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.page-reading__list-element a small {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .page-reading__list-element a small {
    font-size: 1.1rem;
  }
}
