@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  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
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          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
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

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

/**
   * 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 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
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * 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;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

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

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
   */
[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 Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

@font-face {
  font-family: 'yumincho-medium';
  src: local("YuMincho"), local("yumincho-medium"), url("../fonts/yumincho-medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'encorpado-classic-light';
  src: local("Encorpada Classic Light"), local("encorpada-classic-light"), url("../fonts/encorpada-classic-light.otf") format("opentype");
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}

.no-scroll {
  height: 100vh;
  overflow-y: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #ffffff;
}

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

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

p, figure {
  margin: 0;
}

a {
  color: #333333;
  text-decoration: none;
}

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

address {
  font-style: normal;
}

select::-ms-expand {
  display: none;
}

.heading-1 {
  font-family: "encorpado-classic-light";
  font-size: 3.2rem;
  font-weight: lighter;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .heading-1 {
    font-size: 4.2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .heading-1 {
    font-size: 5.3rem;
  }
}

.heading-1--subtitle {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .heading-1--subtitle {
    font-size: 2.4rem;
    letter-spacing: 0.8rem;
  }
}

@media only screen and (min-width: 1024px) {
  .heading-1--subtitle {
    font-size: 2.8rem;
    letter-spacing: 1.1rem;
  }
}

.heading-2 {
  font-family: "encorpado-classic-light";
  font-size: 3rem;
  font-weight: lighter;
}

@media only screen and (min-width: 768px) {
  .heading-2 {
    font-size: 4rem;
  }
}

.heading-3 {
  font-family: "encorpado-classic-light";
  font-size: 3rem;
  font-weight: lighter;
}

.heading-3--color-black {
  color: #333333;
}

.site-wrapper {
  padding-top: 6.4rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .site-wrapper {
    padding-top: 7rem;
  }
}

@media only screen and (min-width: 1024px) {
  .site-wrapper--main {
    background: url(../img/wrapper-bg-1.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
  }
  .site-wrapper--sub {
    background: url(../img/wrapper-bg-1.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
  }
}

.inner-wrapper {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media only screen and (min-width: 560px) {
  .inner-wrapper {
    padding: 0 2.5rem;
  }
}

.container {
  background: #ffffff;
  max-width: 114rem;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 1340px) {
  .container {
    max-width: 129rem;
  }
}

@media only screen and (min-width: 1450px) {
  .container {
    max-width: 144rem;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn--primary {
  background-color: #77BFDB;
}

.btn--primary:hover {
  background-color: #50ABCE;
}

.btn--accent {
  background-color: #FDAAAB;
}

.btn--accent:hover {
  background-color: #FC8C8D;
}

.btn--green {
  background-color: #4AB8BC;
}

.btn--green:hover {
  background-color: #0C8395;
}

.btn--width-200 {
  width: 20rem;
  height: 4rem;
  border-radius: 3rem;
}

.btn--width-300 {
  width: 30rem;
  height: 5rem;
  border-radius: 4rem;
  font-size: 1.6rem;
}

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  text-align: left;
  margin: 0 0 2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
  .news-card {
    margin: 0 0 3rem;
  }
}

.news-card:hover, .news-card:focus {
  -webkit-box-shadow: 0 0.6rem 3rem 0 rgba(51, 51, 51, 0.2);
          box-shadow: 0 0.6rem 3rem 0 rgba(51, 51, 51, 0.2);
  -webkit-transform: translateY(-0.4rem);
      -ms-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
}

.news-card:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.news-card--bg-light-gray {
  background-color: #f8f8f8;
}

.news-card__img {
  display: block;
  max-width: 13rem;
}

@media only screen and (min-width: 1024px) {
  .news-card__img {
    max-width: 18rem;
  }
}

.news-card__content {
  padding: 1.5rem;
  width: calc(100% - 13rem);
}

@media only screen and (min-width: 768px) {
  .news-card__content {
    padding: 1.5rem 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .news-card__content {
    width: auto;
  }
}

.news-card__time {
  font-size: 1.2rem;
  color: #FF7172;
  letter-spacing: 1px;
}

.news-card__desc {
  margin: 0.8rem 0 0;
  letter-spacing: 1px;
  line-height: 1.7;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media only screen and (min-width: 1024px) {
  .news-card__desc {
    white-space: normal;
    -o-text-overflow: initial;
       text-overflow: initial;
    margin: 1.2rem 0 0;
  }
}

.column-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  text-align: left;
  margin: 0 auto 2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 25.5rem;
}

@media only screen and (min-width: 768px) {
  .column-card {
    margin: 0 auto 3rem;
    display: block;
  }
}

.column-card:hover, .column-card:focus {
  -webkit-box-shadow: 0 0.6rem 3rem 0 rgba(51, 51, 51, 0.2);
          box-shadow: 0 0.6rem 3rem 0 rgba(51, 51, 51, 0.2);
  -webkit-transform: translateY(-0.4rem);
      -ms-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
}

.column-card:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.column-card__content {
  padding: 1rem 0.5rem;
}

@media only screen and (min-width: 560px) {
  .column-card__content {
    padding: 2rem 1rem;
  }
}

.column-card img {
  display: block;
}

.column-card__time {
  font-size: 1.2rem;
  color: #FF7172;
  letter-spacing: 1px;
}

.column-card__desc {
  margin: 0.5rem 0 0;
  letter-spacing: 1px;
  line-height: 1.7;
}

@media only screen and (min-width: 768px) {
  .column-card__desc {
    margin: 1.2rem 0 0;
  }
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20rem;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .banner {
    height: 30rem;
  }
}

@media only screen and (min-width: 1024px) {
  .banner {
    height: 40rem;
  }
}

.banner--small {
  height: 15rem;
}

.banner:after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(147, 147, 147, 0.2);
}

.banner--overlay-opacity-5:after {
  background: rgba(147, 147, 147, 0.5);
}

.banner--concept {
  background: url(../img/concept/banner-concept.jpg) center no-repeat;
  background-size: cover;
}

.banner--collection {
  background: url(../img/collection/banner-collection.jpg) center no-repeat;
  background-size: cover;
  background-position: top center;
}

.banner--column {
  background: url(../img/column/banner-column.jpg) center no-repeat;
  background-size: cover;
}

.banner--news {
  background: url(../img/news/banner-news.jpg) center no-repeat;
  background-size: cover;
}

.banner--contact {
  background: url(../img/banner-contact.jpg) center no-repeat;
  background-size: cover;
}

.banner--store {
  background: url(../img/store/banner-store.jpg) center no-repeat;
  background-size: cover;
}

.banner--reservation {
  background: url(../img/banner-reservation.jpg) center no-repeat;
  background-size: cover;
}
.banner--arrenge {
  background: url(../img/banner-arrenge.jpg) center no-repeat;
  background-size: cover;
}
.breadcrumb {
  padding: 1.2rem 0;
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    padding: 1.5rem 0;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb__item + .breadcrumb__item {
  margin-left: 1rem;
}

@media only screen and (min-width: 560px) {
  .breadcrumb__item + .breadcrumb__item {
    margin-left: 2rem;
  }
}

.breadcrumb__item + .breadcrumb__item:before {
  content: '';
  display: inline-block;
  background: url(../img/arrow-right.svg) no-repeat center;
  background-size: contain;
  width: 0.7rem;
  height: 1.2rem;
  margin-right: 1rem;
}

@media only screen and (min-width: 560px) {
  .breadcrumb__item + .breadcrumb__item:before {
    margin-right: 1.8rem;
  }
}

.breadcrumb__link {
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
}

.breadcrumb__link:after {
  content: '';
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.breadcrumb__link.is-active:after, .breadcrumb__link:hover:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.instagallery__flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.instagallery__flex-wrapper > article {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

@media only screen and (min-width: 560px) {
  .instagallery__flex-wrapper > article {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%;
  }
}

@media only screen and (min-width: 768px) {
  .instagallery__flex-wrapper > article {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
}

.instagallery__flex-wrapper > article a, .instagallery__flex-wrapper > article img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

.instagallery__flex-wrapper > article a:hover {
  opacity: 0.8;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination__item a {
  font-family: Arial, Helvetica, sans-serif;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.pagination__item a .arrow-left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination__item:not(:first-child) a {
  margin-left: -1px;
}

.pagination__item.is-active a,
.pagination__item a:hover,
.pagination__item:hover #arrow {
  background: #50ABCE;
  color: #ffffff;
  fill: #ffffff;
}

.articleaside__date{
  margin-bottom: 16px;
}

.articleaside__date-inner{
  display: inline-block;
}

.articleaside__date-inner:nth-child(2){
  margin-left: 12px;
}

.article img {
  display: block;
}

.article__title {
  font-size: 3rem;
  font-weight: bold;
  padding-left: 1.5rem;
  position: relative;
  margin: 0 0 2rem;
  font-size: 2rem;
}

.articleaside__article abbr{
  display: none;
}

.articleaside__article .yarpp-related h3{
  background: #77BFDB;
  color: #ffffff;
  padding: 1rem 2rem;
  font-size: 1.6rem;
}

.yarpp-related ol{
  margin: 0;
  padding-left: 0;
}

.yarpp-related li{
  border-bottom: 1px solid #dddddd;
  list-style: none;
}

.yarpp-related a{
  display: block;
    padding: 1.2rem 3.5rem 1.2rem 2rem;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
    color: #333 !important;
    font-weight: normal !important;
}

.yarpp-related a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eef4f7;
  z-index: -1;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.yarpp-related a:hover:before, .yarpp-related a:focus:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.yarpp-related a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow-right.svg) center no-repeat;
  background-size: contain;
  height: 1rem;
  width: 0.6rem;
}

@media only screen and (min-width: 768px) {
  .article__title {
    margin: 0 0 3.5rem;
    padding-left: 2rem;
    font-size: 3rem;
  }
}

.article__title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #77BFDB;
  width: 0.4rem;
  height: 100%;
}

.article__divider {
  border: 1px solid #cccccc;
  margin: 1rem 0 2rem;
}

@media only screen and (min-width: 768px) {
  .article__divider {
    margin: 1rem 0 3rem;
  }
}

.article__datetime {
  color: #FC8C8D;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin: 1.5rem 0 0;
  display: block;
}

@media only screen and (min-width: 768px) {
  .article__datetime {
    margin: 2rem 0 0;
  }
}

.article__body p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.75;
}

.article__body ul{
  margin-bottom: 3rem;
}
.article__body ul li{
  font-size: 1.5rem;
}

.article__body a{
  color: #77BFDC;
}
.article__body a:hover{
  opacity: .8;
}

.article__body h2{
  background-color: #77bfdb;
  font-size: 2rem;
  color: #ffffff;
  padding: 1.5rem;
  margin: 3rem 0 1.5rem;
}

.article__body h3{
  border-left: 0.5rem solid #77bfdb;
  font-size: 2rem;
  margin: 3rem 0 1.5rem;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
}

.article__body h4 {
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .article__body h3{
    font-size: 2.5rem;
  }
  .article__body h4 {
    font-size: 2rem;
  }
  .article__body h2{
    font-size: 2.8rem;
  }
  .article__body p {
    font-size: 1.8rem;
  }
  .article__body ul li{
    font-size: 1.8rem;
  }
}

.article__body .alignleft {
  display: block;
  width: 80%;
  margin: 0 auto 2rem;
}

@media only screen and (min-width: 560px) {
  .article__body .alignleft {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .article__body .alignleft {
    float: left;
    margin: 0 3rem 0 0;
  }
}

.article__body .alignright {
  display: block;
  width: 80%;
  margin: 0 auto 2rem;
}

@media only screen and (min-width: 560px) {
  .article__body .alignright {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .article__body .alignright {
    float: right;
    margin: 0 0 0 3rem;
  }
}

.article__body ul {
  margin-left: 1rem;
}

.article__body ul li {
  padding-left: 1rem;
  position: relative;
}

.article__body ul li:before {
  content: '';
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #dddddd;
  border-radius: 50%;
}

.article__body ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}

.sidebar__title {
  background: #77BFDB;
  color: #ffffff;
  padding: 1rem 2rem;
  font-size: 1.2rem;
}

.sidebar__item {
  border-bottom: 1px solid #dddddd;
  list-style: none;
}


.sidebar__link {
  display: block;
  padding: 1.2rem 3.5rem 1.2rem 2rem;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}

.sidebar__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eef4f7;
  z-index: -1;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar__link:hover:before, .sidebar__link:focus:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.sidebar__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow-right.svg) center no-repeat;
  background-size: contain;
  height: 1rem;
  width: 0.6rem;
}

.scroll-to-top {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .scroll-to-top {
    bottom: 5.5rem;
    right: 5.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .scroll-to-top {
    bottom: 6.5rem;
    right: 6.5rem;
  }
}

.scroll-to-top.is-visible {
  display: block;
}

.scroll-to-top.is-hidden {
  display: none;
}

.scroll-to-top img {
  width: 6rem;
}

@media only screen and (min-width: 768px) {
  .scroll-to-top img {
    width: 7rem;
  }
}

@media only screen and (min-width: 1024px) {
  .scroll-to-top img {
    width: 8rem;
  }
}

.header {
  background: white;
  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;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 5555;
  margin: 0 auto;
  max-width: 114rem;
}

@media only screen and (min-width: 768px) {
  .header {
    background: rgba(255, 255, 255, 0.8);
  }
}

@media only screen and (min-width: 1340px) {
  .header {
    max-width: 129rem;
  }
}

@media only screen and (min-width: 1450px) {
  .header {
    max-width: 144rem;
  }
}

.header__brand {
  background: #ffffff;
  max-width: 18rem;
  padding: 0.9rem 2rem 0.7rem;
}

@media only screen and (min-width: 560px) {
  .header__brand {
    padding: 0.9rem 3rem 0.7rem;
  }
}

@media only screen and (min-width: 768px) {
  .header__brand {
    padding: 0.8rem 2.5rem 0.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .header__brand {
    padding: 0.8rem 4.9rem 0.6rem;
  }
}

.header__logo {
  display: inline-block;
  width: 7rem;
}


@media only screen and (min-width: 768px) {
  .header__logo {
    width: 8.2rem;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  padding: 1rem 3rem 1rem 2rem;
  padding: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #FDAAAB url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.815 7'%3E%3Cpath fill='%23ffffff' d='M0,10.649,4.741,5.908,0,1.166,1.166,0,7,5.833l-.075.075L7,5.982,1.166,11.815Z'/%3E%3C/svg%3E") no-repeat right 1rem bottom 1rem;
  background-size: 1rem 1.8rem;
}

@media only screen and (min-width: 400px) {
  .header__contact-btn {
	font-size: 1.4rem;
  	padding: 1rem 3rem 1rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .header__contact-btn {
    padding: 1rem 2rem;
    height: 7rem;
    background: #FDAAAB;
  }
}

@media only screen and (min-width: 1024px) {
  .header__contact-btn {
    padding: 1rem 3rem;
  }
}

.header__contact-btn:hover {
  background-color: #FC8C8D;
}

@media only screen and (max-width: 767px) {
  .nav {
    position: absolute;
    background: rgba(51, 51, 51, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.4s, -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out, opacity 0.4s;
    transition: transform 0.2s ease-in-out, opacity 0.4s;
    transition: transform 0.2s ease-in-out, opacity 0.4s, -webkit-transform 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 767px) {
  .nav__wrapper {
    background: #ffffff;
    width: 80%;
    height: 100%;
    overflow: scroll;
    padding-bottom: 4rem;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

.nav__brand {
  text-align: center;
  padding: 2rem;
}

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

.nav__logo {
  display: inline-block;
}

.nav__logo img {
  width: 10rem;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.nav__item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

@media only screen and (min-width: 768px) {
  .nav__item {
    width: auto;
    border-bottom: 0;
  }
}

.nav__item:first-child {
  border-top: 1px solid #dddddd;
}

@media only screen and (min-width: 768px) {
  .nav__item:first-child {
    border-top: 0;
  }
}

.nav__item:after {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2rem;
  width: 1px;
  background: #AAAAAA;
}

@media only screen and (min-width: 768px) {
  .nav__item:after {
    content: '';
  }
}

.nav__link {
  padding: 1.5rem 3rem;
  position: relative;
  display: inline-block;
  color: #333333;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.815 7'%3E%3Cpath fill='%23666666' d='M0,10.649,4.741,5.908,0,1.166,1.166,0,7,5.833l-.075.075L7,5.982,1.166,11.815Z'/%3E%3C/svg%3E") no-repeat right 2rem center;
  background-size: 1.4rem 2.2rem;
  cursor: pointer;
  position: relative;
  background-position: right 12px;
}


.nav__item-text{
  cursor: text;
}

.nav__list-child{
  height: 0;
  overflow: hidden;
  transition: .3s;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  width: 114px;
  background: #fff;
}

.nav__item-open:hover + .nav__list-child{
  height: auto;
}

.nav__item-open:hover{
  height: auto;
}

.nav__link.is-active {
  border-left: 1rem solid #50ABCE;
}

@media only screen and (min-width: 768px) {
  .nav__link {
    background: transparent;
    padding: 1rem;
    margin: 0 1rem;
  }
  .nav__link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    margin: auto;
    background: #50ABCE;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav__link.is-active, .nav__link:hover {
    color: #ffffff;
    border-left: 0;
  }
  .nav__link.is-active:after, .nav__link:hover:after {
    visibility: visible;
    opacity: 1;
    height: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .nav__link {
    padding: 1rem 2rem;
    width: auto;
    border-bottom: 0;
  }
}

.nav.is-opened {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
}

.nav.is-opened .nav__wrapper {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}



/*サブメニュー（SPのみ）start*/
#sub_menu {
	background-color : #444444;
	position : absolute;
	top : 66px;
	width : 100%;
  	z-index: 1;

}
#sub_menu img {
	width : 27%;
	margin : 2%;
}
#sub_menu ul {
	color : #fff;
	text-align: center;
}
#sub_menu ul li {
	float : left;
	width : 33%;
	font-family: 'Sawarabi Mincho';
	letter-spacing: 3px;
}
#sub_menu ul a {
	border-left : 1px solid #fff;
	margin : 7px 0;
	color : #fff;
	display : block;
}
#sub_menu .b_left {
	border-left : none;
}
/*サブメニュー（SPのみ）end*/




ul#sitemap_list {
  padding: 2em;
}
ul#sitemap_list li{
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}
ul#sitemap_list li.cat-item{
  padding: 1em 1em 1em 2em;
  border-bottom: none;
}
span.edit-link{
  display: none;
}
















.hamburger {
  width: 30px;
  cursor: pointer;
  position: relative;
  margin: 0 2rem;
  z-index: 6666;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media only screen and (min-width: 560px) {
  .hamburger {
    width: 40px;
  }
}

.hamburger:before, .hamburger:after, .hamburger__icon {
  background-color: #3097BF;
  content: '';
  display: block;
  height: 3px;
  margin: 5px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  pointer-events: none;
}

@media only screen and (min-width: 560px) {
  .hamburger:before, .hamburger:after, .hamburger__icon {
    height: 5px;
    margin: 7px 0;
  }
}

.hamburger.is-active {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.hamburger.is-active:before, .hamburger.is-active:after,
.hamburger.is-active .hamburger__icon {
  background-color: #ffffff;
}

.hamburger.is-active:before {
  -webkit-transform: translateY(8px) rotate(90deg);
      -ms-transform: translateY(8px) rotate(90deg);
          transform: translateY(8px) rotate(90deg);
}

@media only screen and (min-width: 560px) {
  .hamburger.is-active:before {
    -webkit-transform: translateY(12px) rotate(90deg);
        -ms-transform: translateY(12px) rotate(90deg);
            transform: translateY(12px) rotate(90deg);
  }
}

.hamburger.is-active:after {
  -webkit-transform: translateY(-8px) rotate(0deg);
      -ms-transform: translateY(-8px) rotate(0deg);
          transform: translateY(-8px) rotate(0deg);
}

@media only screen and (min-width: 560px) {
  .hamburger.is-active:after {
    -webkit-transform: translateY(-12px) rotate(0deg);
        -ms-transform: translateY(-12px) rotate(0deg);
            transform: translateY(-12px) rotate(0deg);
  }
}

.hamburger.is-active > .hamburger__icon {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.articleaside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0 4rem;
}

@media only screen and (min-width: 768px) {
  .articleaside {
    padding: 5rem 0 7rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 1024px) {
  .articleaside {
    padding: 7rem 0 10rem;
  }
}

@media only screen and (min-width: 768px) {
  .articleaside__article {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 23rem);
            flex: 0 1 calc(100% - 23rem);
    width: calc(100% - 23rem);
  }
}

@media only screen and (min-width: 1024px) {
  .articleaside__article {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 25.5rem);
            flex: 0 1 calc(100% - 25.5rem);
    width: calc(100% - 25.5rem);
  }
}

.articleaside__aside {
  margin: 4rem auto 0;
}
.articleaside__aside .sidebar__nav{
  margin-bottom: 3rem;
}
.articleaside__aside .wpp-list{
  margin-bottom: 3rem;
  padding-top: 39px;
  position: relative;
}
.articleaside__aside .wpp-list::before{
  content: '人気記事';
  width: 100%;
  background: #77BFDB;
  color: #ffffff;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: bold;
}
.articleaside__aside .wpp-list li{
  border-bottom: 1px solid #dddddd;
  list-style: none;
  margin-bottom: 0;
}

.wpp-post-title{
  display: block;
    padding: 1.2rem 3.5rem 1.2rem 2rem;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}

.wpp-post-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eef4f7;
  z-index: -1;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.wpp-post-title:hover:before, .wpp-post-title:focus:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.wpp-post-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow-right.svg) center no-repeat;
  background-size: contain;
  height: 1rem;
  width: 0.6rem;
}

@media only screen and (min-width: 768px) {
  .articleaside__aside {
    margin: 0 0 0 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23.5rem;
            flex: 0 1 23.5rem;
    min-width: 23.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .articleaside__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25.5rem;
            flex: 0 1 25.5rem;
    min-width: 25.5rem;
    margin-left: 3rem;
  }
}

/* input全体に指定する場合は以下 */
.articleaside__aside input{
  -webkit-appearance: none;
}
/* ボタンだけに指定する場合は以下 */
.articleaside__aside input[type="button"]{
  -webkit-appearance: none;
}

.articleaside__aside .searchform{
  border: 2px solid #777;
  border-radius: 4px;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  overflow: hidden;
  background:#77BFDB ;
}

.articleaside__aside .searchform > div{
  display: flex;
  justify-content: space-between;
}

.articleaside__aside .searchform > div #s{
  width: calc(100% - 40px);
  border: none;
  outline: none;
  padding: 1rem 4px;
  background: #fff;
  border-radius:0 !important;
}

.articleaside__aside .searchform > div #searchsubmit{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  border: none;
  color: #fff;
  background: rgba(0,0,0,0);
}

.articleaside__aside .searchform .screen-reader-text{
  display: none;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  text-align: left;
}

.table tr td {
  border: 1px solid #cccccc;
  padding: 1rem;
}

@media only screen and (min-width: 768px) {
  .table tr td {
    padding: 1rem 2rem;
  }
}

.table tr td:first-child {
  width: 25%;
  min-width: 9rem;
}

.table--large tr td {
  padding: 1rem 1rem 1.5rem 1rem;
  display: block;
}

@media only screen and (min-width: 640px) {
  .table--large tr td {
    padding: 2rem;
    display: table-cell;
  }
}

.table--large tr td:first-child {
  width: 100%;
  padding-bottom: 0;
  border-bottom-width: 0;
}

@media only screen and (min-width: 640px) {
  .table--large tr td:first-child {
    width: 30%;
    padding-bottom: 2rem;
    border-bottom-width: 1px;
  }
}

.table--large tr td:last-child {
  border-top-width: 0;
}

@media only screen and (min-width: 640px) {
  .table--large tr td:last-child {
    border-top-width: 1px;
  }
}

.form input[type="submit"] {
  border: 0;
  cursor: pointer;
}

.form__top-table {
  text-align: center;
  margin: 0 0 4rem;
}

@media only screen and (min-width: 768px) {
  .form__top-table {
    margin: 0 0 7rem;
  }
}

.form__middle-table {
  text-align: center;
  margin: 0 0 4rem;
}

@media only screen and (min-width: 768px) {
  .form__middle-table {
    margin: 0 0 7rem;
  }
}

.form__middle-table p {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .form__middle-table p {
    margin-bottom: 3rem;
  }
}

.form__bottom-table {
  text-align: center;
}

.form__bottom-table p {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .form__bottom-table p {
    margin: 0 0 3rem;
  }
}

.form__subtitle {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .form__subtitle {
    margin-bottom: 3.5rem;
  }
}

.form__field:first-of-type {
  margin-top: 1.5rem;
}

.form__field:not(:last-of-type) {
  margin-bottom: 2rem;
}

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

.form__label {
  font-weight: bold;
}

.form__input, .form__textarea, .form__select {
  padding: 1.2rem 2rem;
  background: #f8f8f8;
  font-size: inherit;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.form__input:focus, .form__textarea:focus, .form__select:focus {
  outline-color: #cccccc;
}

.form__input {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form__input {
    width: auto;
  }
}

.form__input--width-15percent {
  width: 15%;
  min-width: 10rem;
}

@media only screen and (min-width: 768px) {
  .form__input--width-60percent {
    width: 80%;
  }
}

@media only screen and (min-width: 1024px) {
  .form__input--width-60percent {
    width: 60%;
  }
}

.form__select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f8f8f8 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.815 7'%3E%3Cpath fill='%23666666' transform='translate(11.815 0) rotate(90)' d='M0,10.649,4.741,5.908,0,1.166,1.166,0,7,5.833l-.075.075L7,5.982,1.166,11.815Z'/%3E%3C/svg%3E") no-repeat right 2rem center;
  background-size: 1.4rem 2.2rem;
  padding-right: 6rem;
}

.form__select--width-100percent {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form__select--width-100percent {
    width: auto;
  }
}

.form__textarea {
  width: 100%;
  height: 14rem;
  resize: none;
}

@media only screen and (min-width: 768px) {
  .form__textarea {
    width: 80%;
  }
}

.form__custom-checkbox {
  position: relative;
  padding-left: 3rem;
}

.form__custom-checkbox:not(:last-of-type) {
  margin-bottom: 0.8rem;
}

.form__custom-checkbox .custom-checkbox {
  cursor: pointer;
}

.form__custom-checkbox .custom-checkbox:before, .form__custom-checkbox .custom-checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form__custom-checkbox .custom-checkbox:before {
  height: 2rem;
  width: 2rem;
  border-radius: 0.4rem;
  border: 1px solid #dddddd;
  background-color: #f3f3f3;
}

.form__custom-checkbox .custom-checkbox:after {
  display: none;
  left: 2px;
  top: 8px;
  width: 0.7rem;
  height: 1.2rem;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.form__custom-checkbox .custom-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form__custom-checkbox .custom-input:checked ~ .custom-checkbox:before {
  background: #50ABCE;
}

.form__custom-checkbox .custom-input:checked ~ .custom-checkbox:after {
  display: block;
}

.form__custom-radio {
  display: inline-block;
  margin-right: 3rem;
  padding-left: 3rem;
  position: relative;
}

.form__custom-radio--block {
  display: block;
}

.form__custom-radio--block:not(:last-of-type) {
  margin-bottom: 1rem;
}

.form__custom-radio .custom-radio {
  cursor: pointer;
}

.form__custom-radio .custom-radio:before, .form__custom-radio .custom-radio:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form__custom-radio .custom-radio:before {
  height: 2rem;
  width: 2rem;
  border-radius: 0.4rem;
  border: 1px solid #dddddd;
  background-color: #f3f3f3;
  border-radius: 50%;
}

.form__custom-radio .custom-radio:after {
  display: none;
  left: 0.6rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
}

.form__custom-radio .custom-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form__custom-radio .custom-input:checked ~ .custom-radio:before {
  background: #50ABCE;
}

.form__custom-radio .custom-input:checked ~ .custom-radio:after {
  display: block;
}

.form__help-text {
  display: block;
  margin: 0 0.8rem;
}

@media only screen and (min-width: 640px) {
  .form__help-text {
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {
  .form__row {
    width: 78%;
    min-width: 57.5rem;
  }
}

.form__row:last-child {
  margin-bottom: -2rem;
}

.form__row > [class^="col"] {
  margin-bottom: 2rem;
}

.form__btn-submit-wrap {
  margin-top: 4rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .form__btn-submit-wrap {
    margin-top: 7rem;
  }
}

.form__btn-submit-wrap .btn {
  margin: 0 auto;
}

.footer__btns {
  padding: 3.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 560px) {
  .footer__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .footer__btns {
    padding: 7.5rem 2rem;
  }
}

.footer__btns .btn:first-child {
  margin: 0 0 2rem 0;
}

@media only screen and (min-width: 560px) {
  .footer__btns .btn:first-child {
    margin: 0 2rem 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .footer__btns .btn:first-child {
    margin: 0 5rem 0 0;
  }
}

.footer__social {
  background: url(../img/footer-bg-small.jpg) center no-repeat;
  background-size: cover;
  padding: 3rem 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer__social {
    padding: 4rem 0 5rem;
    background: url(../img/footer-bg.jpg) center no-repeat;
    background-size: cover;
  }
}

.footer__logo {
  display: inline-block;
}

.footer__logo img {
  display: block;
}

.footer__social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0 0;
}

.footer__social-item:first-child {
  margin-right: 2rem;
}

.footer__social-item img {
  max-width: 4rem;
}

@media only screen and (min-width: 768px) {
  .footer__social-item img {
    max-width: 100%;
  }
}

.footer__social-item span {
  display: block;
  margin: 0.7rem 0 0;
  color: #0C8395;
}

@media only screen and (min-width: 768px) {
  .footer__social-item span {
    margin: 1rem 0 0;
  }
}

.footer__copyright {
  text-align: center;
  padding: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .footer__copyright {
    padding: 1.8rem;
  }
}

.h-intro {
  position: relative;
}

.h-intro__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.h-intro__text {
  font-family: "yumincho-medium";
  margin-bottom: 3.5rem;
}

.h-intro__text {
  font-size: 20px;
}

@media screen and (min-width: 400px) {
  .h-intro__text {
    font-size: calc(20px + 16 * ((100vw - 400px) / 368));
  }
}

@media screen and (min-width: 768px) {
  .h-intro__text {
    font-size: 36px;
  }
}

.h-intro__img {
  max-width: 70%;
}

@media only screen and (min-width: 768px) {
  .h-intro__img {
    max-width: 40rem;
  }
}

.h-intro__video {
  max-width: 100%;
  width: 100%;
  height: calc(100vh - 6.4rem);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .h-intro__video {
    height: auto;
  }
}

.h-beach-style {
  background: url(../img/beach-style-bg-small.jpg) center no-repeat;
  background-size: cover;
  padding: 3rem 1.5rem;
  text-align: center;
}

@media only screen and (min-width: 560px) {
  .h-beach-style {
    padding: 6rem 2.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .h-beach-style {
    background: url(../img/beach-style-bg.jpg) center no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 1024px) {
  .h-beach-style {
    padding: 8rem 4rem 10rem;
  }
}

.h-beach-style__text p {
  font-family: "yumincho-medium";
  font-size: 2rem;
  line-height: 1.9;
  margin-top: 2rem;
}

@media only screen and (min-width: 768px) {
  .h-beach-style__text p {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .h-beach-style__text p {
    margin-top: 5rem;
  }
}

.h-ring-info {
  background: #f8f8f8;
}

.h-ring-info__desc {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 3rem 1.5rem;
}

@media only screen and (min-width: 768px) {
  .h-ring-info__desc {
    padding: 2rem;
  }
}

.h-ring-info__img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.h-ring-info__logo img {
  display: block;
  max-width: 15rem;
}

@media only screen and (min-width: 992px) {
  .h-ring-info__logo img {
    max-width: 100%;
  }
}

.h-ring-info__text {
  margin: 3rem 0;
  line-height: 1.8;
}

@media only screen and (min-width: 992px) {
  .h-ring-info__text {
    margin: 4rem 0;
  }
}

.h-ring-info__text--big {
  display: block;
  margin: 0 0 1.5rem;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

@media only screen and (min-width: 992px) {
  .h-ring-info__text--big {
    margin: 0 0 2.5rem;
    font-size: 2rem;
  }
}

.h-gift__title-wrap {
  background: url(../img/gift-bg-small.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 3rem 1.5rem;
}

@media only screen and (min-width: 768px) {
  .h-gift__title-wrap {
    padding: 5rem 1.5rem 4rem;
    background: url(../img/gift-bg.jpg) center no-repeat;
    background-size: cover;
  }
}

.h-gift__text {
  font-family: "yumincho-medium";
  font-size: 2.2rem;
  margin: 2rem 0 0;
}

@media only screen and (min-width: 560px) {
  .h-gift__text {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .h-gift__text {
    margin: 4rem 0 0;
    font-size: 3.6rem;
  }
}

.ring-block {
  padding: 3rem 1.5rem 4rem;
  text-align: center;
}

.ring-block p{
	margin-top:1em;
}

@media only screen and (min-width: 560px) {
  .ring-block {
    padding: 5rem 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .ring-block {
    padding: 7rem 5rem;
  }
}

.ring-block__title {
  font-family: "encorpado-classic-light";
  font-size: 3rem;
  font-weight: lighter;
}

@media only screen and (min-width: 768px) {
  .ring-block__title {
    font-size: 3.2rem;
  }
}

.ring-block__title--jp {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .ring-block__title--jp {
    margin-top: 1.5rem;
  }
}

.ring-block img {
  display: block;
  margin: 2.5rem 0 4rem;
}

.h-news {
  background: url(../img/news/news-bg-small.jpg) center no-repeat;
  background-size: cover;
  padding: 3rem 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .h-news {
    padding: 5rem 0;
    background: url(../img/news/news-bg.jpg) center no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 1024px) {
  .h-news {
    padding: 6.5rem 0 7rem;
  }
}

.h-news__row {
  margin: 2rem -1.5rem 1rem;
  max-width: 57.6rem;
}

@media only screen and (min-width: 560px) {
  .h-news__row {
    margin: 2rem auto 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .h-news__row {
    margin: 5.4rem -1.5rem 1rem;
    max-width: none;
  }
}

.h-column {
  padding: 3rem 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .h-column {
    padding: 5rem 0;
  }
}

@media only screen and (min-width: 1024px) {
  .h-column {
    padding: 6.5rem 0 7rem;
  }
}

.h-column__row {
  margin: 2rem -0.5rem 2rem;
}

@media only screen and (min-width: 560px) {
  .h-column__row {
    margin: 2rem -1.5rem 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .h-column__row {
    margin: 5rem -1rem 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .h-column__row {
    margin: 5.4rem -1.5rem 1rem;
  }
}

.h-column__row > [class^="col"] {
  padding: 0 0.5rem;
}

@media only screen and (min-width: 560px) {
  .h-column__row > [class^="col"] {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .h-column__row > [class^="col"] {
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .h-column__row > [class^="col"] {
    padding: 0 1.5rem;
  }
}



/*店舗一覧*/
.h-storelist {
  width: 90%;
  margin: 0 auto;
}

.c-boutique {
  padding: 60px 0;
  border-top: 1px solid #000;
}
.c-boutique__inner {
  width: 90%;
  margin: 0 auto;
}
p.c-boutique__ttl__en._avance {
  font-family: "yumincho-medium";
  font-size: 3rem;
}
.c-boutique__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-boutique__area-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 60px;
}
.c-boutique__area-list>li {
  width: 25%;
  float: none;
  list-style: none;
  padding: 0 15px;
}
.c-boutique__area-name {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  font-weight: 400;
}
.c-boutique__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 7px;
  border-top: 1px solid #1a1a1a;
}
.c-boutique__list>li {
  width: 100%;
  border-bottom: 1px solid #1a1a1a;
  font-size: 14px;
  line-height: 26px;
  float: none;
}
.c-boutique__list>li>a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  line-height: 1.4;
  padding-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-align: left;
}
.c-boutique__list>li>a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  display: block;
  width: 9px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('https://www.privatebeach.jp/wp-content/themes/private-beach/assets/img/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.c-boutique__list>li>a:hover{
  opacity: 0.7;
}
.c-boutique__link {
  margin-top: 50px;
}
.c-boutique__link__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {

  .h-storelist {
    width: 100%;
    padding: 0 1.5rem;
  }
  .c-boutique {
    padding: 3rem 0 5rem;
  }
  .c-boutique__inner {
    width: 100%;
  }
  p.c-boutique__ttl__en._avance {
    font-size: 2.2rem;
  }
  .c-boutique__area-list {
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .c-boutique__area-list.bottom {
    margin-top: 0;
  }
  .c-boutique__area-list>li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .c-boutique__area-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
  }
  .c-boutique__list {
    flex-wrap: wrap;
    margin-top: 7px;
    justify-content: space-between;
  }
  .c-boutique__list>li {
    width: 48%;
    font-size: 14px;
    line-height: 26px;
  }
  .c-boutique__list>li>a {
    height: 40px;
    line-height: 1.3;
    font-size: 12px;
  }
  .c-boutique__link {
    margin-top: 15px;
  }
  .c-boutique__link__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


.concept-beach__top {
  background: url(../img/concept/concept-beach-bg-small.jpg) center no-repeat;
  background-size: cover;
  background-position: right center;
  background-size: cover 100%;
  text-align: center;
  padding: 3rem 1.5rem 4rem;
}

@media only screen and (min-width: 560px) {
  .concept-beach__top {
    padding: 3rem 2.5rem 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .concept-beach__top {
    padding: 5rem 2.5rem 7rem;
    background: url(../img/concept/concept-beach-bg.jpg) center no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 1024px) {
  .concept-beach__top {
    padding: 7rem 0 10rem;
  }
}

.concept-beach__top-wrapper {
  max-width: 101.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.concept-beach__tagline {
  text-align: left;
  font: 2rem/1.8 "yumincho-medium";
  margin: 1rem 0 2.5rem;
}

@media only screen and (min-width: 768px) {
  .concept-beach__tagline {
    font-size: 2.6rem;
    margin: 2rem 0 3.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .concept-beach__tagline {
    font-size: 3.2rem;
    margin: 3rem 0 4.5rem;
  }
}

.concept-beach__desc {
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
  padding: 2rem 0;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}

@media only screen and (min-width: 768px) {
  .concept-beach__desc {
    font-size: 1.8rem;
    padding: 3.5rem 0;
  }
}

.concept-beach__bottom img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.concept-beach__img-desc {
  height: 100%;
  padding: 3rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .concept-beach__img-desc {
    padding: 2rem;
    text-align: left;
  }
}

.concept-beach__img-desc h4 {
  font-size: 2rem;
  font-weight: normal;
}

.concept-beach__img-desc p {
  margin: 1.5rem 0 0;
  letter-spacing: 1px;
  line-height: 1.8;
}

@media only screen and (min-width: 560px) {
  .concept-beach__img-desc p {
    letter-spacing: 2px;
  }
}

@media only screen and (min-width: 1024px) {
  .concept-beach__img-desc p {
    margin: 2.5rem 0 0;
  }
}

.collections {
  padding: 0 0 4rem;
}

@media only screen and (min-width: 768px) {
  .collections {
    padding: 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .collections {
    padding: 0 0 6rem;
  }
}

.collection-ring {
  padding: 6rem 0 0;
  margin-top: -3rem;
}

@media only screen and (min-width: 768px) {
  .collection-ring {
    padding: 7rem 0 0;
    margin-top: -2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .collection-ring {
    padding: 7rem 0 0;
    margin-top: 0;
  }
}

.collection-ring__title {
  text-align: center;
  margin: 0 0 3rem;
}

@media only screen and (min-width: 768px) {
  .collection-ring__title {
    margin: 0 0 6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .collection-ring__title {
    margin: 0 0 8rem;
  }
}

.collection-ring__title-jp {
  display: block;
  font: 1.6rem/1.7 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (min-width: 768px) {
  .collection-ring__title-jp {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
}

.collection-ring__row {
  margin: 0 -0.8rem;
}

@media only screen and (min-width: 768px) {
  .collection-ring__row {
    margin: 0 -1.5rem;
  }
}

.collection-ring__row > [class^="col"] {
  padding: 0 0.8rem;
  margin-bottom: 1.5rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .collection-ring__row > [class^="col"] {
    padding: 0 1.5rem;
    margin-bottom: 3rem;
  }
}

.collection-ring__row > [class^="col"] img {
  display: block;
}

.collection-ring__row > a[class^="col"] {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.collection-ring__row > a[class^="col"]:hover, .collection-ring__row > a[class^="col"]:focus {
  -webkit-box-shadow: 0 0.6rem 3rem 0 rgba(51, 51, 51, 0.2);
          box-shadow: 0 0.6rem 3rem 0 rgba(51, 51, 51, 0.2);
  -webkit-transform: translateY(-0.4rem);
      -ms-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
}

.collection-ring__row > a[class^="col"]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 767px) {
  .collection-ring__row--marriage > [class^="col"]:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(7) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(8) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(10) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(11) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(12) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(13) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(14) {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(15) {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(16) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(17) {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(18) {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(19) {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .collection-ring__row--marriage > [class^="col"]:nth-child(20) {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
}

.collection-ring-figure {
  height: 100%;
}

.collection-ring-figure__caption {
  font-family: "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  height: 17.14%;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 560px) {
  .collection-ring-figure__caption {
    line-height: 1.6;
  }
}

.collection-ring-figure__caption-label {
  font-size: 1rem;
}

.collection-ring-figure__caption-name {
  font-size: 1.2rem;
}

@media only screen and (min-width: 560px) {
  .collection-ring-figure__caption-name {
    font-size: 1.4rem;
  }
}

.ring-detail {
  padding: 3rem 0 4rem;
}

.ring-detail .ring-detail__row{
  margin-bottom: 5em;
}

.ring-detail .collection-ring__row > a[class^="col"] {
    max-width: 33.333%;
}

.ring-detail .collections .collection-ring__title{
  margin: 0 0 0;
}

@media only screen and (min-width: 768px) {
  .ring-detail {
    padding: 5rem 0 7rem;
  }
  .ring-detail .collection-ring__row > a[class^="col"]{
    max-width: 20%;
  }
  .ring-detail .collections .collection-ring__title{
    margin: 0 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .ring-detail {
    padding: 7rem 0 10rem;
  }
}

.ring-detail__full-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.ring-detail__image-list {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .ring-detail__image-list {
    margin-top: 5rem;
  }
}

.ring-detail__image-list li {
  overflow: hidden;
  width: 8rem;
  border: 1px solid #eeeeee;
}

.ring-detail__image-list li:not(:last-child) {
  margin-right: 1rem;
}

.ring-detail__image-list li img {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.ring-detail__image-list li img:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.ring-detail__title {
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  margin: 4rem 0 0;
}

@media only screen and (min-width: 560px) {
  .ring-detail__title {
    margin: 6rem 0 0;
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .ring-detail__title {
    margin: 0;
  }
}

.ring-detail__desc {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 2px;
  margin: 1.5rem 0 2.5rem;
}

@media only screen and (min-width: 768px) {
  .ring-detail__desc {
    margin: 2.5rem 0 3rem;
  }
}

.ring-detail__back-btn {
  margin: 5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 560px) {
  .ring-detail__back-btn {
    margin: 10rem 0 0;
  }
}

.ring-detail__btns {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 560px) {
  .ring-detail__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 5rem;
  }
}

.ring-detail__btns .btn:first-child {
  margin: 0 0 1rem 0;
}

@media only screen and (min-width: 560px) {
  .ring-detail__btns .btn:first-child {
    margin: 0 3rem 0 0;
  }
}

.ring-panel {
  background: #f3f3f3;
  padding: 2rem 1.5rem;
  font-size: 1.3rem;
  max-width: 30rem;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .ring-panel {
    padding: 2rem 1rem;
  }
}

.ring-panel__title, .ring-panel__price-list {
  padding: 0 1.5rem;
}

@media only screen and (min-width: 768px) {
  .ring-panel__title, .ring-panel__price-list {
    padding: 0 0.5rem;
  }
}

.ring-panel__divider {
  border: 1px solid #AAAAAA;
  margin: 2rem 0;
}

.ring-panel__price-item:not(:last-child) {
  margin-bottom: 0.7rem;
}

.column-list {
  padding: 3rem 0 4rem;
}

@media only screen and (min-width: 768px) {
  .column-list {
    padding: 5rem 0 7rem;
  }
}

@media only screen and (min-width: 1024px) {
  .column-list {
    padding: 7rem 0 10rem;
  }
}

.column-list__row {
  margin: 0 -0.5rem 2rem;
}

@media only screen and (min-width: 560px) {
  .column-list__row {
    margin: 0 -1.5rem 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .column-list__row {
    margin: 0 -1rem 4rem;
    max-width: initial;
  }
}

@media only screen and (min-width: 1024px) {
  .column-list__row {
    margin: 0 -1.5rem 4rem;
  }
}

.column-list__row > [class^="col"] {
  padding: 0 0.5rem;
}

@media only screen and (min-width: 560px) {
  .column-list__row > [class^="col"] {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .column-list__row > [class^="col"] {
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .column-list__row > [class^="col"] {
    padding: 0 1.5rem;
  }
}

.store {
  padding-bottom: 4rem;
}

.store-nav {
  background: #FFF1F1;
  padding: 1.5rem 0 0.5rem;
}

.store-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.store-nav__item {
  margin-bottom: 1rem;
}

.store-nav__item:not(:last-child) {
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .store-nav__item:not(:last-child) {
    margin-right: 0.5rem;
  }
}

.store-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  width: 7.5rem;
  height: 3rem;
  font-size: 1.2rem;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.store-nav__link:hover {
  background: rgba(119, 191, 219, 0.3);
}

.store-nav__link--large {
  width: 15rem;
}

.store-list__wrapper {
  margin-top: 6rem;
}

.store-list__title, .store-list__branch-title {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

.store-list__title {
  background: #EEF4F7;
  padding: 0.7rem;
  margin: 0 0 4rem;
}

@media only screen and (min-width: 768px) {
  .store-list__title {
    margin: 0 0 6rem;
  }
}

.store-list__branch {
  margin: 0 0 1rem;
}

@media only screen and (min-width: 768px) {
  .store-list__branch {
    margin: 0 0 3rem;
  }
}

.store-list__branch-title {
  margin: 0 0 2.5rem;
}

@media only screen and (min-width: 768px) {
  .store-list__branch-title {
    margin: 0 0 3.6rem;
  }
}

.store-branch {
  margin: 0 auto 2rem;
  max-width: 54rem;
}

@media only screen and (min-width: 768px) {
  .store-branch {
    margin: 0 auto 3rem;
  }
}

.store-branch__link {
  overflow: hidden;
  display: block;
  position: relative;
}

.store-branch__link img {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.store-branch__link:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.store-branch__body {
  padding: 1.5rem 0 2rem;
}

@media only screen and (min-width: 768px) {
  .store-branch__body {
    padding: 1.5rem 2rem 2rem;
  }
}

.store-branch__title {
  font-weight: bold;
  font-size: 1.6rem;
}

.store-branch__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.5rem 0 1rem;
}

.store-branch__info-item {
  width: 32%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.3333% - 0.4rem);
          flex: 0 1 calc(33.3333% - 0.4rem);
  background: #FDAAAB;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  height: 2.8rem;
  line-height: 2.8rem;
  padding: 0 0.5rem;
  border-radius: 3rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
  .store-branch__info-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.3333% - 0.7rem);
            flex: 0 1 calc(33.3333% - 0.7rem);
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
  }
}

.store-branch__info-item:hover {
  background: #FC8C8D;
}

.store-branch__address {
  font-size: 1.2rem;
}

.store-branch__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}

.store-branch__social-item {
  margin-right: 1rem;
}

.store-branch__social-item img {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}

.store-distributor {
  text-align: center;
  background: url(../img/store/distributor-bg.jpg) center no-repeat;
  background-size: cover;
  background-position: right 22% center;
  padding: 4rem 1.5rem;
}

@media only screen and (min-width: 560px) {
  .store-distributor {
    padding: 5rem 2rem;
  }
}

.store-distributor__text {
  font-size: 1.8rem;
  margin: 0 0 2.5rem;
}

.store-distributor__btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .store-distributor__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.store-distributor__btn:first-child {
  margin: 0 0 2rem 0;
}

@media only screen and (min-width: 768px) {
  .store-distributor__btn:first-child {
    margin: 0 5rem 0 0;
  }
}

.store-distributor__btn span {
  display: block;
}

.store-detail {
  text-align: center;
  padding: 3rem 0 4rem;
}

@media only screen and (min-width: 768px) {
  .store-detail {
    padding: 5rem 0 7rem;
  }
}

@media only screen and (min-width: 1024px) {
  .store-detail {
    padding: 7rem 0 10rem;
  }
}

.store-detail__title {
  font-size: 1.8rem;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .store-detail__title {
    font-size: 3rem;
  }
}

.store-detail__social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 1.4rem 0 2.5rem;
}

.store-detail__social-item {
  margin-right: 1rem;
}

.store-detail__social-item img {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}

.store-detail__table-wrapper {
  max-width: 73rem;
  margin: 0 auto;
}

.store-detail__table-wrapper .googlemap {
  display: inline-block;
  margin-left: 1.5rem;
  padding: 0.3rem 1rem;
  background: #77BFDB;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 2rem;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.store-detail__table-wrapper .googlemap:hover {
  background: #50ABCE;
}

.store-detail__desc {
  margin: 2.5rem 0 3rem;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .store-detail__desc {
    font-size: 1.6rem;
    letter-spacing: 2px;
    margin: 3.5rem 0 4rem;
  }
}

.store-detail__btn-wrap {
  margin: 5rem 0 0;
}

@media only screen and (min-width: 768px) {
  .store-detail__btn-wrap {
    margin: 7rem 0 0;
  }
}

.news-list {
  padding: 3rem 0 4rem;
}

@media only screen and (min-width: 768px) {
  .news-list {
    padding: 5rem 0 7rem;
  }
}

@media only screen and (min-width: 1024px) {
  .news-list {
    padding: 7rem 0 10rem;
  }
}

.news-list__list {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .news-list__list {
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .news-list__list {
    margin-bottom: 7rem;
  }
}

.contact-form {
  padding: 3rem 0 4rem;
}

@media only screen and (min-width: 768px) {
  .contact-form {
    padding: 5rem 0 7rem;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-form {
    padding: 7rem 0 10rem;
  }
}

.contact-form__title {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 2rem;
}

@media only screen and (min-width: 768px) {
  .contact-form__title {
    margin: 0 0 3.5rem;
  }
}

.reserve-form {
  padding: 3rem 0 4rem;
}

@media only screen and (min-width: 768px) {
  .reserve-form {
    padding: 5rem 0 7rem;
  }
}

@media only screen and (min-width: 1024px) {
  .reserve-form {
    padding: 7rem 0 10rem;
  }
}




/************* ring arrengement start **************/

/* pc */
.clearfix:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
* html .clearfix {
    height: 1px;
    height: auto;
    overflow: hidden;
}
#arrenge .inner-wrapper {
	max-width : 1220px;
}

.inner_box_left {
	float : left;
	width : 50%;
}
.inner_box_right {
	float : right;
	width : 50%;

}

.inner_box_left img,
.inner_box_right img {
	border : 2px solid #a8d0f0;
	vertical-align : bottom;
}


.box_text {
	padding : 25px;
}
.box_text div {
	text-align : center;
	border-bottom : 2px solid #9E9E9E;
	margin-bottom: 20px;
}
.box_text div h2 {
	font-family: "encorpado-classic-light";
	font-size : 30px;
	font-weight: 100;
}
.box_text div span {
	font-size : 20px;
	display : block;
    margin-bottom: 10px;
}
.box_text p {
	font-size : 14px;
	margin-bottom : 10px;
}
.box_2 {
	margin-top : 110px;
}
.box_3 {
	margin-top : 110px;
}
.sponly {
	display :none;
}
.pconly {
	display :block;

}
/* sp */
@media only screen and (max-width: 768px) {
	.inner_box_left {
		float : left;
		width : 100%;
	}
	.inner_box_right {
		float : left;
		width : 100%;
	}
	.box_text {
		padding : 10px;
	}
	.box_2 {
		margin-top : 0px;
	}
	.box_3 {
		margin-top : 0px;
	}
	.sponly {
		display :block;
	}
	.pconly {
		display :none;
	}

}

/*download*/
.downloadButton a {
    display: block;
    width: 200px;
    margin: 0 auto;
	padding :1.1% 1% 1% 1%;
	background-color: #ffc3d2;
	text-align: center;
}
@media only screen and (max-width: 768px) {

}


/************* ring arrengement end **************/





/*# sourceMappingURL=app.css.map */


#primary .page-header{
  margin-bottom: 28px;
}
#primary .column{
  display: inline-flex;
  flex-direction: column;
  width: 25%;
  padding: 0 1.5rem;
  box-sizing: border-box;
  transition: .3s;
}
#primary #main{
  margin-bottom: 40px;
}

#primary .column:hover, #primary .column:focus {
  -webkit-box-shadow: 0 0.6rem 3rem 0 rgb(51 51 51 / 20%);
  box-shadow: 0 0.6rem 3rem 0 rgb(51 51 51 / 20%);
  -webkit-transform: translateY(-0.4rem);
  -ms-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
}

.nav__item_sp{
  display: none;
}

@media screen and (max-width: 768px) {
  #primary .column{
    width:calc(50% - 3px);
    margin-bottom: 20px;
  }
  #primary .entry-title{
    font-size: 16px;
  }
  .nav__item_pc{
    display: none;
  }
  .nav__item_sp{
    display: block;
  }
}