@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 769px;
  --breakpoint-lg: 1000px;
  --breakpoint-xl: 1367px;
  --font-family-sans-serif: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.3; }

h1, .h1 {
  font-size: 3.85rem; }

h2, .h2 {
  font-size: 2.8rem; }

h3, .h3 {
  font-size: 2.45rem; }

h4, .h4 {
  font-size: 1.82rem; }

h5, .h5 {
  font-size: 1.68rem; }

h6, .h6 {
  font-size: 1.4rem; }

.lead {
  font-size: 2.8rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.75rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 769px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 1000px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1367px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.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%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.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%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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: 1000px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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: 1367px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #d3d3d3; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d3d3d3; }
  .table tbody + tbody {
    border-top: 2px solid #d3d3d3; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #d3d3d3; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d3d3d3; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #d3d3d3; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 768.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 999.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1366.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.7em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.75rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.225rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.225rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.7em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.425em + 0.1875rem) center;
  background-size: calc(0.85em + 0.375rem) calc(0.85em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.7em + 0.75rem);
  background-position: top calc(0.425em + 0.1875rem) right calc(0.425em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.85em + 0.375rem) calc(0.85em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.225rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.7em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.425em + 0.1875rem) center;
  background-size: calc(0.85em + 0.375rem) calc(0.85em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.7em + 0.75rem);
  background-position: top calc(0.425em + 0.1875rem) right calc(0.425em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.85em + 0.375rem) calc(0.85em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.7;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.4rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 769px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 1000px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1367px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.225rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 2.38rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.69rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.69rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.69rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.69rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.7em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.225rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.75rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.7em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.7em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.7em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.7em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.7;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.2025rem;
  padding-bottom: 0.2025rem;
  margin-right: 1rem;
  font-size: 1.75rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.75rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 768.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 769px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 999.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1000px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1366.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1367px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #333333;
      content: ">"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #767676; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.75rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4.6rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 1.05rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  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;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 769px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1000px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1367px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -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;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.7; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1000px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1367px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.225rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.225rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.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: 769px) {
  .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: 1000px) {
  .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: 1367px) {
  .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; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.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;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 769px) {
  .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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1000px) {
  .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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1367px) {
  .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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 769px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1000px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1367px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-60 {
  width: 60% !important; }

.w-70 {
  width: 70% !important; }

.w-80 {
  width: 80% !important; }

.w-90 {
  width: 90% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.h-5 {
  height: 5% !important; }

.h-10 {
  height: 10% !important; }

.h-15 {
  height: 15% !important; }

.h-20 {
  height: 20% !important; }

.h-30 {
  height: 30% !important; }

.h-35 {
  height: 35% !important; }

.h-40 {
  height: 40% !important; }

.h-45 {
  height: 45% !important; }

.h-60 {
  height: 60% !important; }

.h-70 {
  height: 70% !important; }

.h-80 {
  height: 80% !important; }

.h-90 {
  height: 90% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !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: 769px) {
  .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: 1000px) {
  .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: 1367px) {
  .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; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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;
  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: 769px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1000px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1367px) {
  .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;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media screen and (min-width: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .breadcrumb {
    padding-right: constant(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left); } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-60 {
  width: 60% !important; }

.w-70 {
  width: 70% !important; }

.w-80 {
  width: 80% !important; }

.w-90 {
  width: 90% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.h-5 {
  height: 5% !important; }

.h-10 {
  height: 10% !important; }

.h-15 {
  height: 15% !important; }

.h-20 {
  height: 20% !important; }

.h-30 {
  height: 30% !important; }

.h-35 {
  height: 35% !important; }

.h-40 {
  height: 40% !important; }

.h-45 {
  height: 45% !important; }

.h-60 {
  height: 60% !important; }

.h-70 {
  height: 70% !important; }

.h-80 {
  height: 80% !important; }

.h-90 {
  height: 90% !important; }

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  .w-sm-5 {
    width: 5% !important; }
  .w-sm-10 {
    width: 10% !important; }
  .w-sm-15 {
    width: 15% !important; }
  .w-sm-20 {
    width: 20% !important; }
  .w-sm-30 {
    width: 30% !important; }
  .w-sm-35 {
    width: 35% !important; }
  .w-sm-40 {
    width: 40% !important; }
  .w-sm-45 {
    width: 45% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-70 {
    width: 70% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-90 {
    width: 90% !important; }
  .h-sm-25 {
    height: 25% !important; }
  .h-sm-50 {
    height: 50% !important; }
  .h-sm-75 {
    height: 75% !important; }
  .h-sm-100 {
    height: 100% !important; }
  .h-sm-auto {
    height: auto !important; }
  .h-sm-5 {
    height: 5% !important; }
  .h-sm-10 {
    height: 10% !important; }
  .h-sm-15 {
    height: 15% !important; }
  .h-sm-20 {
    height: 20% !important; }
  .h-sm-30 {
    height: 30% !important; }
  .h-sm-35 {
    height: 35% !important; }
  .h-sm-40 {
    height: 40% !important; }
  .h-sm-45 {
    height: 45% !important; }
  .h-sm-60 {
    height: 60% !important; }
  .h-sm-70 {
    height: 70% !important; }
  .h-sm-80 {
    height: 80% !important; }
  .h-sm-90 {
    height: 90% !important; } }

@media (min-width: 769px) {
  .w-md-25 {
    width: 25% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  .w-md-5 {
    width: 5% !important; }
  .w-md-10 {
    width: 10% !important; }
  .w-md-15 {
    width: 15% !important; }
  .w-md-20 {
    width: 20% !important; }
  .w-md-30 {
    width: 30% !important; }
  .w-md-35 {
    width: 35% !important; }
  .w-md-40 {
    width: 40% !important; }
  .w-md-45 {
    width: 45% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-70 {
    width: 70% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-90 {
    width: 90% !important; }
  .h-md-25 {
    height: 25% !important; }
  .h-md-50 {
    height: 50% !important; }
  .h-md-75 {
    height: 75% !important; }
  .h-md-100 {
    height: 100% !important; }
  .h-md-auto {
    height: auto !important; }
  .h-md-5 {
    height: 5% !important; }
  .h-md-10 {
    height: 10% !important; }
  .h-md-15 {
    height: 15% !important; }
  .h-md-20 {
    height: 20% !important; }
  .h-md-30 {
    height: 30% !important; }
  .h-md-35 {
    height: 35% !important; }
  .h-md-40 {
    height: 40% !important; }
  .h-md-45 {
    height: 45% !important; }
  .h-md-60 {
    height: 60% !important; }
  .h-md-70 {
    height: 70% !important; }
  .h-md-80 {
    height: 80% !important; }
  .h-md-90 {
    height: 90% !important; } }

@media (min-width: 1000px) {
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  .w-lg-5 {
    width: 5% !important; }
  .w-lg-10 {
    width: 10% !important; }
  .w-lg-15 {
    width: 15% !important; }
  .w-lg-20 {
    width: 20% !important; }
  .w-lg-30 {
    width: 30% !important; }
  .w-lg-35 {
    width: 35% !important; }
  .w-lg-40 {
    width: 40% !important; }
  .w-lg-45 {
    width: 45% !important; }
  .w-lg-60 {
    width: 60% !important; }
  .w-lg-70 {
    width: 70% !important; }
  .w-lg-80 {
    width: 80% !important; }
  .w-lg-90 {
    width: 90% !important; }
  .h-lg-25 {
    height: 25% !important; }
  .h-lg-50 {
    height: 50% !important; }
  .h-lg-75 {
    height: 75% !important; }
  .h-lg-100 {
    height: 100% !important; }
  .h-lg-auto {
    height: auto !important; }
  .h-lg-5 {
    height: 5% !important; }
  .h-lg-10 {
    height: 10% !important; }
  .h-lg-15 {
    height: 15% !important; }
  .h-lg-20 {
    height: 20% !important; }
  .h-lg-30 {
    height: 30% !important; }
  .h-lg-35 {
    height: 35% !important; }
  .h-lg-40 {
    height: 40% !important; }
  .h-lg-45 {
    height: 45% !important; }
  .h-lg-60 {
    height: 60% !important; }
  .h-lg-70 {
    height: 70% !important; }
  .h-lg-80 {
    height: 80% !important; }
  .h-lg-90 {
    height: 90% !important; } }

@media (min-width: 1367px) {
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  .w-xl-5 {
    width: 5% !important; }
  .w-xl-10 {
    width: 10% !important; }
  .w-xl-15 {
    width: 15% !important; }
  .w-xl-20 {
    width: 20% !important; }
  .w-xl-30 {
    width: 30% !important; }
  .w-xl-35 {
    width: 35% !important; }
  .w-xl-40 {
    width: 40% !important; }
  .w-xl-45 {
    width: 45% !important; }
  .w-xl-60 {
    width: 60% !important; }
  .w-xl-70 {
    width: 70% !important; }
  .w-xl-80 {
    width: 80% !important; }
  .w-xl-90 {
    width: 90% !important; }
  .h-xl-25 {
    height: 25% !important; }
  .h-xl-50 {
    height: 50% !important; }
  .h-xl-75 {
    height: 75% !important; }
  .h-xl-100 {
    height: 100% !important; }
  .h-xl-auto {
    height: auto !important; }
  .h-xl-5 {
    height: 5% !important; }
  .h-xl-10 {
    height: 10% !important; }
  .h-xl-15 {
    height: 15% !important; }
  .h-xl-20 {
    height: 20% !important; }
  .h-xl-30 {
    height: 30% !important; }
  .h-xl-35 {
    height: 35% !important; }
  .h-xl-40 {
    height: 40% !important; }
  .h-xl-45 {
    height: 45% !important; }
  .h-xl-60 {
    height: 60% !important; }
  .h-xl-70 {
    height: 70% !important; }
  .h-xl-80 {
    height: 80% !important; }
  .h-xl-90 {
    height: 90% !important; } }

.w-1em {
  width: 1em !important; }

.w-2em {
  width: 2em !important; }

.w-3em {
  width: 3em !important; }

.w-4em {
  width: 4em !important; }

.w-5em {
  width: 5em !important; }

.w-6em {
  width: 6em !important; }

.w-7em {
  width: 7em !important; }

.w-8em {
  width: 8em !important; }

.w-9em {
  width: 9em !important; }

.w-10em {
  width: 10em !important; }

.h-1em {
  height: 1em !important; }

.h-2em {
  height: 2em !important; }

.h-3em {
  height: 3em !important; }

.h-4em {
  height: 4em !important; }

.h-5em {
  height: 5em !important; }

.h-6em {
  height: 6em !important; }

.h-7em {
  height: 7em !important; }

.h-8em {
  height: 8em !important; }

.h-9em {
  height: 9em !important; }

.h-10em {
  height: 10em !important; }

@media (min-width: 576px) {
  .w-sm-1em {
    width: 1em !important; }
  .w-sm-2em {
    width: 2em !important; }
  .w-sm-3em {
    width: 3em !important; }
  .w-sm-4em {
    width: 4em !important; }
  .w-sm-5em {
    width: 5em !important; }
  .w-sm-6em {
    width: 6em !important; }
  .w-sm-7em {
    width: 7em !important; }
  .w-sm-8em {
    width: 8em !important; }
  .w-sm-9em {
    width: 9em !important; }
  .w-sm-10em {
    width: 10em !important; }
  .h-sm-1em {
    height: 1em !important; }
  .h-sm-2em {
    height: 2em !important; }
  .h-sm-3em {
    height: 3em !important; }
  .h-sm-4em {
    height: 4em !important; }
  .h-sm-5em {
    height: 5em !important; }
  .h-sm-6em {
    height: 6em !important; }
  .h-sm-7em {
    height: 7em !important; }
  .h-sm-8em {
    height: 8em !important; }
  .h-sm-9em {
    height: 9em !important; }
  .h-sm-10em {
    height: 10em !important; } }

@media (min-width: 769px) {
  .w-md-1em {
    width: 1em !important; }
  .w-md-2em {
    width: 2em !important; }
  .w-md-3em {
    width: 3em !important; }
  .w-md-4em {
    width: 4em !important; }
  .w-md-5em {
    width: 5em !important; }
  .w-md-6em {
    width: 6em !important; }
  .w-md-7em {
    width: 7em !important; }
  .w-md-8em {
    width: 8em !important; }
  .w-md-9em {
    width: 9em !important; }
  .w-md-10em {
    width: 10em !important; }
  .h-md-1em {
    height: 1em !important; }
  .h-md-2em {
    height: 2em !important; }
  .h-md-3em {
    height: 3em !important; }
  .h-md-4em {
    height: 4em !important; }
  .h-md-5em {
    height: 5em !important; }
  .h-md-6em {
    height: 6em !important; }
  .h-md-7em {
    height: 7em !important; }
  .h-md-8em {
    height: 8em !important; }
  .h-md-9em {
    height: 9em !important; }
  .h-md-10em {
    height: 10em !important; } }

@media (min-width: 1000px) {
  .w-lg-1em {
    width: 1em !important; }
  .w-lg-2em {
    width: 2em !important; }
  .w-lg-3em {
    width: 3em !important; }
  .w-lg-4em {
    width: 4em !important; }
  .w-lg-5em {
    width: 5em !important; }
  .w-lg-6em {
    width: 6em !important; }
  .w-lg-7em {
    width: 7em !important; }
  .w-lg-8em {
    width: 8em !important; }
  .w-lg-9em {
    width: 9em !important; }
  .w-lg-10em {
    width: 10em !important; }
  .h-lg-1em {
    height: 1em !important; }
  .h-lg-2em {
    height: 2em !important; }
  .h-lg-3em {
    height: 3em !important; }
  .h-lg-4em {
    height: 4em !important; }
  .h-lg-5em {
    height: 5em !important; }
  .h-lg-6em {
    height: 6em !important; }
  .h-lg-7em {
    height: 7em !important; }
  .h-lg-8em {
    height: 8em !important; }
  .h-lg-9em {
    height: 9em !important; }
  .h-lg-10em {
    height: 10em !important; } }

@media (min-width: 1367px) {
  .w-xl-1em {
    width: 1em !important; }
  .w-xl-2em {
    width: 2em !important; }
  .w-xl-3em {
    width: 3em !important; }
  .w-xl-4em {
    width: 4em !important; }
  .w-xl-5em {
    width: 5em !important; }
  .w-xl-6em {
    width: 6em !important; }
  .w-xl-7em {
    width: 7em !important; }
  .w-xl-8em {
    width: 8em !important; }
  .w-xl-9em {
    width: 9em !important; }
  .w-xl-10em {
    width: 10em !important; }
  .h-xl-1em {
    height: 1em !important; }
  .h-xl-2em {
    height: 2em !important; }
  .h-xl-3em {
    height: 3em !important; }
  .h-xl-4em {
    height: 4em !important; }
  .h-xl-5em {
    height: 5em !important; }
  .h-xl-6em {
    height: 6em !important; }
  .h-xl-7em {
    height: 7em !important; }
  .h-xl-8em {
    height: 8em !important; }
  .h-xl-9em {
    height: 9em !important; }
  .h-xl-10em {
    height: 10em !important; } }

.w-100px {
  width: 100px !important; }

.w-150px {
  width: 150px !important; }

.w-200px {
  width: 200px !important; }

.w-250px {
  width: 250px !important; }

.w-300px {
  width: 300px !important; }

.w-350px {
  width: 350px !important; }

.w-400px {
  width: 400px !important; }

.w-450px {
  width: 450px !important; }

.w-500px {
  width: 500px !important; }

.w-550px {
  width: 550px !important; }

.w-600px {
  width: 600px !important; }

.w-650px {
  width: 650px !important; }

.w-700px {
  width: 700px !important; }

.w-750px {
  width: 750px !important; }

.w-800px {
  width: 800px !important; }

.w-850px {
  width: 850px !important; }

.w-900px {
  width: 900px !important; }

.w-950px {
  width: 950px !important; }

.w-1000px {
  width: 1000px !important; }

.w-1050px {
  width: 1050px !important; }

.w-1100px {
  width: 1100px !important; }

.w-1150px {
  width: 1150px !important; }

.w-1200px {
  width: 1200px !important; }

.h-100px {
  height: 100px !important; }

.h-150px {
  height: 150px !important; }

.h-200px {
  height: 200px !important; }

.h-250px {
  height: 250px !important; }

.h-300px {
  height: 300px !important; }

.h-350px {
  height: 350px !important; }

.h-400px {
  height: 400px !important; }

.h-450px {
  height: 450px !important; }

.h-500px {
  height: 500px !important; }

.h-550px {
  height: 550px !important; }

.h-600px {
  height: 600px !important; }

.h-650px {
  height: 650px !important; }

.h-700px {
  height: 700px !important; }

.h-750px {
  height: 750px !important; }

.h-800px {
  height: 800px !important; }

.h-850px {
  height: 850px !important; }

.h-900px {
  height: 900px !important; }

.h-950px {
  height: 950px !important; }

.h-1000px {
  height: 1000px !important; }

.h-1050px {
  height: 1050px !important; }

.h-1100px {
  height: 1100px !important; }

.h-1150px {
  height: 1150px !important; }

.h-1200px {
  height: 1200px !important; }

@media (min-width: 576px) {
  .w-sm-100px {
    width: 100px !important; }
  .w-sm-150px {
    width: 150px !important; }
  .w-sm-200px {
    width: 200px !important; }
  .w-sm-250px {
    width: 250px !important; }
  .w-sm-300px {
    width: 300px !important; }
  .w-sm-350px {
    width: 350px !important; }
  .w-sm-400px {
    width: 400px !important; }
  .w-sm-450px {
    width: 450px !important; }
  .w-sm-500px {
    width: 500px !important; }
  .w-sm-550px {
    width: 550px !important; }
  .w-sm-600px {
    width: 600px !important; }
  .w-sm-650px {
    width: 650px !important; }
  .w-sm-700px {
    width: 700px !important; }
  .w-sm-750px {
    width: 750px !important; }
  .w-sm-800px {
    width: 800px !important; }
  .w-sm-850px {
    width: 850px !important; }
  .w-sm-900px {
    width: 900px !important; }
  .w-sm-950px {
    width: 950px !important; }
  .w-sm-1000px {
    width: 1000px !important; }
  .w-sm-1050px {
    width: 1050px !important; }
  .w-sm-1100px {
    width: 1100px !important; }
  .w-sm-1150px {
    width: 1150px !important; }
  .w-sm-1200px {
    width: 1200px !important; }
  .h-sm-100px {
    height: 100px !important; }
  .h-sm-150px {
    height: 150px !important; }
  .h-sm-200px {
    height: 200px !important; }
  .h-sm-250px {
    height: 250px !important; }
  .h-sm-300px {
    height: 300px !important; }
  .h-sm-350px {
    height: 350px !important; }
  .h-sm-400px {
    height: 400px !important; }
  .h-sm-450px {
    height: 450px !important; }
  .h-sm-500px {
    height: 500px !important; }
  .h-sm-550px {
    height: 550px !important; }
  .h-sm-600px {
    height: 600px !important; }
  .h-sm-650px {
    height: 650px !important; }
  .h-sm-700px {
    height: 700px !important; }
  .h-sm-750px {
    height: 750px !important; }
  .h-sm-800px {
    height: 800px !important; }
  .h-sm-850px {
    height: 850px !important; }
  .h-sm-900px {
    height: 900px !important; }
  .h-sm-950px {
    height: 950px !important; }
  .h-sm-1000px {
    height: 1000px !important; }
  .h-sm-1050px {
    height: 1050px !important; }
  .h-sm-1100px {
    height: 1100px !important; }
  .h-sm-1150px {
    height: 1150px !important; }
  .h-sm-1200px {
    height: 1200px !important; } }

@media (min-width: 769px) {
  .w-md-100px {
    width: 100px !important; }
  .w-md-150px {
    width: 150px !important; }
  .w-md-200px {
    width: 200px !important; }
  .w-md-250px {
    width: 250px !important; }
  .w-md-300px {
    width: 300px !important; }
  .w-md-350px {
    width: 350px !important; }
  .w-md-400px {
    width: 400px !important; }
  .w-md-450px {
    width: 450px !important; }
  .w-md-500px {
    width: 500px !important; }
  .w-md-550px {
    width: 550px !important; }
  .w-md-600px {
    width: 600px !important; }
  .w-md-650px {
    width: 650px !important; }
  .w-md-700px {
    width: 700px !important; }
  .w-md-750px {
    width: 750px !important; }
  .w-md-800px {
    width: 800px !important; }
  .w-md-850px {
    width: 850px !important; }
  .w-md-900px {
    width: 900px !important; }
  .w-md-950px {
    width: 950px !important; }
  .w-md-1000px {
    width: 1000px !important; }
  .w-md-1050px {
    width: 1050px !important; }
  .w-md-1100px {
    width: 1100px !important; }
  .w-md-1150px {
    width: 1150px !important; }
  .w-md-1200px {
    width: 1200px !important; }
  .h-md-100px {
    height: 100px !important; }
  .h-md-150px {
    height: 150px !important; }
  .h-md-200px {
    height: 200px !important; }
  .h-md-250px {
    height: 250px !important; }
  .h-md-300px {
    height: 300px !important; }
  .h-md-350px {
    height: 350px !important; }
  .h-md-400px {
    height: 400px !important; }
  .h-md-450px {
    height: 450px !important; }
  .h-md-500px {
    height: 500px !important; }
  .h-md-550px {
    height: 550px !important; }
  .h-md-600px {
    height: 600px !important; }
  .h-md-650px {
    height: 650px !important; }
  .h-md-700px {
    height: 700px !important; }
  .h-md-750px {
    height: 750px !important; }
  .h-md-800px {
    height: 800px !important; }
  .h-md-850px {
    height: 850px !important; }
  .h-md-900px {
    height: 900px !important; }
  .h-md-950px {
    height: 950px !important; }
  .h-md-1000px {
    height: 1000px !important; }
  .h-md-1050px {
    height: 1050px !important; }
  .h-md-1100px {
    height: 1100px !important; }
  .h-md-1150px {
    height: 1150px !important; }
  .h-md-1200px {
    height: 1200px !important; } }

@media (min-width: 1000px) {
  .w-lg-100px {
    width: 100px !important; }
  .w-lg-150px {
    width: 150px !important; }
  .w-lg-200px {
    width: 200px !important; }
  .w-lg-250px {
    width: 250px !important; }
  .w-lg-300px {
    width: 300px !important; }
  .w-lg-350px {
    width: 350px !important; }
  .w-lg-400px {
    width: 400px !important; }
  .w-lg-450px {
    width: 450px !important; }
  .w-lg-500px {
    width: 500px !important; }
  .w-lg-550px {
    width: 550px !important; }
  .w-lg-600px {
    width: 600px !important; }
  .w-lg-650px {
    width: 650px !important; }
  .w-lg-700px {
    width: 700px !important; }
  .w-lg-750px {
    width: 750px !important; }
  .w-lg-800px {
    width: 800px !important; }
  .w-lg-850px {
    width: 850px !important; }
  .w-lg-900px {
    width: 900px !important; }
  .w-lg-950px {
    width: 950px !important; }
  .w-lg-1000px {
    width: 1000px !important; }
  .w-lg-1050px {
    width: 1050px !important; }
  .w-lg-1100px {
    width: 1100px !important; }
  .w-lg-1150px {
    width: 1150px !important; }
  .w-lg-1200px {
    width: 1200px !important; }
  .h-lg-100px {
    height: 100px !important; }
  .h-lg-150px {
    height: 150px !important; }
  .h-lg-200px {
    height: 200px !important; }
  .h-lg-250px {
    height: 250px !important; }
  .h-lg-300px {
    height: 300px !important; }
  .h-lg-350px {
    height: 350px !important; }
  .h-lg-400px {
    height: 400px !important; }
  .h-lg-450px {
    height: 450px !important; }
  .h-lg-500px {
    height: 500px !important; }
  .h-lg-550px {
    height: 550px !important; }
  .h-lg-600px {
    height: 600px !important; }
  .h-lg-650px {
    height: 650px !important; }
  .h-lg-700px {
    height: 700px !important; }
  .h-lg-750px {
    height: 750px !important; }
  .h-lg-800px {
    height: 800px !important; }
  .h-lg-850px {
    height: 850px !important; }
  .h-lg-900px {
    height: 900px !important; }
  .h-lg-950px {
    height: 950px !important; }
  .h-lg-1000px {
    height: 1000px !important; }
  .h-lg-1050px {
    height: 1050px !important; }
  .h-lg-1100px {
    height: 1100px !important; }
  .h-lg-1150px {
    height: 1150px !important; }
  .h-lg-1200px {
    height: 1200px !important; } }

@media (min-width: 1367px) {
  .w-xl-100px {
    width: 100px !important; }
  .w-xl-150px {
    width: 150px !important; }
  .w-xl-200px {
    width: 200px !important; }
  .w-xl-250px {
    width: 250px !important; }
  .w-xl-300px {
    width: 300px !important; }
  .w-xl-350px {
    width: 350px !important; }
  .w-xl-400px {
    width: 400px !important; }
  .w-xl-450px {
    width: 450px !important; }
  .w-xl-500px {
    width: 500px !important; }
  .w-xl-550px {
    width: 550px !important; }
  .w-xl-600px {
    width: 600px !important; }
  .w-xl-650px {
    width: 650px !important; }
  .w-xl-700px {
    width: 700px !important; }
  .w-xl-750px {
    width: 750px !important; }
  .w-xl-800px {
    width: 800px !important; }
  .w-xl-850px {
    width: 850px !important; }
  .w-xl-900px {
    width: 900px !important; }
  .w-xl-950px {
    width: 950px !important; }
  .w-xl-1000px {
    width: 1000px !important; }
  .w-xl-1050px {
    width: 1050px !important; }
  .w-xl-1100px {
    width: 1100px !important; }
  .w-xl-1150px {
    width: 1150px !important; }
  .w-xl-1200px {
    width: 1200px !important; }
  .h-xl-100px {
    height: 100px !important; }
  .h-xl-150px {
    height: 150px !important; }
  .h-xl-200px {
    height: 200px !important; }
  .h-xl-250px {
    height: 250px !important; }
  .h-xl-300px {
    height: 300px !important; }
  .h-xl-350px {
    height: 350px !important; }
  .h-xl-400px {
    height: 400px !important; }
  .h-xl-450px {
    height: 450px !important; }
  .h-xl-500px {
    height: 500px !important; }
  .h-xl-550px {
    height: 550px !important; }
  .h-xl-600px {
    height: 600px !important; }
  .h-xl-650px {
    height: 650px !important; }
  .h-xl-700px {
    height: 700px !important; }
  .h-xl-750px {
    height: 750px !important; }
  .h-xl-800px {
    height: 800px !important; }
  .h-xl-850px {
    height: 850px !important; }
  .h-xl-900px {
    height: 900px !important; }
  .h-xl-950px {
    height: 950px !important; }
  .h-xl-1000px {
    height: 1000px !important; }
  .h-xl-1050px {
    height: 1050px !important; }
  .h-xl-1100px {
    height: 1100px !important; }
  .h-xl-1150px {
    height: 1150px !important; }
  .h-xl-1200px {
    height: 1200px !important; } }

@media (max-width: 768.98px) {
  .w-sp-25 {
    width: 25% !important; }
  .w-sp-50 {
    width: 50% !important; }
  .w-sp-75 {
    width: 75% !important; }
  .w-sp-100 {
    width: 100% !important; }
  .w-sp-auto {
    width: auto !important; }
  .w-sp-5 {
    width: 5% !important; }
  .w-sp-10 {
    width: 10% !important; }
  .w-sp-15 {
    width: 15% !important; }
  .w-sp-20 {
    width: 20% !important; }
  .w-sp-30 {
    width: 30% !important; }
  .w-sp-35 {
    width: 35% !important; }
  .w-sp-40 {
    width: 40% !important; }
  .w-sp-45 {
    width: 45% !important; }
  .w-sp-60 {
    width: 60% !important; }
  .w-sp-70 {
    width: 70% !important; }
  .w-sp-80 {
    width: 80% !important; }
  .w-sp-90 {
    width: 90% !important; }
  .h-sp-25 {
    height: 25% !important; }
  .h-sp-50 {
    height: 50% !important; }
  .h-sp-75 {
    height: 75% !important; }
  .h-sp-100 {
    height: 100% !important; }
  .h-sp-auto {
    height: auto !important; }
  .h-sp-5 {
    height: 5% !important; }
  .h-sp-10 {
    height: 10% !important; }
  .h-sp-15 {
    height: 15% !important; }
  .h-sp-20 {
    height: 20% !important; }
  .h-sp-30 {
    height: 30% !important; }
  .h-sp-35 {
    height: 35% !important; }
  .h-sp-40 {
    height: 40% !important; }
  .h-sp-45 {
    height: 45% !important; }
  .h-sp-60 {
    height: 60% !important; }
  .h-sp-70 {
    height: 70% !important; }
  .h-sp-80 {
    height: 80% !important; }
  .h-sp-90 {
    height: 90% !important; }
  .w-sp-1em {
    width: 1em !important; }
  .w-sp-2em {
    width: 2em !important; }
  .w-sp-3em {
    width: 3em !important; }
  .w-sp-4em {
    width: 4em !important; }
  .w-sp-5em {
    width: 5em !important; }
  .w-sp-6em {
    width: 6em !important; }
  .w-sp-7em {
    width: 7em !important; }
  .w-sp-8em {
    width: 8em !important; }
  .w-sp-9em {
    width: 9em !important; }
  .w-sp-10em {
    width: 10em !important; }
  .h-sp-1em {
    height: 1em !important; }
  .h-sp-2em {
    height: 2em !important; }
  .h-sp-3em {
    height: 3em !important; }
  .h-sp-4em {
    height: 4em !important; }
  .h-sp-5em {
    height: 5em !important; }
  .h-sp-6em {
    height: 6em !important; }
  .h-sp-7em {
    height: 7em !important; }
  .h-sp-8em {
    height: 8em !important; }
  .h-sp-9em {
    height: 9em !important; }
  .h-sp-10em {
    height: 10em !important; }
  .w-sp-100px {
    width: 100px !important; }
  .w-sp-150px {
    width: 150px !important; }
  .w-sp-200px {
    width: 200px !important; }
  .w-sp-250px {
    width: 250px !important; }
  .w-sp-300px {
    width: 300px !important; }
  .w-sp-350px {
    width: 350px !important; }
  .w-sp-400px {
    width: 400px !important; }
  .w-sp-450px {
    width: 450px !important; }
  .w-sp-500px {
    width: 500px !important; }
  .w-sp-550px {
    width: 550px !important; }
  .w-sp-600px {
    width: 600px !important; }
  .w-sp-650px {
    width: 650px !important; }
  .w-sp-700px {
    width: 700px !important; }
  .w-sp-750px {
    width: 750px !important; }
  .w-sp-800px {
    width: 800px !important; }
  .w-sp-850px {
    width: 850px !important; }
  .w-sp-900px {
    width: 900px !important; }
  .w-sp-950px {
    width: 950px !important; }
  .w-sp-1000px {
    width: 1000px !important; }
  .w-sp-1050px {
    width: 1050px !important; }
  .w-sp-1100px {
    width: 1100px !important; }
  .w-sp-1150px {
    width: 1150px !important; }
  .w-sp-1200px {
    width: 1200px !important; }
  .h-sp-100px {
    height: 100px !important; }
  .h-sp-150px {
    height: 150px !important; }
  .h-sp-200px {
    height: 200px !important; }
  .h-sp-250px {
    height: 250px !important; }
  .h-sp-300px {
    height: 300px !important; }
  .h-sp-350px {
    height: 350px !important; }
  .h-sp-400px {
    height: 400px !important; }
  .h-sp-450px {
    height: 450px !important; }
  .h-sp-500px {
    height: 500px !important; }
  .h-sp-550px {
    height: 550px !important; }
  .h-sp-600px {
    height: 600px !important; }
  .h-sp-650px {
    height: 650px !important; }
  .h-sp-700px {
    height: 700px !important; }
  .h-sp-750px {
    height: 750px !important; }
  .h-sp-800px {
    height: 800px !important; }
  .h-sp-850px {
    height: 850px !important; }
  .h-sp-900px {
    height: 900px !important; }
  .h-sp-950px {
    height: 950px !important; }
  .h-sp-1000px {
    height: 1000px !important; }
  .h-sp-1050px {
    height: 1050px !important; }
  .h-sp-1100px {
    height: 1100px !important; }
  .h-sp-1150px {
    height: 1150px !important; }
  .h-sp-1200px {
    height: 1200px !important; } }

.mw-none {
  max-width: none !important; }

.mh-none {
  max-height: none !important; }

@media (min-width: 576px) {
  .mw-sm-none {
    max-width: none !important; }
  .mh-sm-none {
    max-height: none !important; } }

@media (min-width: 769px) {
  .mw-md-none {
    max-width: none !important; }
  .mh-md-none {
    max-height: none !important; } }

@media (min-width: 1000px) {
  .mw-lg-none {
    max-width: none !important; }
  .mh-lg-none {
    max-height: none !important; } }

@media (min-width: 1367px) {
  .mw-xl-none {
    max-width: none !important; }
  .mh-xl-none {
    max-height: none !important; } }

.mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important; }

.mx-n0 {
  margin-right: 0px !important;
  margin-left: 0px !important; }

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.my-n0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important; }

.mx-n5 {
  margin-right: -5px !important;
  margin-left: -5px !important; }

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.my-n5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important; }

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.mx-n10 {
  margin-right: -10px !important;
  margin-left: -10px !important; }

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.my-n10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important; }

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important; }

.mx-n15 {
  margin-right: -15px !important;
  margin-left: -15px !important; }

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.my-n15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important; }

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.mx-n20 {
  margin-right: -20px !important;
  margin-left: -20px !important; }

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.my-n20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important; }

.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important; }

.mx-n25 {
  margin-right: -25px !important;
  margin-left: -25px !important; }

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.my-n25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important; }

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.mx-n30 {
  margin-right: -30px !important;
  margin-left: -30px !important; }

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.my-n30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important; }

.mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important; }

.mx-n35 {
  margin-right: -35px !important;
  margin-left: -35px !important; }

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.my-n35 {
  margin-top: -35px !important;
  margin-bottom: -35px !important; }

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important; }

.mx-n40 {
  margin-right: -40px !important;
  margin-left: -40px !important; }

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.my-n40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important; }

.mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important; }

.mx-n45 {
  margin-right: -45px !important;
  margin-left: -45px !important; }

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.my-n45 {
  margin-top: -45px !important;
  margin-bottom: -45px !important; }

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important; }

.mx-n50 {
  margin-right: -50px !important;
  margin-left: -50px !important; }

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.my-n50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important; }

.mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important; }

.mx-n55 {
  margin-right: -55px !important;
  margin-left: -55px !important; }

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

.my-n55 {
  margin-top: -55px !important;
  margin-bottom: -55px !important; }

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important; }

.mx-n60 {
  margin-right: -60px !important;
  margin-left: -60px !important; }

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.my-n60 {
  margin-top: -60px !important;
  margin-bottom: -60px !important; }

.mx-65 {
  margin-right: 65px !important;
  margin-left: 65px !important; }

.mx-n65 {
  margin-right: -65px !important;
  margin-left: -65px !important; }

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

.my-n65 {
  margin-top: -65px !important;
  margin-bottom: -65px !important; }

.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important; }

.mx-n70 {
  margin-right: -70px !important;
  margin-left: -70px !important; }

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.my-n70 {
  margin-top: -70px !important;
  margin-bottom: -70px !important; }

.mx-75 {
  margin-right: 75px !important;
  margin-left: 75px !important; }

.mx-n75 {
  margin-right: -75px !important;
  margin-left: -75px !important; }

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

.my-n75 {
  margin-top: -75px !important;
  margin-bottom: -75px !important; }

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important; }

.mx-n80 {
  margin-right: -80px !important;
  margin-left: -80px !important; }

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.my-n80 {
  margin-top: -80px !important;
  margin-bottom: -80px !important; }

.mx-85 {
  margin-right: 85px !important;
  margin-left: 85px !important; }

.mx-n85 {
  margin-right: -85px !important;
  margin-left: -85px !important; }

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }

.my-n85 {
  margin-top: -85px !important;
  margin-bottom: -85px !important; }

.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important; }

.mx-n90 {
  margin-right: -90px !important;
  margin-left: -90px !important; }

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.my-n90 {
  margin-top: -90px !important;
  margin-bottom: -90px !important; }

.mx-95 {
  margin-right: 95px !important;
  margin-left: 95px !important; }

.mx-n95 {
  margin-right: -95px !important;
  margin-left: -95px !important; }

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important; }

.my-n95 {
  margin-top: -95px !important;
  margin-bottom: -95px !important; }

.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important; }

.mx-n100 {
  margin-right: -100px !important;
  margin-left: -100px !important; }

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.my-n100 {
  margin-top: -100px !important;
  margin-bottom: -100px !important; }

.mx-105 {
  margin-right: 105px !important;
  margin-left: 105px !important; }

.mx-n105 {
  margin-right: -105px !important;
  margin-left: -105px !important; }

.my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important; }

.my-n105 {
  margin-top: -105px !important;
  margin-bottom: -105px !important; }

.mx-110 {
  margin-right: 110px !important;
  margin-left: 110px !important; }

.mx-n110 {
  margin-right: -110px !important;
  margin-left: -110px !important; }

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important; }

.my-n110 {
  margin-top: -110px !important;
  margin-bottom: -110px !important; }

.mx-115 {
  margin-right: 115px !important;
  margin-left: 115px !important; }

.mx-n115 {
  margin-right: -115px !important;
  margin-left: -115px !important; }

.my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important; }

.my-n115 {
  margin-top: -115px !important;
  margin-bottom: -115px !important; }

.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important; }

.mx-n120 {
  margin-right: -120px !important;
  margin-left: -120px !important; }

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.my-n120 {
  margin-top: -120px !important;
  margin-bottom: -120px !important; }

.mx-125 {
  margin-right: 125px !important;
  margin-left: 125px !important; }

.mx-n125 {
  margin-right: -125px !important;
  margin-left: -125px !important; }

.my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important; }

.my-n125 {
  margin-top: -125px !important;
  margin-bottom: -125px !important; }

.mx-130 {
  margin-right: 130px !important;
  margin-left: 130px !important; }

.mx-n130 {
  margin-right: -130px !important;
  margin-left: -130px !important; }

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important; }

.my-n130 {
  margin-top: -130px !important;
  margin-bottom: -130px !important; }

.mx-135 {
  margin-right: 135px !important;
  margin-left: 135px !important; }

.mx-n135 {
  margin-right: -135px !important;
  margin-left: -135px !important; }

.my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important; }

.my-n135 {
  margin-top: -135px !important;
  margin-bottom: -135px !important; }

.mx-140 {
  margin-right: 140px !important;
  margin-left: 140px !important; }

.mx-n140 {
  margin-right: -140px !important;
  margin-left: -140px !important; }

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important; }

.my-n140 {
  margin-top: -140px !important;
  margin-bottom: -140px !important; }

.mx-145 {
  margin-right: 145px !important;
  margin-left: 145px !important; }

.mx-n145 {
  margin-right: -145px !important;
  margin-left: -145px !important; }

.my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important; }

.my-n145 {
  margin-top: -145px !important;
  margin-bottom: -145px !important; }

.mx-150 {
  margin-right: 150px !important;
  margin-left: 150px !important; }

.mx-n150 {
  margin-right: -150px !important;
  margin-left: -150px !important; }

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important; }

.my-n150 {
  margin-top: -150px !important;
  margin-bottom: -150px !important; }

.m-0 {
  margin: 0px !important; }

.m-n0 {
  margin: 0px !important; }

.m-5 {
  margin: 5px !important; }

.m-n5 {
  margin: -5px !important; }

.m-10 {
  margin: 10px !important; }

.m-n10 {
  margin: -10px !important; }

.m-15 {
  margin: 15px !important; }

.m-n15 {
  margin: -15px !important; }

.m-20 {
  margin: 20px !important; }

.m-n20 {
  margin: -20px !important; }

.m-25 {
  margin: 25px !important; }

.m-n25 {
  margin: -25px !important; }

.m-30 {
  margin: 30px !important; }

.m-n30 {
  margin: -30px !important; }

.m-35 {
  margin: 35px !important; }

.m-n35 {
  margin: -35px !important; }

.m-40 {
  margin: 40px !important; }

.m-n40 {
  margin: -40px !important; }

.m-45 {
  margin: 45px !important; }

.m-n45 {
  margin: -45px !important; }

.m-50 {
  margin: 50px !important; }

.m-n50 {
  margin: -50px !important; }

.m-55 {
  margin: 55px !important; }

.m-n55 {
  margin: -55px !important; }

.m-60 {
  margin: 60px !important; }

.m-n60 {
  margin: -60px !important; }

.m-65 {
  margin: 65px !important; }

.m-n65 {
  margin: -65px !important; }

.m-70 {
  margin: 70px !important; }

.m-n70 {
  margin: -70px !important; }

.m-75 {
  margin: 75px !important; }

.m-n75 {
  margin: -75px !important; }

.m-80 {
  margin: 80px !important; }

.m-n80 {
  margin: -80px !important; }

.m-85 {
  margin: 85px !important; }

.m-n85 {
  margin: -85px !important; }

.m-90 {
  margin: 90px !important; }

.m-n90 {
  margin: -90px !important; }

.m-95 {
  margin: 95px !important; }

.m-n95 {
  margin: -95px !important; }

.m-100 {
  margin: 100px !important; }

.m-n100 {
  margin: -100px !important; }

.m-105 {
  margin: 105px !important; }

.m-n105 {
  margin: -105px !important; }

.m-110 {
  margin: 110px !important; }

.m-n110 {
  margin: -110px !important; }

.m-115 {
  margin: 115px !important; }

.m-n115 {
  margin: -115px !important; }

.m-120 {
  margin: 120px !important; }

.m-n120 {
  margin: -120px !important; }

.m-125 {
  margin: 125px !important; }

.m-n125 {
  margin: -125px !important; }

.m-130 {
  margin: 130px !important; }

.m-n130 {
  margin: -130px !important; }

.m-135 {
  margin: 135px !important; }

.m-n135 {
  margin: -135px !important; }

.m-140 {
  margin: 140px !important; }

.m-n140 {
  margin: -140px !important; }

.m-145 {
  margin: 145px !important; }

.m-n145 {
  margin: -145px !important; }

.m-150 {
  margin: 150px !important; }

.m-n150 {
  margin: -150px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-n0 {
  margin-top: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-n5 {
  margin-top: -5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-n10 {
  margin-top: -10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-n15 {
  margin-top: -15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-n20 {
  margin-top: -20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-n25 {
  margin-top: -25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-n30 {
  margin-top: -30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-n35 {
  margin-top: -35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-n40 {
  margin-top: -40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-n45 {
  margin-top: -45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-n50 {
  margin-top: -50px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mt-n55 {
  margin-top: -55px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-n60 {
  margin-top: -60px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mt-n65 {
  margin-top: -65px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-n70 {
  margin-top: -70px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-n75 {
  margin-top: -75px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-n80 {
  margin-top: -80px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mt-n85 {
  margin-top: -85px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-n90 {
  margin-top: -90px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mt-n95 {
  margin-top: -95px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-n100 {
  margin-top: -100px !important; }

.mt-105 {
  margin-top: 105px !important; }

.mt-n105 {
  margin-top: -105px !important; }

.mt-110 {
  margin-top: 110px !important; }

.mt-n110 {
  margin-top: -110px !important; }

.mt-115 {
  margin-top: 115px !important; }

.mt-n115 {
  margin-top: -115px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mt-n120 {
  margin-top: -120px !important; }

.mt-125 {
  margin-top: 125px !important; }

.mt-n125 {
  margin-top: -125px !important; }

.mt-130 {
  margin-top: 130px !important; }

.mt-n130 {
  margin-top: -130px !important; }

.mt-135 {
  margin-top: 135px !important; }

.mt-n135 {
  margin-top: -135px !important; }

.mt-140 {
  margin-top: 140px !important; }

.mt-n140 {
  margin-top: -140px !important; }

.mt-145 {
  margin-top: 145px !important; }

.mt-n145 {
  margin-top: -145px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mt-n150 {
  margin-top: -150px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-n0 {
  margin-right: 0px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-n5 {
  margin-right: -5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-n10 {
  margin-right: -10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-n15 {
  margin-right: -15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-n20 {
  margin-right: -20px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-n25 {
  margin-right: -25px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-n30 {
  margin-right: -30px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mr-n35 {
  margin-right: -35px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-n40 {
  margin-right: -40px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mr-n45 {
  margin-right: -45px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-n50 {
  margin-right: -50px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mr-n55 {
  margin-right: -55px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-n60 {
  margin-right: -60px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mr-n65 {
  margin-right: -65px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-n70 {
  margin-right: -70px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mr-n75 {
  margin-right: -75px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-n80 {
  margin-right: -80px !important; }

.mr-85 {
  margin-right: 85px !important; }

.mr-n85 {
  margin-right: -85px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-n90 {
  margin-right: -90px !important; }

.mr-95 {
  margin-right: 95px !important; }

.mr-n95 {
  margin-right: -95px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mr-n100 {
  margin-right: -100px !important; }

.mr-105 {
  margin-right: 105px !important; }

.mr-n105 {
  margin-right: -105px !important; }

.mr-110 {
  margin-right: 110px !important; }

.mr-n110 {
  margin-right: -110px !important; }

.mr-115 {
  margin-right: 115px !important; }

.mr-n115 {
  margin-right: -115px !important; }

.mr-120 {
  margin-right: 120px !important; }

.mr-n120 {
  margin-right: -120px !important; }

.mr-125 {
  margin-right: 125px !important; }

.mr-n125 {
  margin-right: -125px !important; }

.mr-130 {
  margin-right: 130px !important; }

.mr-n130 {
  margin-right: -130px !important; }

.mr-135 {
  margin-right: 135px !important; }

.mr-n135 {
  margin-right: -135px !important; }

.mr-140 {
  margin-right: 140px !important; }

.mr-n140 {
  margin-right: -140px !important; }

.mr-145 {
  margin-right: 145px !important; }

.mr-n145 {
  margin-right: -145px !important; }

.mr-150 {
  margin-right: 150px !important; }

.mr-n150 {
  margin-right: -150px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-n0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-n5 {
  margin-bottom: -5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-n10 {
  margin-bottom: -10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-n15 {
  margin-bottom: -15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-n20 {
  margin-bottom: -20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-n25 {
  margin-bottom: -25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-n30 {
  margin-bottom: -30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-n35 {
  margin-bottom: -35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-n40 {
  margin-bottom: -40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-n45 {
  margin-bottom: -45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-n50 {
  margin-bottom: -50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mb-n55 {
  margin-bottom: -55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-n60 {
  margin-bottom: -60px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mb-n65 {
  margin-bottom: -65px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-n70 {
  margin-bottom: -70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mb-n75 {
  margin-bottom: -75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-n80 {
  margin-bottom: -80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-n85 {
  margin-bottom: -85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-n90 {
  margin-bottom: -90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mb-n95 {
  margin-bottom: -95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-n100 {
  margin-bottom: -100px !important; }

.mb-105 {
  margin-bottom: 105px !important; }

.mb-n105 {
  margin-bottom: -105px !important; }

.mb-110 {
  margin-bottom: 110px !important; }

.mb-n110 {
  margin-bottom: -110px !important; }

.mb-115 {
  margin-bottom: 115px !important; }

.mb-n115 {
  margin-bottom: -115px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mb-n120 {
  margin-bottom: -120px !important; }

.mb-125 {
  margin-bottom: 125px !important; }

.mb-n125 {
  margin-bottom: -125px !important; }

.mb-130 {
  margin-bottom: 130px !important; }

.mb-n130 {
  margin-bottom: -130px !important; }

.mb-135 {
  margin-bottom: 135px !important; }

.mb-n135 {
  margin-bottom: -135px !important; }

.mb-140 {
  margin-bottom: 140px !important; }

.mb-n140 {
  margin-bottom: -140px !important; }

.mb-145 {
  margin-bottom: 145px !important; }

.mb-n145 {
  margin-bottom: -145px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.mb-n150 {
  margin-bottom: -150px !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-n0 {
  margin-left: 0px !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-n5 {
  margin-left: -5px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-n10 {
  margin-left: -10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-n15 {
  margin-left: -15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-n20 {
  margin-left: -20px !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-n25 {
  margin-left: -25px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-n30 {
  margin-left: -30px !important; }

.ml-35 {
  margin-left: 35px !important; }

.ml-n35 {
  margin-left: -35px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-n40 {
  margin-left: -40px !important; }

.ml-45 {
  margin-left: 45px !important; }

.ml-n45 {
  margin-left: -45px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-n50 {
  margin-left: -50px !important; }

.ml-55 {
  margin-left: 55px !important; }

.ml-n55 {
  margin-left: -55px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-n60 {
  margin-left: -60px !important; }

.ml-65 {
  margin-left: 65px !important; }

.ml-n65 {
  margin-left: -65px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-n70 {
  margin-left: -70px !important; }

.ml-75 {
  margin-left: 75px !important; }

.ml-n75 {
  margin-left: -75px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-n80 {
  margin-left: -80px !important; }

.ml-85 {
  margin-left: 85px !important; }

.ml-n85 {
  margin-left: -85px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-n90 {
  margin-left: -90px !important; }

.ml-95 {
  margin-left: 95px !important; }

.ml-n95 {
  margin-left: -95px !important; }

.ml-100 {
  margin-left: 100px !important; }

.ml-n100 {
  margin-left: -100px !important; }

.ml-105 {
  margin-left: 105px !important; }

.ml-n105 {
  margin-left: -105px !important; }

.ml-110 {
  margin-left: 110px !important; }

.ml-n110 {
  margin-left: -110px !important; }

.ml-115 {
  margin-left: 115px !important; }

.ml-n115 {
  margin-left: -115px !important; }

.ml-120 {
  margin-left: 120px !important; }

.ml-n120 {
  margin-left: -120px !important; }

.ml-125 {
  margin-left: 125px !important; }

.ml-n125 {
  margin-left: -125px !important; }

.ml-130 {
  margin-left: 130px !important; }

.ml-n130 {
  margin-left: -130px !important; }

.ml-135 {
  margin-left: 135px !important; }

.ml-n135 {
  margin-left: -135px !important; }

.ml-140 {
  margin-left: 140px !important; }

.ml-n140 {
  margin-left: -140px !important; }

.ml-145 {
  margin-left: 145px !important; }

.ml-n145 {
  margin-left: -145px !important; }

.ml-150 {
  margin-left: 150px !important; }

.ml-n150 {
  margin-left: -150px !important; }

.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.px-n0 {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.py-n0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.px-n5 {
  padding-right: -5px !important;
  padding-left: -5px !important; }

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.py-n5 {
  padding-top: -5px !important;
  padding-bottom: -5px !important; }

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.px-n10 {
  padding-right: -10px !important;
  padding-left: -10px !important; }

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.py-n10 {
  padding-top: -10px !important;
  padding-bottom: -10px !important; }

.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.px-n15 {
  padding-right: -15px !important;
  padding-left: -15px !important; }

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.py-n15 {
  padding-top: -15px !important;
  padding-bottom: -15px !important; }

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.px-n20 {
  padding-right: -20px !important;
  padding-left: -20px !important; }

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.py-n20 {
  padding-top: -20px !important;
  padding-bottom: -20px !important; }

.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important; }

.px-n25 {
  padding-right: -25px !important;
  padding-left: -25px !important; }

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.py-n25 {
  padding-top: -25px !important;
  padding-bottom: -25px !important; }

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.px-n30 {
  padding-right: -30px !important;
  padding-left: -30px !important; }

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.py-n30 {
  padding-top: -30px !important;
  padding-bottom: -30px !important; }

.px-35 {
  padding-right: 35px !important;
  padding-left: 35px !important; }

.px-n35 {
  padding-right: -35px !important;
  padding-left: -35px !important; }

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.py-n35 {
  padding-top: -35px !important;
  padding-bottom: -35px !important; }

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important; }

.px-n40 {
  padding-right: -40px !important;
  padding-left: -40px !important; }

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.py-n40 {
  padding-top: -40px !important;
  padding-bottom: -40px !important; }

.px-45 {
  padding-right: 45px !important;
  padding-left: 45px !important; }

.px-n45 {
  padding-right: -45px !important;
  padding-left: -45px !important; }

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.py-n45 {
  padding-top: -45px !important;
  padding-bottom: -45px !important; }

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important; }

.px-n50 {
  padding-right: -50px !important;
  padding-left: -50px !important; }

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.py-n50 {
  padding-top: -50px !important;
  padding-bottom: -50px !important; }

.px-55 {
  padding-right: 55px !important;
  padding-left: 55px !important; }

.px-n55 {
  padding-right: -55px !important;
  padding-left: -55px !important; }

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.py-n55 {
  padding-top: -55px !important;
  padding-bottom: -55px !important; }

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important; }

.px-n60 {
  padding-right: -60px !important;
  padding-left: -60px !important; }

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.py-n60 {
  padding-top: -60px !important;
  padding-bottom: -60px !important; }

.px-65 {
  padding-right: 65px !important;
  padding-left: 65px !important; }

.px-n65 {
  padding-right: -65px !important;
  padding-left: -65px !important; }

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }

.py-n65 {
  padding-top: -65px !important;
  padding-bottom: -65px !important; }

.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important; }

.px-n70 {
  padding-right: -70px !important;
  padding-left: -70px !important; }

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.py-n70 {
  padding-top: -70px !important;
  padding-bottom: -70px !important; }

.px-75 {
  padding-right: 75px !important;
  padding-left: 75px !important; }

.px-n75 {
  padding-right: -75px !important;
  padding-left: -75px !important; }

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

.py-n75 {
  padding-top: -75px !important;
  padding-bottom: -75px !important; }

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important; }

.px-n80 {
  padding-right: -80px !important;
  padding-left: -80px !important; }

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.py-n80 {
  padding-top: -80px !important;
  padding-bottom: -80px !important; }

.px-85 {
  padding-right: 85px !important;
  padding-left: 85px !important; }

.px-n85 {
  padding-right: -85px !important;
  padding-left: -85px !important; }

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important; }

.py-n85 {
  padding-top: -85px !important;
  padding-bottom: -85px !important; }

.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important; }

.px-n90 {
  padding-right: -90px !important;
  padding-left: -90px !important; }

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.py-n90 {
  padding-top: -90px !important;
  padding-bottom: -90px !important; }

.px-95 {
  padding-right: 95px !important;
  padding-left: 95px !important; }

.px-n95 {
  padding-right: -95px !important;
  padding-left: -95px !important; }

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important; }

.py-n95 {
  padding-top: -95px !important;
  padding-bottom: -95px !important; }

.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important; }

.px-n100 {
  padding-right: -100px !important;
  padding-left: -100px !important; }

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.py-n100 {
  padding-top: -100px !important;
  padding-bottom: -100px !important; }

.px-105 {
  padding-right: 105px !important;
  padding-left: 105px !important; }

.px-n105 {
  padding-right: -105px !important;
  padding-left: -105px !important; }

.py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important; }

.py-n105 {
  padding-top: -105px !important;
  padding-bottom: -105px !important; }

.px-110 {
  padding-right: 110px !important;
  padding-left: 110px !important; }

.px-n110 {
  padding-right: -110px !important;
  padding-left: -110px !important; }

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.py-n110 {
  padding-top: -110px !important;
  padding-bottom: -110px !important; }

.px-115 {
  padding-right: 115px !important;
  padding-left: 115px !important; }

.px-n115 {
  padding-right: -115px !important;
  padding-left: -115px !important; }

.py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important; }

.py-n115 {
  padding-top: -115px !important;
  padding-bottom: -115px !important; }

.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important; }

.px-n120 {
  padding-right: -120px !important;
  padding-left: -120px !important; }

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.py-n120 {
  padding-top: -120px !important;
  padding-bottom: -120px !important; }

.px-125 {
  padding-right: 125px !important;
  padding-left: 125px !important; }

.px-n125 {
  padding-right: -125px !important;
  padding-left: -125px !important; }

.py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important; }

.py-n125 {
  padding-top: -125px !important;
  padding-bottom: -125px !important; }

.px-130 {
  padding-right: 130px !important;
  padding-left: 130px !important; }

.px-n130 {
  padding-right: -130px !important;
  padding-left: -130px !important; }

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.py-n130 {
  padding-top: -130px !important;
  padding-bottom: -130px !important; }

.px-135 {
  padding-right: 135px !important;
  padding-left: 135px !important; }

.px-n135 {
  padding-right: -135px !important;
  padding-left: -135px !important; }

.py-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important; }

.py-n135 {
  padding-top: -135px !important;
  padding-bottom: -135px !important; }

.px-140 {
  padding-right: 140px !important;
  padding-left: 140px !important; }

.px-n140 {
  padding-right: -140px !important;
  padding-left: -140px !important; }

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.py-n140 {
  padding-top: -140px !important;
  padding-bottom: -140px !important; }

.px-145 {
  padding-right: 145px !important;
  padding-left: 145px !important; }

.px-n145 {
  padding-right: -145px !important;
  padding-left: -145px !important; }

.py-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important; }

.py-n145 {
  padding-top: -145px !important;
  padding-bottom: -145px !important; }

.px-150 {
  padding-right: 150px !important;
  padding-left: 150px !important; }

.px-n150 {
  padding-right: -150px !important;
  padding-left: -150px !important; }

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.py-n150 {
  padding-top: -150px !important;
  padding-bottom: -150px !important; }

.p-0 {
  padding: 0px !important; }

.p-n0 {
  padding: 0px !important; }

.p-5 {
  padding: 5px !important; }

.p-n5 {
  padding: -5px !important; }

.p-10 {
  padding: 10px !important; }

.p-n10 {
  padding: -10px !important; }

.p-15 {
  padding: 15px !important; }

.p-n15 {
  padding: -15px !important; }

.p-20 {
  padding: 20px !important; }

.p-n20 {
  padding: -20px !important; }

.p-25 {
  padding: 25px !important; }

.p-n25 {
  padding: -25px !important; }

.p-30 {
  padding: 30px !important; }

.p-n30 {
  padding: -30px !important; }

.p-35 {
  padding: 35px !important; }

.p-n35 {
  padding: -35px !important; }

.p-40 {
  padding: 40px !important; }

.p-n40 {
  padding: -40px !important; }

.p-45 {
  padding: 45px !important; }

.p-n45 {
  padding: -45px !important; }

.p-50 {
  padding: 50px !important; }

.p-n50 {
  padding: -50px !important; }

.p-55 {
  padding: 55px !important; }

.p-n55 {
  padding: -55px !important; }

.p-60 {
  padding: 60px !important; }

.p-n60 {
  padding: -60px !important; }

.p-65 {
  padding: 65px !important; }

.p-n65 {
  padding: -65px !important; }

.p-70 {
  padding: 70px !important; }

.p-n70 {
  padding: -70px !important; }

.p-75 {
  padding: 75px !important; }

.p-n75 {
  padding: -75px !important; }

.p-80 {
  padding: 80px !important; }

.p-n80 {
  padding: -80px !important; }

.p-85 {
  padding: 85px !important; }

.p-n85 {
  padding: -85px !important; }

.p-90 {
  padding: 90px !important; }

.p-n90 {
  padding: -90px !important; }

.p-95 {
  padding: 95px !important; }

.p-n95 {
  padding: -95px !important; }

.p-100 {
  padding: 100px !important; }

.p-n100 {
  padding: -100px !important; }

.p-105 {
  padding: 105px !important; }

.p-n105 {
  padding: -105px !important; }

.p-110 {
  padding: 110px !important; }

.p-n110 {
  padding: -110px !important; }

.p-115 {
  padding: 115px !important; }

.p-n115 {
  padding: -115px !important; }

.p-120 {
  padding: 120px !important; }

.p-n120 {
  padding: -120px !important; }

.p-125 {
  padding: 125px !important; }

.p-n125 {
  padding: -125px !important; }

.p-130 {
  padding: 130px !important; }

.p-n130 {
  padding: -130px !important; }

.p-135 {
  padding: 135px !important; }

.p-n135 {
  padding: -135px !important; }

.p-140 {
  padding: 140px !important; }

.p-n140 {
  padding: -140px !important; }

.p-145 {
  padding: 145px !important; }

.p-n145 {
  padding: -145px !important; }

.p-150 {
  padding: 150px !important; }

.p-n150 {
  padding: -150px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-n0 {
  padding-top: 0px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pt-n5 {
  padding-top: -5px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-n10 {
  padding-top: -10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-n15 {
  padding-top: -15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-n20 {
  padding-top: -20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-n25 {
  padding-top: -25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-n30 {
  padding-top: -30px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pt-n35 {
  padding-top: -35px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-n40 {
  padding-top: -40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pt-n45 {
  padding-top: -45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-n50 {
  padding-top: -50px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pt-n55 {
  padding-top: -55px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-n60 {
  padding-top: -60px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pt-n65 {
  padding-top: -65px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-n70 {
  padding-top: -70px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pt-n75 {
  padding-top: -75px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-n80 {
  padding-top: -80px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pt-n85 {
  padding-top: -85px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-n90 {
  padding-top: -90px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pt-n95 {
  padding-top: -95px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-n100 {
  padding-top: -100px !important; }

.pt-105 {
  padding-top: 105px !important; }

.pt-n105 {
  padding-top: -105px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pt-n110 {
  padding-top: -110px !important; }

.pt-115 {
  padding-top: 115px !important; }

.pt-n115 {
  padding-top: -115px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pt-n120 {
  padding-top: -120px !important; }

.pt-125 {
  padding-top: 125px !important; }

.pt-n125 {
  padding-top: -125px !important; }

.pt-130 {
  padding-top: 130px !important; }

.pt-n130 {
  padding-top: -130px !important; }

.pt-135 {
  padding-top: 135px !important; }

.pt-n135 {
  padding-top: -135px !important; }

.pt-140 {
  padding-top: 140px !important; }

.pt-n140 {
  padding-top: -140px !important; }

.pt-145 {
  padding-top: 145px !important; }

.pt-n145 {
  padding-top: -145px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pt-n150 {
  padding-top: -150px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pr-n0 {
  padding-right: 0px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pr-n5 {
  padding-right: -5px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-n10 {
  padding-right: -10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-n15 {
  padding-right: -15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-n20 {
  padding-right: -20px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pr-n25 {
  padding-right: -25px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pr-n30 {
  padding-right: -30px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pr-n35 {
  padding-right: -35px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-n40 {
  padding-right: -40px !important; }

.pr-45 {
  padding-right: 45px !important; }

.pr-n45 {
  padding-right: -45px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pr-n50 {
  padding-right: -50px !important; }

.pr-55 {
  padding-right: 55px !important; }

.pr-n55 {
  padding-right: -55px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pr-n60 {
  padding-right: -60px !important; }

.pr-65 {
  padding-right: 65px !important; }

.pr-n65 {
  padding-right: -65px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pr-n70 {
  padding-right: -70px !important; }

.pr-75 {
  padding-right: 75px !important; }

.pr-n75 {
  padding-right: -75px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pr-n80 {
  padding-right: -80px !important; }

.pr-85 {
  padding-right: 85px !important; }

.pr-n85 {
  padding-right: -85px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pr-n90 {
  padding-right: -90px !important; }

.pr-95 {
  padding-right: 95px !important; }

.pr-n95 {
  padding-right: -95px !important; }

.pr-100 {
  padding-right: 100px !important; }

.pr-n100 {
  padding-right: -100px !important; }

.pr-105 {
  padding-right: 105px !important; }

.pr-n105 {
  padding-right: -105px !important; }

.pr-110 {
  padding-right: 110px !important; }

.pr-n110 {
  padding-right: -110px !important; }

.pr-115 {
  padding-right: 115px !important; }

.pr-n115 {
  padding-right: -115px !important; }

.pr-120 {
  padding-right: 120px !important; }

.pr-n120 {
  padding-right: -120px !important; }

.pr-125 {
  padding-right: 125px !important; }

.pr-n125 {
  padding-right: -125px !important; }

.pr-130 {
  padding-right: 130px !important; }

.pr-n130 {
  padding-right: -130px !important; }

.pr-135 {
  padding-right: 135px !important; }

.pr-n135 {
  padding-right: -135px !important; }

.pr-140 {
  padding-right: 140px !important; }

.pr-n140 {
  padding-right: -140px !important; }

.pr-145 {
  padding-right: 145px !important; }

.pr-n145 {
  padding-right: -145px !important; }

.pr-150 {
  padding-right: 150px !important; }

.pr-n150 {
  padding-right: -150px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-n0 {
  padding-bottom: 0px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pb-n5 {
  padding-bottom: -5px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-n10 {
  padding-bottom: -10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-n15 {
  padding-bottom: -15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-n20 {
  padding-bottom: -20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-n25 {
  padding-bottom: -25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-n30 {
  padding-bottom: -30px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pb-n35 {
  padding-bottom: -35px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-n40 {
  padding-bottom: -40px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pb-n45 {
  padding-bottom: -45px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-n50 {
  padding-bottom: -50px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pb-n55 {
  padding-bottom: -55px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-n60 {
  padding-bottom: -60px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pb-n65 {
  padding-bottom: -65px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-n70 {
  padding-bottom: -70px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pb-n75 {
  padding-bottom: -75px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-n80 {
  padding-bottom: -80px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pb-n85 {
  padding-bottom: -85px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-n90 {
  padding-bottom: -90px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pb-n95 {
  padding-bottom: -95px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-n100 {
  padding-bottom: -100px !important; }

.pb-105 {
  padding-bottom: 105px !important; }

.pb-n105 {
  padding-bottom: -105px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.pb-n110 {
  padding-bottom: -110px !important; }

.pb-115 {
  padding-bottom: 115px !important; }

.pb-n115 {
  padding-bottom: -115px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-n120 {
  padding-bottom: -120px !important; }

.pb-125 {
  padding-bottom: 125px !important; }

.pb-n125 {
  padding-bottom: -125px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.pb-n130 {
  padding-bottom: -130px !important; }

.pb-135 {
  padding-bottom: 135px !important; }

.pb-n135 {
  padding-bottom: -135px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

.pb-n140 {
  padding-bottom: -140px !important; }

.pb-145 {
  padding-bottom: 145px !important; }

.pb-n145 {
  padding-bottom: -145px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.pb-n150 {
  padding-bottom: -150px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-n0 {
  padding-left: 0px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pl-n5 {
  padding-left: -5px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-n10 {
  padding-left: -10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-n15 {
  padding-left: -15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-n20 {
  padding-left: -20px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pl-n25 {
  padding-left: -25px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pl-n30 {
  padding-left: -30px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pl-n35 {
  padding-left: -35px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-n40 {
  padding-left: -40px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pl-n45 {
  padding-left: -45px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pl-n50 {
  padding-left: -50px !important; }

.pl-55 {
  padding-left: 55px !important; }

.pl-n55 {
  padding-left: -55px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pl-n60 {
  padding-left: -60px !important; }

.pl-65 {
  padding-left: 65px !important; }

.pl-n65 {
  padding-left: -65px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pl-n70 {
  padding-left: -70px !important; }

.pl-75 {
  padding-left: 75px !important; }

.pl-n75 {
  padding-left: -75px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pl-n80 {
  padding-left: -80px !important; }

.pl-85 {
  padding-left: 85px !important; }

.pl-n85 {
  padding-left: -85px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pl-n90 {
  padding-left: -90px !important; }

.pl-95 {
  padding-left: 95px !important; }

.pl-n95 {
  padding-left: -95px !important; }

.pl-100 {
  padding-left: 100px !important; }

.pl-n100 {
  padding-left: -100px !important; }

.pl-105 {
  padding-left: 105px !important; }

.pl-n105 {
  padding-left: -105px !important; }

.pl-110 {
  padding-left: 110px !important; }

.pl-n110 {
  padding-left: -110px !important; }

.pl-115 {
  padding-left: 115px !important; }

.pl-n115 {
  padding-left: -115px !important; }

.pl-120 {
  padding-left: 120px !important; }

.pl-n120 {
  padding-left: -120px !important; }

.pl-125 {
  padding-left: 125px !important; }

.pl-n125 {
  padding-left: -125px !important; }

.pl-130 {
  padding-left: 130px !important; }

.pl-n130 {
  padding-left: -130px !important; }

.pl-135 {
  padding-left: 135px !important; }

.pl-n135 {
  padding-left: -135px !important; }

.pl-140 {
  padding-left: 140px !important; }

.pl-n140 {
  padding-left: -140px !important; }

.pl-145 {
  padding-left: 145px !important; }

.pl-n145 {
  padding-left: -145px !important; }

.pl-150 {
  padding-left: 150px !important; }

.pl-n150 {
  padding-left: -150px !important; }

@media (min-width: 576px) {
  .mx-sm-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-sm-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-sm-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-sm-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-sm-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-sm-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-sm-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-sm-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-sm-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-sm-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-sm-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-sm-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-sm-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-sm-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-sm-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-sm-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-sm-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-sm-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-sm-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-sm-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-sm-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-sm-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-sm-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-sm-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-sm-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-sm-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-sm-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-sm-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-sm-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-sm-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-sm-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-sm-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-sm-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-sm-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-sm-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-sm-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-sm-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-sm-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-sm-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-sm-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-sm-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-sm-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-sm-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-sm-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-sm-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-sm-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-sm-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-sm-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-sm-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-sm-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-sm-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-sm-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-sm-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-sm-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-sm-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-sm-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-sm-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-sm-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-sm-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-sm-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-sm-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-sm-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-sm-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-sm-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-sm-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-sm-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-sm-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-sm-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-sm-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-sm-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-sm-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-sm-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-sm-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-sm-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-sm-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-sm-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-sm-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-sm-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-sm-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-sm-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-sm-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-sm-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-sm-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-sm-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-sm-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-sm-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-sm-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-sm-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-sm-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-sm-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .m-sm-0 {
    margin: 0px !important; }
  .m-sm-n0 {
    margin: 0px !important; }
  .m-sm-5 {
    margin: 5px !important; }
  .m-sm-n5 {
    margin: -5px !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .m-sm-n10 {
    margin: -10px !important; }
  .m-sm-15 {
    margin: 15px !important; }
  .m-sm-n15 {
    margin: -15px !important; }
  .m-sm-20 {
    margin: 20px !important; }
  .m-sm-n20 {
    margin: -20px !important; }
  .m-sm-25 {
    margin: 25px !important; }
  .m-sm-n25 {
    margin: -25px !important; }
  .m-sm-30 {
    margin: 30px !important; }
  .m-sm-n30 {
    margin: -30px !important; }
  .m-sm-35 {
    margin: 35px !important; }
  .m-sm-n35 {
    margin: -35px !important; }
  .m-sm-40 {
    margin: 40px !important; }
  .m-sm-n40 {
    margin: -40px !important; }
  .m-sm-45 {
    margin: 45px !important; }
  .m-sm-n45 {
    margin: -45px !important; }
  .m-sm-50 {
    margin: 50px !important; }
  .m-sm-n50 {
    margin: -50px !important; }
  .m-sm-55 {
    margin: 55px !important; }
  .m-sm-n55 {
    margin: -55px !important; }
  .m-sm-60 {
    margin: 60px !important; }
  .m-sm-n60 {
    margin: -60px !important; }
  .m-sm-65 {
    margin: 65px !important; }
  .m-sm-n65 {
    margin: -65px !important; }
  .m-sm-70 {
    margin: 70px !important; }
  .m-sm-n70 {
    margin: -70px !important; }
  .m-sm-75 {
    margin: 75px !important; }
  .m-sm-n75 {
    margin: -75px !important; }
  .m-sm-80 {
    margin: 80px !important; }
  .m-sm-n80 {
    margin: -80px !important; }
  .m-sm-85 {
    margin: 85px !important; }
  .m-sm-n85 {
    margin: -85px !important; }
  .m-sm-90 {
    margin: 90px !important; }
  .m-sm-n90 {
    margin: -90px !important; }
  .m-sm-95 {
    margin: 95px !important; }
  .m-sm-n95 {
    margin: -95px !important; }
  .m-sm-100 {
    margin: 100px !important; }
  .m-sm-n100 {
    margin: -100px !important; }
  .m-sm-105 {
    margin: 105px !important; }
  .m-sm-n105 {
    margin: -105px !important; }
  .m-sm-110 {
    margin: 110px !important; }
  .m-sm-n110 {
    margin: -110px !important; }
  .m-sm-115 {
    margin: 115px !important; }
  .m-sm-n115 {
    margin: -115px !important; }
  .m-sm-120 {
    margin: 120px !important; }
  .m-sm-n120 {
    margin: -120px !important; }
  .m-sm-125 {
    margin: 125px !important; }
  .m-sm-n125 {
    margin: -125px !important; }
  .m-sm-130 {
    margin: 130px !important; }
  .m-sm-n130 {
    margin: -130px !important; }
  .m-sm-135 {
    margin: 135px !important; }
  .m-sm-n135 {
    margin: -135px !important; }
  .m-sm-140 {
    margin: 140px !important; }
  .m-sm-n140 {
    margin: -140px !important; }
  .m-sm-145 {
    margin: 145px !important; }
  .m-sm-n145 {
    margin: -145px !important; }
  .m-sm-150 {
    margin: 150px !important; }
  .m-sm-n150 {
    margin: -150px !important; }
  .mt-sm-0 {
    margin-top: 0px !important; }
  .mt-sm-n0 {
    margin-top: 0px !important; }
  .mt-sm-5 {
    margin-top: 5px !important; }
  .mt-sm-n5 {
    margin-top: -5px !important; }
  .mt-sm-10 {
    margin-top: 10px !important; }
  .mt-sm-n10 {
    margin-top: -10px !important; }
  .mt-sm-15 {
    margin-top: 15px !important; }
  .mt-sm-n15 {
    margin-top: -15px !important; }
  .mt-sm-20 {
    margin-top: 20px !important; }
  .mt-sm-n20 {
    margin-top: -20px !important; }
  .mt-sm-25 {
    margin-top: 25px !important; }
  .mt-sm-n25 {
    margin-top: -25px !important; }
  .mt-sm-30 {
    margin-top: 30px !important; }
  .mt-sm-n30 {
    margin-top: -30px !important; }
  .mt-sm-35 {
    margin-top: 35px !important; }
  .mt-sm-n35 {
    margin-top: -35px !important; }
  .mt-sm-40 {
    margin-top: 40px !important; }
  .mt-sm-n40 {
    margin-top: -40px !important; }
  .mt-sm-45 {
    margin-top: 45px !important; }
  .mt-sm-n45 {
    margin-top: -45px !important; }
  .mt-sm-50 {
    margin-top: 50px !important; }
  .mt-sm-n50 {
    margin-top: -50px !important; }
  .mt-sm-55 {
    margin-top: 55px !important; }
  .mt-sm-n55 {
    margin-top: -55px !important; }
  .mt-sm-60 {
    margin-top: 60px !important; }
  .mt-sm-n60 {
    margin-top: -60px !important; }
  .mt-sm-65 {
    margin-top: 65px !important; }
  .mt-sm-n65 {
    margin-top: -65px !important; }
  .mt-sm-70 {
    margin-top: 70px !important; }
  .mt-sm-n70 {
    margin-top: -70px !important; }
  .mt-sm-75 {
    margin-top: 75px !important; }
  .mt-sm-n75 {
    margin-top: -75px !important; }
  .mt-sm-80 {
    margin-top: 80px !important; }
  .mt-sm-n80 {
    margin-top: -80px !important; }
  .mt-sm-85 {
    margin-top: 85px !important; }
  .mt-sm-n85 {
    margin-top: -85px !important; }
  .mt-sm-90 {
    margin-top: 90px !important; }
  .mt-sm-n90 {
    margin-top: -90px !important; }
  .mt-sm-95 {
    margin-top: 95px !important; }
  .mt-sm-n95 {
    margin-top: -95px !important; }
  .mt-sm-100 {
    margin-top: 100px !important; }
  .mt-sm-n100 {
    margin-top: -100px !important; }
  .mt-sm-105 {
    margin-top: 105px !important; }
  .mt-sm-n105 {
    margin-top: -105px !important; }
  .mt-sm-110 {
    margin-top: 110px !important; }
  .mt-sm-n110 {
    margin-top: -110px !important; }
  .mt-sm-115 {
    margin-top: 115px !important; }
  .mt-sm-n115 {
    margin-top: -115px !important; }
  .mt-sm-120 {
    margin-top: 120px !important; }
  .mt-sm-n120 {
    margin-top: -120px !important; }
  .mt-sm-125 {
    margin-top: 125px !important; }
  .mt-sm-n125 {
    margin-top: -125px !important; }
  .mt-sm-130 {
    margin-top: 130px !important; }
  .mt-sm-n130 {
    margin-top: -130px !important; }
  .mt-sm-135 {
    margin-top: 135px !important; }
  .mt-sm-n135 {
    margin-top: -135px !important; }
  .mt-sm-140 {
    margin-top: 140px !important; }
  .mt-sm-n140 {
    margin-top: -140px !important; }
  .mt-sm-145 {
    margin-top: 145px !important; }
  .mt-sm-n145 {
    margin-top: -145px !important; }
  .mt-sm-150 {
    margin-top: 150px !important; }
  .mt-sm-n150 {
    margin-top: -150px !important; }
  .mr-sm-0 {
    margin-right: 0px !important; }
  .mr-sm-n0 {
    margin-right: 0px !important; }
  .mr-sm-5 {
    margin-right: 5px !important; }
  .mr-sm-n5 {
    margin-right: -5px !important; }
  .mr-sm-10 {
    margin-right: 10px !important; }
  .mr-sm-n10 {
    margin-right: -10px !important; }
  .mr-sm-15 {
    margin-right: 15px !important; }
  .mr-sm-n15 {
    margin-right: -15px !important; }
  .mr-sm-20 {
    margin-right: 20px !important; }
  .mr-sm-n20 {
    margin-right: -20px !important; }
  .mr-sm-25 {
    margin-right: 25px !important; }
  .mr-sm-n25 {
    margin-right: -25px !important; }
  .mr-sm-30 {
    margin-right: 30px !important; }
  .mr-sm-n30 {
    margin-right: -30px !important; }
  .mr-sm-35 {
    margin-right: 35px !important; }
  .mr-sm-n35 {
    margin-right: -35px !important; }
  .mr-sm-40 {
    margin-right: 40px !important; }
  .mr-sm-n40 {
    margin-right: -40px !important; }
  .mr-sm-45 {
    margin-right: 45px !important; }
  .mr-sm-n45 {
    margin-right: -45px !important; }
  .mr-sm-50 {
    margin-right: 50px !important; }
  .mr-sm-n50 {
    margin-right: -50px !important; }
  .mr-sm-55 {
    margin-right: 55px !important; }
  .mr-sm-n55 {
    margin-right: -55px !important; }
  .mr-sm-60 {
    margin-right: 60px !important; }
  .mr-sm-n60 {
    margin-right: -60px !important; }
  .mr-sm-65 {
    margin-right: 65px !important; }
  .mr-sm-n65 {
    margin-right: -65px !important; }
  .mr-sm-70 {
    margin-right: 70px !important; }
  .mr-sm-n70 {
    margin-right: -70px !important; }
  .mr-sm-75 {
    margin-right: 75px !important; }
  .mr-sm-n75 {
    margin-right: -75px !important; }
  .mr-sm-80 {
    margin-right: 80px !important; }
  .mr-sm-n80 {
    margin-right: -80px !important; }
  .mr-sm-85 {
    margin-right: 85px !important; }
  .mr-sm-n85 {
    margin-right: -85px !important; }
  .mr-sm-90 {
    margin-right: 90px !important; }
  .mr-sm-n90 {
    margin-right: -90px !important; }
  .mr-sm-95 {
    margin-right: 95px !important; }
  .mr-sm-n95 {
    margin-right: -95px !important; }
  .mr-sm-100 {
    margin-right: 100px !important; }
  .mr-sm-n100 {
    margin-right: -100px !important; }
  .mr-sm-105 {
    margin-right: 105px !important; }
  .mr-sm-n105 {
    margin-right: -105px !important; }
  .mr-sm-110 {
    margin-right: 110px !important; }
  .mr-sm-n110 {
    margin-right: -110px !important; }
  .mr-sm-115 {
    margin-right: 115px !important; }
  .mr-sm-n115 {
    margin-right: -115px !important; }
  .mr-sm-120 {
    margin-right: 120px !important; }
  .mr-sm-n120 {
    margin-right: -120px !important; }
  .mr-sm-125 {
    margin-right: 125px !important; }
  .mr-sm-n125 {
    margin-right: -125px !important; }
  .mr-sm-130 {
    margin-right: 130px !important; }
  .mr-sm-n130 {
    margin-right: -130px !important; }
  .mr-sm-135 {
    margin-right: 135px !important; }
  .mr-sm-n135 {
    margin-right: -135px !important; }
  .mr-sm-140 {
    margin-right: 140px !important; }
  .mr-sm-n140 {
    margin-right: -140px !important; }
  .mr-sm-145 {
    margin-right: 145px !important; }
  .mr-sm-n145 {
    margin-right: -145px !important; }
  .mr-sm-150 {
    margin-right: 150px !important; }
  .mr-sm-n150 {
    margin-right: -150px !important; }
  .mb-sm-0 {
    margin-bottom: 0px !important; }
  .mb-sm-n0 {
    margin-bottom: 0px !important; }
  .mb-sm-5 {
    margin-bottom: 5px !important; }
  .mb-sm-n5 {
    margin-bottom: -5px !important; }
  .mb-sm-10 {
    margin-bottom: 10px !important; }
  .mb-sm-n10 {
    margin-bottom: -10px !important; }
  .mb-sm-15 {
    margin-bottom: 15px !important; }
  .mb-sm-n15 {
    margin-bottom: -15px !important; }
  .mb-sm-20 {
    margin-bottom: 20px !important; }
  .mb-sm-n20 {
    margin-bottom: -20px !important; }
  .mb-sm-25 {
    margin-bottom: 25px !important; }
  .mb-sm-n25 {
    margin-bottom: -25px !important; }
  .mb-sm-30 {
    margin-bottom: 30px !important; }
  .mb-sm-n30 {
    margin-bottom: -30px !important; }
  .mb-sm-35 {
    margin-bottom: 35px !important; }
  .mb-sm-n35 {
    margin-bottom: -35px !important; }
  .mb-sm-40 {
    margin-bottom: 40px !important; }
  .mb-sm-n40 {
    margin-bottom: -40px !important; }
  .mb-sm-45 {
    margin-bottom: 45px !important; }
  .mb-sm-n45 {
    margin-bottom: -45px !important; }
  .mb-sm-50 {
    margin-bottom: 50px !important; }
  .mb-sm-n50 {
    margin-bottom: -50px !important; }
  .mb-sm-55 {
    margin-bottom: 55px !important; }
  .mb-sm-n55 {
    margin-bottom: -55px !important; }
  .mb-sm-60 {
    margin-bottom: 60px !important; }
  .mb-sm-n60 {
    margin-bottom: -60px !important; }
  .mb-sm-65 {
    margin-bottom: 65px !important; }
  .mb-sm-n65 {
    margin-bottom: -65px !important; }
  .mb-sm-70 {
    margin-bottom: 70px !important; }
  .mb-sm-n70 {
    margin-bottom: -70px !important; }
  .mb-sm-75 {
    margin-bottom: 75px !important; }
  .mb-sm-n75 {
    margin-bottom: -75px !important; }
  .mb-sm-80 {
    margin-bottom: 80px !important; }
  .mb-sm-n80 {
    margin-bottom: -80px !important; }
  .mb-sm-85 {
    margin-bottom: 85px !important; }
  .mb-sm-n85 {
    margin-bottom: -85px !important; }
  .mb-sm-90 {
    margin-bottom: 90px !important; }
  .mb-sm-n90 {
    margin-bottom: -90px !important; }
  .mb-sm-95 {
    margin-bottom: 95px !important; }
  .mb-sm-n95 {
    margin-bottom: -95px !important; }
  .mb-sm-100 {
    margin-bottom: 100px !important; }
  .mb-sm-n100 {
    margin-bottom: -100px !important; }
  .mb-sm-105 {
    margin-bottom: 105px !important; }
  .mb-sm-n105 {
    margin-bottom: -105px !important; }
  .mb-sm-110 {
    margin-bottom: 110px !important; }
  .mb-sm-n110 {
    margin-bottom: -110px !important; }
  .mb-sm-115 {
    margin-bottom: 115px !important; }
  .mb-sm-n115 {
    margin-bottom: -115px !important; }
  .mb-sm-120 {
    margin-bottom: 120px !important; }
  .mb-sm-n120 {
    margin-bottom: -120px !important; }
  .mb-sm-125 {
    margin-bottom: 125px !important; }
  .mb-sm-n125 {
    margin-bottom: -125px !important; }
  .mb-sm-130 {
    margin-bottom: 130px !important; }
  .mb-sm-n130 {
    margin-bottom: -130px !important; }
  .mb-sm-135 {
    margin-bottom: 135px !important; }
  .mb-sm-n135 {
    margin-bottom: -135px !important; }
  .mb-sm-140 {
    margin-bottom: 140px !important; }
  .mb-sm-n140 {
    margin-bottom: -140px !important; }
  .mb-sm-145 {
    margin-bottom: 145px !important; }
  .mb-sm-n145 {
    margin-bottom: -145px !important; }
  .mb-sm-150 {
    margin-bottom: 150px !important; }
  .mb-sm-n150 {
    margin-bottom: -150px !important; }
  .ml-sm-0 {
    margin-left: 0px !important; }
  .ml-sm-n0 {
    margin-left: 0px !important; }
  .ml-sm-5 {
    margin-left: 5px !important; }
  .ml-sm-n5 {
    margin-left: -5px !important; }
  .ml-sm-10 {
    margin-left: 10px !important; }
  .ml-sm-n10 {
    margin-left: -10px !important; }
  .ml-sm-15 {
    margin-left: 15px !important; }
  .ml-sm-n15 {
    margin-left: -15px !important; }
  .ml-sm-20 {
    margin-left: 20px !important; }
  .ml-sm-n20 {
    margin-left: -20px !important; }
  .ml-sm-25 {
    margin-left: 25px !important; }
  .ml-sm-n25 {
    margin-left: -25px !important; }
  .ml-sm-30 {
    margin-left: 30px !important; }
  .ml-sm-n30 {
    margin-left: -30px !important; }
  .ml-sm-35 {
    margin-left: 35px !important; }
  .ml-sm-n35 {
    margin-left: -35px !important; }
  .ml-sm-40 {
    margin-left: 40px !important; }
  .ml-sm-n40 {
    margin-left: -40px !important; }
  .ml-sm-45 {
    margin-left: 45px !important; }
  .ml-sm-n45 {
    margin-left: -45px !important; }
  .ml-sm-50 {
    margin-left: 50px !important; }
  .ml-sm-n50 {
    margin-left: -50px !important; }
  .ml-sm-55 {
    margin-left: 55px !important; }
  .ml-sm-n55 {
    margin-left: -55px !important; }
  .ml-sm-60 {
    margin-left: 60px !important; }
  .ml-sm-n60 {
    margin-left: -60px !important; }
  .ml-sm-65 {
    margin-left: 65px !important; }
  .ml-sm-n65 {
    margin-left: -65px !important; }
  .ml-sm-70 {
    margin-left: 70px !important; }
  .ml-sm-n70 {
    margin-left: -70px !important; }
  .ml-sm-75 {
    margin-left: 75px !important; }
  .ml-sm-n75 {
    margin-left: -75px !important; }
  .ml-sm-80 {
    margin-left: 80px !important; }
  .ml-sm-n80 {
    margin-left: -80px !important; }
  .ml-sm-85 {
    margin-left: 85px !important; }
  .ml-sm-n85 {
    margin-left: -85px !important; }
  .ml-sm-90 {
    margin-left: 90px !important; }
  .ml-sm-n90 {
    margin-left: -90px !important; }
  .ml-sm-95 {
    margin-left: 95px !important; }
  .ml-sm-n95 {
    margin-left: -95px !important; }
  .ml-sm-100 {
    margin-left: 100px !important; }
  .ml-sm-n100 {
    margin-left: -100px !important; }
  .ml-sm-105 {
    margin-left: 105px !important; }
  .ml-sm-n105 {
    margin-left: -105px !important; }
  .ml-sm-110 {
    margin-left: 110px !important; }
  .ml-sm-n110 {
    margin-left: -110px !important; }
  .ml-sm-115 {
    margin-left: 115px !important; }
  .ml-sm-n115 {
    margin-left: -115px !important; }
  .ml-sm-120 {
    margin-left: 120px !important; }
  .ml-sm-n120 {
    margin-left: -120px !important; }
  .ml-sm-125 {
    margin-left: 125px !important; }
  .ml-sm-n125 {
    margin-left: -125px !important; }
  .ml-sm-130 {
    margin-left: 130px !important; }
  .ml-sm-n130 {
    margin-left: -130px !important; }
  .ml-sm-135 {
    margin-left: 135px !important; }
  .ml-sm-n135 {
    margin-left: -135px !important; }
  .ml-sm-140 {
    margin-left: 140px !important; }
  .ml-sm-n140 {
    margin-left: -140px !important; }
  .ml-sm-145 {
    margin-left: 145px !important; }
  .ml-sm-n145 {
    margin-left: -145px !important; }
  .ml-sm-150 {
    margin-left: 150px !important; }
  .ml-sm-n150 {
    margin-left: -150px !important; }
  .px-sm-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-sm-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-sm-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-sm-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-sm-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-sm-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-sm-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-sm-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-sm-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-sm-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-sm-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-sm-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-sm-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-sm-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-sm-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-sm-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-sm-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-sm-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-sm-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-sm-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-sm-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-sm-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-sm-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-sm-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-sm-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-sm-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-sm-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-sm-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-sm-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-sm-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-sm-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-sm-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-sm-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-sm-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-sm-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-sm-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-sm-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-sm-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-sm-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-sm-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-sm-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-sm-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-sm-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-sm-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-sm-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-sm-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-sm-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-sm-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-sm-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-sm-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-sm-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-sm-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-sm-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-sm-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-sm-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-sm-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-sm-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-sm-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-sm-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-sm-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-sm-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-sm-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-sm-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-sm-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-sm-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-sm-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-sm-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-sm-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-sm-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-sm-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-sm-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-sm-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-sm-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-sm-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-sm-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-sm-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-sm-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-sm-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-sm-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-sm-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-sm-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-sm-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-sm-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-sm-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-sm-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-sm-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-sm-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-sm-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .p-sm-0 {
    padding: 0px !important; }
  .p-sm-n0 {
    padding: 0px !important; }
  .p-sm-5 {
    padding: 5px !important; }
  .p-sm-n5 {
    padding: -5px !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .p-sm-n10 {
    padding: -10px !important; }
  .p-sm-15 {
    padding: 15px !important; }
  .p-sm-n15 {
    padding: -15px !important; }
  .p-sm-20 {
    padding: 20px !important; }
  .p-sm-n20 {
    padding: -20px !important; }
  .p-sm-25 {
    padding: 25px !important; }
  .p-sm-n25 {
    padding: -25px !important; }
  .p-sm-30 {
    padding: 30px !important; }
  .p-sm-n30 {
    padding: -30px !important; }
  .p-sm-35 {
    padding: 35px !important; }
  .p-sm-n35 {
    padding: -35px !important; }
  .p-sm-40 {
    padding: 40px !important; }
  .p-sm-n40 {
    padding: -40px !important; }
  .p-sm-45 {
    padding: 45px !important; }
  .p-sm-n45 {
    padding: -45px !important; }
  .p-sm-50 {
    padding: 50px !important; }
  .p-sm-n50 {
    padding: -50px !important; }
  .p-sm-55 {
    padding: 55px !important; }
  .p-sm-n55 {
    padding: -55px !important; }
  .p-sm-60 {
    padding: 60px !important; }
  .p-sm-n60 {
    padding: -60px !important; }
  .p-sm-65 {
    padding: 65px !important; }
  .p-sm-n65 {
    padding: -65px !important; }
  .p-sm-70 {
    padding: 70px !important; }
  .p-sm-n70 {
    padding: -70px !important; }
  .p-sm-75 {
    padding: 75px !important; }
  .p-sm-n75 {
    padding: -75px !important; }
  .p-sm-80 {
    padding: 80px !important; }
  .p-sm-n80 {
    padding: -80px !important; }
  .p-sm-85 {
    padding: 85px !important; }
  .p-sm-n85 {
    padding: -85px !important; }
  .p-sm-90 {
    padding: 90px !important; }
  .p-sm-n90 {
    padding: -90px !important; }
  .p-sm-95 {
    padding: 95px !important; }
  .p-sm-n95 {
    padding: -95px !important; }
  .p-sm-100 {
    padding: 100px !important; }
  .p-sm-n100 {
    padding: -100px !important; }
  .p-sm-105 {
    padding: 105px !important; }
  .p-sm-n105 {
    padding: -105px !important; }
  .p-sm-110 {
    padding: 110px !important; }
  .p-sm-n110 {
    padding: -110px !important; }
  .p-sm-115 {
    padding: 115px !important; }
  .p-sm-n115 {
    padding: -115px !important; }
  .p-sm-120 {
    padding: 120px !important; }
  .p-sm-n120 {
    padding: -120px !important; }
  .p-sm-125 {
    padding: 125px !important; }
  .p-sm-n125 {
    padding: -125px !important; }
  .p-sm-130 {
    padding: 130px !important; }
  .p-sm-n130 {
    padding: -130px !important; }
  .p-sm-135 {
    padding: 135px !important; }
  .p-sm-n135 {
    padding: -135px !important; }
  .p-sm-140 {
    padding: 140px !important; }
  .p-sm-n140 {
    padding: -140px !important; }
  .p-sm-145 {
    padding: 145px !important; }
  .p-sm-n145 {
    padding: -145px !important; }
  .p-sm-150 {
    padding: 150px !important; }
  .p-sm-n150 {
    padding: -150px !important; }
  .pt-sm-0 {
    padding-top: 0px !important; }
  .pt-sm-n0 {
    padding-top: 0px !important; }
  .pt-sm-5 {
    padding-top: 5px !important; }
  .pt-sm-n5 {
    padding-top: -5px !important; }
  .pt-sm-10 {
    padding-top: 10px !important; }
  .pt-sm-n10 {
    padding-top: -10px !important; }
  .pt-sm-15 {
    padding-top: 15px !important; }
  .pt-sm-n15 {
    padding-top: -15px !important; }
  .pt-sm-20 {
    padding-top: 20px !important; }
  .pt-sm-n20 {
    padding-top: -20px !important; }
  .pt-sm-25 {
    padding-top: 25px !important; }
  .pt-sm-n25 {
    padding-top: -25px !important; }
  .pt-sm-30 {
    padding-top: 30px !important; }
  .pt-sm-n30 {
    padding-top: -30px !important; }
  .pt-sm-35 {
    padding-top: 35px !important; }
  .pt-sm-n35 {
    padding-top: -35px !important; }
  .pt-sm-40 {
    padding-top: 40px !important; }
  .pt-sm-n40 {
    padding-top: -40px !important; }
  .pt-sm-45 {
    padding-top: 45px !important; }
  .pt-sm-n45 {
    padding-top: -45px !important; }
  .pt-sm-50 {
    padding-top: 50px !important; }
  .pt-sm-n50 {
    padding-top: -50px !important; }
  .pt-sm-55 {
    padding-top: 55px !important; }
  .pt-sm-n55 {
    padding-top: -55px !important; }
  .pt-sm-60 {
    padding-top: 60px !important; }
  .pt-sm-n60 {
    padding-top: -60px !important; }
  .pt-sm-65 {
    padding-top: 65px !important; }
  .pt-sm-n65 {
    padding-top: -65px !important; }
  .pt-sm-70 {
    padding-top: 70px !important; }
  .pt-sm-n70 {
    padding-top: -70px !important; }
  .pt-sm-75 {
    padding-top: 75px !important; }
  .pt-sm-n75 {
    padding-top: -75px !important; }
  .pt-sm-80 {
    padding-top: 80px !important; }
  .pt-sm-n80 {
    padding-top: -80px !important; }
  .pt-sm-85 {
    padding-top: 85px !important; }
  .pt-sm-n85 {
    padding-top: -85px !important; }
  .pt-sm-90 {
    padding-top: 90px !important; }
  .pt-sm-n90 {
    padding-top: -90px !important; }
  .pt-sm-95 {
    padding-top: 95px !important; }
  .pt-sm-n95 {
    padding-top: -95px !important; }
  .pt-sm-100 {
    padding-top: 100px !important; }
  .pt-sm-n100 {
    padding-top: -100px !important; }
  .pt-sm-105 {
    padding-top: 105px !important; }
  .pt-sm-n105 {
    padding-top: -105px !important; }
  .pt-sm-110 {
    padding-top: 110px !important; }
  .pt-sm-n110 {
    padding-top: -110px !important; }
  .pt-sm-115 {
    padding-top: 115px !important; }
  .pt-sm-n115 {
    padding-top: -115px !important; }
  .pt-sm-120 {
    padding-top: 120px !important; }
  .pt-sm-n120 {
    padding-top: -120px !important; }
  .pt-sm-125 {
    padding-top: 125px !important; }
  .pt-sm-n125 {
    padding-top: -125px !important; }
  .pt-sm-130 {
    padding-top: 130px !important; }
  .pt-sm-n130 {
    padding-top: -130px !important; }
  .pt-sm-135 {
    padding-top: 135px !important; }
  .pt-sm-n135 {
    padding-top: -135px !important; }
  .pt-sm-140 {
    padding-top: 140px !important; }
  .pt-sm-n140 {
    padding-top: -140px !important; }
  .pt-sm-145 {
    padding-top: 145px !important; }
  .pt-sm-n145 {
    padding-top: -145px !important; }
  .pt-sm-150 {
    padding-top: 150px !important; }
  .pt-sm-n150 {
    padding-top: -150px !important; }
  .pr-sm-0 {
    padding-right: 0px !important; }
  .pr-sm-n0 {
    padding-right: 0px !important; }
  .pr-sm-5 {
    padding-right: 5px !important; }
  .pr-sm-n5 {
    padding-right: -5px !important; }
  .pr-sm-10 {
    padding-right: 10px !important; }
  .pr-sm-n10 {
    padding-right: -10px !important; }
  .pr-sm-15 {
    padding-right: 15px !important; }
  .pr-sm-n15 {
    padding-right: -15px !important; }
  .pr-sm-20 {
    padding-right: 20px !important; }
  .pr-sm-n20 {
    padding-right: -20px !important; }
  .pr-sm-25 {
    padding-right: 25px !important; }
  .pr-sm-n25 {
    padding-right: -25px !important; }
  .pr-sm-30 {
    padding-right: 30px !important; }
  .pr-sm-n30 {
    padding-right: -30px !important; }
  .pr-sm-35 {
    padding-right: 35px !important; }
  .pr-sm-n35 {
    padding-right: -35px !important; }
  .pr-sm-40 {
    padding-right: 40px !important; }
  .pr-sm-n40 {
    padding-right: -40px !important; }
  .pr-sm-45 {
    padding-right: 45px !important; }
  .pr-sm-n45 {
    padding-right: -45px !important; }
  .pr-sm-50 {
    padding-right: 50px !important; }
  .pr-sm-n50 {
    padding-right: -50px !important; }
  .pr-sm-55 {
    padding-right: 55px !important; }
  .pr-sm-n55 {
    padding-right: -55px !important; }
  .pr-sm-60 {
    padding-right: 60px !important; }
  .pr-sm-n60 {
    padding-right: -60px !important; }
  .pr-sm-65 {
    padding-right: 65px !important; }
  .pr-sm-n65 {
    padding-right: -65px !important; }
  .pr-sm-70 {
    padding-right: 70px !important; }
  .pr-sm-n70 {
    padding-right: -70px !important; }
  .pr-sm-75 {
    padding-right: 75px !important; }
  .pr-sm-n75 {
    padding-right: -75px !important; }
  .pr-sm-80 {
    padding-right: 80px !important; }
  .pr-sm-n80 {
    padding-right: -80px !important; }
  .pr-sm-85 {
    padding-right: 85px !important; }
  .pr-sm-n85 {
    padding-right: -85px !important; }
  .pr-sm-90 {
    padding-right: 90px !important; }
  .pr-sm-n90 {
    padding-right: -90px !important; }
  .pr-sm-95 {
    padding-right: 95px !important; }
  .pr-sm-n95 {
    padding-right: -95px !important; }
  .pr-sm-100 {
    padding-right: 100px !important; }
  .pr-sm-n100 {
    padding-right: -100px !important; }
  .pr-sm-105 {
    padding-right: 105px !important; }
  .pr-sm-n105 {
    padding-right: -105px !important; }
  .pr-sm-110 {
    padding-right: 110px !important; }
  .pr-sm-n110 {
    padding-right: -110px !important; }
  .pr-sm-115 {
    padding-right: 115px !important; }
  .pr-sm-n115 {
    padding-right: -115px !important; }
  .pr-sm-120 {
    padding-right: 120px !important; }
  .pr-sm-n120 {
    padding-right: -120px !important; }
  .pr-sm-125 {
    padding-right: 125px !important; }
  .pr-sm-n125 {
    padding-right: -125px !important; }
  .pr-sm-130 {
    padding-right: 130px !important; }
  .pr-sm-n130 {
    padding-right: -130px !important; }
  .pr-sm-135 {
    padding-right: 135px !important; }
  .pr-sm-n135 {
    padding-right: -135px !important; }
  .pr-sm-140 {
    padding-right: 140px !important; }
  .pr-sm-n140 {
    padding-right: -140px !important; }
  .pr-sm-145 {
    padding-right: 145px !important; }
  .pr-sm-n145 {
    padding-right: -145px !important; }
  .pr-sm-150 {
    padding-right: 150px !important; }
  .pr-sm-n150 {
    padding-right: -150px !important; }
  .pb-sm-0 {
    padding-bottom: 0px !important; }
  .pb-sm-n0 {
    padding-bottom: 0px !important; }
  .pb-sm-5 {
    padding-bottom: 5px !important; }
  .pb-sm-n5 {
    padding-bottom: -5px !important; }
  .pb-sm-10 {
    padding-bottom: 10px !important; }
  .pb-sm-n10 {
    padding-bottom: -10px !important; }
  .pb-sm-15 {
    padding-bottom: 15px !important; }
  .pb-sm-n15 {
    padding-bottom: -15px !important; }
  .pb-sm-20 {
    padding-bottom: 20px !important; }
  .pb-sm-n20 {
    padding-bottom: -20px !important; }
  .pb-sm-25 {
    padding-bottom: 25px !important; }
  .pb-sm-n25 {
    padding-bottom: -25px !important; }
  .pb-sm-30 {
    padding-bottom: 30px !important; }
  .pb-sm-n30 {
    padding-bottom: -30px !important; }
  .pb-sm-35 {
    padding-bottom: 35px !important; }
  .pb-sm-n35 {
    padding-bottom: -35px !important; }
  .pb-sm-40 {
    padding-bottom: 40px !important; }
  .pb-sm-n40 {
    padding-bottom: -40px !important; }
  .pb-sm-45 {
    padding-bottom: 45px !important; }
  .pb-sm-n45 {
    padding-bottom: -45px !important; }
  .pb-sm-50 {
    padding-bottom: 50px !important; }
  .pb-sm-n50 {
    padding-bottom: -50px !important; }
  .pb-sm-55 {
    padding-bottom: 55px !important; }
  .pb-sm-n55 {
    padding-bottom: -55px !important; }
  .pb-sm-60 {
    padding-bottom: 60px !important; }
  .pb-sm-n60 {
    padding-bottom: -60px !important; }
  .pb-sm-65 {
    padding-bottom: 65px !important; }
  .pb-sm-n65 {
    padding-bottom: -65px !important; }
  .pb-sm-70 {
    padding-bottom: 70px !important; }
  .pb-sm-n70 {
    padding-bottom: -70px !important; }
  .pb-sm-75 {
    padding-bottom: 75px !important; }
  .pb-sm-n75 {
    padding-bottom: -75px !important; }
  .pb-sm-80 {
    padding-bottom: 80px !important; }
  .pb-sm-n80 {
    padding-bottom: -80px !important; }
  .pb-sm-85 {
    padding-bottom: 85px !important; }
  .pb-sm-n85 {
    padding-bottom: -85px !important; }
  .pb-sm-90 {
    padding-bottom: 90px !important; }
  .pb-sm-n90 {
    padding-bottom: -90px !important; }
  .pb-sm-95 {
    padding-bottom: 95px !important; }
  .pb-sm-n95 {
    padding-bottom: -95px !important; }
  .pb-sm-100 {
    padding-bottom: 100px !important; }
  .pb-sm-n100 {
    padding-bottom: -100px !important; }
  .pb-sm-105 {
    padding-bottom: 105px !important; }
  .pb-sm-n105 {
    padding-bottom: -105px !important; }
  .pb-sm-110 {
    padding-bottom: 110px !important; }
  .pb-sm-n110 {
    padding-bottom: -110px !important; }
  .pb-sm-115 {
    padding-bottom: 115px !important; }
  .pb-sm-n115 {
    padding-bottom: -115px !important; }
  .pb-sm-120 {
    padding-bottom: 120px !important; }
  .pb-sm-n120 {
    padding-bottom: -120px !important; }
  .pb-sm-125 {
    padding-bottom: 125px !important; }
  .pb-sm-n125 {
    padding-bottom: -125px !important; }
  .pb-sm-130 {
    padding-bottom: 130px !important; }
  .pb-sm-n130 {
    padding-bottom: -130px !important; }
  .pb-sm-135 {
    padding-bottom: 135px !important; }
  .pb-sm-n135 {
    padding-bottom: -135px !important; }
  .pb-sm-140 {
    padding-bottom: 140px !important; }
  .pb-sm-n140 {
    padding-bottom: -140px !important; }
  .pb-sm-145 {
    padding-bottom: 145px !important; }
  .pb-sm-n145 {
    padding-bottom: -145px !important; }
  .pb-sm-150 {
    padding-bottom: 150px !important; }
  .pb-sm-n150 {
    padding-bottom: -150px !important; }
  .pl-sm-0 {
    padding-left: 0px !important; }
  .pl-sm-n0 {
    padding-left: 0px !important; }
  .pl-sm-5 {
    padding-left: 5px !important; }
  .pl-sm-n5 {
    padding-left: -5px !important; }
  .pl-sm-10 {
    padding-left: 10px !important; }
  .pl-sm-n10 {
    padding-left: -10px !important; }
  .pl-sm-15 {
    padding-left: 15px !important; }
  .pl-sm-n15 {
    padding-left: -15px !important; }
  .pl-sm-20 {
    padding-left: 20px !important; }
  .pl-sm-n20 {
    padding-left: -20px !important; }
  .pl-sm-25 {
    padding-left: 25px !important; }
  .pl-sm-n25 {
    padding-left: -25px !important; }
  .pl-sm-30 {
    padding-left: 30px !important; }
  .pl-sm-n30 {
    padding-left: -30px !important; }
  .pl-sm-35 {
    padding-left: 35px !important; }
  .pl-sm-n35 {
    padding-left: -35px !important; }
  .pl-sm-40 {
    padding-left: 40px !important; }
  .pl-sm-n40 {
    padding-left: -40px !important; }
  .pl-sm-45 {
    padding-left: 45px !important; }
  .pl-sm-n45 {
    padding-left: -45px !important; }
  .pl-sm-50 {
    padding-left: 50px !important; }
  .pl-sm-n50 {
    padding-left: -50px !important; }
  .pl-sm-55 {
    padding-left: 55px !important; }
  .pl-sm-n55 {
    padding-left: -55px !important; }
  .pl-sm-60 {
    padding-left: 60px !important; }
  .pl-sm-n60 {
    padding-left: -60px !important; }
  .pl-sm-65 {
    padding-left: 65px !important; }
  .pl-sm-n65 {
    padding-left: -65px !important; }
  .pl-sm-70 {
    padding-left: 70px !important; }
  .pl-sm-n70 {
    padding-left: -70px !important; }
  .pl-sm-75 {
    padding-left: 75px !important; }
  .pl-sm-n75 {
    padding-left: -75px !important; }
  .pl-sm-80 {
    padding-left: 80px !important; }
  .pl-sm-n80 {
    padding-left: -80px !important; }
  .pl-sm-85 {
    padding-left: 85px !important; }
  .pl-sm-n85 {
    padding-left: -85px !important; }
  .pl-sm-90 {
    padding-left: 90px !important; }
  .pl-sm-n90 {
    padding-left: -90px !important; }
  .pl-sm-95 {
    padding-left: 95px !important; }
  .pl-sm-n95 {
    padding-left: -95px !important; }
  .pl-sm-100 {
    padding-left: 100px !important; }
  .pl-sm-n100 {
    padding-left: -100px !important; }
  .pl-sm-105 {
    padding-left: 105px !important; }
  .pl-sm-n105 {
    padding-left: -105px !important; }
  .pl-sm-110 {
    padding-left: 110px !important; }
  .pl-sm-n110 {
    padding-left: -110px !important; }
  .pl-sm-115 {
    padding-left: 115px !important; }
  .pl-sm-n115 {
    padding-left: -115px !important; }
  .pl-sm-120 {
    padding-left: 120px !important; }
  .pl-sm-n120 {
    padding-left: -120px !important; }
  .pl-sm-125 {
    padding-left: 125px !important; }
  .pl-sm-n125 {
    padding-left: -125px !important; }
  .pl-sm-130 {
    padding-left: 130px !important; }
  .pl-sm-n130 {
    padding-left: -130px !important; }
  .pl-sm-135 {
    padding-left: 135px !important; }
  .pl-sm-n135 {
    padding-left: -135px !important; }
  .pl-sm-140 {
    padding-left: 140px !important; }
  .pl-sm-n140 {
    padding-left: -140px !important; }
  .pl-sm-145 {
    padding-left: 145px !important; }
  .pl-sm-n145 {
    padding-left: -145px !important; }
  .pl-sm-150 {
    padding-left: 150px !important; }
  .pl-sm-n150 {
    padding-left: -150px !important; } }

@media (min-width: 769px) {
  .mx-md-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-md-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-md-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-md-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-md-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-md-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-md-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-md-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-md-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-md-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-md-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-md-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-md-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-md-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-md-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-md-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-md-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-md-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-md-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-md-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-md-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-md-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-md-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-md-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-md-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-md-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-md-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-md-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-md-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-md-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-md-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-md-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-md-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-md-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-md-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-md-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-md-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-md-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-md-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-md-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-md-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-md-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-md-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-md-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-md-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-md-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-md-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-md-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-md-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-md-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-md-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-md-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-md-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-md-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-md-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-md-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-md-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-md-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-md-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-md-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-md-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-md-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-md-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-md-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-md-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-md-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-md-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-md-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-md-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-md-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-md-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-md-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-md-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-md-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-md-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-md-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-md-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-md-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-md-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-md-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-md-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-md-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-md-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-md-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-md-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-md-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-md-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-md-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .m-md-0 {
    margin: 0px !important; }
  .m-md-n0 {
    margin: 0px !important; }
  .m-md-5 {
    margin: 5px !important; }
  .m-md-n5 {
    margin: -5px !important; }
  .m-md-10 {
    margin: 10px !important; }
  .m-md-n10 {
    margin: -10px !important; }
  .m-md-15 {
    margin: 15px !important; }
  .m-md-n15 {
    margin: -15px !important; }
  .m-md-20 {
    margin: 20px !important; }
  .m-md-n20 {
    margin: -20px !important; }
  .m-md-25 {
    margin: 25px !important; }
  .m-md-n25 {
    margin: -25px !important; }
  .m-md-30 {
    margin: 30px !important; }
  .m-md-n30 {
    margin: -30px !important; }
  .m-md-35 {
    margin: 35px !important; }
  .m-md-n35 {
    margin: -35px !important; }
  .m-md-40 {
    margin: 40px !important; }
  .m-md-n40 {
    margin: -40px !important; }
  .m-md-45 {
    margin: 45px !important; }
  .m-md-n45 {
    margin: -45px !important; }
  .m-md-50 {
    margin: 50px !important; }
  .m-md-n50 {
    margin: -50px !important; }
  .m-md-55 {
    margin: 55px !important; }
  .m-md-n55 {
    margin: -55px !important; }
  .m-md-60 {
    margin: 60px !important; }
  .m-md-n60 {
    margin: -60px !important; }
  .m-md-65 {
    margin: 65px !important; }
  .m-md-n65 {
    margin: -65px !important; }
  .m-md-70 {
    margin: 70px !important; }
  .m-md-n70 {
    margin: -70px !important; }
  .m-md-75 {
    margin: 75px !important; }
  .m-md-n75 {
    margin: -75px !important; }
  .m-md-80 {
    margin: 80px !important; }
  .m-md-n80 {
    margin: -80px !important; }
  .m-md-85 {
    margin: 85px !important; }
  .m-md-n85 {
    margin: -85px !important; }
  .m-md-90 {
    margin: 90px !important; }
  .m-md-n90 {
    margin: -90px !important; }
  .m-md-95 {
    margin: 95px !important; }
  .m-md-n95 {
    margin: -95px !important; }
  .m-md-100 {
    margin: 100px !important; }
  .m-md-n100 {
    margin: -100px !important; }
  .m-md-105 {
    margin: 105px !important; }
  .m-md-n105 {
    margin: -105px !important; }
  .m-md-110 {
    margin: 110px !important; }
  .m-md-n110 {
    margin: -110px !important; }
  .m-md-115 {
    margin: 115px !important; }
  .m-md-n115 {
    margin: -115px !important; }
  .m-md-120 {
    margin: 120px !important; }
  .m-md-n120 {
    margin: -120px !important; }
  .m-md-125 {
    margin: 125px !important; }
  .m-md-n125 {
    margin: -125px !important; }
  .m-md-130 {
    margin: 130px !important; }
  .m-md-n130 {
    margin: -130px !important; }
  .m-md-135 {
    margin: 135px !important; }
  .m-md-n135 {
    margin: -135px !important; }
  .m-md-140 {
    margin: 140px !important; }
  .m-md-n140 {
    margin: -140px !important; }
  .m-md-145 {
    margin: 145px !important; }
  .m-md-n145 {
    margin: -145px !important; }
  .m-md-150 {
    margin: 150px !important; }
  .m-md-n150 {
    margin: -150px !important; }
  .mt-md-0 {
    margin-top: 0px !important; }
  .mt-md-n0 {
    margin-top: 0px !important; }
  .mt-md-5 {
    margin-top: 5px !important; }
  .mt-md-n5 {
    margin-top: -5px !important; }
  .mt-md-10 {
    margin-top: 10px !important; }
  .mt-md-n10 {
    margin-top: -10px !important; }
  .mt-md-15 {
    margin-top: 15px !important; }
  .mt-md-n15 {
    margin-top: -15px !important; }
  .mt-md-20 {
    margin-top: 20px !important; }
  .mt-md-n20 {
    margin-top: -20px !important; }
  .mt-md-25 {
    margin-top: 25px !important; }
  .mt-md-n25 {
    margin-top: -25px !important; }
  .mt-md-30 {
    margin-top: 30px !important; }
  .mt-md-n30 {
    margin-top: -30px !important; }
  .mt-md-35 {
    margin-top: 35px !important; }
  .mt-md-n35 {
    margin-top: -35px !important; }
  .mt-md-40 {
    margin-top: 40px !important; }
  .mt-md-n40 {
    margin-top: -40px !important; }
  .mt-md-45 {
    margin-top: 45px !important; }
  .mt-md-n45 {
    margin-top: -45px !important; }
  .mt-md-50 {
    margin-top: 50px !important; }
  .mt-md-n50 {
    margin-top: -50px !important; }
  .mt-md-55 {
    margin-top: 55px !important; }
  .mt-md-n55 {
    margin-top: -55px !important; }
  .mt-md-60 {
    margin-top: 60px !important; }
  .mt-md-n60 {
    margin-top: -60px !important; }
  .mt-md-65 {
    margin-top: 65px !important; }
  .mt-md-n65 {
    margin-top: -65px !important; }
  .mt-md-70 {
    margin-top: 70px !important; }
  .mt-md-n70 {
    margin-top: -70px !important; }
  .mt-md-75 {
    margin-top: 75px !important; }
  .mt-md-n75 {
    margin-top: -75px !important; }
  .mt-md-80 {
    margin-top: 80px !important; }
  .mt-md-n80 {
    margin-top: -80px !important; }
  .mt-md-85 {
    margin-top: 85px !important; }
  .mt-md-n85 {
    margin-top: -85px !important; }
  .mt-md-90 {
    margin-top: 90px !important; }
  .mt-md-n90 {
    margin-top: -90px !important; }
  .mt-md-95 {
    margin-top: 95px !important; }
  .mt-md-n95 {
    margin-top: -95px !important; }
  .mt-md-100 {
    margin-top: 100px !important; }
  .mt-md-n100 {
    margin-top: -100px !important; }
  .mt-md-105 {
    margin-top: 105px !important; }
  .mt-md-n105 {
    margin-top: -105px !important; }
  .mt-md-110 {
    margin-top: 110px !important; }
  .mt-md-n110 {
    margin-top: -110px !important; }
  .mt-md-115 {
    margin-top: 115px !important; }
  .mt-md-n115 {
    margin-top: -115px !important; }
  .mt-md-120 {
    margin-top: 120px !important; }
  .mt-md-n120 {
    margin-top: -120px !important; }
  .mt-md-125 {
    margin-top: 125px !important; }
  .mt-md-n125 {
    margin-top: -125px !important; }
  .mt-md-130 {
    margin-top: 130px !important; }
  .mt-md-n130 {
    margin-top: -130px !important; }
  .mt-md-135 {
    margin-top: 135px !important; }
  .mt-md-n135 {
    margin-top: -135px !important; }
  .mt-md-140 {
    margin-top: 140px !important; }
  .mt-md-n140 {
    margin-top: -140px !important; }
  .mt-md-145 {
    margin-top: 145px !important; }
  .mt-md-n145 {
    margin-top: -145px !important; }
  .mt-md-150 {
    margin-top: 150px !important; }
  .mt-md-n150 {
    margin-top: -150px !important; }
  .mr-md-0 {
    margin-right: 0px !important; }
  .mr-md-n0 {
    margin-right: 0px !important; }
  .mr-md-5 {
    margin-right: 5px !important; }
  .mr-md-n5 {
    margin-right: -5px !important; }
  .mr-md-10 {
    margin-right: 10px !important; }
  .mr-md-n10 {
    margin-right: -10px !important; }
  .mr-md-15 {
    margin-right: 15px !important; }
  .mr-md-n15 {
    margin-right: -15px !important; }
  .mr-md-20 {
    margin-right: 20px !important; }
  .mr-md-n20 {
    margin-right: -20px !important; }
  .mr-md-25 {
    margin-right: 25px !important; }
  .mr-md-n25 {
    margin-right: -25px !important; }
  .mr-md-30 {
    margin-right: 30px !important; }
  .mr-md-n30 {
    margin-right: -30px !important; }
  .mr-md-35 {
    margin-right: 35px !important; }
  .mr-md-n35 {
    margin-right: -35px !important; }
  .mr-md-40 {
    margin-right: 40px !important; }
  .mr-md-n40 {
    margin-right: -40px !important; }
  .mr-md-45 {
    margin-right: 45px !important; }
  .mr-md-n45 {
    margin-right: -45px !important; }
  .mr-md-50 {
    margin-right: 50px !important; }
  .mr-md-n50 {
    margin-right: -50px !important; }
  .mr-md-55 {
    margin-right: 55px !important; }
  .mr-md-n55 {
    margin-right: -55px !important; }
  .mr-md-60 {
    margin-right: 60px !important; }
  .mr-md-n60 {
    margin-right: -60px !important; }
  .mr-md-65 {
    margin-right: 65px !important; }
  .mr-md-n65 {
    margin-right: -65px !important; }
  .mr-md-70 {
    margin-right: 70px !important; }
  .mr-md-n70 {
    margin-right: -70px !important; }
  .mr-md-75 {
    margin-right: 75px !important; }
  .mr-md-n75 {
    margin-right: -75px !important; }
  .mr-md-80 {
    margin-right: 80px !important; }
  .mr-md-n80 {
    margin-right: -80px !important; }
  .mr-md-85 {
    margin-right: 85px !important; }
  .mr-md-n85 {
    margin-right: -85px !important; }
  .mr-md-90 {
    margin-right: 90px !important; }
  .mr-md-n90 {
    margin-right: -90px !important; }
  .mr-md-95 {
    margin-right: 95px !important; }
  .mr-md-n95 {
    margin-right: -95px !important; }
  .mr-md-100 {
    margin-right: 100px !important; }
  .mr-md-n100 {
    margin-right: -100px !important; }
  .mr-md-105 {
    margin-right: 105px !important; }
  .mr-md-n105 {
    margin-right: -105px !important; }
  .mr-md-110 {
    margin-right: 110px !important; }
  .mr-md-n110 {
    margin-right: -110px !important; }
  .mr-md-115 {
    margin-right: 115px !important; }
  .mr-md-n115 {
    margin-right: -115px !important; }
  .mr-md-120 {
    margin-right: 120px !important; }
  .mr-md-n120 {
    margin-right: -120px !important; }
  .mr-md-125 {
    margin-right: 125px !important; }
  .mr-md-n125 {
    margin-right: -125px !important; }
  .mr-md-130 {
    margin-right: 130px !important; }
  .mr-md-n130 {
    margin-right: -130px !important; }
  .mr-md-135 {
    margin-right: 135px !important; }
  .mr-md-n135 {
    margin-right: -135px !important; }
  .mr-md-140 {
    margin-right: 140px !important; }
  .mr-md-n140 {
    margin-right: -140px !important; }
  .mr-md-145 {
    margin-right: 145px !important; }
  .mr-md-n145 {
    margin-right: -145px !important; }
  .mr-md-150 {
    margin-right: 150px !important; }
  .mr-md-n150 {
    margin-right: -150px !important; }
  .mb-md-0 {
    margin-bottom: 0px !important; }
  .mb-md-n0 {
    margin-bottom: 0px !important; }
  .mb-md-5 {
    margin-bottom: 5px !important; }
  .mb-md-n5 {
    margin-bottom: -5px !important; }
  .mb-md-10 {
    margin-bottom: 10px !important; }
  .mb-md-n10 {
    margin-bottom: -10px !important; }
  .mb-md-15 {
    margin-bottom: 15px !important; }
  .mb-md-n15 {
    margin-bottom: -15px !important; }
  .mb-md-20 {
    margin-bottom: 20px !important; }
  .mb-md-n20 {
    margin-bottom: -20px !important; }
  .mb-md-25 {
    margin-bottom: 25px !important; }
  .mb-md-n25 {
    margin-bottom: -25px !important; }
  .mb-md-30 {
    margin-bottom: 30px !important; }
  .mb-md-n30 {
    margin-bottom: -30px !important; }
  .mb-md-35 {
    margin-bottom: 35px !important; }
  .mb-md-n35 {
    margin-bottom: -35px !important; }
  .mb-md-40 {
    margin-bottom: 40px !important; }
  .mb-md-n40 {
    margin-bottom: -40px !important; }
  .mb-md-45 {
    margin-bottom: 45px !important; }
  .mb-md-n45 {
    margin-bottom: -45px !important; }
  .mb-md-50 {
    margin-bottom: 50px !important; }
  .mb-md-n50 {
    margin-bottom: -50px !important; }
  .mb-md-55 {
    margin-bottom: 55px !important; }
  .mb-md-n55 {
    margin-bottom: -55px !important; }
  .mb-md-60 {
    margin-bottom: 60px !important; }
  .mb-md-n60 {
    margin-bottom: -60px !important; }
  .mb-md-65 {
    margin-bottom: 65px !important; }
  .mb-md-n65 {
    margin-bottom: -65px !important; }
  .mb-md-70 {
    margin-bottom: 70px !important; }
  .mb-md-n70 {
    margin-bottom: -70px !important; }
  .mb-md-75 {
    margin-bottom: 75px !important; }
  .mb-md-n75 {
    margin-bottom: -75px !important; }
  .mb-md-80 {
    margin-bottom: 80px !important; }
  .mb-md-n80 {
    margin-bottom: -80px !important; }
  .mb-md-85 {
    margin-bottom: 85px !important; }
  .mb-md-n85 {
    margin-bottom: -85px !important; }
  .mb-md-90 {
    margin-bottom: 90px !important; }
  .mb-md-n90 {
    margin-bottom: -90px !important; }
  .mb-md-95 {
    margin-bottom: 95px !important; }
  .mb-md-n95 {
    margin-bottom: -95px !important; }
  .mb-md-100 {
    margin-bottom: 100px !important; }
  .mb-md-n100 {
    margin-bottom: -100px !important; }
  .mb-md-105 {
    margin-bottom: 105px !important; }
  .mb-md-n105 {
    margin-bottom: -105px !important; }
  .mb-md-110 {
    margin-bottom: 110px !important; }
  .mb-md-n110 {
    margin-bottom: -110px !important; }
  .mb-md-115 {
    margin-bottom: 115px !important; }
  .mb-md-n115 {
    margin-bottom: -115px !important; }
  .mb-md-120 {
    margin-bottom: 120px !important; }
  .mb-md-n120 {
    margin-bottom: -120px !important; }
  .mb-md-125 {
    margin-bottom: 125px !important; }
  .mb-md-n125 {
    margin-bottom: -125px !important; }
  .mb-md-130 {
    margin-bottom: 130px !important; }
  .mb-md-n130 {
    margin-bottom: -130px !important; }
  .mb-md-135 {
    margin-bottom: 135px !important; }
  .mb-md-n135 {
    margin-bottom: -135px !important; }
  .mb-md-140 {
    margin-bottom: 140px !important; }
  .mb-md-n140 {
    margin-bottom: -140px !important; }
  .mb-md-145 {
    margin-bottom: 145px !important; }
  .mb-md-n145 {
    margin-bottom: -145px !important; }
  .mb-md-150 {
    margin-bottom: 150px !important; }
  .mb-md-n150 {
    margin-bottom: -150px !important; }
  .ml-md-0 {
    margin-left: 0px !important; }
  .ml-md-n0 {
    margin-left: 0px !important; }
  .ml-md-5 {
    margin-left: 5px !important; }
  .ml-md-n5 {
    margin-left: -5px !important; }
  .ml-md-10 {
    margin-left: 10px !important; }
  .ml-md-n10 {
    margin-left: -10px !important; }
  .ml-md-15 {
    margin-left: 15px !important; }
  .ml-md-n15 {
    margin-left: -15px !important; }
  .ml-md-20 {
    margin-left: 20px !important; }
  .ml-md-n20 {
    margin-left: -20px !important; }
  .ml-md-25 {
    margin-left: 25px !important; }
  .ml-md-n25 {
    margin-left: -25px !important; }
  .ml-md-30 {
    margin-left: 30px !important; }
  .ml-md-n30 {
    margin-left: -30px !important; }
  .ml-md-35 {
    margin-left: 35px !important; }
  .ml-md-n35 {
    margin-left: -35px !important; }
  .ml-md-40 {
    margin-left: 40px !important; }
  .ml-md-n40 {
    margin-left: -40px !important; }
  .ml-md-45 {
    margin-left: 45px !important; }
  .ml-md-n45 {
    margin-left: -45px !important; }
  .ml-md-50 {
    margin-left: 50px !important; }
  .ml-md-n50 {
    margin-left: -50px !important; }
  .ml-md-55 {
    margin-left: 55px !important; }
  .ml-md-n55 {
    margin-left: -55px !important; }
  .ml-md-60 {
    margin-left: 60px !important; }
  .ml-md-n60 {
    margin-left: -60px !important; }
  .ml-md-65 {
    margin-left: 65px !important; }
  .ml-md-n65 {
    margin-left: -65px !important; }
  .ml-md-70 {
    margin-left: 70px !important; }
  .ml-md-n70 {
    margin-left: -70px !important; }
  .ml-md-75 {
    margin-left: 75px !important; }
  .ml-md-n75 {
    margin-left: -75px !important; }
  .ml-md-80 {
    margin-left: 80px !important; }
  .ml-md-n80 {
    margin-left: -80px !important; }
  .ml-md-85 {
    margin-left: 85px !important; }
  .ml-md-n85 {
    margin-left: -85px !important; }
  .ml-md-90 {
    margin-left: 90px !important; }
  .ml-md-n90 {
    margin-left: -90px !important; }
  .ml-md-95 {
    margin-left: 95px !important; }
  .ml-md-n95 {
    margin-left: -95px !important; }
  .ml-md-100 {
    margin-left: 100px !important; }
  .ml-md-n100 {
    margin-left: -100px !important; }
  .ml-md-105 {
    margin-left: 105px !important; }
  .ml-md-n105 {
    margin-left: -105px !important; }
  .ml-md-110 {
    margin-left: 110px !important; }
  .ml-md-n110 {
    margin-left: -110px !important; }
  .ml-md-115 {
    margin-left: 115px !important; }
  .ml-md-n115 {
    margin-left: -115px !important; }
  .ml-md-120 {
    margin-left: 120px !important; }
  .ml-md-n120 {
    margin-left: -120px !important; }
  .ml-md-125 {
    margin-left: 125px !important; }
  .ml-md-n125 {
    margin-left: -125px !important; }
  .ml-md-130 {
    margin-left: 130px !important; }
  .ml-md-n130 {
    margin-left: -130px !important; }
  .ml-md-135 {
    margin-left: 135px !important; }
  .ml-md-n135 {
    margin-left: -135px !important; }
  .ml-md-140 {
    margin-left: 140px !important; }
  .ml-md-n140 {
    margin-left: -140px !important; }
  .ml-md-145 {
    margin-left: 145px !important; }
  .ml-md-n145 {
    margin-left: -145px !important; }
  .ml-md-150 {
    margin-left: 150px !important; }
  .ml-md-n150 {
    margin-left: -150px !important; }
  .px-md-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-md-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-md-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-md-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-md-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-md-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-md-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-md-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-md-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-md-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-md-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-md-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-md-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-md-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-md-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-md-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-md-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-md-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-md-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-md-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-md-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-md-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-md-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-md-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-md-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-md-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-md-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-md-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-md-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-md-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-md-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-md-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-md-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-md-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-md-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-md-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-md-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-md-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-md-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-md-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-md-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-md-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-md-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-md-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-md-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-md-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-md-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-md-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-md-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-md-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-md-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-md-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-md-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-md-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-md-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-md-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-md-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-md-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-md-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-md-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-md-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-md-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-md-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-md-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-md-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-md-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-md-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-md-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-md-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-md-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-md-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-md-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-md-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-md-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-md-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-md-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-md-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-md-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-md-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-md-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-md-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-md-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-md-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-md-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-md-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-md-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-md-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-md-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .p-md-0 {
    padding: 0px !important; }
  .p-md-n0 {
    padding: 0px !important; }
  .p-md-5 {
    padding: 5px !important; }
  .p-md-n5 {
    padding: -5px !important; }
  .p-md-10 {
    padding: 10px !important; }
  .p-md-n10 {
    padding: -10px !important; }
  .p-md-15 {
    padding: 15px !important; }
  .p-md-n15 {
    padding: -15px !important; }
  .p-md-20 {
    padding: 20px !important; }
  .p-md-n20 {
    padding: -20px !important; }
  .p-md-25 {
    padding: 25px !important; }
  .p-md-n25 {
    padding: -25px !important; }
  .p-md-30 {
    padding: 30px !important; }
  .p-md-n30 {
    padding: -30px !important; }
  .p-md-35 {
    padding: 35px !important; }
  .p-md-n35 {
    padding: -35px !important; }
  .p-md-40 {
    padding: 40px !important; }
  .p-md-n40 {
    padding: -40px !important; }
  .p-md-45 {
    padding: 45px !important; }
  .p-md-n45 {
    padding: -45px !important; }
  .p-md-50 {
    padding: 50px !important; }
  .p-md-n50 {
    padding: -50px !important; }
  .p-md-55 {
    padding: 55px !important; }
  .p-md-n55 {
    padding: -55px !important; }
  .p-md-60 {
    padding: 60px !important; }
  .p-md-n60 {
    padding: -60px !important; }
  .p-md-65 {
    padding: 65px !important; }
  .p-md-n65 {
    padding: -65px !important; }
  .p-md-70 {
    padding: 70px !important; }
  .p-md-n70 {
    padding: -70px !important; }
  .p-md-75 {
    padding: 75px !important; }
  .p-md-n75 {
    padding: -75px !important; }
  .p-md-80 {
    padding: 80px !important; }
  .p-md-n80 {
    padding: -80px !important; }
  .p-md-85 {
    padding: 85px !important; }
  .p-md-n85 {
    padding: -85px !important; }
  .p-md-90 {
    padding: 90px !important; }
  .p-md-n90 {
    padding: -90px !important; }
  .p-md-95 {
    padding: 95px !important; }
  .p-md-n95 {
    padding: -95px !important; }
  .p-md-100 {
    padding: 100px !important; }
  .p-md-n100 {
    padding: -100px !important; }
  .p-md-105 {
    padding: 105px !important; }
  .p-md-n105 {
    padding: -105px !important; }
  .p-md-110 {
    padding: 110px !important; }
  .p-md-n110 {
    padding: -110px !important; }
  .p-md-115 {
    padding: 115px !important; }
  .p-md-n115 {
    padding: -115px !important; }
  .p-md-120 {
    padding: 120px !important; }
  .p-md-n120 {
    padding: -120px !important; }
  .p-md-125 {
    padding: 125px !important; }
  .p-md-n125 {
    padding: -125px !important; }
  .p-md-130 {
    padding: 130px !important; }
  .p-md-n130 {
    padding: -130px !important; }
  .p-md-135 {
    padding: 135px !important; }
  .p-md-n135 {
    padding: -135px !important; }
  .p-md-140 {
    padding: 140px !important; }
  .p-md-n140 {
    padding: -140px !important; }
  .p-md-145 {
    padding: 145px !important; }
  .p-md-n145 {
    padding: -145px !important; }
  .p-md-150 {
    padding: 150px !important; }
  .p-md-n150 {
    padding: -150px !important; }
  .pt-md-0 {
    padding-top: 0px !important; }
  .pt-md-n0 {
    padding-top: 0px !important; }
  .pt-md-5 {
    padding-top: 5px !important; }
  .pt-md-n5 {
    padding-top: -5px !important; }
  .pt-md-10 {
    padding-top: 10px !important; }
  .pt-md-n10 {
    padding-top: -10px !important; }
  .pt-md-15 {
    padding-top: 15px !important; }
  .pt-md-n15 {
    padding-top: -15px !important; }
  .pt-md-20 {
    padding-top: 20px !important; }
  .pt-md-n20 {
    padding-top: -20px !important; }
  .pt-md-25 {
    padding-top: 25px !important; }
  .pt-md-n25 {
    padding-top: -25px !important; }
  .pt-md-30 {
    padding-top: 30px !important; }
  .pt-md-n30 {
    padding-top: -30px !important; }
  .pt-md-35 {
    padding-top: 35px !important; }
  .pt-md-n35 {
    padding-top: -35px !important; }
  .pt-md-40 {
    padding-top: 40px !important; }
  .pt-md-n40 {
    padding-top: -40px !important; }
  .pt-md-45 {
    padding-top: 45px !important; }
  .pt-md-n45 {
    padding-top: -45px !important; }
  .pt-md-50 {
    padding-top: 50px !important; }
  .pt-md-n50 {
    padding-top: -50px !important; }
  .pt-md-55 {
    padding-top: 55px !important; }
  .pt-md-n55 {
    padding-top: -55px !important; }
  .pt-md-60 {
    padding-top: 60px !important; }
  .pt-md-n60 {
    padding-top: -60px !important; }
  .pt-md-65 {
    padding-top: 65px !important; }
  .pt-md-n65 {
    padding-top: -65px !important; }
  .pt-md-70 {
    padding-top: 70px !important; }
  .pt-md-n70 {
    padding-top: -70px !important; }
  .pt-md-75 {
    padding-top: 75px !important; }
  .pt-md-n75 {
    padding-top: -75px !important; }
  .pt-md-80 {
    padding-top: 80px !important; }
  .pt-md-n80 {
    padding-top: -80px !important; }
  .pt-md-85 {
    padding-top: 85px !important; }
  .pt-md-n85 {
    padding-top: -85px !important; }
  .pt-md-90 {
    padding-top: 90px !important; }
  .pt-md-n90 {
    padding-top: -90px !important; }
  .pt-md-95 {
    padding-top: 95px !important; }
  .pt-md-n95 {
    padding-top: -95px !important; }
  .pt-md-100 {
    padding-top: 100px !important; }
  .pt-md-n100 {
    padding-top: -100px !important; }
  .pt-md-105 {
    padding-top: 105px !important; }
  .pt-md-n105 {
    padding-top: -105px !important; }
  .pt-md-110 {
    padding-top: 110px !important; }
  .pt-md-n110 {
    padding-top: -110px !important; }
  .pt-md-115 {
    padding-top: 115px !important; }
  .pt-md-n115 {
    padding-top: -115px !important; }
  .pt-md-120 {
    padding-top: 120px !important; }
  .pt-md-n120 {
    padding-top: -120px !important; }
  .pt-md-125 {
    padding-top: 125px !important; }
  .pt-md-n125 {
    padding-top: -125px !important; }
  .pt-md-130 {
    padding-top: 130px !important; }
  .pt-md-n130 {
    padding-top: -130px !important; }
  .pt-md-135 {
    padding-top: 135px !important; }
  .pt-md-n135 {
    padding-top: -135px !important; }
  .pt-md-140 {
    padding-top: 140px !important; }
  .pt-md-n140 {
    padding-top: -140px !important; }
  .pt-md-145 {
    padding-top: 145px !important; }
  .pt-md-n145 {
    padding-top: -145px !important; }
  .pt-md-150 {
    padding-top: 150px !important; }
  .pt-md-n150 {
    padding-top: -150px !important; }
  .pr-md-0 {
    padding-right: 0px !important; }
  .pr-md-n0 {
    padding-right: 0px !important; }
  .pr-md-5 {
    padding-right: 5px !important; }
  .pr-md-n5 {
    padding-right: -5px !important; }
  .pr-md-10 {
    padding-right: 10px !important; }
  .pr-md-n10 {
    padding-right: -10px !important; }
  .pr-md-15 {
    padding-right: 15px !important; }
  .pr-md-n15 {
    padding-right: -15px !important; }
  .pr-md-20 {
    padding-right: 20px !important; }
  .pr-md-n20 {
    padding-right: -20px !important; }
  .pr-md-25 {
    padding-right: 25px !important; }
  .pr-md-n25 {
    padding-right: -25px !important; }
  .pr-md-30 {
    padding-right: 30px !important; }
  .pr-md-n30 {
    padding-right: -30px !important; }
  .pr-md-35 {
    padding-right: 35px !important; }
  .pr-md-n35 {
    padding-right: -35px !important; }
  .pr-md-40 {
    padding-right: 40px !important; }
  .pr-md-n40 {
    padding-right: -40px !important; }
  .pr-md-45 {
    padding-right: 45px !important; }
  .pr-md-n45 {
    padding-right: -45px !important; }
  .pr-md-50 {
    padding-right: 50px !important; }
  .pr-md-n50 {
    padding-right: -50px !important; }
  .pr-md-55 {
    padding-right: 55px !important; }
  .pr-md-n55 {
    padding-right: -55px !important; }
  .pr-md-60 {
    padding-right: 60px !important; }
  .pr-md-n60 {
    padding-right: -60px !important; }
  .pr-md-65 {
    padding-right: 65px !important; }
  .pr-md-n65 {
    padding-right: -65px !important; }
  .pr-md-70 {
    padding-right: 70px !important; }
  .pr-md-n70 {
    padding-right: -70px !important; }
  .pr-md-75 {
    padding-right: 75px !important; }
  .pr-md-n75 {
    padding-right: -75px !important; }
  .pr-md-80 {
    padding-right: 80px !important; }
  .pr-md-n80 {
    padding-right: -80px !important; }
  .pr-md-85 {
    padding-right: 85px !important; }
  .pr-md-n85 {
    padding-right: -85px !important; }
  .pr-md-90 {
    padding-right: 90px !important; }
  .pr-md-n90 {
    padding-right: -90px !important; }
  .pr-md-95 {
    padding-right: 95px !important; }
  .pr-md-n95 {
    padding-right: -95px !important; }
  .pr-md-100 {
    padding-right: 100px !important; }
  .pr-md-n100 {
    padding-right: -100px !important; }
  .pr-md-105 {
    padding-right: 105px !important; }
  .pr-md-n105 {
    padding-right: -105px !important; }
  .pr-md-110 {
    padding-right: 110px !important; }
  .pr-md-n110 {
    padding-right: -110px !important; }
  .pr-md-115 {
    padding-right: 115px !important; }
  .pr-md-n115 {
    padding-right: -115px !important; }
  .pr-md-120 {
    padding-right: 120px !important; }
  .pr-md-n120 {
    padding-right: -120px !important; }
  .pr-md-125 {
    padding-right: 125px !important; }
  .pr-md-n125 {
    padding-right: -125px !important; }
  .pr-md-130 {
    padding-right: 130px !important; }
  .pr-md-n130 {
    padding-right: -130px !important; }
  .pr-md-135 {
    padding-right: 135px !important; }
  .pr-md-n135 {
    padding-right: -135px !important; }
  .pr-md-140 {
    padding-right: 140px !important; }
  .pr-md-n140 {
    padding-right: -140px !important; }
  .pr-md-145 {
    padding-right: 145px !important; }
  .pr-md-n145 {
    padding-right: -145px !important; }
  .pr-md-150 {
    padding-right: 150px !important; }
  .pr-md-n150 {
    padding-right: -150px !important; }
  .pb-md-0 {
    padding-bottom: 0px !important; }
  .pb-md-n0 {
    padding-bottom: 0px !important; }
  .pb-md-5 {
    padding-bottom: 5px !important; }
  .pb-md-n5 {
    padding-bottom: -5px !important; }
  .pb-md-10 {
    padding-bottom: 10px !important; }
  .pb-md-n10 {
    padding-bottom: -10px !important; }
  .pb-md-15 {
    padding-bottom: 15px !important; }
  .pb-md-n15 {
    padding-bottom: -15px !important; }
  .pb-md-20 {
    padding-bottom: 20px !important; }
  .pb-md-n20 {
    padding-bottom: -20px !important; }
  .pb-md-25 {
    padding-bottom: 25px !important; }
  .pb-md-n25 {
    padding-bottom: -25px !important; }
  .pb-md-30 {
    padding-bottom: 30px !important; }
  .pb-md-n30 {
    padding-bottom: -30px !important; }
  .pb-md-35 {
    padding-bottom: 35px !important; }
  .pb-md-n35 {
    padding-bottom: -35px !important; }
  .pb-md-40 {
    padding-bottom: 40px !important; }
  .pb-md-n40 {
    padding-bottom: -40px !important; }
  .pb-md-45 {
    padding-bottom: 45px !important; }
  .pb-md-n45 {
    padding-bottom: -45px !important; }
  .pb-md-50 {
    padding-bottom: 50px !important; }
  .pb-md-n50 {
    padding-bottom: -50px !important; }
  .pb-md-55 {
    padding-bottom: 55px !important; }
  .pb-md-n55 {
    padding-bottom: -55px !important; }
  .pb-md-60 {
    padding-bottom: 60px !important; }
  .pb-md-n60 {
    padding-bottom: -60px !important; }
  .pb-md-65 {
    padding-bottom: 65px !important; }
  .pb-md-n65 {
    padding-bottom: -65px !important; }
  .pb-md-70 {
    padding-bottom: 70px !important; }
  .pb-md-n70 {
    padding-bottom: -70px !important; }
  .pb-md-75 {
    padding-bottom: 75px !important; }
  .pb-md-n75 {
    padding-bottom: -75px !important; }
  .pb-md-80 {
    padding-bottom: 80px !important; }
  .pb-md-n80 {
    padding-bottom: -80px !important; }
  .pb-md-85 {
    padding-bottom: 85px !important; }
  .pb-md-n85 {
    padding-bottom: -85px !important; }
  .pb-md-90 {
    padding-bottom: 90px !important; }
  .pb-md-n90 {
    padding-bottom: -90px !important; }
  .pb-md-95 {
    padding-bottom: 95px !important; }
  .pb-md-n95 {
    padding-bottom: -95px !important; }
  .pb-md-100 {
    padding-bottom: 100px !important; }
  .pb-md-n100 {
    padding-bottom: -100px !important; }
  .pb-md-105 {
    padding-bottom: 105px !important; }
  .pb-md-n105 {
    padding-bottom: -105px !important; }
  .pb-md-110 {
    padding-bottom: 110px !important; }
  .pb-md-n110 {
    padding-bottom: -110px !important; }
  .pb-md-115 {
    padding-bottom: 115px !important; }
  .pb-md-n115 {
    padding-bottom: -115px !important; }
  .pb-md-120 {
    padding-bottom: 120px !important; }
  .pb-md-n120 {
    padding-bottom: -120px !important; }
  .pb-md-125 {
    padding-bottom: 125px !important; }
  .pb-md-n125 {
    padding-bottom: -125px !important; }
  .pb-md-130 {
    padding-bottom: 130px !important; }
  .pb-md-n130 {
    padding-bottom: -130px !important; }
  .pb-md-135 {
    padding-bottom: 135px !important; }
  .pb-md-n135 {
    padding-bottom: -135px !important; }
  .pb-md-140 {
    padding-bottom: 140px !important; }
  .pb-md-n140 {
    padding-bottom: -140px !important; }
  .pb-md-145 {
    padding-bottom: 145px !important; }
  .pb-md-n145 {
    padding-bottom: -145px !important; }
  .pb-md-150 {
    padding-bottom: 150px !important; }
  .pb-md-n150 {
    padding-bottom: -150px !important; }
  .pl-md-0 {
    padding-left: 0px !important; }
  .pl-md-n0 {
    padding-left: 0px !important; }
  .pl-md-5 {
    padding-left: 5px !important; }
  .pl-md-n5 {
    padding-left: -5px !important; }
  .pl-md-10 {
    padding-left: 10px !important; }
  .pl-md-n10 {
    padding-left: -10px !important; }
  .pl-md-15 {
    padding-left: 15px !important; }
  .pl-md-n15 {
    padding-left: -15px !important; }
  .pl-md-20 {
    padding-left: 20px !important; }
  .pl-md-n20 {
    padding-left: -20px !important; }
  .pl-md-25 {
    padding-left: 25px !important; }
  .pl-md-n25 {
    padding-left: -25px !important; }
  .pl-md-30 {
    padding-left: 30px !important; }
  .pl-md-n30 {
    padding-left: -30px !important; }
  .pl-md-35 {
    padding-left: 35px !important; }
  .pl-md-n35 {
    padding-left: -35px !important; }
  .pl-md-40 {
    padding-left: 40px !important; }
  .pl-md-n40 {
    padding-left: -40px !important; }
  .pl-md-45 {
    padding-left: 45px !important; }
  .pl-md-n45 {
    padding-left: -45px !important; }
  .pl-md-50 {
    padding-left: 50px !important; }
  .pl-md-n50 {
    padding-left: -50px !important; }
  .pl-md-55 {
    padding-left: 55px !important; }
  .pl-md-n55 {
    padding-left: -55px !important; }
  .pl-md-60 {
    padding-left: 60px !important; }
  .pl-md-n60 {
    padding-left: -60px !important; }
  .pl-md-65 {
    padding-left: 65px !important; }
  .pl-md-n65 {
    padding-left: -65px !important; }
  .pl-md-70 {
    padding-left: 70px !important; }
  .pl-md-n70 {
    padding-left: -70px !important; }
  .pl-md-75 {
    padding-left: 75px !important; }
  .pl-md-n75 {
    padding-left: -75px !important; }
  .pl-md-80 {
    padding-left: 80px !important; }
  .pl-md-n80 {
    padding-left: -80px !important; }
  .pl-md-85 {
    padding-left: 85px !important; }
  .pl-md-n85 {
    padding-left: -85px !important; }
  .pl-md-90 {
    padding-left: 90px !important; }
  .pl-md-n90 {
    padding-left: -90px !important; }
  .pl-md-95 {
    padding-left: 95px !important; }
  .pl-md-n95 {
    padding-left: -95px !important; }
  .pl-md-100 {
    padding-left: 100px !important; }
  .pl-md-n100 {
    padding-left: -100px !important; }
  .pl-md-105 {
    padding-left: 105px !important; }
  .pl-md-n105 {
    padding-left: -105px !important; }
  .pl-md-110 {
    padding-left: 110px !important; }
  .pl-md-n110 {
    padding-left: -110px !important; }
  .pl-md-115 {
    padding-left: 115px !important; }
  .pl-md-n115 {
    padding-left: -115px !important; }
  .pl-md-120 {
    padding-left: 120px !important; }
  .pl-md-n120 {
    padding-left: -120px !important; }
  .pl-md-125 {
    padding-left: 125px !important; }
  .pl-md-n125 {
    padding-left: -125px !important; }
  .pl-md-130 {
    padding-left: 130px !important; }
  .pl-md-n130 {
    padding-left: -130px !important; }
  .pl-md-135 {
    padding-left: 135px !important; }
  .pl-md-n135 {
    padding-left: -135px !important; }
  .pl-md-140 {
    padding-left: 140px !important; }
  .pl-md-n140 {
    padding-left: -140px !important; }
  .pl-md-145 {
    padding-left: 145px !important; }
  .pl-md-n145 {
    padding-left: -145px !important; }
  .pl-md-150 {
    padding-left: 150px !important; }
  .pl-md-n150 {
    padding-left: -150px !important; } }

@media (min-width: 1000px) {
  .mx-lg-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-lg-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-lg-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-lg-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-lg-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-lg-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-lg-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-lg-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-lg-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-lg-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-lg-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-lg-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-lg-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-lg-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-lg-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-lg-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-lg-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-lg-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-lg-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-lg-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-lg-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-lg-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-lg-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-lg-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-lg-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-lg-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-lg-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-lg-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-lg-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-lg-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-lg-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-lg-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-lg-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-lg-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-lg-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-lg-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-lg-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-lg-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-lg-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-lg-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-lg-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-lg-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-lg-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-lg-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-lg-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-lg-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-lg-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-lg-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-lg-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-lg-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-lg-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-lg-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-lg-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-lg-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-lg-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-lg-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-lg-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-lg-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-lg-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-lg-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-lg-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-lg-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-lg-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-lg-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-lg-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-lg-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-lg-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-lg-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-lg-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-lg-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-lg-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-lg-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-lg-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-lg-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-lg-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-lg-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-lg-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-lg-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-lg-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-lg-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-lg-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-lg-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-lg-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-lg-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-lg-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-lg-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-lg-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .m-lg-0 {
    margin: 0px !important; }
  .m-lg-n0 {
    margin: 0px !important; }
  .m-lg-5 {
    margin: 5px !important; }
  .m-lg-n5 {
    margin: -5px !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .m-lg-n10 {
    margin: -10px !important; }
  .m-lg-15 {
    margin: 15px !important; }
  .m-lg-n15 {
    margin: -15px !important; }
  .m-lg-20 {
    margin: 20px !important; }
  .m-lg-n20 {
    margin: -20px !important; }
  .m-lg-25 {
    margin: 25px !important; }
  .m-lg-n25 {
    margin: -25px !important; }
  .m-lg-30 {
    margin: 30px !important; }
  .m-lg-n30 {
    margin: -30px !important; }
  .m-lg-35 {
    margin: 35px !important; }
  .m-lg-n35 {
    margin: -35px !important; }
  .m-lg-40 {
    margin: 40px !important; }
  .m-lg-n40 {
    margin: -40px !important; }
  .m-lg-45 {
    margin: 45px !important; }
  .m-lg-n45 {
    margin: -45px !important; }
  .m-lg-50 {
    margin: 50px !important; }
  .m-lg-n50 {
    margin: -50px !important; }
  .m-lg-55 {
    margin: 55px !important; }
  .m-lg-n55 {
    margin: -55px !important; }
  .m-lg-60 {
    margin: 60px !important; }
  .m-lg-n60 {
    margin: -60px !important; }
  .m-lg-65 {
    margin: 65px !important; }
  .m-lg-n65 {
    margin: -65px !important; }
  .m-lg-70 {
    margin: 70px !important; }
  .m-lg-n70 {
    margin: -70px !important; }
  .m-lg-75 {
    margin: 75px !important; }
  .m-lg-n75 {
    margin: -75px !important; }
  .m-lg-80 {
    margin: 80px !important; }
  .m-lg-n80 {
    margin: -80px !important; }
  .m-lg-85 {
    margin: 85px !important; }
  .m-lg-n85 {
    margin: -85px !important; }
  .m-lg-90 {
    margin: 90px !important; }
  .m-lg-n90 {
    margin: -90px !important; }
  .m-lg-95 {
    margin: 95px !important; }
  .m-lg-n95 {
    margin: -95px !important; }
  .m-lg-100 {
    margin: 100px !important; }
  .m-lg-n100 {
    margin: -100px !important; }
  .m-lg-105 {
    margin: 105px !important; }
  .m-lg-n105 {
    margin: -105px !important; }
  .m-lg-110 {
    margin: 110px !important; }
  .m-lg-n110 {
    margin: -110px !important; }
  .m-lg-115 {
    margin: 115px !important; }
  .m-lg-n115 {
    margin: -115px !important; }
  .m-lg-120 {
    margin: 120px !important; }
  .m-lg-n120 {
    margin: -120px !important; }
  .m-lg-125 {
    margin: 125px !important; }
  .m-lg-n125 {
    margin: -125px !important; }
  .m-lg-130 {
    margin: 130px !important; }
  .m-lg-n130 {
    margin: -130px !important; }
  .m-lg-135 {
    margin: 135px !important; }
  .m-lg-n135 {
    margin: -135px !important; }
  .m-lg-140 {
    margin: 140px !important; }
  .m-lg-n140 {
    margin: -140px !important; }
  .m-lg-145 {
    margin: 145px !important; }
  .m-lg-n145 {
    margin: -145px !important; }
  .m-lg-150 {
    margin: 150px !important; }
  .m-lg-n150 {
    margin: -150px !important; }
  .mt-lg-0 {
    margin-top: 0px !important; }
  .mt-lg-n0 {
    margin-top: 0px !important; }
  .mt-lg-5 {
    margin-top: 5px !important; }
  .mt-lg-n5 {
    margin-top: -5px !important; }
  .mt-lg-10 {
    margin-top: 10px !important; }
  .mt-lg-n10 {
    margin-top: -10px !important; }
  .mt-lg-15 {
    margin-top: 15px !important; }
  .mt-lg-n15 {
    margin-top: -15px !important; }
  .mt-lg-20 {
    margin-top: 20px !important; }
  .mt-lg-n20 {
    margin-top: -20px !important; }
  .mt-lg-25 {
    margin-top: 25px !important; }
  .mt-lg-n25 {
    margin-top: -25px !important; }
  .mt-lg-30 {
    margin-top: 30px !important; }
  .mt-lg-n30 {
    margin-top: -30px !important; }
  .mt-lg-35 {
    margin-top: 35px !important; }
  .mt-lg-n35 {
    margin-top: -35px !important; }
  .mt-lg-40 {
    margin-top: 40px !important; }
  .mt-lg-n40 {
    margin-top: -40px !important; }
  .mt-lg-45 {
    margin-top: 45px !important; }
  .mt-lg-n45 {
    margin-top: -45px !important; }
  .mt-lg-50 {
    margin-top: 50px !important; }
  .mt-lg-n50 {
    margin-top: -50px !important; }
  .mt-lg-55 {
    margin-top: 55px !important; }
  .mt-lg-n55 {
    margin-top: -55px !important; }
  .mt-lg-60 {
    margin-top: 60px !important; }
  .mt-lg-n60 {
    margin-top: -60px !important; }
  .mt-lg-65 {
    margin-top: 65px !important; }
  .mt-lg-n65 {
    margin-top: -65px !important; }
  .mt-lg-70 {
    margin-top: 70px !important; }
  .mt-lg-n70 {
    margin-top: -70px !important; }
  .mt-lg-75 {
    margin-top: 75px !important; }
  .mt-lg-n75 {
    margin-top: -75px !important; }
  .mt-lg-80 {
    margin-top: 80px !important; }
  .mt-lg-n80 {
    margin-top: -80px !important; }
  .mt-lg-85 {
    margin-top: 85px !important; }
  .mt-lg-n85 {
    margin-top: -85px !important; }
  .mt-lg-90 {
    margin-top: 90px !important; }
  .mt-lg-n90 {
    margin-top: -90px !important; }
  .mt-lg-95 {
    margin-top: 95px !important; }
  .mt-lg-n95 {
    margin-top: -95px !important; }
  .mt-lg-100 {
    margin-top: 100px !important; }
  .mt-lg-n100 {
    margin-top: -100px !important; }
  .mt-lg-105 {
    margin-top: 105px !important; }
  .mt-lg-n105 {
    margin-top: -105px !important; }
  .mt-lg-110 {
    margin-top: 110px !important; }
  .mt-lg-n110 {
    margin-top: -110px !important; }
  .mt-lg-115 {
    margin-top: 115px !important; }
  .mt-lg-n115 {
    margin-top: -115px !important; }
  .mt-lg-120 {
    margin-top: 120px !important; }
  .mt-lg-n120 {
    margin-top: -120px !important; }
  .mt-lg-125 {
    margin-top: 125px !important; }
  .mt-lg-n125 {
    margin-top: -125px !important; }
  .mt-lg-130 {
    margin-top: 130px !important; }
  .mt-lg-n130 {
    margin-top: -130px !important; }
  .mt-lg-135 {
    margin-top: 135px !important; }
  .mt-lg-n135 {
    margin-top: -135px !important; }
  .mt-lg-140 {
    margin-top: 140px !important; }
  .mt-lg-n140 {
    margin-top: -140px !important; }
  .mt-lg-145 {
    margin-top: 145px !important; }
  .mt-lg-n145 {
    margin-top: -145px !important; }
  .mt-lg-150 {
    margin-top: 150px !important; }
  .mt-lg-n150 {
    margin-top: -150px !important; }
  .mr-lg-0 {
    margin-right: 0px !important; }
  .mr-lg-n0 {
    margin-right: 0px !important; }
  .mr-lg-5 {
    margin-right: 5px !important; }
  .mr-lg-n5 {
    margin-right: -5px !important; }
  .mr-lg-10 {
    margin-right: 10px !important; }
  .mr-lg-n10 {
    margin-right: -10px !important; }
  .mr-lg-15 {
    margin-right: 15px !important; }
  .mr-lg-n15 {
    margin-right: -15px !important; }
  .mr-lg-20 {
    margin-right: 20px !important; }
  .mr-lg-n20 {
    margin-right: -20px !important; }
  .mr-lg-25 {
    margin-right: 25px !important; }
  .mr-lg-n25 {
    margin-right: -25px !important; }
  .mr-lg-30 {
    margin-right: 30px !important; }
  .mr-lg-n30 {
    margin-right: -30px !important; }
  .mr-lg-35 {
    margin-right: 35px !important; }
  .mr-lg-n35 {
    margin-right: -35px !important; }
  .mr-lg-40 {
    margin-right: 40px !important; }
  .mr-lg-n40 {
    margin-right: -40px !important; }
  .mr-lg-45 {
    margin-right: 45px !important; }
  .mr-lg-n45 {
    margin-right: -45px !important; }
  .mr-lg-50 {
    margin-right: 50px !important; }
  .mr-lg-n50 {
    margin-right: -50px !important; }
  .mr-lg-55 {
    margin-right: 55px !important; }
  .mr-lg-n55 {
    margin-right: -55px !important; }
  .mr-lg-60 {
    margin-right: 60px !important; }
  .mr-lg-n60 {
    margin-right: -60px !important; }
  .mr-lg-65 {
    margin-right: 65px !important; }
  .mr-lg-n65 {
    margin-right: -65px !important; }
  .mr-lg-70 {
    margin-right: 70px !important; }
  .mr-lg-n70 {
    margin-right: -70px !important; }
  .mr-lg-75 {
    margin-right: 75px !important; }
  .mr-lg-n75 {
    margin-right: -75px !important; }
  .mr-lg-80 {
    margin-right: 80px !important; }
  .mr-lg-n80 {
    margin-right: -80px !important; }
  .mr-lg-85 {
    margin-right: 85px !important; }
  .mr-lg-n85 {
    margin-right: -85px !important; }
  .mr-lg-90 {
    margin-right: 90px !important; }
  .mr-lg-n90 {
    margin-right: -90px !important; }
  .mr-lg-95 {
    margin-right: 95px !important; }
  .mr-lg-n95 {
    margin-right: -95px !important; }
  .mr-lg-100 {
    margin-right: 100px !important; }
  .mr-lg-n100 {
    margin-right: -100px !important; }
  .mr-lg-105 {
    margin-right: 105px !important; }
  .mr-lg-n105 {
    margin-right: -105px !important; }
  .mr-lg-110 {
    margin-right: 110px !important; }
  .mr-lg-n110 {
    margin-right: -110px !important; }
  .mr-lg-115 {
    margin-right: 115px !important; }
  .mr-lg-n115 {
    margin-right: -115px !important; }
  .mr-lg-120 {
    margin-right: 120px !important; }
  .mr-lg-n120 {
    margin-right: -120px !important; }
  .mr-lg-125 {
    margin-right: 125px !important; }
  .mr-lg-n125 {
    margin-right: -125px !important; }
  .mr-lg-130 {
    margin-right: 130px !important; }
  .mr-lg-n130 {
    margin-right: -130px !important; }
  .mr-lg-135 {
    margin-right: 135px !important; }
  .mr-lg-n135 {
    margin-right: -135px !important; }
  .mr-lg-140 {
    margin-right: 140px !important; }
  .mr-lg-n140 {
    margin-right: -140px !important; }
  .mr-lg-145 {
    margin-right: 145px !important; }
  .mr-lg-n145 {
    margin-right: -145px !important; }
  .mr-lg-150 {
    margin-right: 150px !important; }
  .mr-lg-n150 {
    margin-right: -150px !important; }
  .mb-lg-0 {
    margin-bottom: 0px !important; }
  .mb-lg-n0 {
    margin-bottom: 0px !important; }
  .mb-lg-5 {
    margin-bottom: 5px !important; }
  .mb-lg-n5 {
    margin-bottom: -5px !important; }
  .mb-lg-10 {
    margin-bottom: 10px !important; }
  .mb-lg-n10 {
    margin-bottom: -10px !important; }
  .mb-lg-15 {
    margin-bottom: 15px !important; }
  .mb-lg-n15 {
    margin-bottom: -15px !important; }
  .mb-lg-20 {
    margin-bottom: 20px !important; }
  .mb-lg-n20 {
    margin-bottom: -20px !important; }
  .mb-lg-25 {
    margin-bottom: 25px !important; }
  .mb-lg-n25 {
    margin-bottom: -25px !important; }
  .mb-lg-30 {
    margin-bottom: 30px !important; }
  .mb-lg-n30 {
    margin-bottom: -30px !important; }
  .mb-lg-35 {
    margin-bottom: 35px !important; }
  .mb-lg-n35 {
    margin-bottom: -35px !important; }
  .mb-lg-40 {
    margin-bottom: 40px !important; }
  .mb-lg-n40 {
    margin-bottom: -40px !important; }
  .mb-lg-45 {
    margin-bottom: 45px !important; }
  .mb-lg-n45 {
    margin-bottom: -45px !important; }
  .mb-lg-50 {
    margin-bottom: 50px !important; }
  .mb-lg-n50 {
    margin-bottom: -50px !important; }
  .mb-lg-55 {
    margin-bottom: 55px !important; }
  .mb-lg-n55 {
    margin-bottom: -55px !important; }
  .mb-lg-60 {
    margin-bottom: 60px !important; }
  .mb-lg-n60 {
    margin-bottom: -60px !important; }
  .mb-lg-65 {
    margin-bottom: 65px !important; }
  .mb-lg-n65 {
    margin-bottom: -65px !important; }
  .mb-lg-70 {
    margin-bottom: 70px !important; }
  .mb-lg-n70 {
    margin-bottom: -70px !important; }
  .mb-lg-75 {
    margin-bottom: 75px !important; }
  .mb-lg-n75 {
    margin-bottom: -75px !important; }
  .mb-lg-80 {
    margin-bottom: 80px !important; }
  .mb-lg-n80 {
    margin-bottom: -80px !important; }
  .mb-lg-85 {
    margin-bottom: 85px !important; }
  .mb-lg-n85 {
    margin-bottom: -85px !important; }
  .mb-lg-90 {
    margin-bottom: 90px !important; }
  .mb-lg-n90 {
    margin-bottom: -90px !important; }
  .mb-lg-95 {
    margin-bottom: 95px !important; }
  .mb-lg-n95 {
    margin-bottom: -95px !important; }
  .mb-lg-100 {
    margin-bottom: 100px !important; }
  .mb-lg-n100 {
    margin-bottom: -100px !important; }
  .mb-lg-105 {
    margin-bottom: 105px !important; }
  .mb-lg-n105 {
    margin-bottom: -105px !important; }
  .mb-lg-110 {
    margin-bottom: 110px !important; }
  .mb-lg-n110 {
    margin-bottom: -110px !important; }
  .mb-lg-115 {
    margin-bottom: 115px !important; }
  .mb-lg-n115 {
    margin-bottom: -115px !important; }
  .mb-lg-120 {
    margin-bottom: 120px !important; }
  .mb-lg-n120 {
    margin-bottom: -120px !important; }
  .mb-lg-125 {
    margin-bottom: 125px !important; }
  .mb-lg-n125 {
    margin-bottom: -125px !important; }
  .mb-lg-130 {
    margin-bottom: 130px !important; }
  .mb-lg-n130 {
    margin-bottom: -130px !important; }
  .mb-lg-135 {
    margin-bottom: 135px !important; }
  .mb-lg-n135 {
    margin-bottom: -135px !important; }
  .mb-lg-140 {
    margin-bottom: 140px !important; }
  .mb-lg-n140 {
    margin-bottom: -140px !important; }
  .mb-lg-145 {
    margin-bottom: 145px !important; }
  .mb-lg-n145 {
    margin-bottom: -145px !important; }
  .mb-lg-150 {
    margin-bottom: 150px !important; }
  .mb-lg-n150 {
    margin-bottom: -150px !important; }
  .ml-lg-0 {
    margin-left: 0px !important; }
  .ml-lg-n0 {
    margin-left: 0px !important; }
  .ml-lg-5 {
    margin-left: 5px !important; }
  .ml-lg-n5 {
    margin-left: -5px !important; }
  .ml-lg-10 {
    margin-left: 10px !important; }
  .ml-lg-n10 {
    margin-left: -10px !important; }
  .ml-lg-15 {
    margin-left: 15px !important; }
  .ml-lg-n15 {
    margin-left: -15px !important; }
  .ml-lg-20 {
    margin-left: 20px !important; }
  .ml-lg-n20 {
    margin-left: -20px !important; }
  .ml-lg-25 {
    margin-left: 25px !important; }
  .ml-lg-n25 {
    margin-left: -25px !important; }
  .ml-lg-30 {
    margin-left: 30px !important; }
  .ml-lg-n30 {
    margin-left: -30px !important; }
  .ml-lg-35 {
    margin-left: 35px !important; }
  .ml-lg-n35 {
    margin-left: -35px !important; }
  .ml-lg-40 {
    margin-left: 40px !important; }
  .ml-lg-n40 {
    margin-left: -40px !important; }
  .ml-lg-45 {
    margin-left: 45px !important; }
  .ml-lg-n45 {
    margin-left: -45px !important; }
  .ml-lg-50 {
    margin-left: 50px !important; }
  .ml-lg-n50 {
    margin-left: -50px !important; }
  .ml-lg-55 {
    margin-left: 55px !important; }
  .ml-lg-n55 {
    margin-left: -55px !important; }
  .ml-lg-60 {
    margin-left: 60px !important; }
  .ml-lg-n60 {
    margin-left: -60px !important; }
  .ml-lg-65 {
    margin-left: 65px !important; }
  .ml-lg-n65 {
    margin-left: -65px !important; }
  .ml-lg-70 {
    margin-left: 70px !important; }
  .ml-lg-n70 {
    margin-left: -70px !important; }
  .ml-lg-75 {
    margin-left: 75px !important; }
  .ml-lg-n75 {
    margin-left: -75px !important; }
  .ml-lg-80 {
    margin-left: 80px !important; }
  .ml-lg-n80 {
    margin-left: -80px !important; }
  .ml-lg-85 {
    margin-left: 85px !important; }
  .ml-lg-n85 {
    margin-left: -85px !important; }
  .ml-lg-90 {
    margin-left: 90px !important; }
  .ml-lg-n90 {
    margin-left: -90px !important; }
  .ml-lg-95 {
    margin-left: 95px !important; }
  .ml-lg-n95 {
    margin-left: -95px !important; }
  .ml-lg-100 {
    margin-left: 100px !important; }
  .ml-lg-n100 {
    margin-left: -100px !important; }
  .ml-lg-105 {
    margin-left: 105px !important; }
  .ml-lg-n105 {
    margin-left: -105px !important; }
  .ml-lg-110 {
    margin-left: 110px !important; }
  .ml-lg-n110 {
    margin-left: -110px !important; }
  .ml-lg-115 {
    margin-left: 115px !important; }
  .ml-lg-n115 {
    margin-left: -115px !important; }
  .ml-lg-120 {
    margin-left: 120px !important; }
  .ml-lg-n120 {
    margin-left: -120px !important; }
  .ml-lg-125 {
    margin-left: 125px !important; }
  .ml-lg-n125 {
    margin-left: -125px !important; }
  .ml-lg-130 {
    margin-left: 130px !important; }
  .ml-lg-n130 {
    margin-left: -130px !important; }
  .ml-lg-135 {
    margin-left: 135px !important; }
  .ml-lg-n135 {
    margin-left: -135px !important; }
  .ml-lg-140 {
    margin-left: 140px !important; }
  .ml-lg-n140 {
    margin-left: -140px !important; }
  .ml-lg-145 {
    margin-left: 145px !important; }
  .ml-lg-n145 {
    margin-left: -145px !important; }
  .ml-lg-150 {
    margin-left: 150px !important; }
  .ml-lg-n150 {
    margin-left: -150px !important; }
  .px-lg-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-lg-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-lg-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-lg-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-lg-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-lg-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-lg-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-lg-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-lg-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-lg-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-lg-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-lg-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-lg-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-lg-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-lg-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-lg-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-lg-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-lg-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-lg-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-lg-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-lg-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-lg-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-lg-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-lg-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-lg-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-lg-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-lg-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-lg-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-lg-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-lg-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-lg-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-lg-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-lg-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-lg-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-lg-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-lg-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-lg-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-lg-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-lg-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-lg-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-lg-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-lg-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-lg-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-lg-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-lg-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-lg-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-lg-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-lg-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-lg-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-lg-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-lg-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-lg-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-lg-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-lg-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-lg-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-lg-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-lg-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-lg-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-lg-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-lg-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-lg-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-lg-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-lg-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-lg-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-lg-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-lg-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-lg-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-lg-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-lg-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-lg-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-lg-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-lg-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-lg-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-lg-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-lg-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-lg-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-lg-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-lg-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-lg-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-lg-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-lg-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-lg-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-lg-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-lg-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .p-lg-0 {
    padding: 0px !important; }
  .p-lg-n0 {
    padding: 0px !important; }
  .p-lg-5 {
    padding: 5px !important; }
  .p-lg-n5 {
    padding: -5px !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .p-lg-n10 {
    padding: -10px !important; }
  .p-lg-15 {
    padding: 15px !important; }
  .p-lg-n15 {
    padding: -15px !important; }
  .p-lg-20 {
    padding: 20px !important; }
  .p-lg-n20 {
    padding: -20px !important; }
  .p-lg-25 {
    padding: 25px !important; }
  .p-lg-n25 {
    padding: -25px !important; }
  .p-lg-30 {
    padding: 30px !important; }
  .p-lg-n30 {
    padding: -30px !important; }
  .p-lg-35 {
    padding: 35px !important; }
  .p-lg-n35 {
    padding: -35px !important; }
  .p-lg-40 {
    padding: 40px !important; }
  .p-lg-n40 {
    padding: -40px !important; }
  .p-lg-45 {
    padding: 45px !important; }
  .p-lg-n45 {
    padding: -45px !important; }
  .p-lg-50 {
    padding: 50px !important; }
  .p-lg-n50 {
    padding: -50px !important; }
  .p-lg-55 {
    padding: 55px !important; }
  .p-lg-n55 {
    padding: -55px !important; }
  .p-lg-60 {
    padding: 60px !important; }
  .p-lg-n60 {
    padding: -60px !important; }
  .p-lg-65 {
    padding: 65px !important; }
  .p-lg-n65 {
    padding: -65px !important; }
  .p-lg-70 {
    padding: 70px !important; }
  .p-lg-n70 {
    padding: -70px !important; }
  .p-lg-75 {
    padding: 75px !important; }
  .p-lg-n75 {
    padding: -75px !important; }
  .p-lg-80 {
    padding: 80px !important; }
  .p-lg-n80 {
    padding: -80px !important; }
  .p-lg-85 {
    padding: 85px !important; }
  .p-lg-n85 {
    padding: -85px !important; }
  .p-lg-90 {
    padding: 90px !important; }
  .p-lg-n90 {
    padding: -90px !important; }
  .p-lg-95 {
    padding: 95px !important; }
  .p-lg-n95 {
    padding: -95px !important; }
  .p-lg-100 {
    padding: 100px !important; }
  .p-lg-n100 {
    padding: -100px !important; }
  .p-lg-105 {
    padding: 105px !important; }
  .p-lg-n105 {
    padding: -105px !important; }
  .p-lg-110 {
    padding: 110px !important; }
  .p-lg-n110 {
    padding: -110px !important; }
  .p-lg-115 {
    padding: 115px !important; }
  .p-lg-n115 {
    padding: -115px !important; }
  .p-lg-120 {
    padding: 120px !important; }
  .p-lg-n120 {
    padding: -120px !important; }
  .p-lg-125 {
    padding: 125px !important; }
  .p-lg-n125 {
    padding: -125px !important; }
  .p-lg-130 {
    padding: 130px !important; }
  .p-lg-n130 {
    padding: -130px !important; }
  .p-lg-135 {
    padding: 135px !important; }
  .p-lg-n135 {
    padding: -135px !important; }
  .p-lg-140 {
    padding: 140px !important; }
  .p-lg-n140 {
    padding: -140px !important; }
  .p-lg-145 {
    padding: 145px !important; }
  .p-lg-n145 {
    padding: -145px !important; }
  .p-lg-150 {
    padding: 150px !important; }
  .p-lg-n150 {
    padding: -150px !important; }
  .pt-lg-0 {
    padding-top: 0px !important; }
  .pt-lg-n0 {
    padding-top: 0px !important; }
  .pt-lg-5 {
    padding-top: 5px !important; }
  .pt-lg-n5 {
    padding-top: -5px !important; }
  .pt-lg-10 {
    padding-top: 10px !important; }
  .pt-lg-n10 {
    padding-top: -10px !important; }
  .pt-lg-15 {
    padding-top: 15px !important; }
  .pt-lg-n15 {
    padding-top: -15px !important; }
  .pt-lg-20 {
    padding-top: 20px !important; }
  .pt-lg-n20 {
    padding-top: -20px !important; }
  .pt-lg-25 {
    padding-top: 25px !important; }
  .pt-lg-n25 {
    padding-top: -25px !important; }
  .pt-lg-30 {
    padding-top: 30px !important; }
  .pt-lg-n30 {
    padding-top: -30px !important; }
  .pt-lg-35 {
    padding-top: 35px !important; }
  .pt-lg-n35 {
    padding-top: -35px !important; }
  .pt-lg-40 {
    padding-top: 40px !important; }
  .pt-lg-n40 {
    padding-top: -40px !important; }
  .pt-lg-45 {
    padding-top: 45px !important; }
  .pt-lg-n45 {
    padding-top: -45px !important; }
  .pt-lg-50 {
    padding-top: 50px !important; }
  .pt-lg-n50 {
    padding-top: -50px !important; }
  .pt-lg-55 {
    padding-top: 55px !important; }
  .pt-lg-n55 {
    padding-top: -55px !important; }
  .pt-lg-60 {
    padding-top: 60px !important; }
  .pt-lg-n60 {
    padding-top: -60px !important; }
  .pt-lg-65 {
    padding-top: 65px !important; }
  .pt-lg-n65 {
    padding-top: -65px !important; }
  .pt-lg-70 {
    padding-top: 70px !important; }
  .pt-lg-n70 {
    padding-top: -70px !important; }
  .pt-lg-75 {
    padding-top: 75px !important; }
  .pt-lg-n75 {
    padding-top: -75px !important; }
  .pt-lg-80 {
    padding-top: 80px !important; }
  .pt-lg-n80 {
    padding-top: -80px !important; }
  .pt-lg-85 {
    padding-top: 85px !important; }
  .pt-lg-n85 {
    padding-top: -85px !important; }
  .pt-lg-90 {
    padding-top: 90px !important; }
  .pt-lg-n90 {
    padding-top: -90px !important; }
  .pt-lg-95 {
    padding-top: 95px !important; }
  .pt-lg-n95 {
    padding-top: -95px !important; }
  .pt-lg-100 {
    padding-top: 100px !important; }
  .pt-lg-n100 {
    padding-top: -100px !important; }
  .pt-lg-105 {
    padding-top: 105px !important; }
  .pt-lg-n105 {
    padding-top: -105px !important; }
  .pt-lg-110 {
    padding-top: 110px !important; }
  .pt-lg-n110 {
    padding-top: -110px !important; }
  .pt-lg-115 {
    padding-top: 115px !important; }
  .pt-lg-n115 {
    padding-top: -115px !important; }
  .pt-lg-120 {
    padding-top: 120px !important; }
  .pt-lg-n120 {
    padding-top: -120px !important; }
  .pt-lg-125 {
    padding-top: 125px !important; }
  .pt-lg-n125 {
    padding-top: -125px !important; }
  .pt-lg-130 {
    padding-top: 130px !important; }
  .pt-lg-n130 {
    padding-top: -130px !important; }
  .pt-lg-135 {
    padding-top: 135px !important; }
  .pt-lg-n135 {
    padding-top: -135px !important; }
  .pt-lg-140 {
    padding-top: 140px !important; }
  .pt-lg-n140 {
    padding-top: -140px !important; }
  .pt-lg-145 {
    padding-top: 145px !important; }
  .pt-lg-n145 {
    padding-top: -145px !important; }
  .pt-lg-150 {
    padding-top: 150px !important; }
  .pt-lg-n150 {
    padding-top: -150px !important; }
  .pr-lg-0 {
    padding-right: 0px !important; }
  .pr-lg-n0 {
    padding-right: 0px !important; }
  .pr-lg-5 {
    padding-right: 5px !important; }
  .pr-lg-n5 {
    padding-right: -5px !important; }
  .pr-lg-10 {
    padding-right: 10px !important; }
  .pr-lg-n10 {
    padding-right: -10px !important; }
  .pr-lg-15 {
    padding-right: 15px !important; }
  .pr-lg-n15 {
    padding-right: -15px !important; }
  .pr-lg-20 {
    padding-right: 20px !important; }
  .pr-lg-n20 {
    padding-right: -20px !important; }
  .pr-lg-25 {
    padding-right: 25px !important; }
  .pr-lg-n25 {
    padding-right: -25px !important; }
  .pr-lg-30 {
    padding-right: 30px !important; }
  .pr-lg-n30 {
    padding-right: -30px !important; }
  .pr-lg-35 {
    padding-right: 35px !important; }
  .pr-lg-n35 {
    padding-right: -35px !important; }
  .pr-lg-40 {
    padding-right: 40px !important; }
  .pr-lg-n40 {
    padding-right: -40px !important; }
  .pr-lg-45 {
    padding-right: 45px !important; }
  .pr-lg-n45 {
    padding-right: -45px !important; }
  .pr-lg-50 {
    padding-right: 50px !important; }
  .pr-lg-n50 {
    padding-right: -50px !important; }
  .pr-lg-55 {
    padding-right: 55px !important; }
  .pr-lg-n55 {
    padding-right: -55px !important; }
  .pr-lg-60 {
    padding-right: 60px !important; }
  .pr-lg-n60 {
    padding-right: -60px !important; }
  .pr-lg-65 {
    padding-right: 65px !important; }
  .pr-lg-n65 {
    padding-right: -65px !important; }
  .pr-lg-70 {
    padding-right: 70px !important; }
  .pr-lg-n70 {
    padding-right: -70px !important; }
  .pr-lg-75 {
    padding-right: 75px !important; }
  .pr-lg-n75 {
    padding-right: -75px !important; }
  .pr-lg-80 {
    padding-right: 80px !important; }
  .pr-lg-n80 {
    padding-right: -80px !important; }
  .pr-lg-85 {
    padding-right: 85px !important; }
  .pr-lg-n85 {
    padding-right: -85px !important; }
  .pr-lg-90 {
    padding-right: 90px !important; }
  .pr-lg-n90 {
    padding-right: -90px !important; }
  .pr-lg-95 {
    padding-right: 95px !important; }
  .pr-lg-n95 {
    padding-right: -95px !important; }
  .pr-lg-100 {
    padding-right: 100px !important; }
  .pr-lg-n100 {
    padding-right: -100px !important; }
  .pr-lg-105 {
    padding-right: 105px !important; }
  .pr-lg-n105 {
    padding-right: -105px !important; }
  .pr-lg-110 {
    padding-right: 110px !important; }
  .pr-lg-n110 {
    padding-right: -110px !important; }
  .pr-lg-115 {
    padding-right: 115px !important; }
  .pr-lg-n115 {
    padding-right: -115px !important; }
  .pr-lg-120 {
    padding-right: 120px !important; }
  .pr-lg-n120 {
    padding-right: -120px !important; }
  .pr-lg-125 {
    padding-right: 125px !important; }
  .pr-lg-n125 {
    padding-right: -125px !important; }
  .pr-lg-130 {
    padding-right: 130px !important; }
  .pr-lg-n130 {
    padding-right: -130px !important; }
  .pr-lg-135 {
    padding-right: 135px !important; }
  .pr-lg-n135 {
    padding-right: -135px !important; }
  .pr-lg-140 {
    padding-right: 140px !important; }
  .pr-lg-n140 {
    padding-right: -140px !important; }
  .pr-lg-145 {
    padding-right: 145px !important; }
  .pr-lg-n145 {
    padding-right: -145px !important; }
  .pr-lg-150 {
    padding-right: 150px !important; }
  .pr-lg-n150 {
    padding-right: -150px !important; }
  .pb-lg-0 {
    padding-bottom: 0px !important; }
  .pb-lg-n0 {
    padding-bottom: 0px !important; }
  .pb-lg-5 {
    padding-bottom: 5px !important; }
  .pb-lg-n5 {
    padding-bottom: -5px !important; }
  .pb-lg-10 {
    padding-bottom: 10px !important; }
  .pb-lg-n10 {
    padding-bottom: -10px !important; }
  .pb-lg-15 {
    padding-bottom: 15px !important; }
  .pb-lg-n15 {
    padding-bottom: -15px !important; }
  .pb-lg-20 {
    padding-bottom: 20px !important; }
  .pb-lg-n20 {
    padding-bottom: -20px !important; }
  .pb-lg-25 {
    padding-bottom: 25px !important; }
  .pb-lg-n25 {
    padding-bottom: -25px !important; }
  .pb-lg-30 {
    padding-bottom: 30px !important; }
  .pb-lg-n30 {
    padding-bottom: -30px !important; }
  .pb-lg-35 {
    padding-bottom: 35px !important; }
  .pb-lg-n35 {
    padding-bottom: -35px !important; }
  .pb-lg-40 {
    padding-bottom: 40px !important; }
  .pb-lg-n40 {
    padding-bottom: -40px !important; }
  .pb-lg-45 {
    padding-bottom: 45px !important; }
  .pb-lg-n45 {
    padding-bottom: -45px !important; }
  .pb-lg-50 {
    padding-bottom: 50px !important; }
  .pb-lg-n50 {
    padding-bottom: -50px !important; }
  .pb-lg-55 {
    padding-bottom: 55px !important; }
  .pb-lg-n55 {
    padding-bottom: -55px !important; }
  .pb-lg-60 {
    padding-bottom: 60px !important; }
  .pb-lg-n60 {
    padding-bottom: -60px !important; }
  .pb-lg-65 {
    padding-bottom: 65px !important; }
  .pb-lg-n65 {
    padding-bottom: -65px !important; }
  .pb-lg-70 {
    padding-bottom: 70px !important; }
  .pb-lg-n70 {
    padding-bottom: -70px !important; }
  .pb-lg-75 {
    padding-bottom: 75px !important; }
  .pb-lg-n75 {
    padding-bottom: -75px !important; }
  .pb-lg-80 {
    padding-bottom: 80px !important; }
  .pb-lg-n80 {
    padding-bottom: -80px !important; }
  .pb-lg-85 {
    padding-bottom: 85px !important; }
  .pb-lg-n85 {
    padding-bottom: -85px !important; }
  .pb-lg-90 {
    padding-bottom: 90px !important; }
  .pb-lg-n90 {
    padding-bottom: -90px !important; }
  .pb-lg-95 {
    padding-bottom: 95px !important; }
  .pb-lg-n95 {
    padding-bottom: -95px !important; }
  .pb-lg-100 {
    padding-bottom: 100px !important; }
  .pb-lg-n100 {
    padding-bottom: -100px !important; }
  .pb-lg-105 {
    padding-bottom: 105px !important; }
  .pb-lg-n105 {
    padding-bottom: -105px !important; }
  .pb-lg-110 {
    padding-bottom: 110px !important; }
  .pb-lg-n110 {
    padding-bottom: -110px !important; }
  .pb-lg-115 {
    padding-bottom: 115px !important; }
  .pb-lg-n115 {
    padding-bottom: -115px !important; }
  .pb-lg-120 {
    padding-bottom: 120px !important; }
  .pb-lg-n120 {
    padding-bottom: -120px !important; }
  .pb-lg-125 {
    padding-bottom: 125px !important; }
  .pb-lg-n125 {
    padding-bottom: -125px !important; }
  .pb-lg-130 {
    padding-bottom: 130px !important; }
  .pb-lg-n130 {
    padding-bottom: -130px !important; }
  .pb-lg-135 {
    padding-bottom: 135px !important; }
  .pb-lg-n135 {
    padding-bottom: -135px !important; }
  .pb-lg-140 {
    padding-bottom: 140px !important; }
  .pb-lg-n140 {
    padding-bottom: -140px !important; }
  .pb-lg-145 {
    padding-bottom: 145px !important; }
  .pb-lg-n145 {
    padding-bottom: -145px !important; }
  .pb-lg-150 {
    padding-bottom: 150px !important; }
  .pb-lg-n150 {
    padding-bottom: -150px !important; }
  .pl-lg-0 {
    padding-left: 0px !important; }
  .pl-lg-n0 {
    padding-left: 0px !important; }
  .pl-lg-5 {
    padding-left: 5px !important; }
  .pl-lg-n5 {
    padding-left: -5px !important; }
  .pl-lg-10 {
    padding-left: 10px !important; }
  .pl-lg-n10 {
    padding-left: -10px !important; }
  .pl-lg-15 {
    padding-left: 15px !important; }
  .pl-lg-n15 {
    padding-left: -15px !important; }
  .pl-lg-20 {
    padding-left: 20px !important; }
  .pl-lg-n20 {
    padding-left: -20px !important; }
  .pl-lg-25 {
    padding-left: 25px !important; }
  .pl-lg-n25 {
    padding-left: -25px !important; }
  .pl-lg-30 {
    padding-left: 30px !important; }
  .pl-lg-n30 {
    padding-left: -30px !important; }
  .pl-lg-35 {
    padding-left: 35px !important; }
  .pl-lg-n35 {
    padding-left: -35px !important; }
  .pl-lg-40 {
    padding-left: 40px !important; }
  .pl-lg-n40 {
    padding-left: -40px !important; }
  .pl-lg-45 {
    padding-left: 45px !important; }
  .pl-lg-n45 {
    padding-left: -45px !important; }
  .pl-lg-50 {
    padding-left: 50px !important; }
  .pl-lg-n50 {
    padding-left: -50px !important; }
  .pl-lg-55 {
    padding-left: 55px !important; }
  .pl-lg-n55 {
    padding-left: -55px !important; }
  .pl-lg-60 {
    padding-left: 60px !important; }
  .pl-lg-n60 {
    padding-left: -60px !important; }
  .pl-lg-65 {
    padding-left: 65px !important; }
  .pl-lg-n65 {
    padding-left: -65px !important; }
  .pl-lg-70 {
    padding-left: 70px !important; }
  .pl-lg-n70 {
    padding-left: -70px !important; }
  .pl-lg-75 {
    padding-left: 75px !important; }
  .pl-lg-n75 {
    padding-left: -75px !important; }
  .pl-lg-80 {
    padding-left: 80px !important; }
  .pl-lg-n80 {
    padding-left: -80px !important; }
  .pl-lg-85 {
    padding-left: 85px !important; }
  .pl-lg-n85 {
    padding-left: -85px !important; }
  .pl-lg-90 {
    padding-left: 90px !important; }
  .pl-lg-n90 {
    padding-left: -90px !important; }
  .pl-lg-95 {
    padding-left: 95px !important; }
  .pl-lg-n95 {
    padding-left: -95px !important; }
  .pl-lg-100 {
    padding-left: 100px !important; }
  .pl-lg-n100 {
    padding-left: -100px !important; }
  .pl-lg-105 {
    padding-left: 105px !important; }
  .pl-lg-n105 {
    padding-left: -105px !important; }
  .pl-lg-110 {
    padding-left: 110px !important; }
  .pl-lg-n110 {
    padding-left: -110px !important; }
  .pl-lg-115 {
    padding-left: 115px !important; }
  .pl-lg-n115 {
    padding-left: -115px !important; }
  .pl-lg-120 {
    padding-left: 120px !important; }
  .pl-lg-n120 {
    padding-left: -120px !important; }
  .pl-lg-125 {
    padding-left: 125px !important; }
  .pl-lg-n125 {
    padding-left: -125px !important; }
  .pl-lg-130 {
    padding-left: 130px !important; }
  .pl-lg-n130 {
    padding-left: -130px !important; }
  .pl-lg-135 {
    padding-left: 135px !important; }
  .pl-lg-n135 {
    padding-left: -135px !important; }
  .pl-lg-140 {
    padding-left: 140px !important; }
  .pl-lg-n140 {
    padding-left: -140px !important; }
  .pl-lg-145 {
    padding-left: 145px !important; }
  .pl-lg-n145 {
    padding-left: -145px !important; }
  .pl-lg-150 {
    padding-left: 150px !important; }
  .pl-lg-n150 {
    padding-left: -150px !important; } }

@media (min-width: 1367px) {
  .mx-xl-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-xl-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-xl-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-xl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-xl-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-xl-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xl-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xl-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-xl-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-xl-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-xl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-xl-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-xl-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-xl-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-xl-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-xl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-xl-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-xl-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xl-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xl-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-xl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-xl-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-xl-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xl-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xl-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-xl-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-xl-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-xl-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xl-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xl-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-xl-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-xl-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-xl-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-xl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-xl-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-xl-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-xl-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-xl-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-xl-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-xl-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-xl-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-xl-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-xl-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-xl-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-xl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-xl-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-xl-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-xl-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-xl-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-xl-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-xl-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-xl-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-xl-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-xl-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-xl-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-xl-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-xl-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-xl-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-xl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-xl-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-xl-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-xl-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-xl-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-xl-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-xl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-xl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-xl-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-xl-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-xl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-xl-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-xl-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-xl-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-xl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-xl-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-xl-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-xl-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-xl-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-xl-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-xl-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-xl-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-xl-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-xl-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-xl-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-xl-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-xl-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-xl-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-xl-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-xl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-xl-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .m-xl-0 {
    margin: 0px !important; }
  .m-xl-n0 {
    margin: 0px !important; }
  .m-xl-5 {
    margin: 5px !important; }
  .m-xl-n5 {
    margin: -5px !important; }
  .m-xl-10 {
    margin: 10px !important; }
  .m-xl-n10 {
    margin: -10px !important; }
  .m-xl-15 {
    margin: 15px !important; }
  .m-xl-n15 {
    margin: -15px !important; }
  .m-xl-20 {
    margin: 20px !important; }
  .m-xl-n20 {
    margin: -20px !important; }
  .m-xl-25 {
    margin: 25px !important; }
  .m-xl-n25 {
    margin: -25px !important; }
  .m-xl-30 {
    margin: 30px !important; }
  .m-xl-n30 {
    margin: -30px !important; }
  .m-xl-35 {
    margin: 35px !important; }
  .m-xl-n35 {
    margin: -35px !important; }
  .m-xl-40 {
    margin: 40px !important; }
  .m-xl-n40 {
    margin: -40px !important; }
  .m-xl-45 {
    margin: 45px !important; }
  .m-xl-n45 {
    margin: -45px !important; }
  .m-xl-50 {
    margin: 50px !important; }
  .m-xl-n50 {
    margin: -50px !important; }
  .m-xl-55 {
    margin: 55px !important; }
  .m-xl-n55 {
    margin: -55px !important; }
  .m-xl-60 {
    margin: 60px !important; }
  .m-xl-n60 {
    margin: -60px !important; }
  .m-xl-65 {
    margin: 65px !important; }
  .m-xl-n65 {
    margin: -65px !important; }
  .m-xl-70 {
    margin: 70px !important; }
  .m-xl-n70 {
    margin: -70px !important; }
  .m-xl-75 {
    margin: 75px !important; }
  .m-xl-n75 {
    margin: -75px !important; }
  .m-xl-80 {
    margin: 80px !important; }
  .m-xl-n80 {
    margin: -80px !important; }
  .m-xl-85 {
    margin: 85px !important; }
  .m-xl-n85 {
    margin: -85px !important; }
  .m-xl-90 {
    margin: 90px !important; }
  .m-xl-n90 {
    margin: -90px !important; }
  .m-xl-95 {
    margin: 95px !important; }
  .m-xl-n95 {
    margin: -95px !important; }
  .m-xl-100 {
    margin: 100px !important; }
  .m-xl-n100 {
    margin: -100px !important; }
  .m-xl-105 {
    margin: 105px !important; }
  .m-xl-n105 {
    margin: -105px !important; }
  .m-xl-110 {
    margin: 110px !important; }
  .m-xl-n110 {
    margin: -110px !important; }
  .m-xl-115 {
    margin: 115px !important; }
  .m-xl-n115 {
    margin: -115px !important; }
  .m-xl-120 {
    margin: 120px !important; }
  .m-xl-n120 {
    margin: -120px !important; }
  .m-xl-125 {
    margin: 125px !important; }
  .m-xl-n125 {
    margin: -125px !important; }
  .m-xl-130 {
    margin: 130px !important; }
  .m-xl-n130 {
    margin: -130px !important; }
  .m-xl-135 {
    margin: 135px !important; }
  .m-xl-n135 {
    margin: -135px !important; }
  .m-xl-140 {
    margin: 140px !important; }
  .m-xl-n140 {
    margin: -140px !important; }
  .m-xl-145 {
    margin: 145px !important; }
  .m-xl-n145 {
    margin: -145px !important; }
  .m-xl-150 {
    margin: 150px !important; }
  .m-xl-n150 {
    margin: -150px !important; }
  .mt-xl-0 {
    margin-top: 0px !important; }
  .mt-xl-n0 {
    margin-top: 0px !important; }
  .mt-xl-5 {
    margin-top: 5px !important; }
  .mt-xl-n5 {
    margin-top: -5px !important; }
  .mt-xl-10 {
    margin-top: 10px !important; }
  .mt-xl-n10 {
    margin-top: -10px !important; }
  .mt-xl-15 {
    margin-top: 15px !important; }
  .mt-xl-n15 {
    margin-top: -15px !important; }
  .mt-xl-20 {
    margin-top: 20px !important; }
  .mt-xl-n20 {
    margin-top: -20px !important; }
  .mt-xl-25 {
    margin-top: 25px !important; }
  .mt-xl-n25 {
    margin-top: -25px !important; }
  .mt-xl-30 {
    margin-top: 30px !important; }
  .mt-xl-n30 {
    margin-top: -30px !important; }
  .mt-xl-35 {
    margin-top: 35px !important; }
  .mt-xl-n35 {
    margin-top: -35px !important; }
  .mt-xl-40 {
    margin-top: 40px !important; }
  .mt-xl-n40 {
    margin-top: -40px !important; }
  .mt-xl-45 {
    margin-top: 45px !important; }
  .mt-xl-n45 {
    margin-top: -45px !important; }
  .mt-xl-50 {
    margin-top: 50px !important; }
  .mt-xl-n50 {
    margin-top: -50px !important; }
  .mt-xl-55 {
    margin-top: 55px !important; }
  .mt-xl-n55 {
    margin-top: -55px !important; }
  .mt-xl-60 {
    margin-top: 60px !important; }
  .mt-xl-n60 {
    margin-top: -60px !important; }
  .mt-xl-65 {
    margin-top: 65px !important; }
  .mt-xl-n65 {
    margin-top: -65px !important; }
  .mt-xl-70 {
    margin-top: 70px !important; }
  .mt-xl-n70 {
    margin-top: -70px !important; }
  .mt-xl-75 {
    margin-top: 75px !important; }
  .mt-xl-n75 {
    margin-top: -75px !important; }
  .mt-xl-80 {
    margin-top: 80px !important; }
  .mt-xl-n80 {
    margin-top: -80px !important; }
  .mt-xl-85 {
    margin-top: 85px !important; }
  .mt-xl-n85 {
    margin-top: -85px !important; }
  .mt-xl-90 {
    margin-top: 90px !important; }
  .mt-xl-n90 {
    margin-top: -90px !important; }
  .mt-xl-95 {
    margin-top: 95px !important; }
  .mt-xl-n95 {
    margin-top: -95px !important; }
  .mt-xl-100 {
    margin-top: 100px !important; }
  .mt-xl-n100 {
    margin-top: -100px !important; }
  .mt-xl-105 {
    margin-top: 105px !important; }
  .mt-xl-n105 {
    margin-top: -105px !important; }
  .mt-xl-110 {
    margin-top: 110px !important; }
  .mt-xl-n110 {
    margin-top: -110px !important; }
  .mt-xl-115 {
    margin-top: 115px !important; }
  .mt-xl-n115 {
    margin-top: -115px !important; }
  .mt-xl-120 {
    margin-top: 120px !important; }
  .mt-xl-n120 {
    margin-top: -120px !important; }
  .mt-xl-125 {
    margin-top: 125px !important; }
  .mt-xl-n125 {
    margin-top: -125px !important; }
  .mt-xl-130 {
    margin-top: 130px !important; }
  .mt-xl-n130 {
    margin-top: -130px !important; }
  .mt-xl-135 {
    margin-top: 135px !important; }
  .mt-xl-n135 {
    margin-top: -135px !important; }
  .mt-xl-140 {
    margin-top: 140px !important; }
  .mt-xl-n140 {
    margin-top: -140px !important; }
  .mt-xl-145 {
    margin-top: 145px !important; }
  .mt-xl-n145 {
    margin-top: -145px !important; }
  .mt-xl-150 {
    margin-top: 150px !important; }
  .mt-xl-n150 {
    margin-top: -150px !important; }
  .mr-xl-0 {
    margin-right: 0px !important; }
  .mr-xl-n0 {
    margin-right: 0px !important; }
  .mr-xl-5 {
    margin-right: 5px !important; }
  .mr-xl-n5 {
    margin-right: -5px !important; }
  .mr-xl-10 {
    margin-right: 10px !important; }
  .mr-xl-n10 {
    margin-right: -10px !important; }
  .mr-xl-15 {
    margin-right: 15px !important; }
  .mr-xl-n15 {
    margin-right: -15px !important; }
  .mr-xl-20 {
    margin-right: 20px !important; }
  .mr-xl-n20 {
    margin-right: -20px !important; }
  .mr-xl-25 {
    margin-right: 25px !important; }
  .mr-xl-n25 {
    margin-right: -25px !important; }
  .mr-xl-30 {
    margin-right: 30px !important; }
  .mr-xl-n30 {
    margin-right: -30px !important; }
  .mr-xl-35 {
    margin-right: 35px !important; }
  .mr-xl-n35 {
    margin-right: -35px !important; }
  .mr-xl-40 {
    margin-right: 40px !important; }
  .mr-xl-n40 {
    margin-right: -40px !important; }
  .mr-xl-45 {
    margin-right: 45px !important; }
  .mr-xl-n45 {
    margin-right: -45px !important; }
  .mr-xl-50 {
    margin-right: 50px !important; }
  .mr-xl-n50 {
    margin-right: -50px !important; }
  .mr-xl-55 {
    margin-right: 55px !important; }
  .mr-xl-n55 {
    margin-right: -55px !important; }
  .mr-xl-60 {
    margin-right: 60px !important; }
  .mr-xl-n60 {
    margin-right: -60px !important; }
  .mr-xl-65 {
    margin-right: 65px !important; }
  .mr-xl-n65 {
    margin-right: -65px !important; }
  .mr-xl-70 {
    margin-right: 70px !important; }
  .mr-xl-n70 {
    margin-right: -70px !important; }
  .mr-xl-75 {
    margin-right: 75px !important; }
  .mr-xl-n75 {
    margin-right: -75px !important; }
  .mr-xl-80 {
    margin-right: 80px !important; }
  .mr-xl-n80 {
    margin-right: -80px !important; }
  .mr-xl-85 {
    margin-right: 85px !important; }
  .mr-xl-n85 {
    margin-right: -85px !important; }
  .mr-xl-90 {
    margin-right: 90px !important; }
  .mr-xl-n90 {
    margin-right: -90px !important; }
  .mr-xl-95 {
    margin-right: 95px !important; }
  .mr-xl-n95 {
    margin-right: -95px !important; }
  .mr-xl-100 {
    margin-right: 100px !important; }
  .mr-xl-n100 {
    margin-right: -100px !important; }
  .mr-xl-105 {
    margin-right: 105px !important; }
  .mr-xl-n105 {
    margin-right: -105px !important; }
  .mr-xl-110 {
    margin-right: 110px !important; }
  .mr-xl-n110 {
    margin-right: -110px !important; }
  .mr-xl-115 {
    margin-right: 115px !important; }
  .mr-xl-n115 {
    margin-right: -115px !important; }
  .mr-xl-120 {
    margin-right: 120px !important; }
  .mr-xl-n120 {
    margin-right: -120px !important; }
  .mr-xl-125 {
    margin-right: 125px !important; }
  .mr-xl-n125 {
    margin-right: -125px !important; }
  .mr-xl-130 {
    margin-right: 130px !important; }
  .mr-xl-n130 {
    margin-right: -130px !important; }
  .mr-xl-135 {
    margin-right: 135px !important; }
  .mr-xl-n135 {
    margin-right: -135px !important; }
  .mr-xl-140 {
    margin-right: 140px !important; }
  .mr-xl-n140 {
    margin-right: -140px !important; }
  .mr-xl-145 {
    margin-right: 145px !important; }
  .mr-xl-n145 {
    margin-right: -145px !important; }
  .mr-xl-150 {
    margin-right: 150px !important; }
  .mr-xl-n150 {
    margin-right: -150px !important; }
  .mb-xl-0 {
    margin-bottom: 0px !important; }
  .mb-xl-n0 {
    margin-bottom: 0px !important; }
  .mb-xl-5 {
    margin-bottom: 5px !important; }
  .mb-xl-n5 {
    margin-bottom: -5px !important; }
  .mb-xl-10 {
    margin-bottom: 10px !important; }
  .mb-xl-n10 {
    margin-bottom: -10px !important; }
  .mb-xl-15 {
    margin-bottom: 15px !important; }
  .mb-xl-n15 {
    margin-bottom: -15px !important; }
  .mb-xl-20 {
    margin-bottom: 20px !important; }
  .mb-xl-n20 {
    margin-bottom: -20px !important; }
  .mb-xl-25 {
    margin-bottom: 25px !important; }
  .mb-xl-n25 {
    margin-bottom: -25px !important; }
  .mb-xl-30 {
    margin-bottom: 30px !important; }
  .mb-xl-n30 {
    margin-bottom: -30px !important; }
  .mb-xl-35 {
    margin-bottom: 35px !important; }
  .mb-xl-n35 {
    margin-bottom: -35px !important; }
  .mb-xl-40 {
    margin-bottom: 40px !important; }
  .mb-xl-n40 {
    margin-bottom: -40px !important; }
  .mb-xl-45 {
    margin-bottom: 45px !important; }
  .mb-xl-n45 {
    margin-bottom: -45px !important; }
  .mb-xl-50 {
    margin-bottom: 50px !important; }
  .mb-xl-n50 {
    margin-bottom: -50px !important; }
  .mb-xl-55 {
    margin-bottom: 55px !important; }
  .mb-xl-n55 {
    margin-bottom: -55px !important; }
  .mb-xl-60 {
    margin-bottom: 60px !important; }
  .mb-xl-n60 {
    margin-bottom: -60px !important; }
  .mb-xl-65 {
    margin-bottom: 65px !important; }
  .mb-xl-n65 {
    margin-bottom: -65px !important; }
  .mb-xl-70 {
    margin-bottom: 70px !important; }
  .mb-xl-n70 {
    margin-bottom: -70px !important; }
  .mb-xl-75 {
    margin-bottom: 75px !important; }
  .mb-xl-n75 {
    margin-bottom: -75px !important; }
  .mb-xl-80 {
    margin-bottom: 80px !important; }
  .mb-xl-n80 {
    margin-bottom: -80px !important; }
  .mb-xl-85 {
    margin-bottom: 85px !important; }
  .mb-xl-n85 {
    margin-bottom: -85px !important; }
  .mb-xl-90 {
    margin-bottom: 90px !important; }
  .mb-xl-n90 {
    margin-bottom: -90px !important; }
  .mb-xl-95 {
    margin-bottom: 95px !important; }
  .mb-xl-n95 {
    margin-bottom: -95px !important; }
  .mb-xl-100 {
    margin-bottom: 100px !important; }
  .mb-xl-n100 {
    margin-bottom: -100px !important; }
  .mb-xl-105 {
    margin-bottom: 105px !important; }
  .mb-xl-n105 {
    margin-bottom: -105px !important; }
  .mb-xl-110 {
    margin-bottom: 110px !important; }
  .mb-xl-n110 {
    margin-bottom: -110px !important; }
  .mb-xl-115 {
    margin-bottom: 115px !important; }
  .mb-xl-n115 {
    margin-bottom: -115px !important; }
  .mb-xl-120 {
    margin-bottom: 120px !important; }
  .mb-xl-n120 {
    margin-bottom: -120px !important; }
  .mb-xl-125 {
    margin-bottom: 125px !important; }
  .mb-xl-n125 {
    margin-bottom: -125px !important; }
  .mb-xl-130 {
    margin-bottom: 130px !important; }
  .mb-xl-n130 {
    margin-bottom: -130px !important; }
  .mb-xl-135 {
    margin-bottom: 135px !important; }
  .mb-xl-n135 {
    margin-bottom: -135px !important; }
  .mb-xl-140 {
    margin-bottom: 140px !important; }
  .mb-xl-n140 {
    margin-bottom: -140px !important; }
  .mb-xl-145 {
    margin-bottom: 145px !important; }
  .mb-xl-n145 {
    margin-bottom: -145px !important; }
  .mb-xl-150 {
    margin-bottom: 150px !important; }
  .mb-xl-n150 {
    margin-bottom: -150px !important; }
  .ml-xl-0 {
    margin-left: 0px !important; }
  .ml-xl-n0 {
    margin-left: 0px !important; }
  .ml-xl-5 {
    margin-left: 5px !important; }
  .ml-xl-n5 {
    margin-left: -5px !important; }
  .ml-xl-10 {
    margin-left: 10px !important; }
  .ml-xl-n10 {
    margin-left: -10px !important; }
  .ml-xl-15 {
    margin-left: 15px !important; }
  .ml-xl-n15 {
    margin-left: -15px !important; }
  .ml-xl-20 {
    margin-left: 20px !important; }
  .ml-xl-n20 {
    margin-left: -20px !important; }
  .ml-xl-25 {
    margin-left: 25px !important; }
  .ml-xl-n25 {
    margin-left: -25px !important; }
  .ml-xl-30 {
    margin-left: 30px !important; }
  .ml-xl-n30 {
    margin-left: -30px !important; }
  .ml-xl-35 {
    margin-left: 35px !important; }
  .ml-xl-n35 {
    margin-left: -35px !important; }
  .ml-xl-40 {
    margin-left: 40px !important; }
  .ml-xl-n40 {
    margin-left: -40px !important; }
  .ml-xl-45 {
    margin-left: 45px !important; }
  .ml-xl-n45 {
    margin-left: -45px !important; }
  .ml-xl-50 {
    margin-left: 50px !important; }
  .ml-xl-n50 {
    margin-left: -50px !important; }
  .ml-xl-55 {
    margin-left: 55px !important; }
  .ml-xl-n55 {
    margin-left: -55px !important; }
  .ml-xl-60 {
    margin-left: 60px !important; }
  .ml-xl-n60 {
    margin-left: -60px !important; }
  .ml-xl-65 {
    margin-left: 65px !important; }
  .ml-xl-n65 {
    margin-left: -65px !important; }
  .ml-xl-70 {
    margin-left: 70px !important; }
  .ml-xl-n70 {
    margin-left: -70px !important; }
  .ml-xl-75 {
    margin-left: 75px !important; }
  .ml-xl-n75 {
    margin-left: -75px !important; }
  .ml-xl-80 {
    margin-left: 80px !important; }
  .ml-xl-n80 {
    margin-left: -80px !important; }
  .ml-xl-85 {
    margin-left: 85px !important; }
  .ml-xl-n85 {
    margin-left: -85px !important; }
  .ml-xl-90 {
    margin-left: 90px !important; }
  .ml-xl-n90 {
    margin-left: -90px !important; }
  .ml-xl-95 {
    margin-left: 95px !important; }
  .ml-xl-n95 {
    margin-left: -95px !important; }
  .ml-xl-100 {
    margin-left: 100px !important; }
  .ml-xl-n100 {
    margin-left: -100px !important; }
  .ml-xl-105 {
    margin-left: 105px !important; }
  .ml-xl-n105 {
    margin-left: -105px !important; }
  .ml-xl-110 {
    margin-left: 110px !important; }
  .ml-xl-n110 {
    margin-left: -110px !important; }
  .ml-xl-115 {
    margin-left: 115px !important; }
  .ml-xl-n115 {
    margin-left: -115px !important; }
  .ml-xl-120 {
    margin-left: 120px !important; }
  .ml-xl-n120 {
    margin-left: -120px !important; }
  .ml-xl-125 {
    margin-left: 125px !important; }
  .ml-xl-n125 {
    margin-left: -125px !important; }
  .ml-xl-130 {
    margin-left: 130px !important; }
  .ml-xl-n130 {
    margin-left: -130px !important; }
  .ml-xl-135 {
    margin-left: 135px !important; }
  .ml-xl-n135 {
    margin-left: -135px !important; }
  .ml-xl-140 {
    margin-left: 140px !important; }
  .ml-xl-n140 {
    margin-left: -140px !important; }
  .ml-xl-145 {
    margin-left: 145px !important; }
  .ml-xl-n145 {
    margin-left: -145px !important; }
  .ml-xl-150 {
    margin-left: 150px !important; }
  .ml-xl-n150 {
    margin-left: -150px !important; }
  .px-xl-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-xl-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-xl-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-xl-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-xl-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xl-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xl-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-xl-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-xl-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xl-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xl-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-xl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-xl-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-xl-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-xl-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-xl-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-xl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-xl-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-xl-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xl-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xl-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-xl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-xl-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-xl-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-xl-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-xl-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-xl-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-xl-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-xl-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xl-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xl-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-xl-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-xl-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-xl-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-xl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-xl-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-xl-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-xl-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-xl-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-xl-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-xl-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-xl-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-xl-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-xl-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-xl-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-xl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-xl-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-xl-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-xl-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-xl-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-xl-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-xl-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-xl-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-xl-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-xl-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-xl-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-xl-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-xl-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-xl-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-xl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-xl-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-xl-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-xl-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-xl-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-xl-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-xl-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-xl-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-xl-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-xl-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-xl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-xl-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-xl-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-xl-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-xl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-xl-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-xl-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-xl-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-xl-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-xl-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-xl-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-xl-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-xl-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-xl-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-xl-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-xl-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-xl-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-xl-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-xl-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-xl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-xl-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .p-xl-0 {
    padding: 0px !important; }
  .p-xl-n0 {
    padding: 0px !important; }
  .p-xl-5 {
    padding: 5px !important; }
  .p-xl-n5 {
    padding: -5px !important; }
  .p-xl-10 {
    padding: 10px !important; }
  .p-xl-n10 {
    padding: -10px !important; }
  .p-xl-15 {
    padding: 15px !important; }
  .p-xl-n15 {
    padding: -15px !important; }
  .p-xl-20 {
    padding: 20px !important; }
  .p-xl-n20 {
    padding: -20px !important; }
  .p-xl-25 {
    padding: 25px !important; }
  .p-xl-n25 {
    padding: -25px !important; }
  .p-xl-30 {
    padding: 30px !important; }
  .p-xl-n30 {
    padding: -30px !important; }
  .p-xl-35 {
    padding: 35px !important; }
  .p-xl-n35 {
    padding: -35px !important; }
  .p-xl-40 {
    padding: 40px !important; }
  .p-xl-n40 {
    padding: -40px !important; }
  .p-xl-45 {
    padding: 45px !important; }
  .p-xl-n45 {
    padding: -45px !important; }
  .p-xl-50 {
    padding: 50px !important; }
  .p-xl-n50 {
    padding: -50px !important; }
  .p-xl-55 {
    padding: 55px !important; }
  .p-xl-n55 {
    padding: -55px !important; }
  .p-xl-60 {
    padding: 60px !important; }
  .p-xl-n60 {
    padding: -60px !important; }
  .p-xl-65 {
    padding: 65px !important; }
  .p-xl-n65 {
    padding: -65px !important; }
  .p-xl-70 {
    padding: 70px !important; }
  .p-xl-n70 {
    padding: -70px !important; }
  .p-xl-75 {
    padding: 75px !important; }
  .p-xl-n75 {
    padding: -75px !important; }
  .p-xl-80 {
    padding: 80px !important; }
  .p-xl-n80 {
    padding: -80px !important; }
  .p-xl-85 {
    padding: 85px !important; }
  .p-xl-n85 {
    padding: -85px !important; }
  .p-xl-90 {
    padding: 90px !important; }
  .p-xl-n90 {
    padding: -90px !important; }
  .p-xl-95 {
    padding: 95px !important; }
  .p-xl-n95 {
    padding: -95px !important; }
  .p-xl-100 {
    padding: 100px !important; }
  .p-xl-n100 {
    padding: -100px !important; }
  .p-xl-105 {
    padding: 105px !important; }
  .p-xl-n105 {
    padding: -105px !important; }
  .p-xl-110 {
    padding: 110px !important; }
  .p-xl-n110 {
    padding: -110px !important; }
  .p-xl-115 {
    padding: 115px !important; }
  .p-xl-n115 {
    padding: -115px !important; }
  .p-xl-120 {
    padding: 120px !important; }
  .p-xl-n120 {
    padding: -120px !important; }
  .p-xl-125 {
    padding: 125px !important; }
  .p-xl-n125 {
    padding: -125px !important; }
  .p-xl-130 {
    padding: 130px !important; }
  .p-xl-n130 {
    padding: -130px !important; }
  .p-xl-135 {
    padding: 135px !important; }
  .p-xl-n135 {
    padding: -135px !important; }
  .p-xl-140 {
    padding: 140px !important; }
  .p-xl-n140 {
    padding: -140px !important; }
  .p-xl-145 {
    padding: 145px !important; }
  .p-xl-n145 {
    padding: -145px !important; }
  .p-xl-150 {
    padding: 150px !important; }
  .p-xl-n150 {
    padding: -150px !important; }
  .pt-xl-0 {
    padding-top: 0px !important; }
  .pt-xl-n0 {
    padding-top: 0px !important; }
  .pt-xl-5 {
    padding-top: 5px !important; }
  .pt-xl-n5 {
    padding-top: -5px !important; }
  .pt-xl-10 {
    padding-top: 10px !important; }
  .pt-xl-n10 {
    padding-top: -10px !important; }
  .pt-xl-15 {
    padding-top: 15px !important; }
  .pt-xl-n15 {
    padding-top: -15px !important; }
  .pt-xl-20 {
    padding-top: 20px !important; }
  .pt-xl-n20 {
    padding-top: -20px !important; }
  .pt-xl-25 {
    padding-top: 25px !important; }
  .pt-xl-n25 {
    padding-top: -25px !important; }
  .pt-xl-30 {
    padding-top: 30px !important; }
  .pt-xl-n30 {
    padding-top: -30px !important; }
  .pt-xl-35 {
    padding-top: 35px !important; }
  .pt-xl-n35 {
    padding-top: -35px !important; }
  .pt-xl-40 {
    padding-top: 40px !important; }
  .pt-xl-n40 {
    padding-top: -40px !important; }
  .pt-xl-45 {
    padding-top: 45px !important; }
  .pt-xl-n45 {
    padding-top: -45px !important; }
  .pt-xl-50 {
    padding-top: 50px !important; }
  .pt-xl-n50 {
    padding-top: -50px !important; }
  .pt-xl-55 {
    padding-top: 55px !important; }
  .pt-xl-n55 {
    padding-top: -55px !important; }
  .pt-xl-60 {
    padding-top: 60px !important; }
  .pt-xl-n60 {
    padding-top: -60px !important; }
  .pt-xl-65 {
    padding-top: 65px !important; }
  .pt-xl-n65 {
    padding-top: -65px !important; }
  .pt-xl-70 {
    padding-top: 70px !important; }
  .pt-xl-n70 {
    padding-top: -70px !important; }
  .pt-xl-75 {
    padding-top: 75px !important; }
  .pt-xl-n75 {
    padding-top: -75px !important; }
  .pt-xl-80 {
    padding-top: 80px !important; }
  .pt-xl-n80 {
    padding-top: -80px !important; }
  .pt-xl-85 {
    padding-top: 85px !important; }
  .pt-xl-n85 {
    padding-top: -85px !important; }
  .pt-xl-90 {
    padding-top: 90px !important; }
  .pt-xl-n90 {
    padding-top: -90px !important; }
  .pt-xl-95 {
    padding-top: 95px !important; }
  .pt-xl-n95 {
    padding-top: -95px !important; }
  .pt-xl-100 {
    padding-top: 100px !important; }
  .pt-xl-n100 {
    padding-top: -100px !important; }
  .pt-xl-105 {
    padding-top: 105px !important; }
  .pt-xl-n105 {
    padding-top: -105px !important; }
  .pt-xl-110 {
    padding-top: 110px !important; }
  .pt-xl-n110 {
    padding-top: -110px !important; }
  .pt-xl-115 {
    padding-top: 115px !important; }
  .pt-xl-n115 {
    padding-top: -115px !important; }
  .pt-xl-120 {
    padding-top: 120px !important; }
  .pt-xl-n120 {
    padding-top: -120px !important; }
  .pt-xl-125 {
    padding-top: 125px !important; }
  .pt-xl-n125 {
    padding-top: -125px !important; }
  .pt-xl-130 {
    padding-top: 130px !important; }
  .pt-xl-n130 {
    padding-top: -130px !important; }
  .pt-xl-135 {
    padding-top: 135px !important; }
  .pt-xl-n135 {
    padding-top: -135px !important; }
  .pt-xl-140 {
    padding-top: 140px !important; }
  .pt-xl-n140 {
    padding-top: -140px !important; }
  .pt-xl-145 {
    padding-top: 145px !important; }
  .pt-xl-n145 {
    padding-top: -145px !important; }
  .pt-xl-150 {
    padding-top: 150px !important; }
  .pt-xl-n150 {
    padding-top: -150px !important; }
  .pr-xl-0 {
    padding-right: 0px !important; }
  .pr-xl-n0 {
    padding-right: 0px !important; }
  .pr-xl-5 {
    padding-right: 5px !important; }
  .pr-xl-n5 {
    padding-right: -5px !important; }
  .pr-xl-10 {
    padding-right: 10px !important; }
  .pr-xl-n10 {
    padding-right: -10px !important; }
  .pr-xl-15 {
    padding-right: 15px !important; }
  .pr-xl-n15 {
    padding-right: -15px !important; }
  .pr-xl-20 {
    padding-right: 20px !important; }
  .pr-xl-n20 {
    padding-right: -20px !important; }
  .pr-xl-25 {
    padding-right: 25px !important; }
  .pr-xl-n25 {
    padding-right: -25px !important; }
  .pr-xl-30 {
    padding-right: 30px !important; }
  .pr-xl-n30 {
    padding-right: -30px !important; }
  .pr-xl-35 {
    padding-right: 35px !important; }
  .pr-xl-n35 {
    padding-right: -35px !important; }
  .pr-xl-40 {
    padding-right: 40px !important; }
  .pr-xl-n40 {
    padding-right: -40px !important; }
  .pr-xl-45 {
    padding-right: 45px !important; }
  .pr-xl-n45 {
    padding-right: -45px !important; }
  .pr-xl-50 {
    padding-right: 50px !important; }
  .pr-xl-n50 {
    padding-right: -50px !important; }
  .pr-xl-55 {
    padding-right: 55px !important; }
  .pr-xl-n55 {
    padding-right: -55px !important; }
  .pr-xl-60 {
    padding-right: 60px !important; }
  .pr-xl-n60 {
    padding-right: -60px !important; }
  .pr-xl-65 {
    padding-right: 65px !important; }
  .pr-xl-n65 {
    padding-right: -65px !important; }
  .pr-xl-70 {
    padding-right: 70px !important; }
  .pr-xl-n70 {
    padding-right: -70px !important; }
  .pr-xl-75 {
    padding-right: 75px !important; }
  .pr-xl-n75 {
    padding-right: -75px !important; }
  .pr-xl-80 {
    padding-right: 80px !important; }
  .pr-xl-n80 {
    padding-right: -80px !important; }
  .pr-xl-85 {
    padding-right: 85px !important; }
  .pr-xl-n85 {
    padding-right: -85px !important; }
  .pr-xl-90 {
    padding-right: 90px !important; }
  .pr-xl-n90 {
    padding-right: -90px !important; }
  .pr-xl-95 {
    padding-right: 95px !important; }
  .pr-xl-n95 {
    padding-right: -95px !important; }
  .pr-xl-100 {
    padding-right: 100px !important; }
  .pr-xl-n100 {
    padding-right: -100px !important; }
  .pr-xl-105 {
    padding-right: 105px !important; }
  .pr-xl-n105 {
    padding-right: -105px !important; }
  .pr-xl-110 {
    padding-right: 110px !important; }
  .pr-xl-n110 {
    padding-right: -110px !important; }
  .pr-xl-115 {
    padding-right: 115px !important; }
  .pr-xl-n115 {
    padding-right: -115px !important; }
  .pr-xl-120 {
    padding-right: 120px !important; }
  .pr-xl-n120 {
    padding-right: -120px !important; }
  .pr-xl-125 {
    padding-right: 125px !important; }
  .pr-xl-n125 {
    padding-right: -125px !important; }
  .pr-xl-130 {
    padding-right: 130px !important; }
  .pr-xl-n130 {
    padding-right: -130px !important; }
  .pr-xl-135 {
    padding-right: 135px !important; }
  .pr-xl-n135 {
    padding-right: -135px !important; }
  .pr-xl-140 {
    padding-right: 140px !important; }
  .pr-xl-n140 {
    padding-right: -140px !important; }
  .pr-xl-145 {
    padding-right: 145px !important; }
  .pr-xl-n145 {
    padding-right: -145px !important; }
  .pr-xl-150 {
    padding-right: 150px !important; }
  .pr-xl-n150 {
    padding-right: -150px !important; }
  .pb-xl-0 {
    padding-bottom: 0px !important; }
  .pb-xl-n0 {
    padding-bottom: 0px !important; }
  .pb-xl-5 {
    padding-bottom: 5px !important; }
  .pb-xl-n5 {
    padding-bottom: -5px !important; }
  .pb-xl-10 {
    padding-bottom: 10px !important; }
  .pb-xl-n10 {
    padding-bottom: -10px !important; }
  .pb-xl-15 {
    padding-bottom: 15px !important; }
  .pb-xl-n15 {
    padding-bottom: -15px !important; }
  .pb-xl-20 {
    padding-bottom: 20px !important; }
  .pb-xl-n20 {
    padding-bottom: -20px !important; }
  .pb-xl-25 {
    padding-bottom: 25px !important; }
  .pb-xl-n25 {
    padding-bottom: -25px !important; }
  .pb-xl-30 {
    padding-bottom: 30px !important; }
  .pb-xl-n30 {
    padding-bottom: -30px !important; }
  .pb-xl-35 {
    padding-bottom: 35px !important; }
  .pb-xl-n35 {
    padding-bottom: -35px !important; }
  .pb-xl-40 {
    padding-bottom: 40px !important; }
  .pb-xl-n40 {
    padding-bottom: -40px !important; }
  .pb-xl-45 {
    padding-bottom: 45px !important; }
  .pb-xl-n45 {
    padding-bottom: -45px !important; }
  .pb-xl-50 {
    padding-bottom: 50px !important; }
  .pb-xl-n50 {
    padding-bottom: -50px !important; }
  .pb-xl-55 {
    padding-bottom: 55px !important; }
  .pb-xl-n55 {
    padding-bottom: -55px !important; }
  .pb-xl-60 {
    padding-bottom: 60px !important; }
  .pb-xl-n60 {
    padding-bottom: -60px !important; }
  .pb-xl-65 {
    padding-bottom: 65px !important; }
  .pb-xl-n65 {
    padding-bottom: -65px !important; }
  .pb-xl-70 {
    padding-bottom: 70px !important; }
  .pb-xl-n70 {
    padding-bottom: -70px !important; }
  .pb-xl-75 {
    padding-bottom: 75px !important; }
  .pb-xl-n75 {
    padding-bottom: -75px !important; }
  .pb-xl-80 {
    padding-bottom: 80px !important; }
  .pb-xl-n80 {
    padding-bottom: -80px !important; }
  .pb-xl-85 {
    padding-bottom: 85px !important; }
  .pb-xl-n85 {
    padding-bottom: -85px !important; }
  .pb-xl-90 {
    padding-bottom: 90px !important; }
  .pb-xl-n90 {
    padding-bottom: -90px !important; }
  .pb-xl-95 {
    padding-bottom: 95px !important; }
  .pb-xl-n95 {
    padding-bottom: -95px !important; }
  .pb-xl-100 {
    padding-bottom: 100px !important; }
  .pb-xl-n100 {
    padding-bottom: -100px !important; }
  .pb-xl-105 {
    padding-bottom: 105px !important; }
  .pb-xl-n105 {
    padding-bottom: -105px !important; }
  .pb-xl-110 {
    padding-bottom: 110px !important; }
  .pb-xl-n110 {
    padding-bottom: -110px !important; }
  .pb-xl-115 {
    padding-bottom: 115px !important; }
  .pb-xl-n115 {
    padding-bottom: -115px !important; }
  .pb-xl-120 {
    padding-bottom: 120px !important; }
  .pb-xl-n120 {
    padding-bottom: -120px !important; }
  .pb-xl-125 {
    padding-bottom: 125px !important; }
  .pb-xl-n125 {
    padding-bottom: -125px !important; }
  .pb-xl-130 {
    padding-bottom: 130px !important; }
  .pb-xl-n130 {
    padding-bottom: -130px !important; }
  .pb-xl-135 {
    padding-bottom: 135px !important; }
  .pb-xl-n135 {
    padding-bottom: -135px !important; }
  .pb-xl-140 {
    padding-bottom: 140px !important; }
  .pb-xl-n140 {
    padding-bottom: -140px !important; }
  .pb-xl-145 {
    padding-bottom: 145px !important; }
  .pb-xl-n145 {
    padding-bottom: -145px !important; }
  .pb-xl-150 {
    padding-bottom: 150px !important; }
  .pb-xl-n150 {
    padding-bottom: -150px !important; }
  .pl-xl-0 {
    padding-left: 0px !important; }
  .pl-xl-n0 {
    padding-left: 0px !important; }
  .pl-xl-5 {
    padding-left: 5px !important; }
  .pl-xl-n5 {
    padding-left: -5px !important; }
  .pl-xl-10 {
    padding-left: 10px !important; }
  .pl-xl-n10 {
    padding-left: -10px !important; }
  .pl-xl-15 {
    padding-left: 15px !important; }
  .pl-xl-n15 {
    padding-left: -15px !important; }
  .pl-xl-20 {
    padding-left: 20px !important; }
  .pl-xl-n20 {
    padding-left: -20px !important; }
  .pl-xl-25 {
    padding-left: 25px !important; }
  .pl-xl-n25 {
    padding-left: -25px !important; }
  .pl-xl-30 {
    padding-left: 30px !important; }
  .pl-xl-n30 {
    padding-left: -30px !important; }
  .pl-xl-35 {
    padding-left: 35px !important; }
  .pl-xl-n35 {
    padding-left: -35px !important; }
  .pl-xl-40 {
    padding-left: 40px !important; }
  .pl-xl-n40 {
    padding-left: -40px !important; }
  .pl-xl-45 {
    padding-left: 45px !important; }
  .pl-xl-n45 {
    padding-left: -45px !important; }
  .pl-xl-50 {
    padding-left: 50px !important; }
  .pl-xl-n50 {
    padding-left: -50px !important; }
  .pl-xl-55 {
    padding-left: 55px !important; }
  .pl-xl-n55 {
    padding-left: -55px !important; }
  .pl-xl-60 {
    padding-left: 60px !important; }
  .pl-xl-n60 {
    padding-left: -60px !important; }
  .pl-xl-65 {
    padding-left: 65px !important; }
  .pl-xl-n65 {
    padding-left: -65px !important; }
  .pl-xl-70 {
    padding-left: 70px !important; }
  .pl-xl-n70 {
    padding-left: -70px !important; }
  .pl-xl-75 {
    padding-left: 75px !important; }
  .pl-xl-n75 {
    padding-left: -75px !important; }
  .pl-xl-80 {
    padding-left: 80px !important; }
  .pl-xl-n80 {
    padding-left: -80px !important; }
  .pl-xl-85 {
    padding-left: 85px !important; }
  .pl-xl-n85 {
    padding-left: -85px !important; }
  .pl-xl-90 {
    padding-left: 90px !important; }
  .pl-xl-n90 {
    padding-left: -90px !important; }
  .pl-xl-95 {
    padding-left: 95px !important; }
  .pl-xl-n95 {
    padding-left: -95px !important; }
  .pl-xl-100 {
    padding-left: 100px !important; }
  .pl-xl-n100 {
    padding-left: -100px !important; }
  .pl-xl-105 {
    padding-left: 105px !important; }
  .pl-xl-n105 {
    padding-left: -105px !important; }
  .pl-xl-110 {
    padding-left: 110px !important; }
  .pl-xl-n110 {
    padding-left: -110px !important; }
  .pl-xl-115 {
    padding-left: 115px !important; }
  .pl-xl-n115 {
    padding-left: -115px !important; }
  .pl-xl-120 {
    padding-left: 120px !important; }
  .pl-xl-n120 {
    padding-left: -120px !important; }
  .pl-xl-125 {
    padding-left: 125px !important; }
  .pl-xl-n125 {
    padding-left: -125px !important; }
  .pl-xl-130 {
    padding-left: 130px !important; }
  .pl-xl-n130 {
    padding-left: -130px !important; }
  .pl-xl-135 {
    padding-left: 135px !important; }
  .pl-xl-n135 {
    padding-left: -135px !important; }
  .pl-xl-140 {
    padding-left: 140px !important; }
  .pl-xl-n140 {
    padding-left: -140px !important; }
  .pl-xl-145 {
    padding-left: 145px !important; }
  .pl-xl-n145 {
    padding-left: -145px !important; }
  .pl-xl-150 {
    padding-left: 150px !important; }
  .pl-xl-n150 {
    padding-left: -150px !important; } }

@media (max-width: 768.98px) {
  .m-sp-0 {
    margin: 0px !important; }
  .m-sp-n0 {
    margin: 0px !important; }
  .m-sp-5 {
    margin: 5px !important; }
  .m-sp-n5 {
    margin: -5px !important; }
  .m-sp-10 {
    margin: 10px !important; }
  .m-sp-n10 {
    margin: -10px !important; }
  .m-sp-15 {
    margin: 15px !important; }
  .m-sp-n15 {
    margin: -15px !important; }
  .m-sp-20 {
    margin: 20px !important; }
  .m-sp-n20 {
    margin: -20px !important; }
  .m-sp-25 {
    margin: 25px !important; }
  .m-sp-n25 {
    margin: -25px !important; }
  .m-sp-30 {
    margin: 30px !important; }
  .m-sp-n30 {
    margin: -30px !important; }
  .m-sp-35 {
    margin: 35px !important; }
  .m-sp-n35 {
    margin: -35px !important; }
  .m-sp-40 {
    margin: 40px !important; }
  .m-sp-n40 {
    margin: -40px !important; }
  .m-sp-45 {
    margin: 45px !important; }
  .m-sp-n45 {
    margin: -45px !important; }
  .m-sp-50 {
    margin: 50px !important; }
  .m-sp-n50 {
    margin: -50px !important; }
  .m-sp-55 {
    margin: 55px !important; }
  .m-sp-n55 {
    margin: -55px !important; }
  .m-sp-60 {
    margin: 60px !important; }
  .m-sp-n60 {
    margin: -60px !important; }
  .m-sp-65 {
    margin: 65px !important; }
  .m-sp-n65 {
    margin: -65px !important; }
  .m-sp-70 {
    margin: 70px !important; }
  .m-sp-n70 {
    margin: -70px !important; }
  .m-sp-75 {
    margin: 75px !important; }
  .m-sp-n75 {
    margin: -75px !important; }
  .m-sp-80 {
    margin: 80px !important; }
  .m-sp-n80 {
    margin: -80px !important; }
  .m-sp-85 {
    margin: 85px !important; }
  .m-sp-n85 {
    margin: -85px !important; }
  .m-sp-90 {
    margin: 90px !important; }
  .m-sp-n90 {
    margin: -90px !important; }
  .m-sp-95 {
    margin: 95px !important; }
  .m-sp-n95 {
    margin: -95px !important; }
  .m-sp-100 {
    margin: 100px !important; }
  .m-sp-n100 {
    margin: -100px !important; }
  .m-sp-105 {
    margin: 105px !important; }
  .m-sp-n105 {
    margin: -105px !important; }
  .m-sp-110 {
    margin: 110px !important; }
  .m-sp-n110 {
    margin: -110px !important; }
  .m-sp-115 {
    margin: 115px !important; }
  .m-sp-n115 {
    margin: -115px !important; }
  .m-sp-120 {
    margin: 120px !important; }
  .m-sp-n120 {
    margin: -120px !important; }
  .m-sp-125 {
    margin: 125px !important; }
  .m-sp-n125 {
    margin: -125px !important; }
  .m-sp-130 {
    margin: 130px !important; }
  .m-sp-n130 {
    margin: -130px !important; }
  .m-sp-135 {
    margin: 135px !important; }
  .m-sp-n135 {
    margin: -135px !important; }
  .m-sp-140 {
    margin: 140px !important; }
  .m-sp-n140 {
    margin: -140px !important; }
  .m-sp-145 {
    margin: 145px !important; }
  .m-sp-n145 {
    margin: -145px !important; }
  .m-sp-150 {
    margin: 150px !important; }
  .m-sp-n150 {
    margin: -150px !important; }
  .mt-sp-0 {
    margin-top: 0px !important; }
  .mt-sp-n0 {
    margin-top: 0px !important; }
  .mt-sp-5 {
    margin-top: 5px !important; }
  .mt-sp-n5 {
    margin-top: -5px !important; }
  .mt-sp-10 {
    margin-top: 10px !important; }
  .mt-sp-n10 {
    margin-top: -10px !important; }
  .mt-sp-15 {
    margin-top: 15px !important; }
  .mt-sp-n15 {
    margin-top: -15px !important; }
  .mt-sp-20 {
    margin-top: 20px !important; }
  .mt-sp-n20 {
    margin-top: -20px !important; }
  .mt-sp-25 {
    margin-top: 25px !important; }
  .mt-sp-n25 {
    margin-top: -25px !important; }
  .mt-sp-30 {
    margin-top: 30px !important; }
  .mt-sp-n30 {
    margin-top: -30px !important; }
  .mt-sp-35 {
    margin-top: 35px !important; }
  .mt-sp-n35 {
    margin-top: -35px !important; }
  .mt-sp-40 {
    margin-top: 40px !important; }
  .mt-sp-n40 {
    margin-top: -40px !important; }
  .mt-sp-45 {
    margin-top: 45px !important; }
  .mt-sp-n45 {
    margin-top: -45px !important; }
  .mt-sp-50 {
    margin-top: 50px !important; }
  .mt-sp-n50 {
    margin-top: -50px !important; }
  .mt-sp-55 {
    margin-top: 55px !important; }
  .mt-sp-n55 {
    margin-top: -55px !important; }
  .mt-sp-60 {
    margin-top: 60px !important; }
  .mt-sp-n60 {
    margin-top: -60px !important; }
  .mt-sp-65 {
    margin-top: 65px !important; }
  .mt-sp-n65 {
    margin-top: -65px !important; }
  .mt-sp-70 {
    margin-top: 70px !important; }
  .mt-sp-n70 {
    margin-top: -70px !important; }
  .mt-sp-75 {
    margin-top: 75px !important; }
  .mt-sp-n75 {
    margin-top: -75px !important; }
  .mt-sp-80 {
    margin-top: 80px !important; }
  .mt-sp-n80 {
    margin-top: -80px !important; }
  .mt-sp-85 {
    margin-top: 85px !important; }
  .mt-sp-n85 {
    margin-top: -85px !important; }
  .mt-sp-90 {
    margin-top: 90px !important; }
  .mt-sp-n90 {
    margin-top: -90px !important; }
  .mt-sp-95 {
    margin-top: 95px !important; }
  .mt-sp-n95 {
    margin-top: -95px !important; }
  .mt-sp-100 {
    margin-top: 100px !important; }
  .mt-sp-n100 {
    margin-top: -100px !important; }
  .mt-sp-105 {
    margin-top: 105px !important; }
  .mt-sp-n105 {
    margin-top: -105px !important; }
  .mt-sp-110 {
    margin-top: 110px !important; }
  .mt-sp-n110 {
    margin-top: -110px !important; }
  .mt-sp-115 {
    margin-top: 115px !important; }
  .mt-sp-n115 {
    margin-top: -115px !important; }
  .mt-sp-120 {
    margin-top: 120px !important; }
  .mt-sp-n120 {
    margin-top: -120px !important; }
  .mt-sp-125 {
    margin-top: 125px !important; }
  .mt-sp-n125 {
    margin-top: -125px !important; }
  .mt-sp-130 {
    margin-top: 130px !important; }
  .mt-sp-n130 {
    margin-top: -130px !important; }
  .mt-sp-135 {
    margin-top: 135px !important; }
  .mt-sp-n135 {
    margin-top: -135px !important; }
  .mt-sp-140 {
    margin-top: 140px !important; }
  .mt-sp-n140 {
    margin-top: -140px !important; }
  .mt-sp-145 {
    margin-top: 145px !important; }
  .mt-sp-n145 {
    margin-top: -145px !important; }
  .mt-sp-150 {
    margin-top: 150px !important; }
  .mt-sp-n150 {
    margin-top: -150px !important; }
  .mr-sp-0 {
    margin-right: 0px !important; }
  .mr-sp-n0 {
    margin-right: 0px !important; }
  .mr-sp-5 {
    margin-right: 5px !important; }
  .mr-sp-n5 {
    margin-right: -5px !important; }
  .mr-sp-10 {
    margin-right: 10px !important; }
  .mr-sp-n10 {
    margin-right: -10px !important; }
  .mr-sp-15 {
    margin-right: 15px !important; }
  .mr-sp-n15 {
    margin-right: -15px !important; }
  .mr-sp-20 {
    margin-right: 20px !important; }
  .mr-sp-n20 {
    margin-right: -20px !important; }
  .mr-sp-25 {
    margin-right: 25px !important; }
  .mr-sp-n25 {
    margin-right: -25px !important; }
  .mr-sp-30 {
    margin-right: 30px !important; }
  .mr-sp-n30 {
    margin-right: -30px !important; }
  .mr-sp-35 {
    margin-right: 35px !important; }
  .mr-sp-n35 {
    margin-right: -35px !important; }
  .mr-sp-40 {
    margin-right: 40px !important; }
  .mr-sp-n40 {
    margin-right: -40px !important; }
  .mr-sp-45 {
    margin-right: 45px !important; }
  .mr-sp-n45 {
    margin-right: -45px !important; }
  .mr-sp-50 {
    margin-right: 50px !important; }
  .mr-sp-n50 {
    margin-right: -50px !important; }
  .mr-sp-55 {
    margin-right: 55px !important; }
  .mr-sp-n55 {
    margin-right: -55px !important; }
  .mr-sp-60 {
    margin-right: 60px !important; }
  .mr-sp-n60 {
    margin-right: -60px !important; }
  .mr-sp-65 {
    margin-right: 65px !important; }
  .mr-sp-n65 {
    margin-right: -65px !important; }
  .mr-sp-70 {
    margin-right: 70px !important; }
  .mr-sp-n70 {
    margin-right: -70px !important; }
  .mr-sp-75 {
    margin-right: 75px !important; }
  .mr-sp-n75 {
    margin-right: -75px !important; }
  .mr-sp-80 {
    margin-right: 80px !important; }
  .mr-sp-n80 {
    margin-right: -80px !important; }
  .mr-sp-85 {
    margin-right: 85px !important; }
  .mr-sp-n85 {
    margin-right: -85px !important; }
  .mr-sp-90 {
    margin-right: 90px !important; }
  .mr-sp-n90 {
    margin-right: -90px !important; }
  .mr-sp-95 {
    margin-right: 95px !important; }
  .mr-sp-n95 {
    margin-right: -95px !important; }
  .mr-sp-100 {
    margin-right: 100px !important; }
  .mr-sp-n100 {
    margin-right: -100px !important; }
  .mr-sp-105 {
    margin-right: 105px !important; }
  .mr-sp-n105 {
    margin-right: -105px !important; }
  .mr-sp-110 {
    margin-right: 110px !important; }
  .mr-sp-n110 {
    margin-right: -110px !important; }
  .mr-sp-115 {
    margin-right: 115px !important; }
  .mr-sp-n115 {
    margin-right: -115px !important; }
  .mr-sp-120 {
    margin-right: 120px !important; }
  .mr-sp-n120 {
    margin-right: -120px !important; }
  .mr-sp-125 {
    margin-right: 125px !important; }
  .mr-sp-n125 {
    margin-right: -125px !important; }
  .mr-sp-130 {
    margin-right: 130px !important; }
  .mr-sp-n130 {
    margin-right: -130px !important; }
  .mr-sp-135 {
    margin-right: 135px !important; }
  .mr-sp-n135 {
    margin-right: -135px !important; }
  .mr-sp-140 {
    margin-right: 140px !important; }
  .mr-sp-n140 {
    margin-right: -140px !important; }
  .mr-sp-145 {
    margin-right: 145px !important; }
  .mr-sp-n145 {
    margin-right: -145px !important; }
  .mr-sp-150 {
    margin-right: 150px !important; }
  .mr-sp-n150 {
    margin-right: -150px !important; }
  .mb-sp-0 {
    margin-bottom: 0px !important; }
  .mb-sp-n0 {
    margin-bottom: 0px !important; }
  .mb-sp-5 {
    margin-bottom: 5px !important; }
  .mb-sp-n5 {
    margin-bottom: -5px !important; }
  .mb-sp-10 {
    margin-bottom: 10px !important; }
  .mb-sp-n10 {
    margin-bottom: -10px !important; }
  .mb-sp-15 {
    margin-bottom: 15px !important; }
  .mb-sp-n15 {
    margin-bottom: -15px !important; }
  .mb-sp-20 {
    margin-bottom: 20px !important; }
  .mb-sp-n20 {
    margin-bottom: -20px !important; }
  .mb-sp-25 {
    margin-bottom: 25px !important; }
  .mb-sp-n25 {
    margin-bottom: -25px !important; }
  .mb-sp-30 {
    margin-bottom: 30px !important; }
  .mb-sp-n30 {
    margin-bottom: -30px !important; }
  .mb-sp-35 {
    margin-bottom: 35px !important; }
  .mb-sp-n35 {
    margin-bottom: -35px !important; }
  .mb-sp-40 {
    margin-bottom: 40px !important; }
  .mb-sp-n40 {
    margin-bottom: -40px !important; }
  .mb-sp-45 {
    margin-bottom: 45px !important; }
  .mb-sp-n45 {
    margin-bottom: -45px !important; }
  .mb-sp-50 {
    margin-bottom: 50px !important; }
  .mb-sp-n50 {
    margin-bottom: -50px !important; }
  .mb-sp-55 {
    margin-bottom: 55px !important; }
  .mb-sp-n55 {
    margin-bottom: -55px !important; }
  .mb-sp-60 {
    margin-bottom: 60px !important; }
  .mb-sp-n60 {
    margin-bottom: -60px !important; }
  .mb-sp-65 {
    margin-bottom: 65px !important; }
  .mb-sp-n65 {
    margin-bottom: -65px !important; }
  .mb-sp-70 {
    margin-bottom: 70px !important; }
  .mb-sp-n70 {
    margin-bottom: -70px !important; }
  .mb-sp-75 {
    margin-bottom: 75px !important; }
  .mb-sp-n75 {
    margin-bottom: -75px !important; }
  .mb-sp-80 {
    margin-bottom: 80px !important; }
  .mb-sp-n80 {
    margin-bottom: -80px !important; }
  .mb-sp-85 {
    margin-bottom: 85px !important; }
  .mb-sp-n85 {
    margin-bottom: -85px !important; }
  .mb-sp-90 {
    margin-bottom: 90px !important; }
  .mb-sp-n90 {
    margin-bottom: -90px !important; }
  .mb-sp-95 {
    margin-bottom: 95px !important; }
  .mb-sp-n95 {
    margin-bottom: -95px !important; }
  .mb-sp-100 {
    margin-bottom: 100px !important; }
  .mb-sp-n100 {
    margin-bottom: -100px !important; }
  .mb-sp-105 {
    margin-bottom: 105px !important; }
  .mb-sp-n105 {
    margin-bottom: -105px !important; }
  .mb-sp-110 {
    margin-bottom: 110px !important; }
  .mb-sp-n110 {
    margin-bottom: -110px !important; }
  .mb-sp-115 {
    margin-bottom: 115px !important; }
  .mb-sp-n115 {
    margin-bottom: -115px !important; }
  .mb-sp-120 {
    margin-bottom: 120px !important; }
  .mb-sp-n120 {
    margin-bottom: -120px !important; }
  .mb-sp-125 {
    margin-bottom: 125px !important; }
  .mb-sp-n125 {
    margin-bottom: -125px !important; }
  .mb-sp-130 {
    margin-bottom: 130px !important; }
  .mb-sp-n130 {
    margin-bottom: -130px !important; }
  .mb-sp-135 {
    margin-bottom: 135px !important; }
  .mb-sp-n135 {
    margin-bottom: -135px !important; }
  .mb-sp-140 {
    margin-bottom: 140px !important; }
  .mb-sp-n140 {
    margin-bottom: -140px !important; }
  .mb-sp-145 {
    margin-bottom: 145px !important; }
  .mb-sp-n145 {
    margin-bottom: -145px !important; }
  .mb-sp-150 {
    margin-bottom: 150px !important; }
  .mb-sp-n150 {
    margin-bottom: -150px !important; }
  .ml-sp-0 {
    margin-left: 0px !important; }
  .ml-sp-n0 {
    margin-left: 0px !important; }
  .ml-sp-5 {
    margin-left: 5px !important; }
  .ml-sp-n5 {
    margin-left: -5px !important; }
  .ml-sp-10 {
    margin-left: 10px !important; }
  .ml-sp-n10 {
    margin-left: -10px !important; }
  .ml-sp-15 {
    margin-left: 15px !important; }
  .ml-sp-n15 {
    margin-left: -15px !important; }
  .ml-sp-20 {
    margin-left: 20px !important; }
  .ml-sp-n20 {
    margin-left: -20px !important; }
  .ml-sp-25 {
    margin-left: 25px !important; }
  .ml-sp-n25 {
    margin-left: -25px !important; }
  .ml-sp-30 {
    margin-left: 30px !important; }
  .ml-sp-n30 {
    margin-left: -30px !important; }
  .ml-sp-35 {
    margin-left: 35px !important; }
  .ml-sp-n35 {
    margin-left: -35px !important; }
  .ml-sp-40 {
    margin-left: 40px !important; }
  .ml-sp-n40 {
    margin-left: -40px !important; }
  .ml-sp-45 {
    margin-left: 45px !important; }
  .ml-sp-n45 {
    margin-left: -45px !important; }
  .ml-sp-50 {
    margin-left: 50px !important; }
  .ml-sp-n50 {
    margin-left: -50px !important; }
  .ml-sp-55 {
    margin-left: 55px !important; }
  .ml-sp-n55 {
    margin-left: -55px !important; }
  .ml-sp-60 {
    margin-left: 60px !important; }
  .ml-sp-n60 {
    margin-left: -60px !important; }
  .ml-sp-65 {
    margin-left: 65px !important; }
  .ml-sp-n65 {
    margin-left: -65px !important; }
  .ml-sp-70 {
    margin-left: 70px !important; }
  .ml-sp-n70 {
    margin-left: -70px !important; }
  .ml-sp-75 {
    margin-left: 75px !important; }
  .ml-sp-n75 {
    margin-left: -75px !important; }
  .ml-sp-80 {
    margin-left: 80px !important; }
  .ml-sp-n80 {
    margin-left: -80px !important; }
  .ml-sp-85 {
    margin-left: 85px !important; }
  .ml-sp-n85 {
    margin-left: -85px !important; }
  .ml-sp-90 {
    margin-left: 90px !important; }
  .ml-sp-n90 {
    margin-left: -90px !important; }
  .ml-sp-95 {
    margin-left: 95px !important; }
  .ml-sp-n95 {
    margin-left: -95px !important; }
  .ml-sp-100 {
    margin-left: 100px !important; }
  .ml-sp-n100 {
    margin-left: -100px !important; }
  .ml-sp-105 {
    margin-left: 105px !important; }
  .ml-sp-n105 {
    margin-left: -105px !important; }
  .ml-sp-110 {
    margin-left: 110px !important; }
  .ml-sp-n110 {
    margin-left: -110px !important; }
  .ml-sp-115 {
    margin-left: 115px !important; }
  .ml-sp-n115 {
    margin-left: -115px !important; }
  .ml-sp-120 {
    margin-left: 120px !important; }
  .ml-sp-n120 {
    margin-left: -120px !important; }
  .ml-sp-125 {
    margin-left: 125px !important; }
  .ml-sp-n125 {
    margin-left: -125px !important; }
  .ml-sp-130 {
    margin-left: 130px !important; }
  .ml-sp-n130 {
    margin-left: -130px !important; }
  .ml-sp-135 {
    margin-left: 135px !important; }
  .ml-sp-n135 {
    margin-left: -135px !important; }
  .ml-sp-140 {
    margin-left: 140px !important; }
  .ml-sp-n140 {
    margin-left: -140px !important; }
  .ml-sp-145 {
    margin-left: 145px !important; }
  .ml-sp-n145 {
    margin-left: -145px !important; }
  .ml-sp-150 {
    margin-left: 150px !important; }
  .ml-sp-n150 {
    margin-left: -150px !important; }
  .mx-sp-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-sp-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-sp-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-sp-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-sp-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-sp-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-sp-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-sp-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-sp-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-sp-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-sp-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-sp-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-sp-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-sp-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-sp-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-sp-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-sp-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-sp-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-sp-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-sp-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-sp-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-sp-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-sp-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-sp-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-sp-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-sp-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-sp-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-sp-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-sp-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-sp-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-sp-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-sp-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-sp-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-sp-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-sp-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-sp-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-sp-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-sp-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-sp-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-sp-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-sp-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-sp-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-sp-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-sp-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-sp-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-sp-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-sp-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-sp-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-sp-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-sp-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-sp-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-sp-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-sp-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-sp-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-sp-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-sp-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-sp-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-sp-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-sp-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-sp-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-sp-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-sp-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-sp-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-sp-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-sp-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-sp-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-sp-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-sp-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-sp-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-sp-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-sp-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-sp-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-sp-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-sp-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-sp-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-sp-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-sp-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-sp-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-sp-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-sp-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-sp-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-sp-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-sp-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-sp-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-sp-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-sp-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-sp-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-sp-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-sp-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-sp-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-sp-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-sp-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-sp-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-sp-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-sp-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-sp-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-sp-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-sp-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-sp-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-sp-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-sp-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-sp-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-sp-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-sp-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-sp-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-sp-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-sp-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-sp-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-sp-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-sp-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-sp-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-sp-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-sp-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-sp-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-sp-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-sp-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-sp-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-sp-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-sp-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-sp-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-sp-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-sp-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-sp-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-sp-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .p-sp-0 {
    padding: 0px !important; }
  .p-sp-n0 {
    padding: 0px !important; }
  .p-sp-5 {
    padding: 5px !important; }
  .p-sp-n5 {
    padding: -5px !important; }
  .p-sp-10 {
    padding: 10px !important; }
  .p-sp-n10 {
    padding: -10px !important; }
  .p-sp-15 {
    padding: 15px !important; }
  .p-sp-n15 {
    padding: -15px !important; }
  .p-sp-20 {
    padding: 20px !important; }
  .p-sp-n20 {
    padding: -20px !important; }
  .p-sp-25 {
    padding: 25px !important; }
  .p-sp-n25 {
    padding: -25px !important; }
  .p-sp-30 {
    padding: 30px !important; }
  .p-sp-n30 {
    padding: -30px !important; }
  .p-sp-35 {
    padding: 35px !important; }
  .p-sp-n35 {
    padding: -35px !important; }
  .p-sp-40 {
    padding: 40px !important; }
  .p-sp-n40 {
    padding: -40px !important; }
  .p-sp-45 {
    padding: 45px !important; }
  .p-sp-n45 {
    padding: -45px !important; }
  .p-sp-50 {
    padding: 50px !important; }
  .p-sp-n50 {
    padding: -50px !important; }
  .p-sp-55 {
    padding: 55px !important; }
  .p-sp-n55 {
    padding: -55px !important; }
  .p-sp-60 {
    padding: 60px !important; }
  .p-sp-n60 {
    padding: -60px !important; }
  .p-sp-65 {
    padding: 65px !important; }
  .p-sp-n65 {
    padding: -65px !important; }
  .p-sp-70 {
    padding: 70px !important; }
  .p-sp-n70 {
    padding: -70px !important; }
  .p-sp-75 {
    padding: 75px !important; }
  .p-sp-n75 {
    padding: -75px !important; }
  .p-sp-80 {
    padding: 80px !important; }
  .p-sp-n80 {
    padding: -80px !important; }
  .p-sp-85 {
    padding: 85px !important; }
  .p-sp-n85 {
    padding: -85px !important; }
  .p-sp-90 {
    padding: 90px !important; }
  .p-sp-n90 {
    padding: -90px !important; }
  .p-sp-95 {
    padding: 95px !important; }
  .p-sp-n95 {
    padding: -95px !important; }
  .p-sp-100 {
    padding: 100px !important; }
  .p-sp-n100 {
    padding: -100px !important; }
  .p-sp-105 {
    padding: 105px !important; }
  .p-sp-n105 {
    padding: -105px !important; }
  .p-sp-110 {
    padding: 110px !important; }
  .p-sp-n110 {
    padding: -110px !important; }
  .p-sp-115 {
    padding: 115px !important; }
  .p-sp-n115 {
    padding: -115px !important; }
  .p-sp-120 {
    padding: 120px !important; }
  .p-sp-n120 {
    padding: -120px !important; }
  .p-sp-125 {
    padding: 125px !important; }
  .p-sp-n125 {
    padding: -125px !important; }
  .p-sp-130 {
    padding: 130px !important; }
  .p-sp-n130 {
    padding: -130px !important; }
  .p-sp-135 {
    padding: 135px !important; }
  .p-sp-n135 {
    padding: -135px !important; }
  .p-sp-140 {
    padding: 140px !important; }
  .p-sp-n140 {
    padding: -140px !important; }
  .p-sp-145 {
    padding: 145px !important; }
  .p-sp-n145 {
    padding: -145px !important; }
  .p-sp-150 {
    padding: 150px !important; }
  .p-sp-n150 {
    padding: -150px !important; }
  .pt-sp-0 {
    padding-top: 0px !important; }
  .pt-sp-n0 {
    padding-top: 0px !important; }
  .pt-sp-5 {
    padding-top: 5px !important; }
  .pt-sp-n5 {
    padding-top: -5px !important; }
  .pt-sp-10 {
    padding-top: 10px !important; }
  .pt-sp-n10 {
    padding-top: -10px !important; }
  .pt-sp-15 {
    padding-top: 15px !important; }
  .pt-sp-n15 {
    padding-top: -15px !important; }
  .pt-sp-20 {
    padding-top: 20px !important; }
  .pt-sp-n20 {
    padding-top: -20px !important; }
  .pt-sp-25 {
    padding-top: 25px !important; }
  .pt-sp-n25 {
    padding-top: -25px !important; }
  .pt-sp-30 {
    padding-top: 30px !important; }
  .pt-sp-n30 {
    padding-top: -30px !important; }
  .pt-sp-35 {
    padding-top: 35px !important; }
  .pt-sp-n35 {
    padding-top: -35px !important; }
  .pt-sp-40 {
    padding-top: 40px !important; }
  .pt-sp-n40 {
    padding-top: -40px !important; }
  .pt-sp-45 {
    padding-top: 45px !important; }
  .pt-sp-n45 {
    padding-top: -45px !important; }
  .pt-sp-50 {
    padding-top: 50px !important; }
  .pt-sp-n50 {
    padding-top: -50px !important; }
  .pt-sp-55 {
    padding-top: 55px !important; }
  .pt-sp-n55 {
    padding-top: -55px !important; }
  .pt-sp-60 {
    padding-top: 60px !important; }
  .pt-sp-n60 {
    padding-top: -60px !important; }
  .pt-sp-65 {
    padding-top: 65px !important; }
  .pt-sp-n65 {
    padding-top: -65px !important; }
  .pt-sp-70 {
    padding-top: 70px !important; }
  .pt-sp-n70 {
    padding-top: -70px !important; }
  .pt-sp-75 {
    padding-top: 75px !important; }
  .pt-sp-n75 {
    padding-top: -75px !important; }
  .pt-sp-80 {
    padding-top: 80px !important; }
  .pt-sp-n80 {
    padding-top: -80px !important; }
  .pt-sp-85 {
    padding-top: 85px !important; }
  .pt-sp-n85 {
    padding-top: -85px !important; }
  .pt-sp-90 {
    padding-top: 90px !important; }
  .pt-sp-n90 {
    padding-top: -90px !important; }
  .pt-sp-95 {
    padding-top: 95px !important; }
  .pt-sp-n95 {
    padding-top: -95px !important; }
  .pt-sp-100 {
    padding-top: 100px !important; }
  .pt-sp-n100 {
    padding-top: -100px !important; }
  .pt-sp-105 {
    padding-top: 105px !important; }
  .pt-sp-n105 {
    padding-top: -105px !important; }
  .pt-sp-110 {
    padding-top: 110px !important; }
  .pt-sp-n110 {
    padding-top: -110px !important; }
  .pt-sp-115 {
    padding-top: 115px !important; }
  .pt-sp-n115 {
    padding-top: -115px !important; }
  .pt-sp-120 {
    padding-top: 120px !important; }
  .pt-sp-n120 {
    padding-top: -120px !important; }
  .pt-sp-125 {
    padding-top: 125px !important; }
  .pt-sp-n125 {
    padding-top: -125px !important; }
  .pt-sp-130 {
    padding-top: 130px !important; }
  .pt-sp-n130 {
    padding-top: -130px !important; }
  .pt-sp-135 {
    padding-top: 135px !important; }
  .pt-sp-n135 {
    padding-top: -135px !important; }
  .pt-sp-140 {
    padding-top: 140px !important; }
  .pt-sp-n140 {
    padding-top: -140px !important; }
  .pt-sp-145 {
    padding-top: 145px !important; }
  .pt-sp-n145 {
    padding-top: -145px !important; }
  .pt-sp-150 {
    padding-top: 150px !important; }
  .pt-sp-n150 {
    padding-top: -150px !important; }
  .pr-sp-0 {
    padding-right: 0px !important; }
  .pr-sp-n0 {
    padding-right: 0px !important; }
  .pr-sp-5 {
    padding-right: 5px !important; }
  .pr-sp-n5 {
    padding-right: -5px !important; }
  .pr-sp-10 {
    padding-right: 10px !important; }
  .pr-sp-n10 {
    padding-right: -10px !important; }
  .pr-sp-15 {
    padding-right: 15px !important; }
  .pr-sp-n15 {
    padding-right: -15px !important; }
  .pr-sp-20 {
    padding-right: 20px !important; }
  .pr-sp-n20 {
    padding-right: -20px !important; }
  .pr-sp-25 {
    padding-right: 25px !important; }
  .pr-sp-n25 {
    padding-right: -25px !important; }
  .pr-sp-30 {
    padding-right: 30px !important; }
  .pr-sp-n30 {
    padding-right: -30px !important; }
  .pr-sp-35 {
    padding-right: 35px !important; }
  .pr-sp-n35 {
    padding-right: -35px !important; }
  .pr-sp-40 {
    padding-right: 40px !important; }
  .pr-sp-n40 {
    padding-right: -40px !important; }
  .pr-sp-45 {
    padding-right: 45px !important; }
  .pr-sp-n45 {
    padding-right: -45px !important; }
  .pr-sp-50 {
    padding-right: 50px !important; }
  .pr-sp-n50 {
    padding-right: -50px !important; }
  .pr-sp-55 {
    padding-right: 55px !important; }
  .pr-sp-n55 {
    padding-right: -55px !important; }
  .pr-sp-60 {
    padding-right: 60px !important; }
  .pr-sp-n60 {
    padding-right: -60px !important; }
  .pr-sp-65 {
    padding-right: 65px !important; }
  .pr-sp-n65 {
    padding-right: -65px !important; }
  .pr-sp-70 {
    padding-right: 70px !important; }
  .pr-sp-n70 {
    padding-right: -70px !important; }
  .pr-sp-75 {
    padding-right: 75px !important; }
  .pr-sp-n75 {
    padding-right: -75px !important; }
  .pr-sp-80 {
    padding-right: 80px !important; }
  .pr-sp-n80 {
    padding-right: -80px !important; }
  .pr-sp-85 {
    padding-right: 85px !important; }
  .pr-sp-n85 {
    padding-right: -85px !important; }
  .pr-sp-90 {
    padding-right: 90px !important; }
  .pr-sp-n90 {
    padding-right: -90px !important; }
  .pr-sp-95 {
    padding-right: 95px !important; }
  .pr-sp-n95 {
    padding-right: -95px !important; }
  .pr-sp-100 {
    padding-right: 100px !important; }
  .pr-sp-n100 {
    padding-right: -100px !important; }
  .pr-sp-105 {
    padding-right: 105px !important; }
  .pr-sp-n105 {
    padding-right: -105px !important; }
  .pr-sp-110 {
    padding-right: 110px !important; }
  .pr-sp-n110 {
    padding-right: -110px !important; }
  .pr-sp-115 {
    padding-right: 115px !important; }
  .pr-sp-n115 {
    padding-right: -115px !important; }
  .pr-sp-120 {
    padding-right: 120px !important; }
  .pr-sp-n120 {
    padding-right: -120px !important; }
  .pr-sp-125 {
    padding-right: 125px !important; }
  .pr-sp-n125 {
    padding-right: -125px !important; }
  .pr-sp-130 {
    padding-right: 130px !important; }
  .pr-sp-n130 {
    padding-right: -130px !important; }
  .pr-sp-135 {
    padding-right: 135px !important; }
  .pr-sp-n135 {
    padding-right: -135px !important; }
  .pr-sp-140 {
    padding-right: 140px !important; }
  .pr-sp-n140 {
    padding-right: -140px !important; }
  .pr-sp-145 {
    padding-right: 145px !important; }
  .pr-sp-n145 {
    padding-right: -145px !important; }
  .pr-sp-150 {
    padding-right: 150px !important; }
  .pr-sp-n150 {
    padding-right: -150px !important; }
  .pb-sp-0 {
    padding-bottom: 0px !important; }
  .pb-sp-n0 {
    padding-bottom: 0px !important; }
  .pb-sp-5 {
    padding-bottom: 5px !important; }
  .pb-sp-n5 {
    padding-bottom: -5px !important; }
  .pb-sp-10 {
    padding-bottom: 10px !important; }
  .pb-sp-n10 {
    padding-bottom: -10px !important; }
  .pb-sp-15 {
    padding-bottom: 15px !important; }
  .pb-sp-n15 {
    padding-bottom: -15px !important; }
  .pb-sp-20 {
    padding-bottom: 20px !important; }
  .pb-sp-n20 {
    padding-bottom: -20px !important; }
  .pb-sp-25 {
    padding-bottom: 25px !important; }
  .pb-sp-n25 {
    padding-bottom: -25px !important; }
  .pb-sp-30 {
    padding-bottom: 30px !important; }
  .pb-sp-n30 {
    padding-bottom: -30px !important; }
  .pb-sp-35 {
    padding-bottom: 35px !important; }
  .pb-sp-n35 {
    padding-bottom: -35px !important; }
  .pb-sp-40 {
    padding-bottom: 40px !important; }
  .pb-sp-n40 {
    padding-bottom: -40px !important; }
  .pb-sp-45 {
    padding-bottom: 45px !important; }
  .pb-sp-n45 {
    padding-bottom: -45px !important; }
  .pb-sp-50 {
    padding-bottom: 50px !important; }
  .pb-sp-n50 {
    padding-bottom: -50px !important; }
  .pb-sp-55 {
    padding-bottom: 55px !important; }
  .pb-sp-n55 {
    padding-bottom: -55px !important; }
  .pb-sp-60 {
    padding-bottom: 60px !important; }
  .pb-sp-n60 {
    padding-bottom: -60px !important; }
  .pb-sp-65 {
    padding-bottom: 65px !important; }
  .pb-sp-n65 {
    padding-bottom: -65px !important; }
  .pb-sp-70 {
    padding-bottom: 70px !important; }
  .pb-sp-n70 {
    padding-bottom: -70px !important; }
  .pb-sp-75 {
    padding-bottom: 75px !important; }
  .pb-sp-n75 {
    padding-bottom: -75px !important; }
  .pb-sp-80 {
    padding-bottom: 80px !important; }
  .pb-sp-n80 {
    padding-bottom: -80px !important; }
  .pb-sp-85 {
    padding-bottom: 85px !important; }
  .pb-sp-n85 {
    padding-bottom: -85px !important; }
  .pb-sp-90 {
    padding-bottom: 90px !important; }
  .pb-sp-n90 {
    padding-bottom: -90px !important; }
  .pb-sp-95 {
    padding-bottom: 95px !important; }
  .pb-sp-n95 {
    padding-bottom: -95px !important; }
  .pb-sp-100 {
    padding-bottom: 100px !important; }
  .pb-sp-n100 {
    padding-bottom: -100px !important; }
  .pb-sp-105 {
    padding-bottom: 105px !important; }
  .pb-sp-n105 {
    padding-bottom: -105px !important; }
  .pb-sp-110 {
    padding-bottom: 110px !important; }
  .pb-sp-n110 {
    padding-bottom: -110px !important; }
  .pb-sp-115 {
    padding-bottom: 115px !important; }
  .pb-sp-n115 {
    padding-bottom: -115px !important; }
  .pb-sp-120 {
    padding-bottom: 120px !important; }
  .pb-sp-n120 {
    padding-bottom: -120px !important; }
  .pb-sp-125 {
    padding-bottom: 125px !important; }
  .pb-sp-n125 {
    padding-bottom: -125px !important; }
  .pb-sp-130 {
    padding-bottom: 130px !important; }
  .pb-sp-n130 {
    padding-bottom: -130px !important; }
  .pb-sp-135 {
    padding-bottom: 135px !important; }
  .pb-sp-n135 {
    padding-bottom: -135px !important; }
  .pb-sp-140 {
    padding-bottom: 140px !important; }
  .pb-sp-n140 {
    padding-bottom: -140px !important; }
  .pb-sp-145 {
    padding-bottom: 145px !important; }
  .pb-sp-n145 {
    padding-bottom: -145px !important; }
  .pb-sp-150 {
    padding-bottom: 150px !important; }
  .pb-sp-n150 {
    padding-bottom: -150px !important; }
  .pl-sp-0 {
    padding-left: 0px !important; }
  .pl-sp-n0 {
    padding-left: 0px !important; }
  .pl-sp-5 {
    padding-left: 5px !important; }
  .pl-sp-n5 {
    padding-left: -5px !important; }
  .pl-sp-10 {
    padding-left: 10px !important; }
  .pl-sp-n10 {
    padding-left: -10px !important; }
  .pl-sp-15 {
    padding-left: 15px !important; }
  .pl-sp-n15 {
    padding-left: -15px !important; }
  .pl-sp-20 {
    padding-left: 20px !important; }
  .pl-sp-n20 {
    padding-left: -20px !important; }
  .pl-sp-25 {
    padding-left: 25px !important; }
  .pl-sp-n25 {
    padding-left: -25px !important; }
  .pl-sp-30 {
    padding-left: 30px !important; }
  .pl-sp-n30 {
    padding-left: -30px !important; }
  .pl-sp-35 {
    padding-left: 35px !important; }
  .pl-sp-n35 {
    padding-left: -35px !important; }
  .pl-sp-40 {
    padding-left: 40px !important; }
  .pl-sp-n40 {
    padding-left: -40px !important; }
  .pl-sp-45 {
    padding-left: 45px !important; }
  .pl-sp-n45 {
    padding-left: -45px !important; }
  .pl-sp-50 {
    padding-left: 50px !important; }
  .pl-sp-n50 {
    padding-left: -50px !important; }
  .pl-sp-55 {
    padding-left: 55px !important; }
  .pl-sp-n55 {
    padding-left: -55px !important; }
  .pl-sp-60 {
    padding-left: 60px !important; }
  .pl-sp-n60 {
    padding-left: -60px !important; }
  .pl-sp-65 {
    padding-left: 65px !important; }
  .pl-sp-n65 {
    padding-left: -65px !important; }
  .pl-sp-70 {
    padding-left: 70px !important; }
  .pl-sp-n70 {
    padding-left: -70px !important; }
  .pl-sp-75 {
    padding-left: 75px !important; }
  .pl-sp-n75 {
    padding-left: -75px !important; }
  .pl-sp-80 {
    padding-left: 80px !important; }
  .pl-sp-n80 {
    padding-left: -80px !important; }
  .pl-sp-85 {
    padding-left: 85px !important; }
  .pl-sp-n85 {
    padding-left: -85px !important; }
  .pl-sp-90 {
    padding-left: 90px !important; }
  .pl-sp-n90 {
    padding-left: -90px !important; }
  .pl-sp-95 {
    padding-left: 95px !important; }
  .pl-sp-n95 {
    padding-left: -95px !important; }
  .pl-sp-100 {
    padding-left: 100px !important; }
  .pl-sp-n100 {
    padding-left: -100px !important; }
  .pl-sp-105 {
    padding-left: 105px !important; }
  .pl-sp-n105 {
    padding-left: -105px !important; }
  .pl-sp-110 {
    padding-left: 110px !important; }
  .pl-sp-n110 {
    padding-left: -110px !important; }
  .pl-sp-115 {
    padding-left: 115px !important; }
  .pl-sp-n115 {
    padding-left: -115px !important; }
  .pl-sp-120 {
    padding-left: 120px !important; }
  .pl-sp-n120 {
    padding-left: -120px !important; }
  .pl-sp-125 {
    padding-left: 125px !important; }
  .pl-sp-n125 {
    padding-left: -125px !important; }
  .pl-sp-130 {
    padding-left: 130px !important; }
  .pl-sp-n130 {
    padding-left: -130px !important; }
  .pl-sp-135 {
    padding-left: 135px !important; }
  .pl-sp-n135 {
    padding-left: -135px !important; }
  .pl-sp-140 {
    padding-left: 140px !important; }
  .pl-sp-n140 {
    padding-left: -140px !important; }
  .pl-sp-145 {
    padding-left: 145px !important; }
  .pl-sp-n145 {
    padding-left: -145px !important; }
  .pl-sp-150 {
    padding-left: 150px !important; }
  .pl-sp-n150 {
    padding-left: -150px !important; }
  .px-sp-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-sp-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-sp-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-sp-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-sp-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-sp-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-sp-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-sp-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-sp-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-sp-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-sp-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-sp-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-sp-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-sp-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-sp-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-sp-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-sp-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-sp-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-sp-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-sp-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-sp-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-sp-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-sp-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-sp-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-sp-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-sp-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-sp-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-sp-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-sp-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-sp-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-sp-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-sp-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-sp-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-sp-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-sp-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-sp-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-sp-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-sp-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-sp-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-sp-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-sp-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-sp-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-sp-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-sp-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-sp-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-sp-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-sp-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-sp-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-sp-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-sp-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-sp-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-sp-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-sp-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-sp-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-sp-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-sp-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-sp-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-sp-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-sp-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-sp-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-sp-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-sp-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-sp-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-sp-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-sp-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-sp-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-sp-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-sp-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-sp-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-sp-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-sp-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-sp-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-sp-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-sp-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-sp-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-sp-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-sp-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-sp-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-sp-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-sp-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-sp-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-sp-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-sp-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-sp-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-sp-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-sp-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-sp-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-sp-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-sp-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-sp-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-sp-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-sp-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-sp-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-sp-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-sp-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-sp-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-sp-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-sp-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-sp-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-sp-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-sp-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-sp-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-sp-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-sp-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-sp-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-sp-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-sp-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-sp-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-sp-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-sp-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-sp-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-sp-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-sp-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-sp-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-sp-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-sp-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-sp-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-sp-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-sp-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-sp-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-sp-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-sp-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-sp-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-sp-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .d-sp-none {
    display: none !important; }
  .d-sp-inline {
    display: inline !important; }
  .d-sp-inline-block {
    display: inline-block !important; }
  .d-sp-block {
    display: block !important; }
  .d-sp-table {
    display: table !important; }
  .d-sp-table-row {
    display: table-row !important; }
  .d-sp-table-cell {
    display: table-cell !important; }
  .d-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sp-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.lh-10 {
  line-height: 1; }

.lh-11 {
  line-height: 1.1; }

.lh-12 {
  line-height: 1.2; }

.lh-13 {
  line-height: 1.3; }

.lh-14 {
  line-height: 1.4; }

.lh-15 {
  line-height: 1.5; }

.lh-16 {
  line-height: 1.6; }

.lh-17 {
  line-height: 1.7; }

.lh-18 {
  line-height: 1.8; }

.lh-19 {
  line-height: 1.9; }

.lh-20 {
  line-height: 2; }

@media (min-width: 576px) {
  .lh-sm-10 {
    line-height: 1; }
  .lh-sm-11 {
    line-height: 1.1; }
  .lh-sm-12 {
    line-height: 1.2; }
  .lh-sm-13 {
    line-height: 1.3; }
  .lh-sm-14 {
    line-height: 1.4; }
  .lh-sm-15 {
    line-height: 1.5; }
  .lh-sm-16 {
    line-height: 1.6; }
  .lh-sm-17 {
    line-height: 1.7; }
  .lh-sm-18 {
    line-height: 1.8; }
  .lh-sm-19 {
    line-height: 1.9; }
  .lh-sm-20 {
    line-height: 2; } }

@media (min-width: 769px) {
  .lh-md-10 {
    line-height: 1; }
  .lh-md-11 {
    line-height: 1.1; }
  .lh-md-12 {
    line-height: 1.2; }
  .lh-md-13 {
    line-height: 1.3; }
  .lh-md-14 {
    line-height: 1.4; }
  .lh-md-15 {
    line-height: 1.5; }
  .lh-md-16 {
    line-height: 1.6; }
  .lh-md-17 {
    line-height: 1.7; }
  .lh-md-18 {
    line-height: 1.8; }
  .lh-md-19 {
    line-height: 1.9; }
  .lh-md-20 {
    line-height: 2; } }

@media (min-width: 1000px) {
  .lh-lg-10 {
    line-height: 1; }
  .lh-lg-11 {
    line-height: 1.1; }
  .lh-lg-12 {
    line-height: 1.2; }
  .lh-lg-13 {
    line-height: 1.3; }
  .lh-lg-14 {
    line-height: 1.4; }
  .lh-lg-15 {
    line-height: 1.5; }
  .lh-lg-16 {
    line-height: 1.6; }
  .lh-lg-17 {
    line-height: 1.7; }
  .lh-lg-18 {
    line-height: 1.8; }
  .lh-lg-19 {
    line-height: 1.9; }
  .lh-lg-20 {
    line-height: 2; } }

@media (min-width: 1367px) {
  .lh-xl-10 {
    line-height: 1; }
  .lh-xl-11 {
    line-height: 1.1; }
  .lh-xl-12 {
    line-height: 1.2; }
  .lh-xl-13 {
    line-height: 1.3; }
  .lh-xl-14 {
    line-height: 1.4; }
  .lh-xl-15 {
    line-height: 1.5; }
  .lh-xl-16 {
    line-height: 1.6; }
  .lh-xl-17 {
    line-height: 1.7; }
  .lh-xl-18 {
    line-height: 1.8; }
  .lh-xl-19 {
    line-height: 1.9; }
  .lh-xl-20 {
    line-height: 2; } }

.wm-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1; }

@media (min-width: 576px) {
  .wm-sm-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1; } }

@media (min-width: 769px) {
  .wm-md-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1; } }

@media (min-width: 1000px) {
  .wm-lg-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1; } }

@media (min-width: 1367px) {
  .wm-xl-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1; } }

.opacity-0 {
  opacity: 0 !important; }

.opacity-10 {
  opacity: 0.1 !important; }

.opacity-20 {
  opacity: 0.2 !important; }

.opacity-30 {
  opacity: 0.3 !important; }

.opacity-40 {
  opacity: 0.4 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-60 {
  opacity: 0.6 !important; }

.opacity-70 {
  opacity: 0.7 !important; }

.opacity-80 {
  opacity: 0.8 !important; }

.opacity-90 {
  opacity: 0.9 !important; }

.opacity-100 {
  opacity: 1 !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

@media (min-width: 576px) {
  .position-sm-static {
    position: static !important; }
  .position-sm-relative {
    position: relative !important; }
  .position-sm-absolute {
    position: absolute !important; }
  .position-sm-fixed {
    position: fixed !important; }
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; } }

@media (min-width: 769px) {
  .position-md-static {
    position: static !important; }
  .position-md-relative {
    position: relative !important; }
  .position-md-absolute {
    position: absolute !important; }
  .position-md-fixed {
    position: fixed !important; }
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; } }

@media (min-width: 1000px) {
  .position-lg-static {
    position: static !important; }
  .position-lg-relative {
    position: relative !important; }
  .position-lg-absolute {
    position: absolute !important; }
  .position-lg-fixed {
    position: fixed !important; }
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; } }

@media (min-width: 1367px) {
  .position-xl-static {
    position: static !important; }
  .position-xl-relative {
    position: relative !important; }
  .position-xl-absolute {
    position: absolute !important; }
  .position-xl-fixed {
    position: fixed !important; }
  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; } }

.border-0 {
  border-width: 0px !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.border-top-0 {
  border-top-width: 0px !important; }

.border-top-1 {
  border-top-width: 1px !important; }

.border-top-2 {
  border-top-width: 2px !important; }

.border-top-3 {
  border-top-width: 3px !important; }

.border-top-4 {
  border-top-width: 4px !important; }

.border-top-5 {
  border-top-width: 5px !important; }

.border-right-0 {
  border-right-width: 0px !important; }

.border-right-1 {
  border-right-width: 1px !important; }

.border-right-2 {
  border-right-width: 2px !important; }

.border-right-3 {
  border-right-width: 3px !important; }

.border-right-4 {
  border-right-width: 4px !important; }

.border-right-5 {
  border-right-width: 5px !important; }

.border-bottom-0 {
  border-bottom-width: 0px !important; }

.border-bottom-1 {
  border-bottom-width: 1px !important; }

.border-bottom-2 {
  border-bottom-width: 2px !important; }

.border-bottom-3 {
  border-bottom-width: 3px !important; }

.border-bottom-4 {
  border-bottom-width: 4px !important; }

.border-bottom-5 {
  border-bottom-width: 5px !important; }

.border-left-0 {
  border-left-width: 0px !important; }

.border-left-1 {
  border-left-width: 1px !important; }

.border-left-2 {
  border-left-width: 2px !important; }

.border-left-3 {
  border-left-width: 3px !important; }

.border-left-4 {
  border-left-width: 4px !important; }

.border-left-5 {
  border-left-width: 5px !important; }

.border-solid {
  border-style: solid !important; }

.border-dashed {
  border-style: dashed !important; }

.border-dotted {
  border-style: dotted !important; }

.border-top-solid {
  border-top-style: solid !important; }

.border-top-dashed {
  border-top-style: dashed !important; }

.border-top-dotted {
  border-top-style: dotted !important; }

.border-right-solid {
  border-right-style: solid !important; }

.border-right-dashed {
  border-right-style: dashed !important; }

.border-right-dotted {
  border-right-style: dotted !important; }

.border-bottom-solid {
  border-bottom-style: solid !important; }

.border-bottom-dashed {
  border-bottom-style: dashed !important; }

.border-bottom-dotted {
  border-bottom-style: dotted !important; }

.border-left-solid {
  border-left-style: solid !important; }

.border-left-dashed {
  border-left-style: dashed !important; }

.border-left-dotted {
  border-left-style: dotted !important; }

@media (min-width: 576px) {
  .border-sm-0 {
    border-width: 0px !important; }
  .border-sm-1 {
    border-width: 1px !important; }
  .border-sm-2 {
    border-width: 2px !important; }
  .border-sm-3 {
    border-width: 3px !important; }
  .border-sm-4 {
    border-width: 4px !important; }
  .border-sm-5 {
    border-width: 5px !important; }
  .border-top-sm-0 {
    border-top-width: 0px !important; }
  .border-top-sm-1 {
    border-top-width: 1px !important; }
  .border-top-sm-2 {
    border-top-width: 2px !important; }
  .border-top-sm-3 {
    border-top-width: 3px !important; }
  .border-top-sm-4 {
    border-top-width: 4px !important; }
  .border-top-sm-5 {
    border-top-width: 5px !important; }
  .border-right-sm-0 {
    border-right-width: 0px !important; }
  .border-right-sm-1 {
    border-right-width: 1px !important; }
  .border-right-sm-2 {
    border-right-width: 2px !important; }
  .border-right-sm-3 {
    border-right-width: 3px !important; }
  .border-right-sm-4 {
    border-right-width: 4px !important; }
  .border-right-sm-5 {
    border-right-width: 5px !important; }
  .border-bottom-sm-0 {
    border-bottom-width: 0px !important; }
  .border-bottom-sm-1 {
    border-bottom-width: 1px !important; }
  .border-bottom-sm-2 {
    border-bottom-width: 2px !important; }
  .border-bottom-sm-3 {
    border-bottom-width: 3px !important; }
  .border-bottom-sm-4 {
    border-bottom-width: 4px !important; }
  .border-bottom-sm-5 {
    border-bottom-width: 5px !important; }
  .border-left-sm-0 {
    border-left-width: 0px !important; }
  .border-left-sm-1 {
    border-left-width: 1px !important; }
  .border-left-sm-2 {
    border-left-width: 2px !important; }
  .border-left-sm-3 {
    border-left-width: 3px !important; }
  .border-left-sm-4 {
    border-left-width: 4px !important; }
  .border-left-sm-5 {
    border-left-width: 5px !important; }
  .border-sm-solid {
    border-style: solid !important; }
  .border-sm-dashed {
    border-style: dashed !important; }
  .border-sm-dotted {
    border-style: dotted !important; }
  .border-top-sm-solid {
    border-top-style: solid !important; }
  .border-top-sm-dashed {
    border-top-style: dashed !important; }
  .border-top-sm-dotted {
    border-top-style: dotted !important; }
  .border-right-sm-solid {
    border-right-style: solid !important; }
  .border-right-sm-dashed {
    border-right-style: dashed !important; }
  .border-right-sm-dotted {
    border-right-style: dotted !important; }
  .border-bottom-sm-solid {
    border-bottom-style: solid !important; }
  .border-bottom-sm-dashed {
    border-bottom-style: dashed !important; }
  .border-bottom-sm-dotted {
    border-bottom-style: dotted !important; }
  .border-left-sm-solid {
    border-left-style: solid !important; }
  .border-left-sm-dashed {
    border-left-style: dashed !important; }
  .border-left-sm-dotted {
    border-left-style: dotted !important; } }

@media (min-width: 769px) {
  .border-md-0 {
    border-width: 0px !important; }
  .border-md-1 {
    border-width: 1px !important; }
  .border-md-2 {
    border-width: 2px !important; }
  .border-md-3 {
    border-width: 3px !important; }
  .border-md-4 {
    border-width: 4px !important; }
  .border-md-5 {
    border-width: 5px !important; }
  .border-top-md-0 {
    border-top-width: 0px !important; }
  .border-top-md-1 {
    border-top-width: 1px !important; }
  .border-top-md-2 {
    border-top-width: 2px !important; }
  .border-top-md-3 {
    border-top-width: 3px !important; }
  .border-top-md-4 {
    border-top-width: 4px !important; }
  .border-top-md-5 {
    border-top-width: 5px !important; }
  .border-right-md-0 {
    border-right-width: 0px !important; }
  .border-right-md-1 {
    border-right-width: 1px !important; }
  .border-right-md-2 {
    border-right-width: 2px !important; }
  .border-right-md-3 {
    border-right-width: 3px !important; }
  .border-right-md-4 {
    border-right-width: 4px !important; }
  .border-right-md-5 {
    border-right-width: 5px !important; }
  .border-bottom-md-0 {
    border-bottom-width: 0px !important; }
  .border-bottom-md-1 {
    border-bottom-width: 1px !important; }
  .border-bottom-md-2 {
    border-bottom-width: 2px !important; }
  .border-bottom-md-3 {
    border-bottom-width: 3px !important; }
  .border-bottom-md-4 {
    border-bottom-width: 4px !important; }
  .border-bottom-md-5 {
    border-bottom-width: 5px !important; }
  .border-left-md-0 {
    border-left-width: 0px !important; }
  .border-left-md-1 {
    border-left-width: 1px !important; }
  .border-left-md-2 {
    border-left-width: 2px !important; }
  .border-left-md-3 {
    border-left-width: 3px !important; }
  .border-left-md-4 {
    border-left-width: 4px !important; }
  .border-left-md-5 {
    border-left-width: 5px !important; }
  .border-md-solid {
    border-style: solid !important; }
  .border-md-dashed {
    border-style: dashed !important; }
  .border-md-dotted {
    border-style: dotted !important; }
  .border-top-md-solid {
    border-top-style: solid !important; }
  .border-top-md-dashed {
    border-top-style: dashed !important; }
  .border-top-md-dotted {
    border-top-style: dotted !important; }
  .border-right-md-solid {
    border-right-style: solid !important; }
  .border-right-md-dashed {
    border-right-style: dashed !important; }
  .border-right-md-dotted {
    border-right-style: dotted !important; }
  .border-bottom-md-solid {
    border-bottom-style: solid !important; }
  .border-bottom-md-dashed {
    border-bottom-style: dashed !important; }
  .border-bottom-md-dotted {
    border-bottom-style: dotted !important; }
  .border-left-md-solid {
    border-left-style: solid !important; }
  .border-left-md-dashed {
    border-left-style: dashed !important; }
  .border-left-md-dotted {
    border-left-style: dotted !important; } }

@media (min-width: 1000px) {
  .border-lg-0 {
    border-width: 0px !important; }
  .border-lg-1 {
    border-width: 1px !important; }
  .border-lg-2 {
    border-width: 2px !important; }
  .border-lg-3 {
    border-width: 3px !important; }
  .border-lg-4 {
    border-width: 4px !important; }
  .border-lg-5 {
    border-width: 5px !important; }
  .border-top-lg-0 {
    border-top-width: 0px !important; }
  .border-top-lg-1 {
    border-top-width: 1px !important; }
  .border-top-lg-2 {
    border-top-width: 2px !important; }
  .border-top-lg-3 {
    border-top-width: 3px !important; }
  .border-top-lg-4 {
    border-top-width: 4px !important; }
  .border-top-lg-5 {
    border-top-width: 5px !important; }
  .border-right-lg-0 {
    border-right-width: 0px !important; }
  .border-right-lg-1 {
    border-right-width: 1px !important; }
  .border-right-lg-2 {
    border-right-width: 2px !important; }
  .border-right-lg-3 {
    border-right-width: 3px !important; }
  .border-right-lg-4 {
    border-right-width: 4px !important; }
  .border-right-lg-5 {
    border-right-width: 5px !important; }
  .border-bottom-lg-0 {
    border-bottom-width: 0px !important; }
  .border-bottom-lg-1 {
    border-bottom-width: 1px !important; }
  .border-bottom-lg-2 {
    border-bottom-width: 2px !important; }
  .border-bottom-lg-3 {
    border-bottom-width: 3px !important; }
  .border-bottom-lg-4 {
    border-bottom-width: 4px !important; }
  .border-bottom-lg-5 {
    border-bottom-width: 5px !important; }
  .border-left-lg-0 {
    border-left-width: 0px !important; }
  .border-left-lg-1 {
    border-left-width: 1px !important; }
  .border-left-lg-2 {
    border-left-width: 2px !important; }
  .border-left-lg-3 {
    border-left-width: 3px !important; }
  .border-left-lg-4 {
    border-left-width: 4px !important; }
  .border-left-lg-5 {
    border-left-width: 5px !important; }
  .border-lg-solid {
    border-style: solid !important; }
  .border-lg-dashed {
    border-style: dashed !important; }
  .border-lg-dotted {
    border-style: dotted !important; }
  .border-top-lg-solid {
    border-top-style: solid !important; }
  .border-top-lg-dashed {
    border-top-style: dashed !important; }
  .border-top-lg-dotted {
    border-top-style: dotted !important; }
  .border-right-lg-solid {
    border-right-style: solid !important; }
  .border-right-lg-dashed {
    border-right-style: dashed !important; }
  .border-right-lg-dotted {
    border-right-style: dotted !important; }
  .border-bottom-lg-solid {
    border-bottom-style: solid !important; }
  .border-bottom-lg-dashed {
    border-bottom-style: dashed !important; }
  .border-bottom-lg-dotted {
    border-bottom-style: dotted !important; }
  .border-left-lg-solid {
    border-left-style: solid !important; }
  .border-left-lg-dashed {
    border-left-style: dashed !important; }
  .border-left-lg-dotted {
    border-left-style: dotted !important; } }

@media (min-width: 1367px) {
  .border-xl-0 {
    border-width: 0px !important; }
  .border-xl-1 {
    border-width: 1px !important; }
  .border-xl-2 {
    border-width: 2px !important; }
  .border-xl-3 {
    border-width: 3px !important; }
  .border-xl-4 {
    border-width: 4px !important; }
  .border-xl-5 {
    border-width: 5px !important; }
  .border-top-xl-0 {
    border-top-width: 0px !important; }
  .border-top-xl-1 {
    border-top-width: 1px !important; }
  .border-top-xl-2 {
    border-top-width: 2px !important; }
  .border-top-xl-3 {
    border-top-width: 3px !important; }
  .border-top-xl-4 {
    border-top-width: 4px !important; }
  .border-top-xl-5 {
    border-top-width: 5px !important; }
  .border-right-xl-0 {
    border-right-width: 0px !important; }
  .border-right-xl-1 {
    border-right-width: 1px !important; }
  .border-right-xl-2 {
    border-right-width: 2px !important; }
  .border-right-xl-3 {
    border-right-width: 3px !important; }
  .border-right-xl-4 {
    border-right-width: 4px !important; }
  .border-right-xl-5 {
    border-right-width: 5px !important; }
  .border-bottom-xl-0 {
    border-bottom-width: 0px !important; }
  .border-bottom-xl-1 {
    border-bottom-width: 1px !important; }
  .border-bottom-xl-2 {
    border-bottom-width: 2px !important; }
  .border-bottom-xl-3 {
    border-bottom-width: 3px !important; }
  .border-bottom-xl-4 {
    border-bottom-width: 4px !important; }
  .border-bottom-xl-5 {
    border-bottom-width: 5px !important; }
  .border-left-xl-0 {
    border-left-width: 0px !important; }
  .border-left-xl-1 {
    border-left-width: 1px !important; }
  .border-left-xl-2 {
    border-left-width: 2px !important; }
  .border-left-xl-3 {
    border-left-width: 3px !important; }
  .border-left-xl-4 {
    border-left-width: 4px !important; }
  .border-left-xl-5 {
    border-left-width: 5px !important; }
  .border-xl-solid {
    border-style: solid !important; }
  .border-xl-dashed {
    border-style: dashed !important; }
  .border-xl-dotted {
    border-style: dotted !important; }
  .border-top-xl-solid {
    border-top-style: solid !important; }
  .border-top-xl-dashed {
    border-top-style: dashed !important; }
  .border-top-xl-dotted {
    border-top-style: dotted !important; }
  .border-right-xl-solid {
    border-right-style: solid !important; }
  .border-right-xl-dashed {
    border-right-style: dashed !important; }
  .border-right-xl-dotted {
    border-right-style: dotted !important; }
  .border-bottom-xl-solid {
    border-bottom-style: solid !important; }
  .border-bottom-xl-dashed {
    border-bottom-style: dashed !important; }
  .border-bottom-xl-dotted {
    border-bottom-style: dotted !important; }
  .border-left-xl-solid {
    border-left-style: solid !important; }
  .border-left-xl-dashed {
    border-left-style: dashed !important; }
  .border-left-xl-dotted {
    border-left-style: dotted !important; } }

.letter-spacing-normal {
  letter-spacing: normal; }

.text-black {
  color: #333333; }

.text-indent {
  text-indent: 1em; }

.border-color-black {
  border-color: #333333 !important; }

.border-color-white {
  border-color: #fff !important; }

.box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media (min-width: 576px) {
  .box-sm-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .box-sm-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .box-sm-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (min-width: 769px) {
  .box-md-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .box-md-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .box-md-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (min-width: 1000px) {
  .box-lg-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .box-lg-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .box-lg-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (min-width: 1367px) {
  .box-xl-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .box-xl-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .box-xl-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (max-width: 768.98px) {
  .box-sp-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .box-sp-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .box-sp-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.form-control {
  width: auto; }

.row.gutters-0 {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px; }
  .row.gutters-0 > .col,
  .row.gutters-0 > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important; }
    .row.gutters-sp-0 > .col,
    .row.gutters-sp-0 > [class*="col-"] {
      padding-right: 0px !important;
      padding-left: 0px !important;
      margin-bottom: 0px !important; } }

.row.gutters-10 {
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: -10px; }
  .row.gutters-10 > .col,
  .row.gutters-10 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-10 {
    margin-right: -5px !important;
    margin-left: -5px !important;
    margin-bottom: -10px !important; }
    .row.gutters-sp-10 > .col,
    .row.gutters-sp-10 > [class*="col-"] {
      padding-right: 5px !important;
      padding-left: 5px !important;
      margin-bottom: 10px !important; } }

.row.gutters-20 {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: -20px; }
  .row.gutters-20 > .col,
  .row.gutters-20 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-20 {
    margin-right: -10px !important;
    margin-left: -10px !important;
    margin-bottom: -20px !important; }
    .row.gutters-sp-20 > .col,
    .row.gutters-sp-20 > [class*="col-"] {
      padding-right: 10px !important;
      padding-left: 10px !important;
      margin-bottom: 20px !important; } }

.row.gutters-30 {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -30px; }
  .row.gutters-30 > .col,
  .row.gutters-30 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-30 {
    margin-right: -15px !important;
    margin-left: -15px !important;
    margin-bottom: -30px !important; }
    .row.gutters-sp-30 > .col,
    .row.gutters-sp-30 > [class*="col-"] {
      padding-right: 15px !important;
      padding-left: 15px !important;
      margin-bottom: 30px !important; } }

.row.gutters-40 {
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -40px; }
  .row.gutters-40 > .col,
  .row.gutters-40 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-40 {
    margin-right: -20px !important;
    margin-left: -20px !important;
    margin-bottom: -40px !important; }
    .row.gutters-sp-40 > .col,
    .row.gutters-sp-40 > [class*="col-"] {
      padding-right: 20px !important;
      padding-left: 20px !important;
      margin-bottom: 40px !important; } }

.row.gutters-50 {
  margin-right: -25px;
  margin-left: -25px;
  margin-bottom: -50px; }
  .row.gutters-50 > .col,
  .row.gutters-50 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 50px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-50 {
    margin-right: -25px !important;
    margin-left: -25px !important;
    margin-bottom: -50px !important; }
    .row.gutters-sp-50 > .col,
    .row.gutters-sp-50 > [class*="col-"] {
      padding-right: 25px !important;
      padding-left: 25px !important;
      margin-bottom: 50px !important; } }

.row.gutters-60 {
  margin-right: -30px;
  margin-left: -30px;
  margin-bottom: -60px; }
  .row.gutters-60 > .col,
  .row.gutters-60 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 60px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-60 {
    margin-right: -30px !important;
    margin-left: -30px !important;
    margin-bottom: -60px !important; }
    .row.gutters-sp-60 > .col,
    .row.gutters-sp-60 > [class*="col-"] {
      padding-right: 30px !important;
      padding-left: 30px !important;
      margin-bottom: 60px !important; } }

.row.gutters-x0 {
  margin-right: 0px;
  margin-left: 0px; }
  .row.gutters-x0 > .col,
  .row.gutters-x0 > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-x0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
    .row.gutters-sp-x0 > .col,
    .row.gutters-sp-x0 > [class*="col-"] {
      padding-right: 0px !important;
      padding-left: 0px !important; } }

.row.gutters-x10 {
  margin-right: -5px;
  margin-left: -5px; }
  .row.gutters-x10 > .col,
  .row.gutters-x10 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-x10 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
    .row.gutters-sp-x10 > .col,
    .row.gutters-sp-x10 > [class*="col-"] {
      padding-right: 5px !important;
      padding-left: 5px !important; } }

.row.gutters-x20 {
  margin-right: -10px;
  margin-left: -10px; }
  .row.gutters-x20 > .col,
  .row.gutters-x20 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-x20 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
    .row.gutters-sp-x20 > .col,
    .row.gutters-sp-x20 > [class*="col-"] {
      padding-right: 10px !important;
      padding-left: 10px !important; } }

.row.gutters-x30 {
  margin-right: -15px;
  margin-left: -15px; }
  .row.gutters-x30 > .col,
  .row.gutters-x30 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-x30 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
    .row.gutters-sp-x30 > .col,
    .row.gutters-sp-x30 > [class*="col-"] {
      padding-right: 15px !important;
      padding-left: 15px !important; } }

.row.gutters-x40 {
  margin-right: -20px;
  margin-left: -20px; }
  .row.gutters-x40 > .col,
  .row.gutters-x40 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-x40 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
    .row.gutters-sp-x40 > .col,
    .row.gutters-sp-x40 > [class*="col-"] {
      padding-right: 20px !important;
      padding-left: 20px !important; } }

.row.gutters-x50 {
  margin-right: -25px;
  margin-left: -25px; }
  .row.gutters-x50 > .col,
  .row.gutters-x50 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-x50 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
    .row.gutters-sp-x50 > .col,
    .row.gutters-sp-x50 > [class*="col-"] {
      padding-right: 25px !important;
      padding-left: 25px !important; } }

.row.gutters-x60 {
  margin-right: -30px;
  margin-left: -30px; }
  .row.gutters-x60 > .col,
  .row.gutters-x60 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-x60 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
    .row.gutters-sp-x60 > .col,
    .row.gutters-sp-x60 > [class*="col-"] {
      padding-right: 30px !important;
      padding-left: 30px !important; } }

.row.gutters-y0 {
  margin-bottom: 0px; }
  .row.gutters-y0 > .col,
  .row.gutters-y0 > [class*="col-"] {
    margin-bottom: 0px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-y0 {
    margin-bottom: 0px !important; }
    .row.gutters-sp-y0 > .col,
    .row.gutters-sp-y0 > [class*="col-"] {
      margin-bottom: 0px !important; } }

.row.gutters-y5 {
  margin-bottom: -5px; }
  .row.gutters-y5 > .col,
  .row.gutters-y5 > [class*="col-"] {
    margin-bottom: 5px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-y5 {
    margin-bottom: -5px !important; }
    .row.gutters-sp-y5 > .col,
    .row.gutters-sp-y5 > [class*="col-"] {
      margin-bottom: 5px !important; } }

.row.gutters-y10 {
  margin-bottom: -10px; }
  .row.gutters-y10 > .col,
  .row.gutters-y10 > [class*="col-"] {
    margin-bottom: 10px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-y10 {
    margin-bottom: -10px !important; }
    .row.gutters-sp-y10 > .col,
    .row.gutters-sp-y10 > [class*="col-"] {
      margin-bottom: 10px !important; } }

.row.gutters-y15 {
  margin-bottom: -15px; }
  .row.gutters-y15 > .col,
  .row.gutters-y15 > [class*="col-"] {
    margin-bottom: 15px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-y15 {
    margin-bottom: -15px !important; }
    .row.gutters-sp-y15 > .col,
    .row.gutters-sp-y15 > [class*="col-"] {
      margin-bottom: 15px !important; } }

.row.gutters-y20 {
  margin-bottom: -20px; }
  .row.gutters-y20 > .col,
  .row.gutters-y20 > [class*="col-"] {
    margin-bottom: 20px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-y20 {
    margin-bottom: -20px !important; }
    .row.gutters-sp-y20 > .col,
    .row.gutters-sp-y20 > [class*="col-"] {
      margin-bottom: 20px !important; } }

.row.gutters-y25 {
  margin-bottom: -25px; }
  .row.gutters-y25 > .col,
  .row.gutters-y25 > [class*="col-"] {
    margin-bottom: 25px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-y25 {
    margin-bottom: -25px !important; }
    .row.gutters-sp-y25 > .col,
    .row.gutters-sp-y25 > [class*="col-"] {
      margin-bottom: 25px !important; } }

.row.gutters-y30 {
  margin-bottom: -30px; }
  .row.gutters-y30 > .col,
  .row.gutters-y30 > [class*="col-"] {
    margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-y30 {
    margin-bottom: -30px !important; }
    .row.gutters-sp-y30 > .col,
    .row.gutters-sp-y30 > [class*="col-"] {
      margin-bottom: 30px !important; } }

.row.gutters-y35 {
  margin-bottom: -35px; }
  .row.gutters-y35 > .col,
  .row.gutters-y35 > [class*="col-"] {
    margin-bottom: 35px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-y35 {
    margin-bottom: -35px !important; }
    .row.gutters-sp-y35 > .col,
    .row.gutters-sp-y35 > [class*="col-"] {
      margin-bottom: 35px !important; } }

.row.gutters-y40 {
  margin-bottom: -40px; }
  .row.gutters-y40 > .col,
  .row.gutters-y40 > [class*="col-"] {
    margin-bottom: 40px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-y40 {
    margin-bottom: -40px !important; }
    .row.gutters-sp-y40 > .col,
    .row.gutters-sp-y40 > [class*="col-"] {
      margin-bottom: 40px !important; } }

.row.gutters-y45 {
  margin-bottom: -45px; }
  .row.gutters-y45 > .col,
  .row.gutters-y45 > [class*="col-"] {
    margin-bottom: 45px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-y45 {
    margin-bottom: -45px !important; }
    .row.gutters-sp-y45 > .col,
    .row.gutters-sp-y45 > [class*="col-"] {
      margin-bottom: 45px !important; } }

.row.gutters-y50 {
  margin-bottom: -50px; }
  .row.gutters-y50 > .col,
  .row.gutters-y50 > [class*="col-"] {
    margin-bottom: 50px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-y50 {
    margin-bottom: -50px !important; }
    .row.gutters-sp-y50 > .col,
    .row.gutters-sp-y50 > [class*="col-"] {
      margin-bottom: 50px !important; } }

.row.gutters-y55 {
  margin-bottom: -55px; }
  .row.gutters-y55 > .col,
  .row.gutters-y55 > [class*="col-"] {
    margin-bottom: 55px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-y55 {
    margin-bottom: -55px !important; }
    .row.gutters-sp-y55 > .col,
    .row.gutters-sp-y55 > [class*="col-"] {
      margin-bottom: 55px !important; } }

.row.gutters-y60 {
  margin-bottom: -60px; }
  .row.gutters-y60 > .col,
  .row.gutters-y60 > [class*="col-"] {
    margin-bottom: 60px; }

@media (max-width: 768.98px) {
  .row.gutters-sp-y60 {
    margin-bottom: -60px !important; }
    .row.gutters-sp-y60 > .col,
    .row.gutters-sp-y60 > [class*="col-"] {
      margin-bottom: 60px !important; } }

.ttl__style_1 {
  text-align: center; }

.ttl__style_2 {
  border-bottom: 1px #ddd solid; }
  .ttl__style_2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 6px; }
    .ttl__style_2 span::before {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #676f78; }

.ttl__style_3 {
  padding: .3em 0 .3em 24px;
  position: relative;
  background-color: #fff; }
  .ttl__style_3::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: #676f78; }

.ttl__style_4 {
  padding: .3em 0 .3em 1.5em;
  position: relative; }
  .ttl__style_4::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1em;
    height: 1px;
    background-color: #676f78; }

.h1.ttl__style_3,
h1.ttl__style_3 {
  padding-left: 24px; }

.h2.ttl__style_3,
h2.ttl__style_3 {
  padding-left: 20px; }

.h3.ttl__style_3,
h3.ttl__style_3 {
  padding-left: 18px; }

.h4.ttl__style_3,
.h5.ttl__style_3,
h4.ttl__style_3,
h5.ttl__style_3 {
  padding-left: 14px; }

.nav_btn {
  display: inline-block;
  overflow: visible; }
  .nav_btn a {
    position: relative;
    display: block;
    padding: 1em 2em 1em 1em;
    line-height: 1.4;
    color: #333333;
    border: 1px solid #333333;
    text-align: center;
    background-color: #fff;
    outline: none; }
    .nav_btn a::after {
      content: '\f105';
      font-family: 'FontAwesome';
      display: block;
      position: absolute;
      right: 4px;
      top: 50%;
      margin-top: -.5em;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-align: center !important;
      font-size: 1.3em; }
  .nav_btn.btn_wide {
    display: block; }
  .nav_btn.btn_thin a {
    padding: 6px 2em 6px 1em; }
  .nav_btn.btn_fill a {
    background-color: #333333;
    color: #fff; }
    .nav_btn.btn_fill a::before {
      color: #fff; }
  .nav_btn.btn_clr1 a {
    border-color: #bf4472;
    color: #bf4472; }
  .nav_btn.btn_clr1.btn_fill a {
    background-color: #bf4472;
    color: #fff; }
  .nav_btn.btn_clr2 a {
    border-color: #825907;
    color: #825907; }
  .nav_btn.btn_clr2.btn_fill a {
    background-color: #825907;
    color: #fff; }
  .nav_btn.btn_clr3 a {
    border-color: #01502b;
    color: #01502b; }
  .nav_btn.btn_clr3.btn_fill a {
    background-color: #01502b;
    color: #fff; }
  .nav_btn.icon-external a {
    padding-right: 1em; }
  .nav_btn.icon-external a::after {
    content: '\f08e';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem; }
  .nav_btn.icon-xls a {
    padding-right: 1em; }
  .nav_btn.icon-xls a::after {
    content: '\f1c3';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem;
    color: green; }
  .nav_btn.icon-xls.btn_fill a::after {
    color: #fff; }
  .nav_btn.icon-word a {
    padding-right: 1em; }
  .nav_btn.icon-word a::after {
    content: '\f1c2';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem;
    color: blue; }
  .nav_btn.icon-word.btn_fill a::after {
    color: #fff; }
  .nav_btn.icon-pdf a {
    padding-right: 1em; }
  .nav_btn.icon-pdf a::after {
    content: '\f1c1';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem;
    color: red; }
  .nav_btn.btn_fill a::after {
    color: #fff; }

.pagination {
  border-radius: 0; }
  .pagination .page-link {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
    color: #333333; }
    @media (min-width: 576px) {
      .pagination .page-link {
        margin-left: 4px;
        margin-right: 4px; } }
  .pagination .page-item:first-child .page-link,
  .pagination .page-item:last-child .page-link {
    border-radius: 0; }
  .pagination .page-ite.active .page-link {
    background-color: #bf4472;
    color: #fff;
    border: 1px #bf4472 solid; }

.tabnav .nav-tabs {
  display: none; }

@media (min-width: 769px) {
  .tabnav .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.tabnav .selecton {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border: 1px #adb5bd solid; }
  .tabnav .selecton::after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: 10px;
    margin-top: -.5em;
    width: 1em;
    height: 1em;
    line-height: 1;
    z-index: -1;
    color: #333333; }
  .tabnav .selecton select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: 0; }
    .tabnav .selecton select option {
      background-color: transparent; }
  @media (min-width: 769px) {
    .tabnav .selecton {
      display: none; } }

.panel-group {
  border-bottom: 1px #dee2e6 solid; }
  .panel-group .panel {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .panel-group .panel .panel-heading {
      padding: 0;
      background-color: transparent;
      border-top: 1px #dee2e6 solid;
      border-radius: 0; }
      .panel-group .panel .panel-heading .panel-title {
        position: relative; }
        .panel-group .panel .panel-heading .panel-title a {
          position: relative;
          display: block;
          padding: 14px 1.8em 14px 0;
          color: #333333;
          text-decoration: none; }
          .panel-group .panel .panel-heading .panel-title a .icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            position: absolute;
            top: 50%;
            right: 2px;
            margin-top: -.5em;
            width: 1.3em;
            height: 1.3em;
            line-height: 1;
            border-radius: 50%;
            background-color: #ffb0b0; }
            .panel-group .panel .panel-heading .panel-title a .icon::before {
              content: '\f107';
              font-family: 'FontAwesome';
              color: #fff;
              font-size: .9em; }
    .panel-group .panel .panel-body {
      padding: 10px; }
  .panel-group .collapse_show > .panel-heading > .panel-title > a {
    color: #ffb0b0; }
    .panel-group .collapse_show > .panel-heading > .panel-title > a .icon {
      background-color: #adb5bd; }
      .panel-group .collapse_show > .panel-heading > .panel-title > a .icon::before {
        content: '\f106'; }

.pageanchor .nav {
  display: none; }

@media (min-width: 769px) {
  .pageanchor {
    padding: 10px 18px;
    background-color: #e9ecef; }
    .pageanchor .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.pageanchor .selecton {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border: 1px #adb5bd solid; }
  .pageanchor .selecton::after {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
    width: 1em;
    height: 1em;
    line-height: 1;
    z-index: -1;
    color: #333333; }
  .pageanchor .selecton select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: 0; }
    .pageanchor .selecton select option {
      background-color: transparent; }
  @media (min-width: 769px) {
    .pageanchor .selecton {
      display: none; } }

.table thead tr > th {
  vertical-align: middle;
  text-align: center;
  line-height: 1.4; }

.table tbody tr > th {
  line-height: 1.4; }

.table_layout_fixed {
  table-layout: fixed; }

.table-responsive {
  -webkit-overflow-scrolling: touch; }
  .table-responsive .table tbody tr td,
  .table-responsive .table tbody tr th,
  .table-responsive .table tfoot tr td,
  .table-responsive .table tfoot tr th,
  .table-responsive .table thead tr td,
  .table-responsive .table thead tr th {
    background-color: #fff; }
  .table-responsive .table tbody th,
  .table-responsive .table tfoot th,
  .table-responsive .table thead th {
    white-space: nowrap; }

@media (max-width: 768.98px) {
  .table__break_sm {
    width: 100%; }
    .table__break_sm tbody > tr th,
    .table__break_sm thead > tr th {
      display: block;
      width: 100%;
      border-width: 1px;
      border-color: inherit;
      border-style: solid; }
    .table__break_sm tbody > tr td,
    .table__break_sm thead > tr td {
      display: block;
      width: 100%;
      border-width: 1px;
      border-color: inherit;
      border-style: solid; } }

.table.tbl__style_1 {
  width: 100%;
  border-collapse: collapse; }
  .table.tbl__style_1 td,
  .table.tbl__style_1 th {
    border: 1px #d3d3d3 solid;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  .table.tbl__style_1 thead tr th {
    border-bottom-width: 1px;
    font-weight: bold;
    color: #fff;
    background-color: #333333; }
  .table.tbl__style_1 thead tr td {
    border-bottom-width: 1px; }
  .table.tbl__style_1 tbody tr th {
    background-color: #efefef;
    vertical-align: middle; }
  .table.tbl__style_1 tbody tr td {
    vertical-align: middle; }
  .table.tbl__style_1 tbody tr .thead_th {
    border-bottom-width: 1px;
    font-weight: bold;
    color: #fff;
    background-color: #333333; }
  @media (max-width: 768.98px) {
    .table.tbl__style_1.table__break_sm {
      border-top: 1px #d3d3d3 solid; }
      .table.tbl__style_1.table__break_sm s thead tr td,
      .table.tbl__style_1.table__break_sm s thead tr th,
      .table.tbl__style_1.table__break_sm tbody tr td,
      .table.tbl__style_1.table__break_sm tbody tr th {
        border-top: 0; } }

.table.tbl__style_2 td,
.table.tbl__style_2 th {
  border: 0; }

.table.tbl__style_2 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #498ed0;
  color: #fff; }

.table.tbl__style_2 thead tr th:first-child {
  border-left: 0; }

.table.tbl__style_2 tbody {
  border-top: 1px #d3d3d3 solid; }
  .table.tbl__style_2 tbody::before {
    display: none; }
  .table.tbl__style_2 tbody tr td {
    border: 0;
    border-bottom: 1px #d3d3d3 solid;
    border-left: 1px #ccc solid; }
    .table.tbl__style_2 tbody tr td:first-child {
      border-left: 0; }
  .table.tbl__style_2 tbody tr th {
    background-color: #fff;
    color: #01502b;
    background-color: #e7f1ed;
    border: 0;
    border-bottom: 1px #d3d3d3 solid;
    border-left: 1px #ccc solid; }
  .table.tbl__style_2 tbody tr .thead_th {
    background-color: #498ed0;
    color: #fff;
    border-bottom-color: #fff; }
  .table.tbl__style_2 tbody tr:last-child .thead_th {
    border-bottom-color: #d3d3d3; }
  .table.tbl__style_2 tbody tr th:first-child {
    border-left: 0; }

@media (max-width: 768.98px) {
  .table.tbl__style_2.table__break_sm {
    border: 1px #d3d3d3 solid; }
    .table.tbl__style_2.table__break_sm tbody tr td,
    .table.tbl__style_2.table__break_sm tbody tr th,
    .table.tbl__style_2.table__break_sm thead tr td,
    .table.tbl__style_2.table__break_sm thead tr th {
      border-top: 0;
      border-left: 0; } }

.subbox1 {
  padding: 24px;
  background-color: #efefef; }
  .subbox1__inner {
    border: 1px #ccc solid;
    background-color: #fff;
    padding: 16px; }
  .subbox1.small_box {
    padding: 1em 1.2em; }
  @media (min-width: 769px) {
    .subbox1 {
      padding: 32px; }
      .subbox1__inner {
        padding: 24px; } }

.subbox2 {
  padding: 24px;
  border: 1px #ccc solid;
  background-color: #fff; }
  .subbox2__inner {
    background-color: #e5edf6;
    padding: 16px; }
  .subbox2.small_box {
    padding: 1em 1.2em; }
  @media (min-width: 769px) {
    .subbox2 {
      padding: 32px; }
      .subbox2__inner {
        padding: 24px; } }

.block {
  margin-bottom: 96px; }
  .block > .block {
    margin-bottom: 48px; }
  .block:last-child {
    margin-bottom: 0; }
  @media (min-width: 769px) {
    .block {
      margin-bottom: 120px; }
      .block > .block {
        margin-bottom: 60px; }
      .block:last-child {
        margin-bottom: 0; } }

.inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1000px) {
    .inner {
      width: 1000px; } }

.list__reset,
.list__reset li,
.list__reset ol,
.list__reset ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__disc,
.list__disc > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__disc > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: disc;
  list-style-position: inside; }
  .list__disc > li > * {
    text-indent: 0; }

.list__num,
.list__num > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__num > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: decimal;
  list-style-position: inside; }
  .list__num > li > * {
    text-indent: 0; }

.list__num_kakko {
  counter-reset: item; }
  .list__num_kakko,
  .list__num_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__num_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list__num_kakko > li::before {
      content: "(" counter(item, decimal) ")"; }

.list__num_kome {
  counter-reset: item; }
  .list__num_kome,
  .list__num_kome > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__num_kome > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__num_kome > li::before {
      content: "※" counter(item, decimal) " "; }

.list__num_zero,
.list__num_zero > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__num_zero li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: decimal-leading-zero;
  list-style-position: inside; }
  .list__num_zero li > * {
    text-indent: 0; }

.list__num_zero_kakko {
  counter-reset: item; }
  .list__num_zero_kakko,
  .list__num_zero_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__num_zero_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__num_zero_kakko > li::before {
      content: "(" counter(item, decimal-leading-zero) ")"; }

.list__lower_roman,
.list__lower_roman > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__lower_roman > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: lower-roman;
  list-style-position: inside; }
  .list__lower_roman > li > * {
    text-indent: 0; }

.list__lower_roman_kakko {
  counter-reset: item; }
  .list__lower_roman_kakko,
  .list__lower_roman_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__lower_roman_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list__lower_roman_kakko > li::before {
      content: "(" counter(item, lower-roman) ")"; }

.list__upper_roman,
.list__upper_roman > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__upper_roman > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: upper-roman;
  list-style-position: inside; }
  .list__upper_roman > li > * {
    text-indent: 0; }

.list__upper_roman_kakko {
  counter-reset: item; }
  .list__upper_roman_kakko,
  .list__upper_roman_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__upper_roman_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list__upper_roman_kakko > li::before {
      content: "(" counter(item, upper-roman) ")"; }

.list__lower_latin,
.list__lower_latin > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__lower_latin > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: lower-latin;
  list-style-position: inside; }
  .list__lower_latin > li > * {
    text-indent: 0; }

.list__lower_latin_kakko {
  counter-reset: item; }
  .list__lower_latin_kakko,
  .list__lower_latin_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__lower_latin_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list__lower_latin_kakko > li::before {
      content: "(" counter(item, lower-latin) ")"; }

.list__upper_latin,
.list__upper_latin > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__upper_latin > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: upper-latin;
  list-style-position: inside; }
  .list__upper_latin > li > * {
    text-indent: 0; }

.list__upper_latin_kakko {
  counter-reset: item; }
  .list__upper_latin_kakko,
  .list__upper_latin_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__upper_latin_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list__upper_latin_kakko > li::before {
      content: "(" counter(item, upper-latin) ")"; }

.list__hiragana,
.list__hiragana > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__hiragana > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style-type: hiragana;
  list-style-position: inside; }
  .list__hiragana > li > * {
    text-indent: 0; }

.list__hiragana_kakko {
  counter-reset: item; }
  .list__hiragana_kakko,
  .list__hiragana_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__hiragana_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__hiragana_kakko > li::before {
      content: "(" counter(item, hiragana) ")"; }

.list__katakana,
.list__katakana > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__katakana > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style-type: katakana;
  list-style-position: inside; }
  .list__katakana > li > * {
    text-indent: 0; }

.list__katakana_kakko {
  counter-reset: item; }
  .list__katakana_kakko,
  .list__katakana_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__katakana_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__katakana_kakko > li::before {
      content: "(" counter(item, katakana) ")"; }

.list__hiragana-iroha,
.list__hiragana-iroha > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__hiragana-iroha > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style-type: hiragana-iroha;
  list-style-position: inside; }
  .list__hiragana-iroha > li > * {
    text-indent: 0; }

.list__hiragana-iroha_kakko {
  counter-reset: item; }
  .list__hiragana-iroha_kakko,
  .list__hiragana-iroha_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__hiragana-iroha_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__hiragana-iroha_kakko > li::before {
      content: "(" counter(item, hiragana-iroha) ")"; }

.list__katakana-iroha,
.list__katakana-iroha > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__katakana-iroha > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style-type: katakana-iroha;
  list-style-position: inside; }
  .list__katakana-iroha > li > * {
    text-indent: 0; }

.list__katakana-iroha_kakko {
  counter-reset: item; }
  .list__katakana-iroha_kakko,
  .list__katakana-iroha_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__katakana-iroha_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__katakana-iroha_kakko > li::before {
      content: "(" counter(item, katakana-iroha) ")"; }

.txt__lead {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 2.24rem;
  font-weight: 300; }
  @media (min-width: 769px) {
    .txt__lead {
      font-size: 2.8rem; } }

.txt__lead_s {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 1.82rem;
  font-weight: 400; }
  @media (min-width: 769px) {
    .txt__lead_s {
      font-size: 2.24rem; } }

.txt__line_ylw {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff26));
  background: linear-gradient(transparent 60%, #ffff26 60%); }

.txt__cap {
  text-indent: -1em;
  padding-left: 1em; }

.fz__large {
  font-size: 120%;
  line-height: 1.4; }

.fz__small {
  font-size: 80%;
  line-height: 1.3; }

.fz__bold {
  font-weight: 700; }

.fz__normal {
  font-weight: 400; }

.color__main {
  color: #bf4472; }

.color__sub1 {
  color: #825907; }

.color__sub2 {
  color: #01502b; }

.color__sub3 {
  color: #007450; }

.color__red {
  color: #e12f3b; }

.color__white {
  color: #fff; }

.color__black {
  color: #333333; }

.ff__gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif; }

.ff__mincho, .plink_ptn6 span:nth-child(1), .plink_ptn10 span:nth-child(1), .plink_ptn11 .plink__fig-cap span:nth-child(1), .plink_ptn13 .plink__fig-cap span:nth-child(1), .pdate.pdate_type_m1 span:nth-child(2), .sys-info.sys-info_ti5 .sys-info__title {
  font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif; }

a[target='_blank']::after {
  content: '\f08e';
  font-family: 'FontAwesome'; }

a[href$='.pdf']::after {
  content: '\f1c1';
  font-family: 'FontAwesome';
  color: red; }

a[href$='.doc']::after, a[href$='.docx']::after {
  content: '\f1c2';
  font-family: 'FontAwesome';
  color: blue; }

a[href$='.xls']::after, a[href$='.xlsx']::after {
  content: '\f1c3';
  font-family: 'FontAwesome';
  color: green; }

body .mrg__btm0 {
  margin-bottom: 0 !important; }

body .mrg__btm05 {
  margin-bottom: .5em !important; }

body .mrg__btm1 {
  margin-bottom: 1em !important; }

body .mrg__btm2 {
  margin-bottom: 2em !important; }

body .mrg__btm3 {
  margin-bottom: 3em !important; }

body .mrg__btm4 {
  margin-bottom: 4em !important; }

body .mrg__btm5 {
  margin-bottom: 5em !important; }

body .mrg__btm6 {
  margin-bottom: 6em !important; }

body .mrg__btm_gutter {
  margin-bottom: 30px !important; }

body .mrg__top0 {
  margin-top: 0 !important; }

body .mrg__top05 {
  margin-top: .5em !important; }

body .mrg__top1 {
  margin-top: 1em !important; }

body .mrg__top2 {
  margin-top: 2em !important; }

body .mrg__top3 {
  margin-top: 3em !important; }

body .mrg__top_gutter {
  margin-top: 30px !important; }

body .mrg__left0 {
  margin-left: 0 !important; }

body .mrg__left1 {
  margin-left: 1em !important; }

body .mrg__left2 {
  margin-left: 2em !important; }

body .mrg__left3 {
  margin-left: 3em !important; }

body .mrg__left_gutter {
  margin-left: 30px !important; }

body .mrg__right0 {
  margin-right: 0 !important; }

body .mrg__right1 {
  margin-right: 1em !important; }

body .mrg__right2 {
  margin-right: 2em !important; }

body .mrg__right3 {
  margin-right: 3em !important; }

body .mrg__right_gutter {
  margin-right: 30px !important; }

body .pad__top0 {
  padding-top: 0 !important; }

body .pad__top1 {
  padding-top: 1em !important; }

body .pad__top2 {
  padding-top: 2em !important; }

body .pad__top3 {
  padding-top: 3em !important; }

body .pad__top_gutter {
  padding-top: 30px !important; }

body .pad__btm0 {
  padding-bottom: 0 !important; }

body .pad__btm1 {
  padding-bottom: 1em !important; }

body .pad__btm2 {
  padding-bottom: 2em !important; }

body .pad__btm3 {
  padding-bottom: 3em !important; }

body .pad__btm_gutter {
  padding-bottom: 30px !important; }

body .pad__left0 {
  padding-left: 0 !important; }

body .pad__left1 {
  padding-left: 1em !important; }

body .pad__left2 {
  padding-left: 2em !important; }

body .pad__left3 {
  padding-left: 3em !important; }

body .pad__left_gutter {
  padding-left: 30px !important; }

body .pad__right0 {
  padding-right: 0 !important; }

body .pad__right1 {
  padding-right: 1em !important; }

body .pad__right2 {
  padding-right: 2em !important; }

body .pad__right3 {
  padding-right: 3em !important; }

body .pad__right_gutter {
  padding-right: 30px !important; }

@media (min-width: 576px) {
  body .mrg_btm_sm_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 769px) {
  body .mrg_btm_md_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 1000px) {
  body .mrg_btm_lg_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 1367px) {
  body .mrg_btm_xl_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 576px) {
  body .pad_btm_sm_0 {
    padding-bottom: 0 !important; } }

@media (min-width: 769px) {
  body .pad_btm_md_0 {
    padding-bottom: 0 !important; } }

@media (min-width: 1000px) {
  body .pad_btm_lg_0 {
    padding-bottom: 0 !important; } }

@media (min-width: 1367px) {
  body .pad_btm_xl_0 {
    padding-bottom: 0 !important; } }

#__bs_notify__ {
  display: none !important; }

@-ms-viewport {
  width: auto;
  initial-scale: 1; }

img {
  -webkit-backface-visibility: hidden; }

html {
  font-size: 62.5%; }

body {
  padding-top: 0;
  width: 100%;
  letter-spacing: 0.06em;
  color: #333333;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem; }
  @media (min-width: 769px) {
    body {
      font-size: 1.4rem; } }
  body.ie11 {
    font-family: "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif; }

img {
  width: auto;
  max-width: 100%;
  height: auto; }

a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1; }
  a:hover {
    opacity: 0.6; }

ol,
ul {
  padding-left: 1em; }
  ol li,
  ul li {
    padding-left: 0; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

.h1,
h1 {
  font-size: 3.08rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.5em; }
  @media (min-width: 769px) {
    .h1,
    h1 {
      font-size: 3.85rem; } }

.h2,
h2 {
  font-size: 2.24rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.8em; }
  @media (min-width: 769px) {
    .h2,
    h2 {
      font-size: 2.8rem;
      margin-bottom: 1em; } }

.h3,
h3 {
  font-size: 1.96rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.8em; }
  @media (min-width: 769px) {
    .h3,
    h3 {
      font-size: 2.45rem;
      margin-bottom: 1em; } }

.h4,
h4 {
  font-size: 1.547rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.8em; }
  @media (min-width: 769px) {
    .h4,
    h4 {
      font-size: 1.82rem;
      margin-bottom: 1em; } }

.h5,
h5 {
  font-size: 1.428rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.8em; }
  @media (min-width: 769px) {
    .h5,
    h5 {
      font-size: 1.68rem; } }

figcaption {
  font-size: 90%;
  display: block;
  padding-top: 0.2em;
  text-align: left;
  color: #333333; }

*:last-child {
  margin-bottom: 0; }

.fa-file-pdf-o {
  color: red; }

.fa-file-word-o {
  color: blue; }

.fa-file-excel-o {
  color: green; }

@media print, screen and (min-width: 768px) {
  .sp_only {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important; } }

body {
  font-size: 1.4rem; }

::-moz-selection {
  color: #fff;
  background: #bf4472; }

::selection {
  color: #fff;
  background: #bf4472; }

.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* IE対応 */ }
  .ofi_cover {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    /* IE対応 */ }
  .ofi_contain {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;";
    /* IE対応 */ }
  .ofi_scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    font-family: "object-fit: scale-down;";
    /* IE対応 */ }

.fz__large_140 {
  font-size: 140%;
  line-height: 1.4; }

.fz__small_60 {
  font-size: 60%;
  line-height: 1.3; }

.fz__small_90 {
  font-size: 90%;
  line-height: 1.5; }

.ff__en, .pcollapse.pcollapse_t4.pcollapse_type_qa .pcollapse__head::before, .pcollapse.pcollapse_t4.pcollapse_type_qa .pcollapse__body::before, .plink_ptn3, .plink_ptn6 span:nth-child(3), .plink_ptn9, .plink_ptn10 span:nth-child(3), .plink_ptn11 .plink__fig-cap span:nth-child(3), .plink_ptn13 .plink__fig-cap span:nth-child(2), .ptitle.ptitle_en1 .ptitle__title-en, .ptitle.ptitle_en2 .ptitle__title-en, .ptitle.ptitle_en3 .ptitle__title-en, .ptitle.ptitle_tp3c .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en, .pstep.pstep_type1 span:nth-child(1), .pstep.pstep_type1 span:nth-child(2), .sys-info.sys-info_ti5 .sys-info__label, .sys-info.sys-info_ti5 .sys-info__date {
  font-family: "Barlow", sans-serif;
  font-weight: 400; }
  .ff__en-gothic {
    font-family: "Barlow", sans-serif;
    font-weight: 400; }
  .ff__en-mincho, .plink_ptn6 span:nth-child(2), .plink_ptn10 span:nth-child(2), .plink_ptn11 .plink__fig-cap span:nth-child(2), .plist.plist_type_step .plist__head span:nth-child(2), .pdate.pdate_type_m1 span:nth-child(1), .pdate.pdate_type_m1 span:nth-child(3), .pfig_type2 .pfig__title {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: normal; }

.txt__maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #bf4472));
  background: linear-gradient(transparent 60%, #bf4472 60%); }

.color__black {
  color: #333333; }

.color__black-light {
  color: #676f78; }

.color__white {
  color: #fff; }

.color__red {
  color: #e12f3b; }

.color__foodhall {
  color: #fe3a01; }

.color__map-item {
  color: #3f5977; }

.color__map-service {
  color: #518b72; }

.color__map-fashion {
  color: #7b5a6a; }

.color__map-gourment {
  color: #a48b66; }

.color__map-gourmet {
  color: #a48b66; }

.color__map-goods {
  color: #3f5977; }

a[target="_blank"]:not([data-noicon]):not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"])::after {
  content: "\f2d2";
  font-size: smaller;
  vertical-align: super;
  display: inline-block;
  margin-left: 0.2em; }
  .gnav a[target="_blank"]:not([data-noicon]):not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"])::after,
  .tnav a[target="_blank"]:not([data-noicon]):not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"])::after,
  .ft a[target="_blank"]:not([data-noicon]):not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"])::after {
    content: none; }

a[href$='.pdf']::after {
  padding-left: 0.2em; }

a[href$='.doc']::after, a[href$='.docx']::after {
  padding-left: 0.2em; }

a[href$='.xls']::after, a[href$='.xlsx']::after {
  padding-left: 0.2em; }

a[href^="mailto:"].plink_type_icon::after {
  display: inline-block;
  padding-left: 0.2em;
  content: "\f003";
  font-family: "FontAwesome"; }

a[href^="mailto:"].plink_type_reverse, a[href$=".pdf"].plink_type_reverse, a[href$=".doc"].plink_type_reverse, a[href$=".docx"].plink_type_reverse, a[href$=".xls"].plink_type_reverse, a[href$=".xlsx"].plink_type_reverse {
  text-indent: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  a[href^="mailto:"].plink_type_reverse::after, a[href$=".pdf"].plink_type_reverse::after, a[href$=".doc"].plink_type_reverse::after, a[href$=".docx"].plink_type_reverse::after, a[href$=".xls"].plink_type_reverse::after, a[href$=".xlsx"].plink_type_reverse::after {
    padding-left: 0;
    padding-right: 0.2em; }

@media (max-width: 768.98px) {
  body {
    padding-top: 60px; } }

@media (min-width: 769px) {
  body {
    padding-top: 125px; } }

@media (max-width: 768.98px) {
  main.contents > :last-child {
    margin-bottom: 0px; }
    body.home main.contents > :last-child {
      margin-bottom: 0px; } }

@media (min-width: 769px) {
  main.contents > :last-child {
    margin-bottom: 0px; }
    body.home main.contents > :last-child {
      margin-bottom: 0px; } }

@media (max-width: 768.98px) {
  main.contents > :last-child {
    padding-bottom: 30px; } }

@media (min-width: 769px) {
  main.contents > :last-child {
    padding-bottom: 80px; } }

main.contents,
footer.g-footer {
  overflow: hidden; }
  @media (min-width: 769px) {
    main.contents,
    footer.g-footer {
      min-width: 1000px;
      margin-left: auto;
      margin-right: auto; } }

@media (max-width: 768.98px) {
  main.contents,
  footer.g-footer {
    padding-left: 20px;
    padding-right: 20px; } }

main.contents > .inner,
footer.g-footer > .inner {
  padding-left: 0;
  padding-right: 0; }

.breadcrumb {
  font-size: 1.4rem;
  padding: 0; }
  .breadcrumb-item a {
    color: #333333; }

.inner {
  max-width: none; }
  .inner_kuzu {
    margin: 1em auto 45px;
    padding: 0 !important; }
    .inner_kuzu .breadcrumb {
      padding: 0; }
  .inner_full {
    width: auto;
    max-width: none;
    margin: 0 -20px; }
    @media (min-width: 769px) {
      .inner_full_pc {
        width: auto;
        max-width: none;
        margin: 0 -20px; } }
  @media (min-width: 769px) {
    .inner_slim {
      max-width: 800px; }
    .inner_wide {
      max-width: 1200px; } }
  @media (max-width: 768.98px) {
    .inner {
      padding-left: 20px;
      padding-right: 20px; }
      .inner_full {
        padding-left: 0;
        padding-right: 0; } }

html.acc-fz_s {
  font-size: 50%; }

html.acc-fz_m {
  font-size: 62.5%; }

html.acc-fz_l {
  font-size: 75%; }

html.acc-bg_blk body,
html.acc-bg_blk .navbar {
  color: #fff;
  background: #000; }

html.acc-bg_blk .modal,
html.acc-bg_blk .alt2txt {
  color: #fff !important; }

html.acc-bg_blk .panel__list2 {
  color: #333333; }

html.acc-alt_txt .gnav__logo {
  width: auto;
  height: 1.7em;
  margin-top: 1em;
  font-size: 1.7rem; }

.acc {
  font-size: 1.4rem;
  line-height: 1; }
  .acc-search {
    font-size: 1.5rem; }
    .acc-search-t .acc-search__icon {
      background: transparent !important; }
    .acc-search-t .acc-search__txt {
      background-color: transparent; }
    .acc-search-t .acc-search__btn {
      background-color: transparent !important; }
    .acc-search.acc-search_type_icon .acc-search__txt {
      outline: none;
      border-right: none; }
    .acc-search.acc-search_type_icon .acc-search__btn {
      position: relative;
      color: transparent;
      background: #fff;
      border-top: 1px solid #d3d3d3;
      border-right: 1px solid #d3d3d3;
      border-bottom: 1px solid #d3d3d3; }
      .acc-search.acc-search_type_icon .acc-search__btn::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        width: 20px;
        height: 20px;
        background: url("data:image/svg+xml,%3csvg viewBox='0 0 11 11' xmlns='http://www.w3.org/2000/svg'%3e%3cline stroke='%23d3d3d3' stroke-width='2.2' stroke-linecap='round' stroke-miterlimit='10' x1='7.5' y1='7.5' x2='9.9' y2='9.9'/%3e%3ccircle fill='none' stroke='%23d3d3d3' stroke-width='1.7' stroke-miterlimit='10' cx='4.6' cy='4.6' r='3.7'/%3e%3c/svg%3e") no-repeat center center/contain; }
      .acc-search.acc-search_type_icon .acc-search__btn_black {
        background: #333333; }
      .acc-search.acc-search_type_icon .acc-search__btn_main {
        background: #bf4472; }
      .acc-search.acc-search_type_icon .acc-search__btn_arrow::before {
        background: url(/img-com/icon-arrow-bkp.svg) no-repeat center center/contain; }
    .acc-search.acc-search_type_arrow .acc-search__form {
      line-height: 2.4; }
    .acc-search.acc-search_type_arrow .acc-search__txt {
      outline: none;
      border: none;
      border-bottom: 1px solid #333333; }
      @media (max-width: 768.98px) {
        .acc-search.acc-search_type_arrow .acc-search__txt {
          font-size: 1.4rem; } }
    .acc-search.acc-search_type_arrow .acc-search__icon {
      position: relative;
      padding: 0.3rem;
      color: transparent;
      background: #fff;
      border-bottom: 1px solid #333333;
      width: 22px; }
      .acc-search.acc-search_type_arrow .acc-search__icon::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 16px;
        height: 16px;
        background: url(/img-com/icon-search2.svg) no-repeat center center/contain; }
    .acc-search.acc-search_type_arrow .acc-search__btn {
      position: relative;
      padding: 0.3rem;
      color: transparent;
      background-color: #fff;
      border-bottom: 1px solid #333333; }
      .acc-search.acc-search_type_arrow .acc-search__btn::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        width: 3rem;
        height: 3rem;
        background: url(/img-com/icon-arrow-bkp.svg) no-repeat center center/contain; }
    .acc-search.acc-search_type_arrow .acc-search__btn-b::before {
      width: 2rem;
      height: 2rem;
      background: url(/img-com/icon-arrow-b.svg) no-repeat center center/contain; }
    .acc-search.acc-search_type_round .acc-search__icon {
      padding-left: 4rem;
      border: none;
      border-radius: 20px 0 0 20px; }
    .acc-search.acc-search_type_round .acc-search__btn {
      border: none;
      border-radius: 0 20px 20px 0; }
    .acc-search.acc-search_type_round .acc-search__txt {
      border-bottom: none; }
    .acc-search.acc-search_category_reverse .acc-search__select {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-right: 0 !important;
      margin-left: 30px !important; }
    .acc-search.acc-search_category_reverse .acc-search__txt {
      outline: none;
      border-right: none; }
    .acc-search__form {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 768.98px) {
        .acc-search__form {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 0; }
          .acc-search__form *:not(:last-child) {
            margin-right: 0;
            margin-bottom: 0; } }
    .acc-search__hidden {
      display: none; }
    .acc-search__select {
      min-width: 100px;
      margin-right: 30px !important;
      padding: 0.2em 0.5em;
      border: 1px solid #d3d3d3;
      outline: none; }
    .acc-search__txt {
      background-color: #fff;
      border: 1px solid #d3d3d3;
      border-radius: 0;
      padding: 0;
      min-width: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%;
      padding: 0.2em 0.5em; }
    .acc-search__reset {
      background-color: #fff;
      border: 1px solid #d3d3d3;
      border-radius: 0;
      padding: 0;
      min-width: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      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: none;
      margin-left: 30px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
              flex: 0 0 100px;
      padding: 0.2em 0.5em;
      color: #fff;
      background: #676f78; }
      .acc-search__reset:hover {
        color: #fff;
        text-decoration: none; }
    .acc-search__btn {
      background-color: transparent;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      padding: 0.6em;
      color: #fff;
      background: #1c395f;
      white-space: nowrap; }
      .acc-search__btn_icon {
        position: relative;
        background: transparent;
        border-top: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3; }
        .acc-search__btn_icon::before {
          content: "";
          position: absolute;
          display: block;
          width: 24px;
          height: 24px;
          background: url("data:image/svg+xml,%3csvg viewBox='0 0 11 11' xmlns='http://www.w3.org/2000/svg'%3e%3cline stroke='%23d3d3d3' stroke-width='2.2' stroke-linecap='round' stroke-miterlimit='10' x1='7.5' y1='7.5' x2='9.9' y2='9.9'/%3e%3ccircle fill='none' stroke='%23d3d3d3' stroke-width='1.7' stroke-miterlimit='10' cx='4.6' cy='4.6' r='3.7'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .acc__dlist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .acc__dbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .acc__dhead {
    font-weight: normal;
    text-align: center;
    margin-bottom: 0.5em; }
  .acc__list {
    margin: 0;
    padding: 0;
    list-style: none;
    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; }
    .acc__list_w0 .acc__item {
      width: auto;
      border: none;
      padding: 0; }
    .acc__list_w1 .acc__item {
      width: 2em;
      padding: 0; }
    .acc__list_w2 .acc__item {
      width: 4em;
      padding: 0; }
  .acc__item {
    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;
    border: 2px solid #bf4472;
    border-radius: 1em;
    height: 2em;
    margin: 0 0.2em;
    padding: 0 1em;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear; }
    .acc__item.active {
      color: #333333;
      background: #bf4472;
      border-color: #bf4472;
      pointer-events: none; }
    .acc__item:hover {
      opacity: 0.6; }
  @media (min-width: 769px) {
    .acc__dbox {
      margin-right: 60px; } }
  @media (max-width: 768.98px) {
    .acc {
      font-size: 1.3rem; }
      .acc__dlist {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border-bottom: 2px dotted #fff; }
      .acc__dbox {
        width: calc(50%);
        padding: 20px 0;
        border-top: 2px dotted #fff; }
        .acc__dbox:nth-child(odd) {
          border-right: 2px dotted #fff; }
      .acc__item {
        color: #333333;
        background: #fff;
        border-color: #fff; }
        .acc__item.active {
          color: #fff;
          background: #333333;
          border-color: #333333; }
        .acc__item_sns {
          background: transparent; } }

.sns_type {
  text-align: center; }
  .sns_type_icon {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 0;
    color: transparent !important; }
    .sns_type_icon::after {
      content: none !important; }
  .sns_type_x {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='391.2px' height='400px' viewBox='0 0 1200 1227' enable-background='new 0 0 30 30' xml:space='preserve' fill='none' %3e%3cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='black'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_twitter {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='400px' height='400px' viewBox='0 0 400 400'%3e%3ccircle fill='%231DA1F2' cx='200' cy='200' r='200'/%3e%3cpath fill='%23FFFFFF' d='M163.4,305.5c88.7,0,137.2-73.5,137.2-137.2c0-2.1,0-4.2-0.1-6.2c9.4-6.8,17.6-15.3,24.1-25c-8.6,3.8-17.9,6.4-27.7,7.6c10-6,17.6-15.4,21.2-26.7c-9.3,5.5-19.6,9.5-30.6,11.7c-8.8-9.4-21.3-15.2-35.2-15.2c-26.6,0-48.2,21.6-48.2,48.2c0,3.8,0.4,7.5,1.3,11c-40.1-2-75.6-21.2-99.4-50.4c-4.1,7.1-6.5,15.4-6.5,24.2c0,16.7,8.5,31.5,21.5,40.1c-7.9-0.2-15.3-2.4-21.8-6c0,0.2,0,0.4,0,0.6c0,23.4,16.6,42.8,38.7,47.3c-4,1.1-8.3,1.7-12.7,1.7c-3.1,0-6.1-0.3-9.1-0.9c6.1,19.2,23.9,33.1,45,33.5c-16.5,12.9-37.3,20.6-59.9,20.6c-3.9,0-7.7-0.2-11.5-0.7C110.8,297.5,136.2,305.5,163.4,305.5'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_twitter_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='400px' height='400px' viewBox='0 0 400 400'%3e%3ccircle fill='%23d3d3d3' cx='200' cy='200' r='200'/%3e%3cpath fill='%23FFFFFF' d='M163.4,305.5c88.7,0,137.2-73.5,137.2-137.2c0-2.1,0-4.2-0.1-6.2c9.4-6.8,17.6-15.3,24.1-25c-8.6,3.8-17.9,6.4-27.7,7.6c10-6,17.6-15.4,21.2-26.7c-9.3,5.5-19.6,9.5-30.6,11.7c-8.8-9.4-21.3-15.2-35.2-15.2c-26.6,0-48.2,21.6-48.2,48.2c0,3.8,0.4,7.5,1.3,11c-40.1-2-75.6-21.2-99.4-50.4c-4.1,7.1-6.5,15.4-6.5,24.2c0,16.7,8.5,31.5,21.5,40.1c-7.9-0.2-15.3-2.4-21.8-6c0,0.2,0,0.4,0,0.6c0,23.4,16.6,42.8,38.7,47.3c-4,1.1-8.3,1.7-12.7,1.7c-3.1,0-6.1-0.3-9.1-0.9c6.1,19.2,23.9,33.1,45,33.5c-16.5,12.9-37.3,20.6-59.9,20.6c-3.9,0-7.7-0.2-11.5-0.7C110.8,297.5,136.2,305.5,163.4,305.5'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_twitter_w {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='400px' height='400px' viewBox='0 0 400 400'%3e%3ccircle fill='%23ffffff' cx='200' cy='200' r='200'/%3e%3cpath fill-rule='evenodd' fill='FFFFFF' d='M163.4,305.5c88.7,0,137.2-73.5,137.2-137.2c0-2.1,0-4.2-0.1-6.2c9.4-6.8,17.6-15.3,24.1-25c-8.6,3.8-17.9,6.4-27.7,7.6c10-6,17.6-15.4,21.2-26.7c-9.3,5.5-19.6,9.5-30.6,11.7c-8.8-9.4-21.3-15.2-35.2-15.2c-26.6,0-48.2,21.6-48.2,48.2c0,3.8,0.4,7.5,1.3,11c-40.1-2-75.6-21.2-99.4-50.4c-4.1,7.1-6.5,15.4-6.5,24.2c0,16.7,8.5,31.5,21.5,40.1c-7.9-0.2-15.3-2.4-21.8-6c0,0.2,0,0.4,0,0.6c0,23.4,16.6,42.8,38.7,47.3c-4,1.1-8.3,1.7-12.7,1.7c-3.1,0-6.1-0.3-9.1-0.9c6.1,19.2,23.9,33.1,45,33.5c-16.5,12.9-37.3,20.6-59.9,20.6c-3.9,0-7.7-0.2-11.5-0.7C110.8,297.5,136.2,305.5,163.4,305.5'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_facebook {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3e%3cg%3e%3cpath fill='%231877F2' d='M1024,512C1024,229.2,794.8,0,512,0S0,229.2,0,512c0,255.6,187.2,467.4,432,505.8V660H302V512h130V399.2C432,270.9,508.4,200,625.4,200c56,0,114.6,10,114.6,10v126h-64.6c-63.6,0-83.4,39.5-83.4,80v96h142l-22.7,148H592v357.8C836.8,979.4,1024,767.6,1024,512z'/%3e%3cpath fill='%23FFFFFF' d='M711.3,660L734,512H592v-96c0-40.5,19.8-80,83.4-80H740V210c0,0-58.6-10-114.6-10c-117,0-193.4,70.9-193.4,199.2V512H302v148h130v357.8c26.1,4.1,52.8,6.2,80,6.2s53.9-2.1,80-6.2V660H711.3z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_facebook_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3e%3cg%3e%3cpath fill='%23d3d3d3' d='M1024,512C1024,229.2,794.8,0,512,0S0,229.2,0,512c0,255.6,187.2,467.4,432,505.8V660H302V512h130V399.2C432,270.9,508.4,200,625.4,200c56,0,114.6,10,114.6,10v126h-64.6c-63.6,0-83.4,39.5-83.4,80v96h142l-22.7,148H592v357.8C836.8,979.4,1024,767.6,1024,512z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_facebook_w {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3e%3cg%3e%3cpath fill='%23ffffff' d='M1024,512C1024,229.2,794.8,0,512,0S0,229.2,0,512c0,255.6,187.2,467.4,432,505.8V660H302V512h130V399.2C432,270.9,508.4,200,625.4,200c56,0,114.6,10,114.6,10v126h-64.6c-63.6,0-83.4,39.5-83.4,80v96h142l-22.7,148H592v357.8C836.8,979.4,1024,767.6,1024,512z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_line {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%2300b900;%7D.b%7Bfill:%23ffffff;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='60' cy='60' r='60'/%3e%3cpath class='b' d='M99.91,56.4C99.91,38.54,82,24,60,24S20.09,38.54,20.09,56.4c0,16,14.2,29.42,33.38,31.95,1.3.28,3.07.86,3.51,2a8,8,0,0,1,.13,3.61l-.57,3.41c-.17,1-.8,4,3.46,2.15S83,86,91.36,76.32h0C97.14,70,99.91,63.54,99.91,56.4'/%3e%3cpath class='a' d='M51.89,47.77h-2.8a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M71.16,47.77h-2.8a.78.78,0,0,0-.78.77V58.87l-8-10.76L59.55,48h0l0-.05h0s0,0,0,0h0l0,0h0l0,0h0l0,0H56.17a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78H59a.77.77,0,0,0,.77-.78V55.61l8,10.77a.89.89,0,0,0,.2.19h0l0,0h0l0,0h.06l.05,0h0a.64.64,0,0,0,.2,0h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M45.14,62.35h-7.6V48.54a.78.78,0,0,0-.78-.77H34a.78.78,0,0,0-.78.77V65.93h0a.8.8,0,0,0,.22.54h0a.76.76,0,0,0,.54.22H45.14a.78.78,0,0,0,.78-.78v-2.8a.78.78,0,0,0-.78-.78'/%3e%3cpath class='a' d='M86.62,52.12a.77.77,0,0,0,.77-.78V48.55a.77.77,0,0,0-.77-.78H75.43a.73.73,0,0,0-.53.22h0l0,0a.78.78,0,0,0-.21.53h0V65.93h0a.76.76,0,0,0,.22.54h0a.75.75,0,0,0,.53.22H86.62a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V59.42h7.61a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V52.12Z'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_line_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%23d3d3d3;%7D.b%7Bfill:%23fff;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='60' cy='60' r='60'/%3e%3cpath class='b' d='M99.91,56.4C99.91,38.54,82,24,60,24S20.09,38.54,20.09,56.4c0,16,14.2,29.42,33.38,31.95,1.3.28,3.07.86,3.51,2a8,8,0,0,1,.13,3.61l-.57,3.41c-.17,1-.8,4,3.46,2.15S83,86,91.36,76.32h0C97.14,70,99.91,63.54,99.91,56.4'/%3e%3cpath class='a' d='M51.89,47.77h-2.8a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M71.16,47.77h-2.8a.78.78,0,0,0-.78.77V58.87l-8-10.76L59.55,48h0l0-.05h0s0,0,0,0h0l0,0h0l0,0h0l0,0H56.17a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78H59a.77.77,0,0,0,.77-.78V55.61l8,10.77a.89.89,0,0,0,.2.19h0l0,0h0l0,0h.06l.05,0h0a.64.64,0,0,0,.2,0h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M45.14,62.35h-7.6V48.54a.78.78,0,0,0-.78-.77H34a.78.78,0,0,0-.78.77V65.93h0a.8.8,0,0,0,.22.54h0a.76.76,0,0,0,.54.22H45.14a.78.78,0,0,0,.78-.78v-2.8a.78.78,0,0,0-.78-.78'/%3e%3cpath class='a' d='M86.62,52.12a.77.77,0,0,0,.77-.78V48.55a.77.77,0,0,0-.77-.78H75.43a.73.73,0,0,0-.53.22h0l0,0a.78.78,0,0,0-.21.53h0V65.93h0a.76.76,0,0,0,.22.54h0a.75.75,0,0,0,.53.22H86.62a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V59.42h7.61a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V52.12Z'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_line_w {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%23ffffff;%7D.b%7Bfill:%23000000;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='60' cy='60' r='60'/%3e%3cpath class='b' d='M99.91,56.4C99.91,38.54,82,24,60,24S20.09,38.54,20.09,56.4c0,16,14.2,29.42,33.38,31.95,1.3.28,3.07.86,3.51,2a8,8,0,0,1,.13,3.61l-.57,3.41c-.17,1-.8,4,3.46,2.15S83,86,91.36,76.32h0C97.14,70,99.91,63.54,99.91,56.4'/%3e%3cpath class='a' d='M51.89,47.77h-2.8a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M71.16,47.77h-2.8a.78.78,0,0,0-.78.77V58.87l-8-10.76L59.55,48h0l0-.05h0s0,0,0,0h0l0,0h0l0,0h0l0,0H56.17a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78H59a.77.77,0,0,0,.77-.78V55.61l8,10.77a.89.89,0,0,0,.2.19h0l0,0h0l0,0h.06l.05,0h0a.64.64,0,0,0,.2,0h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M45.14,62.35h-7.6V48.54a.78.78,0,0,0-.78-.77H34a.78.78,0,0,0-.78.77V65.93h0a.8.8,0,0,0,.22.54h0a.76.76,0,0,0,.54.22H45.14a.78.78,0,0,0,.78-.78v-2.8a.78.78,0,0,0-.78-.78'/%3e%3cpath class='a' d='M86.62,52.12a.77.77,0,0,0,.77-.78V48.55a.77.77,0,0,0-.77-.78H75.43a.73.73,0,0,0-.53.22h0l0,0a.78.78,0,0,0-.21.53h0V65.93h0a.76.76,0,0,0,.22.54h0a.75.75,0,0,0,.53.22H86.62a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V59.42h7.61a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V52.12Z'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_instagram {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='756' height='756' viewBox='0 0 756 756'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%23F00075;%7D.b%7Bfill:%23fff;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='378' cy='378' r='378'/%3e%3cpath class='b' d='M378,171.47c67.27,0,75.23.26,101.8,1.47,24.56,1.12,37.9,5.22,46.78,8.67a83.51,83.51,0,0,1,47.81,47.81c3.45,8.88,7.55,22.22,8.67,46.78,1.21,26.57,1.47,34.53,1.47,101.8s-.26,75.23-1.47,101.8c-1.12,24.56-5.22,37.9-8.67,46.78a83.51,83.51,0,0,1-47.81,47.81c-8.88,3.45-22.22,7.55-46.78,8.67-26.56,1.21-34.53,1.47-101.8,1.47s-75.24-.26-101.8-1.47c-24.56-1.12-37.9-5.22-46.78-8.67a83.51,83.51,0,0,1-47.81-47.81c-3.45-8.88-7.55-22.22-8.67-46.78-1.21-26.57-1.47-34.53-1.47-101.8s.26-75.23,1.47-101.8c1.12-24.56,5.22-37.9,8.67-46.78a83.51,83.51,0,0,1,47.81-47.81c8.88-3.45,22.22-7.55,46.78-8.67,26.57-1.21,34.53-1.47,101.8-1.47m0-45.39c-68.42,0-77,.29-103.87,1.52S229,133.08,213,139.31A128.74,128.74,0,0,0,139.31,213c-6.23,16-10.49,34.34-11.71,61.15s-1.52,35.45-1.52,103.87.29,77,1.52,103.87S133.08,527,139.31,543A128.8,128.8,0,0,0,213,616.7c16,6.22,34.34,10.48,61.15,11.7s35.45,1.52,103.87,1.52,77-.29,103.87-1.52S527,622.92,543,616.7A128.85,128.85,0,0,0,616.7,543c6.22-16,10.48-34.34,11.7-61.15s1.52-35.45,1.52-103.87-.29-77-1.52-103.87S622.92,229,616.7,213A128.8,128.8,0,0,0,543,139.31c-16-6.23-34.34-10.49-61.15-11.71s-35.45-1.52-103.87-1.52Z'/%3e%3cpath class='b' d='M378,248.64A129.36,129.36,0,1,0,507.36,378,129.35,129.35,0,0,0,378,248.64ZM378,462a84,84,0,1,1,84-84A84,84,0,0,1,378,462Z'/%3e%3ccircle class='b' cx='512.48' cy='243.52' r='30.23'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_instagram_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='756' height='756' viewBox='0 0 756 756'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%23d3d3d3;%7D.b%7Bfill:%23fff;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='378' cy='378' r='378'/%3e%3cpath class='b' d='M378,171.47c67.27,0,75.23.26,101.8,1.47,24.56,1.12,37.9,5.22,46.78,8.67a83.51,83.51,0,0,1,47.81,47.81c3.45,8.88,7.55,22.22,8.67,46.78,1.21,26.57,1.47,34.53,1.47,101.8s-.26,75.23-1.47,101.8c-1.12,24.56-5.22,37.9-8.67,46.78a83.51,83.51,0,0,1-47.81,47.81c-8.88,3.45-22.22,7.55-46.78,8.67-26.56,1.21-34.53,1.47-101.8,1.47s-75.24-.26-101.8-1.47c-24.56-1.12-37.9-5.22-46.78-8.67a83.51,83.51,0,0,1-47.81-47.81c-3.45-8.88-7.55-22.22-8.67-46.78-1.21-26.57-1.47-34.53-1.47-101.8s.26-75.23,1.47-101.8c1.12-24.56,5.22-37.9,8.67-46.78a83.51,83.51,0,0,1,47.81-47.81c8.88-3.45,22.22-7.55,46.78-8.67,26.57-1.21,34.53-1.47,101.8-1.47m0-45.39c-68.42,0-77,.29-103.87,1.52S229,133.08,213,139.31A128.74,128.74,0,0,0,139.31,213c-6.23,16-10.49,34.34-11.71,61.15s-1.52,35.45-1.52,103.87.29,77,1.52,103.87S133.08,527,139.31,543A128.8,128.8,0,0,0,213,616.7c16,6.22,34.34,10.48,61.15,11.7s35.45,1.52,103.87,1.52,77-.29,103.87-1.52S527,622.92,543,616.7A128.85,128.85,0,0,0,616.7,543c6.22-16,10.48-34.34,11.7-61.15s1.52-35.45,1.52-103.87-.29-77-1.52-103.87S622.92,229,616.7,213A128.8,128.8,0,0,0,543,139.31c-16-6.23-34.34-10.49-61.15-11.71s-35.45-1.52-103.87-1.52Z'/%3e%3cpath class='b' d='M378,248.64A129.36,129.36,0,1,0,507.36,378,129.35,129.35,0,0,0,378,248.64ZM378,462a84,84,0,1,1,84-84A84,84,0,0,1,378,462Z'/%3e%3ccircle class='b' cx='512.48' cy='243.52' r='30.23'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_instagram_w {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='756' height='756' viewBox='0 0 756 756'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%23fff;%7D.b%7Bfill:%23000;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='378' cy='378' r='378'/%3e%3cpath class='b' d='M378,171.47c67.27,0,75.23.26,101.8,1.47,24.56,1.12,37.9,5.22,46.78,8.67a83.51,83.51,0,0,1,47.81,47.81c3.45,8.88,7.55,22.22,8.67,46.78,1.21,26.57,1.47,34.53,1.47,101.8s-.26,75.23-1.47,101.8c-1.12,24.56-5.22,37.9-8.67,46.78a83.51,83.51,0,0,1-47.81,47.81c-8.88,3.45-22.22,7.55-46.78,8.67-26.56,1.21-34.53,1.47-101.8,1.47s-75.24-.26-101.8-1.47c-24.56-1.12-37.9-5.22-46.78-8.67a83.51,83.51,0,0,1-47.81-47.81c-3.45-8.88-7.55-22.22-8.67-46.78-1.21-26.57-1.47-34.53-1.47-101.8s.26-75.23,1.47-101.8c1.12-24.56,5.22-37.9,8.67-46.78a83.51,83.51,0,0,1,47.81-47.81c8.88-3.45,22.22-7.55,46.78-8.67,26.57-1.21,34.53-1.47,101.8-1.47m0-45.39c-68.42,0-77,.29-103.87,1.52S229,133.08,213,139.31A128.74,128.74,0,0,0,139.31,213c-6.23,16-10.49,34.34-11.71,61.15s-1.52,35.45-1.52,103.87.29,77,1.52,103.87S133.08,527,139.31,543A128.8,128.8,0,0,0,213,616.7c16,6.22,34.34,10.48,61.15,11.7s35.45,1.52,103.87,1.52,77-.29,103.87-1.52S527,622.92,543,616.7A128.85,128.85,0,0,0,616.7,543c6.22-16,10.48-34.34,11.7-61.15s1.52-35.45,1.52-103.87-.29-77-1.52-103.87S622.92,229,616.7,213A128.8,128.8,0,0,0,543,139.31c-16-6.23-34.34-10.49-61.15-11.71s-35.45-1.52-103.87-1.52Z'/%3e%3cpath class='b' d='M378,248.64A129.36,129.36,0,1,0,507.36,378,129.35,129.35,0,0,0,378,248.64ZM378,462a84,84,0,1,1,84-84A84,84,0,0,1,378,462Z'/%3e%3ccircle class='b' cx='512.48' cy='243.52' r='30.23'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_instagram_w2 {
      background: url("data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000' enable-background='new 0 0 30 30' xml:space='preserve'%3e%3cpath d='M295.42,6c-53.2,2.51-89.53,11-121.29,23.48-32.87,12.81-60.73,30-88.45,57.82S40.89,143,28.17,175.92c-12.31,31.83-20.65,68.19-23,121.42S2.3,367.68,2.56,503.46,3.42,656.26,6,709.6c2.54,53.19,11,89.51,23.48,121.28,12.83,32.87,30,60.72,57.83,88.45S143,964.09,176,976.83c31.8,12.29,68.17,20.67,121.39,23s70.35,2.87,206.09,2.61,152.83-.86,206.16-3.39S799.1,988,830.88,975.58c32.87-12.86,60.74-30,88.45-57.84S964.1,862,976.81,829.06c12.32-31.8,20.69-68.17,23-121.35,2.33-53.37,2.88-70.41,2.62-206.17s-.87-152.78-3.4-206.1-11-89.53-23.47-121.32c-12.85-32.87-30-60.7-57.82-88.45S862,40.87,829.07,28.19c-31.82-12.31-68.17-20.7-121.39-23S637.33,2.3,501.54,2.56,348.75,3.4,295.42,6m5.84,903.88c-48.75-2.12-75.22-10.22-92.86-17-23.36-9-40-19.88-57.58-37.29s-28.38-34.11-37.5-57.42c-6.85-17.64-15.1-44.08-17.38-92.83-2.48-52.69-3-68.51-3.29-202s.22-149.29,2.53-202c2.08-48.71,10.23-75.21,17-92.84,9-23.39,19.84-40,37.29-57.57s34.1-28.39,57.43-37.51c17.62-6.88,44.06-15.06,92.79-17.38,52.73-2.5,68.53-3,202-3.29s149.31.21,202.06,2.53c48.71,2.12,75.22,10.19,92.83,17,23.37,9,40,19.81,57.57,37.29s28.4,34.07,37.52,57.45c6.89,17.57,15.07,44,17.37,92.76,2.51,52.73,3.08,68.54,3.32,202s-.23,149.31-2.54,202c-2.13,48.75-10.21,75.23-17,92.89-9,23.35-19.85,40-37.31,57.56s-34.09,28.38-57.43,37.5c-17.6,6.87-44.07,15.07-92.76,17.39-52.73,2.48-68.53,3-202.05,3.29s-149.27-.25-202-2.53m407.6-674.61a60,60,0,1,0,59.88-60.1,60,60,0,0,0-59.88,60.1M245.77,503c.28,141.8,115.44,256.49,257.21,256.22S759.52,643.8,759.25,502,643.79,245.48,502,245.76,245.5,361.22,245.77,503m90.06-.18a166.67,166.67,0,1,1,167,166.34,166.65,166.65,0,0,1-167-166.34' transform='translate(-2.5 -2.5)'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_youtube {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 192 192' enable-background='new 0 0 192 192' xml:space='preserve'%3e%3ccircle fill='%23FF0000' cx='96' cy='96' r='96'/%3e%3cg transform='translate(28.8 28.8) scale(0.7 0.7)'%3e%3cpath fill='%23FFFFFF' d='M180.3,53.4c-2-7.6-8-13.6-15.6-15.7C151,34,96,34,96,34s-55,0-68.8,3.7c-7.6,2-13.5,8-15.6,15.7C8,67.2,8,96,8,96s0,28.8,3.7,42.6c2,7.6,8,13.6,15.6,15.7C41,158,96,158,96,158s55,0,68.8-3.7c7.6-2,13.5-8,15.6-15.7C184,124.8,184,96,184,96S184,67.2,180.3,53.4z'/%3e%3cpolygon fill='%23FF0000' points='78,122.2 124,96 78,69.8'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_youtube_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 192 192' enable-background='new 0 0 192 192' xml:space='preserve'%3e%3ccircle fill='%23d3d3d3' cx='96' cy='96' r='96'/%3e%3cg transform='translate(28.8 28.8) scale(0.7 0.7)'%3e%3cpath fill='%23FFFFFF' d='M180.3,53.4c-2-7.6-8-13.6-15.6-15.7C151,34,96,34,96,34s-55,0-68.8,3.7c-7.6,2-13.5,8-15.6,15.7C8,67.2,8,96,8,96s0,28.8,3.7,42.6c2,7.6,8,13.6,15.6,15.7C41,158,96,158,96,158s55,0,68.8-3.7c7.6-2,13.5-8,15.6-15.7C184,124.8,184,96,184,96S184,67.2,180.3,53.4z'/%3e%3cpolygon fill='%23d3d3d3' points='78,122.2 124,96 78,69.8'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_youtube_w {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 192 192' enable-background='new 0 0 192 192' xml:space='preserve'%3e%3ccircle fill='%23ffffff' cx='96' cy='96' r='96'/%3e%3cg transform='translate(28.8 28.8) scale(0.7 0.7)'%3e%3cpath fill='%23000000' d='M180.3,53.4c-2-7.6-8-13.6-15.6-15.7C151,34,96,34,96,34s-55,0-68.8,3.7c-7.6,2-13.5,8-15.6,15.7C8,67.2,8,96,8,96s0,28.8,3.7,42.6c2,7.6,8,13.6,15.6,15.7C41,158,96,158,96,158s55,0,68.8-3.7c7.6-2,13.5-8,15.6-15.7C184,124.8,184,96,184,96S184,67.2,180.3,53.4z'/%3e%3cpolygon fill='%23FFFFFF' points='78,122.2 124,96 78,69.8'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_hatena {
    border-radius: 50%;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500' viewBox='0 0 500 500'%3e%3crect width='500' height='500' rx='101.9' ry='101.9' fill='%2300a4de'/%3e%3cg fill='%23fff'%3e%3cpath d='M278.2,258.1q-13.6-15.2-37.8-17c14.4-3.9,24.8-9.6,31.4-17.3s9.8-17.8,9.8-30.7A55,55,0,0,0,275,166a48.8,48.8,0,0,0-19.2-18.6c-7.3-4-16-6.9-26.2-8.6s-28.1-2.4-53.7-2.4H113.6V363.6h64.2q38.7,0,55.8-2.6c11.4-1.8,20.9-4.8,28.6-8.9a52.5,52.5,0,0,0,21.9-21.4c5.1-9.2,7.7-19.9,7.7-32.1C291.8,281.7,287.3,268.2,278.2,258.1Zm-107-71.4h13.3q23.1,0,31,5.2c5.3,3.5,7.9,9.5,7.9,18s-2.9,14-8.5,17.4-16.1,5-31.4,5H171.2V186.7Zm52.8,130.3c-6.1,3.7-16.5,5.5-31.1,5.5H171.2V273h22.6c15,0,25.4,1.9,30.9,5.7s8.4,10.4,8.4,20S230.1,313.4,223.9,317.1Z'/%3e%3cpath d='M357.6,306.1a28.8,28.8,0,1,0,28.8,28.8A28.8,28.8,0,0,0,357.6,306.1Z'/%3e%3crect x='332.6' y='136.4' width='50' height='151.52'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_hatena_g {
      border-radius: 50%;
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500' viewBox='0 0 500 500'%3e%3crect width='500' height='500' rx='101.9' ry='101.9' fill='%23d3d3d3'/%3e%3cg fill='%23fff'%3e%3cpath d='M278.2,258.1q-13.6-15.2-37.8-17c14.4-3.9,24.8-9.6,31.4-17.3s9.8-17.8,9.8-30.7A55,55,0,0,0,275,166a48.8,48.8,0,0,0-19.2-18.6c-7.3-4-16-6.9-26.2-8.6s-28.1-2.4-53.7-2.4H113.6V363.6h64.2q38.7,0,55.8-2.6c11.4-1.8,20.9-4.8,28.6-8.9a52.5,52.5,0,0,0,21.9-21.4c5.1-9.2,7.7-19.9,7.7-32.1C291.8,281.7,287.3,268.2,278.2,258.1Zm-107-71.4h13.3q23.1,0,31,5.2c5.3,3.5,7.9,9.5,7.9,18s-2.9,14-8.5,17.4-16.1,5-31.4,5H171.2V186.7Zm52.8,130.3c-6.1,3.7-16.5,5.5-31.1,5.5H171.2V273h22.6c15,0,25.4,1.9,30.9,5.7s8.4,10.4,8.4,20S230.1,313.4,223.9,317.1Z'/%3e%3cpath d='M357.6,306.1a28.8,28.8,0,1,0,28.8,28.8A28.8,28.8,0,0,0,357.6,306.1Z'/%3e%3crect x='332.6' y='136.4' width='50' height='151.52'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_hatena_w {
      border-radius: 50%;
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500' viewBox='0 0 500 500'%3e%3crect width='500' height='500' rx='101.9' ry='101.9' fill='%23ffffff'/%3e%3cg fill='%23000000'%3e%3cpath d='M278.2,258.1q-13.6-15.2-37.8-17c14.4-3.9,24.8-9.6,31.4-17.3s9.8-17.8,9.8-30.7A55,55,0,0,0,275,166a48.8,48.8,0,0,0-19.2-18.6c-7.3-4-16-6.9-26.2-8.6s-28.1-2.4-53.7-2.4H113.6V363.6h64.2q38.7,0,55.8-2.6c11.4-1.8,20.9-4.8,28.6-8.9a52.5,52.5,0,0,0,21.9-21.4c5.1-9.2,7.7-19.9,7.7-32.1C291.8,281.7,287.3,268.2,278.2,258.1Zm-107-71.4h13.3q23.1,0,31,5.2c5.3,3.5,7.9,9.5,7.9,18s-2.9,14-8.5,17.4-16.1,5-31.4,5H171.2V186.7Zm52.8,130.3c-6.1,3.7-16.5,5.5-31.1,5.5H171.2V273h22.6c15,0,25.4,1.9,30.9,5.7s8.4,10.4,8.4,20S230.1,313.4,223.9,317.1Z'/%3e%3cpath d='M357.6,306.1a28.8,28.8,0,1,0,28.8,28.8A28.8,28.8,0,0,0,357.6,306.1Z'/%3e%3crect x='332.6' y='136.4' width='50' height='151.52'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_linkedin {
    border-radius: 50%;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 200 200' enable-background='new 0 0 200 200' xml:space='preserve'%3e%3ccircle fill='%230A66C2' cx='100' cy='100' r='100'/%3e%3cpath fill='%23ffffff' d='M99.9,164.1c-18.1,0-36.2-0.1-54.4,0c-4.8,0-8.9-3.3-9.5-7.9c-0.1-0.5-0.1-1-0.1-1.4c0-36.5,0-73,0-109.6c0-5.3,3.9-9.3,9.2-9.3c5.8,0,11.6,0,17.4,0c30.7,0,61.4,0,92,0c5,0,8.3,3.4,9.2,6.5c0.2,0.9,0.4,1.8,0.4,2.7c0,36.6,0,73.1,0,109.7c0,5.2-3.9,9.2-9.2,9.2c-6.8,0-13.7,0-20.5,0C122.9,164.1,111.4,164.1,99.9,164.1z M104.3,91.7c0-2.1,0-4.3,0-6.5c0-1-0.3-1.4-1.3-1.4c-5.3,0.1-10.6,0.1-15.8,0c-1.2,0-1.5,0.4-1.5,1.5c0,19.5,0,39,0,58.6c0,1.1,0.3,1.5,1.5,1.5c5.5,0,11,0,16.4,0c1.2,0,1.5-0.4,1.5-1.5c0-9.8-0.1-19.5,0-29.3c0-2.1,0.1-4.2,0.5-6.2c0.7-4.1,2.6-7.5,7-8.6c1.4-0.3,2.8-0.4,4.3-0.4c4.5,0.1,7.4,2.2,8.4,6.7c0.5,2.4,0.8,5,0.8,7.5c0.1,10.1,0,20.2,0,30.2c0,1.6,0,1.6,1.6,1.6c5.4,0,10.8,0,16.2,0c1.2,0,1.5-0.4,1.5-1.6c0-11.7,0.1-23.4-0.1-35c-0.1-3.9-0.6-7.8-1.5-11.6c-1.6-6.8-5.5-11.8-12.5-13.7c-2.4-0.7-4.9-0.9-7.4-1.1c-5.5-0.6-10.6,0.9-14.8,4.4C107.3,88.2,105.8,90.1,104.3,91.7z M54.7,114.6c0,9.8,0,19.5,0,29.3c0,1.2,0.4,1.5,1.5,1.5c5.5,0,11,0,16.4,0c1.1,0,1.5-0.3,1.5-1.4c0-19.6,0-39.2,0-58.8c0-1.2-0.4-1.4-1.5-1.4c-5.4,0-10.8,0-16.2,0c-1.7,0-1.7,0-1.7,1.7C54.7,95.2,54.7,104.9,54.7,114.6z M64.4,75.6c6.2,0,11.1-4.9,11.1-11.1c0-6.2-5-11.2-11.2-11.2c-6.2,0-11.1,5-11.1,11.2C53.2,70.7,58.2,75.6,64.4,75.6z'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_linkedin_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 200 200' enable-background='new 0 0 200 200' xml:space='preserve'%3e%3ccircle fill='%23d3d3d3' cx='100' cy='100' r='100'/%3e%3cpath fill='%23ffffff' d='M99.9,164.1c-18.1,0-36.2-0.1-54.4,0c-4.8,0-8.9-3.3-9.5-7.9c-0.1-0.5-0.1-1-0.1-1.4c0-36.5,0-73,0-109.6c0-5.3,3.9-9.3,9.2-9.3c5.8,0,11.6,0,17.4,0c30.7,0,61.4,0,92,0c5,0,8.3,3.4,9.2,6.5c0.2,0.9,0.4,1.8,0.4,2.7c0,36.6,0,73.1,0,109.7c0,5.2-3.9,9.2-9.2,9.2c-6.8,0-13.7,0-20.5,0C122.9,164.1,111.4,164.1,99.9,164.1z M104.3,91.7c0-2.1,0-4.3,0-6.5c0-1-0.3-1.4-1.3-1.4c-5.3,0.1-10.6,0.1-15.8,0c-1.2,0-1.5,0.4-1.5,1.5c0,19.5,0,39,0,58.6c0,1.1,0.3,1.5,1.5,1.5c5.5,0,11,0,16.4,0c1.2,0,1.5-0.4,1.5-1.5c0-9.8-0.1-19.5,0-29.3c0-2.1,0.1-4.2,0.5-6.2c0.7-4.1,2.6-7.5,7-8.6c1.4-0.3,2.8-0.4,4.3-0.4c4.5,0.1,7.4,2.2,8.4,6.7c0.5,2.4,0.8,5,0.8,7.5c0.1,10.1,0,20.2,0,30.2c0,1.6,0,1.6,1.6,1.6c5.4,0,10.8,0,16.2,0c1.2,0,1.5-0.4,1.5-1.6c0-11.7,0.1-23.4-0.1-35c-0.1-3.9-0.6-7.8-1.5-11.6c-1.6-6.8-5.5-11.8-12.5-13.7c-2.4-0.7-4.9-0.9-7.4-1.1c-5.5-0.6-10.6,0.9-14.8,4.4C107.3,88.2,105.8,90.1,104.3,91.7z M54.7,114.6c0,9.8,0,19.5,0,29.3c0,1.2,0.4,1.5,1.5,1.5c5.5,0,11,0,16.4,0c1.1,0,1.5-0.3,1.5-1.4c0-19.6,0-39.2,0-58.8c0-1.2-0.4-1.4-1.5-1.4c-5.4,0-10.8,0-16.2,0c-1.7,0-1.7,0-1.7,1.7C54.7,95.2,54.7,104.9,54.7,114.6z M64.4,75.6c6.2,0,11.1-4.9,11.1-11.1c0-6.2-5-11.2-11.2-11.2c-6.2,0-11.1,5-11.1,11.2C53.2,70.7,58.2,75.6,64.4,75.6z'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_linkedin_w {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 200 200' enable-background='new 0 0 200 200' xml:space='preserve'%3e%3ccircle fill='%23FFFFFF' cx='100' cy='100' r='100'/%3e%3cpath fill='%23000000' d='M99.9,164.1c-18.1,0-36.2-0.1-54.4,0c-4.8,0-8.9-3.3-9.5-7.9c-0.1-0.5-0.1-1-0.1-1.4c0-36.5,0-73,0-109.6c0-5.3,3.9-9.3,9.2-9.3c5.8,0,11.6,0,17.4,0c30.7,0,61.4,0,92,0c5,0,8.3,3.4,9.2,6.5c0.2,0.9,0.4,1.8,0.4,2.7c0,36.6,0,73.1,0,109.7c0,5.2-3.9,9.2-9.2,9.2c-6.8,0-13.7,0-20.5,0C122.9,164.1,111.4,164.1,99.9,164.1z M104.3,91.7c0-2.1,0-4.3,0-6.5c0-1-0.3-1.4-1.3-1.4c-5.3,0.1-10.6,0.1-15.8,0c-1.2,0-1.5,0.4-1.5,1.5c0,19.5,0,39,0,58.6c0,1.1,0.3,1.5,1.5,1.5c5.5,0,11,0,16.4,0c1.2,0,1.5-0.4,1.5-1.5c0-9.8-0.1-19.5,0-29.3c0-2.1,0.1-4.2,0.5-6.2c0.7-4.1,2.6-7.5,7-8.6c1.4-0.3,2.8-0.4,4.3-0.4c4.5,0.1,7.4,2.2,8.4,6.7c0.5,2.4,0.8,5,0.8,7.5c0.1,10.1,0,20.2,0,30.2c0,1.6,0,1.6,1.6,1.6c5.4,0,10.8,0,16.2,0c1.2,0,1.5-0.4,1.5-1.6c0-11.7,0.1-23.4-0.1-35c-0.1-3.9-0.6-7.8-1.5-11.6c-1.6-6.8-5.5-11.8-12.5-13.7c-2.4-0.7-4.9-0.9-7.4-1.1c-5.5-0.6-10.6,0.9-14.8,4.4C107.3,88.2,105.8,90.1,104.3,91.7z M54.7,114.6c0,9.8,0,19.5,0,29.3c0,1.2,0.4,1.5,1.5,1.5c5.5,0,11,0,16.4,0c1.1,0,1.5-0.3,1.5-1.4c0-19.6,0-39.2,0-58.8c0-1.2-0.4-1.4-1.5-1.4c-5.4,0-10.8,0-16.2,0c-1.7,0-1.7,0-1.7,1.7C54.7,95.2,54.7,104.9,54.7,114.6z M64.4,75.6c6.2,0,11.1-4.9,11.1-11.1c0-6.2-5-11.2-11.2-11.2c-6.2,0-11.1,5-11.1,11.2C53.2,70.7,58.2,75.6,64.4,75.6z'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_copy {
    border-radius: 50%;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'%3e%3ccircle fill='%23d3d3d3' cx='15' cy='15' r='15'/%3e%3crect x='11.65' y='9.71' fill='none' width='10' height='12'/%3e%3crect x='12.4' y='10.46' fill='none' stroke='%23FFFFFF' stroke-width='1.5' width='8.5' height='10.5'/%3e%3cpath fill='none' stroke='%23FFF' stroke-width='1.5' d='M19,8h-9v11'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_copy_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'%3e%3ccircle fill='%23d3d3d3' cx='15' cy='15' r='15'/%3e%3crect x='11.65' y='9.71' fill='none' width='10' height='12'/%3e%3crect x='12.4' y='10.46' fill='none' stroke='%23FFFFFF' stroke-width='1.5' width='8.5' height='10.5'/%3e%3cpath fill='none' stroke='%23FFF' stroke-width='1.5' d='M19,8h-9v11'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_email {
    border-radius: 50%;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'%3e%3ccircle fill='%23d3d3d3' cx='15' cy='15' r='15'/%3e%3cpath fill='%23FFF' d='M8,10v10.5h14V10H8z M15.22,15.54c-0.13,0.1-0.31,0.1-0.44,0l-5.47-4.23h11.38L15.22,15.54z M10.6,13.56 l1.9,1.61l-3.19,3.14v-5.69L10.6,13.56z M13.45,15.98l0.45,0.38c0.64,0.52,1.56,0.52,2.21,0l0.45-0.38l3.26,3.21h-9.62L13.45,15.98z M17.5,15.18l3.19-2.55v5.69L17.5,15.18z'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .sns_type_email_g {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'%3e%3ccircle fill='%23d3d3d3' cx='15' cy='15' r='15'/%3e%3cpath fill='%23FFF' d='M8,10v10.5h14V10H8z M15.22,15.54c-0.13,0.1-0.31,0.1-0.44,0l-5.47-4.23h11.38L15.22,15.54z M10.6,13.56 l1.9,1.61l-3.19,3.14v-5.69L10.6,13.56z M13.45,15.98l0.45,0.38c0.64,0.52,1.56,0.52,2.21,0l0.45-0.38l3.26,3.21h-9.62L13.45,15.98z M17.5,15.18l3.19-2.55v5.69L17.5,15.18z'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_blog {
    font-size: 1rem;
    background: #bf4472;
    border-radius: 50%;
    position: relative; }
    .sns_type_blog::after {
      content: "BLOG" !important;
      font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
      color: #333333;
      font-weight: bold;
      font-size: 1rem;
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      letter-spacing: normal; }

.sns.alt2txt {
  background: transparent;
  color: #333333 !important;
  width: auto;
  height: auto; }

.pcollapse__toggle1 {
  display: block;
  color: currentColor;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.5em 15px;
  position: relative;
  z-index: 1; }
  .pcollapse__toggle1::after {
    color: currentColor;
    font-family: fontawesome;
    content: "\f067";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .ie11 .pcollapse__toggle1::after {
      display: inline-block !important;
      text-decoration: none; }
  .pcollapse__toggle1[aria-expanded="true"] {
    position: relative;
    z-index: 1; }
    .pcollapse__toggle1[aria-expanded="true"]::after {
      color: currentColor;
      font-family: fontawesome;
      content: "\f068";
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 10px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .pcollapse__toggle1[aria-expanded="true"]::after {
        display: inline-block !important;
        text-decoration: none; }
  .pcollapse__toggle1:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor; }

.pcollapse__toggle2 {
  padding: 10px 30px 10px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: currentColor; }
  .pcollapse__toggle2[aria-expanded] {
    position: relative; }
    .pcollapse__toggle2[aria-expanded]::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 30px;
      height: 2px;
      background-color: #bf4472;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .pcollapse__toggle2[aria-expanded].collapsed {
      position: relative; }
      .pcollapse__toggle2[aria-expanded].collapsed::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 2px;
        height: 30px;
        background-color: #bf4472;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .pcollapse__toggle2[aria-expanded].collapsed::after {
        right: 15px; }
  .pcollapse__toggle2:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor; }

.pcollapse.pcollapse_t1 {
  border-bottom: 1px solid #666666; }
  .pcollapse.pcollapse_t1 .pcollapse__head {
    border-top: 1px solid #666666; }
  .pcollapse.pcollapse_t1 .pcollapse__body {
    margin-bottom: 0; }
  .pcollapse.pcollapse_t1 .pcollapse__content {
    padding: 0.5em 15px; }

.pcollapse.pcollapse_t2 .pcollapse__head {
  color: #fff;
  background: #bf4472;
  margin-bottom: 10px; }

.pcollapse.pcollapse_t2 .pcollapse__body {
  margin-bottom: 0; }

.pcollapse.pcollapse_t2 .pcollapse__content {
  padding: 0.5em 15px; }

.pcollapse.pcollapse_t3 .pcollapse__toggle {
  padding-left: 0;
  padding-right: 0; }
  .pcollapse.pcollapse_t3 .pcollapse__toggle::after {
    width: 22px;
    height: 22px;
    color: #fff;
    background: #bf4472;
    border-radius: 50%;
    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; }

.pcollapse.pcollapse_t3 .pcollapse__content {
  padding: 0.5em 0; }

.pcollapse.pcollapse_t3 .pcollapse__head {
  font-size: 1.8rem;
  border-bottom: 2px solid #333333; }

.pcollapse.pcollapse_t3 .pcollapse__body {
  margin-bottom: 0; }

.pcollapse.pcollapse_t4 .pcollapse__box {
  border-bottom: 1px solid #999999; }

.pcollapse.pcollapse_t4 .pcollapse__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.pcollapse.pcollapse_t4 .pcollapse__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; }
  .pcollapse.pcollapse_t4 .pcollapse__body.collapse {
    margin-bottom: 20px;
    display: none; }
    .pcollapse.pcollapse_t4 .pcollapse__body.collapse.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .pcollapse.pcollapse_t4 .pcollapse__body-box {
    width: 100%; }
  .pcollapse.pcollapse_t4 .pcollapse__body-title {
    margin-bottom: 0;
    padding: 5px 0;
    color: #bf4472;
    font-size: 18px;
    font-weight: bold; }

.pcollapse.pcollapse_t4.pcollapse_type_white {
  color: #fff; }
  .pcollapse.pcollapse_t4.pcollapse_type_white .pcollapse__box {
    border-bottom-color: #fff; }
    .pcollapse.pcollapse_t4.pcollapse_type_white .pcollapse__box:first-child {
      border-top-color: #fff; }
  .pcollapse.pcollapse_t4.pcollapse_type_white .pcollapse__head-link::before {
    background: #fff; }
  .pcollapse.pcollapse_t4.pcollapse_type_white .pcollapse__head-link.collapsed::after {
    background: #fff; }
  .pcollapse.pcollapse_t4.pcollapse_type_white .pcollapse__body-title {
    color: #fff; }

.pcollapse.pcollapse_t4.pcollapse_type_qa .pcollapse__head::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-right: 10px;
  content: "Q";
  width: 40px;
  height: 40px;
  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;
  font-weight: normal;
  color: #fff;
  background: #bf4472; }
  @media (min-width: 769px) {
    .pcollapse.pcollapse_t4.pcollapse_type_qa .pcollapse__head::before {
      font-size: 2.4rem; } }
  @media (max-width: 768.98px) {
    .pcollapse.pcollapse_t4.pcollapse_type_qa .pcollapse__head::before {
      font-size: 2.4rem; } }

.pcollapse.pcollapse_t4.pcollapse_type_qa .pcollapse__body::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-right: 10px;
  content: "A";
  width: 40px;
  height: 40px;
  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;
  font-weight: normal;
  color: #bf4472;
  border: 2px solid #bf4472; }
  @media (min-width: 769px) {
    .pcollapse.pcollapse_t4.pcollapse_type_qa .pcollapse__body::before {
      font-size: 2.4rem; } }
  @media (max-width: 768.98px) {
    .pcollapse.pcollapse_t4.pcollapse_type_qa .pcollapse__body::before {
      font-size: 2.4rem; } }

.pcollapse.pcollapse_t4.pcollapse_type_qa .pcollapse__head {
  padding: 20px 0; }

.pcollapse.pcollapse_t5 .pcollapse__box {
  border-bottom: none; }

.pcollapse.pcollapse_t5 .pcollapse__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-radius: 20px;
  border-bottom: none; }
  .pcollapse.pcollapse_t5 .pcollapse__head .pcollapse__toggle2 {
    position: relative;
    padding: 7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px; }
    .pcollapse.pcollapse_t5 .pcollapse__head .pcollapse__toggle2::before {
      background-color: #333;
      width: 20px;
      height: 1px;
      right: 40%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media screen and (max-width: 769px) {
        .pcollapse.pcollapse_t5 .pcollapse__head .pcollapse__toggle2::before {
          right: calc(50% - 70px); } }
    .pcollapse.pcollapse_t5 .pcollapse__head .pcollapse__toggle2::after {
      background-color: #333;
      height: 20px;
      width: 1px;
      right: calc(40% + 19px);
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media screen and (max-width: 769px) {
        .pcollapse.pcollapse_t5 .pcollapse__head .pcollapse__toggle2::after {
          right: calc(50% - 51px); } }

.pcollapse.pcollapse_t5 .pcollapse__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; }
  .pcollapse.pcollapse_t5 .pcollapse__body.collapse {
    display: none; }
    .pcollapse.pcollapse_t5 .pcollapse__body.collapse.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .pcollapse.pcollapse_t5 .pcollapse__body-box {
    margin-top: 1.5rem;
    width: 100%; }
  .pcollapse.pcollapse_t5 .pcollapse__body-title {
    margin-bottom: 0;
    padding: 5px 0;
    color: #bf4472;
    font-size: 18px;
    font-weight: bold; }

.gnav {
  line-height: 1.3;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16); }
  @media (min-width: 769px) {
    .gnav {
      min-width: 1000px; } }
  .gnav__logo {
    margin: 0;
    font-size: 2rem; }
    .gnav__logo-link {
      display: block;
      line-height: 1;
      color: currentColor; }
  .gnav {
    position: fixed;
    z-index: 1071;
    top: 0;
    left: 0;
    right: 0;
    background: #fff; }
    .gnav__group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 100%;
      padding: 12px 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .gnav__logo-img {
      height: 40px; }
  .gnav-option {
    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;
    padding: 18px 30px 18px 30px;
    border-bottom: 1px solid #efefef; }
    .gnav-option__list1, .gnav-option__list11 {
      margin: 0;
      padding: 0;
      list-style: none; }
    .gnav-option__item1 {
      position: relative; }
      .gnav-option__item1:hover > .gnav-option__box {
        opacity: 1;
        pointer-events: auto; }
    .gnav-option__link1, .gnav-option__link11 {
      display: block;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: currentColor; }
      .gnav-option__link1:hover, .gnav-option__link11:hover {
        color: currentColor;
        text-decoration: none;
        opacity: 0.6; }
    .gnav-option__box {
      pointer-events: none;
      opacity: 0;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 100%;
      right: 0;
      bottom: 0;
      left: 0; }
    .gnav-option__list1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #333333; }
    @media (min-width: 769px) {
      .gnav-option__item1_language:hover, .gnav-option__item1_access:hover {
        background: #333333; } }
    .gnav-option__item1-closed {
      padding: 10px 20px;
      font-size: 14px;
      color: #E50065; }
      @media (max-width: 999.98px) {
        .gnav-option__item1-closed {
          font-size: 10px; } }
      .gnav-option__item1-closed span {
        padding: 0 7px;
        margin-right: 0.5rem;
        font-size: 12px;
        background-color: #E50065;
        border-radius: 4px;
        color: white; }
        @media (max-width: 999.98px) {
          .gnav-option__item1-closed span {
            font-size: 10px; } }
    .gnav-option__link1 {
      padding: 10px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .gnav-option__link1:before {
        content: "";
        display: block;
        margin-right: 8px;
        width: 18px;
        height: 18px; }
      .gnav-option__link1:hover {
        opacity: 0.8; }
      .gnav-option__link1_icon-info:before {
        background: url(/img-com/icon_nav_info-b.svg) no-repeat center center/cover; }
      .gnav-option__link1_icon-news:before {
        background: url(/img-com/icon_nav_news_b.svg) no-repeat center center/cover;
        width: 14px; }
      .gnav-option__link1_icon-lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: currentColor;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .gnav-option__link1_icon-lang:hover {
          color: currentColor;
          text-decoration: none; }
        .gnav-option__link1_icon-lang::after {
          color: currentColor;
          font-family: fontawesome;
          content: "\f078";
          text-decoration: none;
          margin-left: 0.5em;
          font-size: 1rem;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .ie11 .gnav-option__link1_icon-lang::after {
            display: inline-block !important;
            text-decoration: none; }
        .gnav-option__link1_icon-lang:before {
          background: url(/img-com/icon_nav_lang_b.svg) no-repeat center center/cover; }
    .gnav-option__list11 {
      color: #fff;
      background: #333333; }
    .gnav-option__item11 {
      border-top: 1px solid #676f78; }
    .gnav-option__link11 {
      padding: 10px 0;
      text-align: center; }
      .gnav-option__link11:hover {
        opacity: 1;
        background: #676f78; }
  .gnav-main__list1 {
    margin: 0;
    padding: 0;
    list-style: none; }
  .gnav-main__item1 {
    position: relative; }
    .gnav-main__item1:hover > .gnav-option__box {
      opacity: 1;
      pointer-events: auto; }
  .gnav-main__link1 {
    display: block;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: currentColor; }
    .gnav-main__link1:hover {
      color: currentColor;
      text-decoration: none;
      opacity: 0.6; }
  .gnav-main__box {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0; }
  .gnav-main__list1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gnav-main__item1 {
    padding: 0 20px; }
  .gnav-main__link1 {
    height: 100%;
    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; }
    .gnav-main__link1-en {
      font-family: "Barlow", sans-serif;
      font-weight: 400; }
      @media (min-width: 769px) {
        .gnav-main__link1-en {
          font-size: 1.8rem; } }
      @media (max-width: 768.98px) {
        .gnav-main__link1-en {
          font-size: 1.8rem; } }
    .gnav-main__link1-jp {
      color: #bf4472; }
      @media (min-width: 769px) {
        .gnav-main__link1-jp {
          font-size: 1.2rem; } }
      @media (max-width: 768.98px) {
        .gnav-main__link1-jp {
          font-size: 1.2rem; } }
  @media (max-width: 768.98px) {
    .gnav {
      height: 60px; }
      .gnav__logo-img {
        height: 28px; }
      .gnav-option {
        padding: 10px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-bottom: none; }
        .gnav-option__list1 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          background: transparent;
          font-size: 1.2rem;
          gap: 6px; }
        .gnav-option__item1 {
          /*&:nth-last-child(n + 3) {
          display: none;
        }*/
          margin-top: 0.2rem; }
          .gnav-option__item1:not(:first-child):not(:last-child) {
            display: none; }
          .gnav-option__item1-closed {
            padding: 0; }
        .gnav-option__link1 {
          padding: 0;
          margin: 0 20px 0 0; }
          .gnav-option__link1_access:before {
            margin-right: 5x;
            width: 9px;
            height: 14px;
            background: url(/img-com/icon-nav-access-c.svg) no-repeat center center/cover; }
          .gnav-option__link1_language {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: currentColor;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex; }
            .gnav-option__link1_language:hover {
              color: currentColor;
              text-decoration: none; }
            .gnav-option__link1_language::after {
              color: currentColor;
              font-family: fontawesome;
              content: "\f078";
              text-decoration: none;
              margin-left: 0.5em;
              font-size: 1rem;
              -webkit-transition: 0.2s;
              transition: 0.2s; }
              .ie11 .gnav-option__link1_language::after {
                display: inline-block !important;
                text-decoration: none; }
            .gnav-option__link1_language:before {
              margin-right: 5px;
              width: 14px;
              height: 14px;
              background: url(/img-com/icon-nav-language-c.svg) no-repeat center center/cover; }
      .gnav_tnav_sp__link1 {
        padding: 0; }
        .gnav_tnav_sp__link1::before {
          content: "";
          display: block;
          width: 40px;
          height: 40px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          background-image: url(/img-com/icon-tnav-menu.svg); }
          body.modal-open .gnav_tnav_sp__link1::before {
            background-image: url(/img-com/icon-tnav-close.svg); }
      .gnav__group {
        display: none; }
      .gnav-main {
        display: none; } }

.gnav2 {
  border-bottom: 1px solid #efefef; }
  .gnav2__frm {
    line-height: 1.3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 768.98px) {
      .gnav2__frm {
        display: none; }
        body.home .gnav2__frm {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    @media (min-width: 769px) {
      .gnav2__frm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .gnav2__hour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (min-width: 769px) {
    .gnav2__cate {
      font-size: 1.4rem; } }
  @media (max-width: 768.98px) {
    .gnav2__cate {
      font-size: 1.2rem; } }
  .gnav2__time {
    letter-spacing: normal; }
    @media (min-width: 769px) {
      .gnav2__time {
        font-size: 3.2rem; } }
    @media (max-width: 768.98px) {
      .gnav2__time {
        font-size: 2rem; } }
  @media (min-width: 769px) {
    .gnav2__info {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .gnav2__info {
      font-size: 1.2rem; } }
  @media (min-width: 769px) {
    .gnav2__frm {
      height: 60px; }
      .gnav2__frm > *:not(:last-child) {
        margin-right: 40px; }
    .gnav2__title {
      margin-bottom: 0 !important; } }
  @media (max-width: 768.98px) {
    .gnav2__frm {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 10px 0; }
    .gnav2__title {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 10px !important; }
    .gnav2__hour {
      margin-bottom: 10px !important; }
      .gnav2__hour_c1 {
        margin-right: 15px; }
    .gnav2__info {
      width: 100%;
      text-align: center; } }

.gnav3 {
  padding: 10px 20px;
  background: #efefef; }
  @media (min-width: 769px) {
    .gnav3 {
      font-size: 1.2rem; } }
  @media (max-width: 768.98px) {
    .gnav3 {
      font-size: 1.2rem; } }
  .gnav3__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.home .gnav3__line_detail {
      display: none; }
    .gnav3__line-head {
      margin-right: 10px; }

.tnav.tnav_sp {
  display: none; }
  @media (max-width: 768.98px) {
    .tnav.tnav_sp {
      display: block;
      position: fixed;
      z-index: 1070;
      bottom: 0;
      left: 0;
      right: 0;
      height: 60px;
      line-height: 1.3;
      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; }
      .tnav.tnav_sp .tnav__list1 {
        width: 100%;
        height: 100%;
        color: #333333;
        background: #fff;
        font-size: 1rem;
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.16);
                box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.16); }
      .tnav.tnav_sp .tnav__item1 {
        width: calc(100% / 5); }
        .tnav.tnav_sp .tnav__item1_menu {
          background: #fff;
          width: 60px; }
          .tnav.tnav_sp .tnav__item1_menu .btn {
            width: 100%;
            height: 100%;
            padding: 0; }
        .tnav.tnav_sp .tnav__item1_guide .tnav__link1::before {
          background-image: url(/img-com/icon-tnav-guide.svg); }
        .tnav.tnav_sp .tnav__item1_floor .tnav__link1::before {
          background-image: url(/img-com/icon-tnav-floor.svg); }
        .tnav.tnav_sp .tnav__item1_news .tnav__link1::before {
          background-image: url(/img-com/icon-tnav-news.svg); }
        .tnav.tnav_sp .tnav__item1_gourmet .tnav__link1::before {
          background-image: url(/img-com/icon-tnav-gourmet.svg); }
        .tnav.tnav_sp .tnav__item1_access .tnav__link1::before {
          background-image: url(/img-com/icon-tnav-access.svg); }
      .tnav.tnav_sp .tnav__link1 {
        height: 100%;
        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;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        color: currentColor; }
        .tnav.tnav_sp .tnav__link1::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          margin-bottom: 3px; }
        .tnav.tnav_sp .tnav__link1:hover {
          color: currentColor;
          text-decoration: none;
          opacity: 1; }
      .tnav.tnav_sp .tnav__list2 {
        margin: 0;
        padding: 0;
        list-style: none; }
      .tnav.tnav_sp .tnav__item2 {
        border-bottom: 1px solid #333333; }
      .tnav.tnav_sp .tnav__link2 {
        padding: 1em 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        color: currentColor; }
        .tnav.tnav_sp .tnav__link2::after {
          width: 2rem;
          height: 2rem;
          background: url(/img-com/icon-arrow-b.svg) no-repeat center center/contain; }
        .tnav.tnav_sp .tnav__link2:hover {
          color: currentColor;
          text-decoration: none;
          opacity: 0.6; }
        .tnav.tnav_sp .tnav__link2-en {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          font-family: "Barlow", sans-serif;
          font-weight: 400;
          font-size: 2.0rem;
          margin-right: 10px; }
        .tnav.tnav_sp .tnav__link2-jp {
          margin-top: 2px;
          font-size: 1.2rem;
          color: #333333;
          margin-right: auto; } }

.modal-backdrop {
  display: none; }
  .modal-backdrop.show {
    opacity: 1; }

.modal.fullscreen {
  background: #efefef;
  top: 60px;
  bottom: 60px;
  height: auto;
  padding-right: 0 !important; }
  .modal.fullscreen .modal-dialog {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    margin: 0; }
  .modal.fullscreen .modal-content {
    border: none;
    border-radius: 0;
    background: transparent; }
  .modal.fullscreen .modal-body {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px; }
    .modal.fullscreen .modal-body .tnav__list2 {
      width: 100%;
      margin-bottom: 30px; }
    .modal.fullscreen .modal-body .plink-list-inline {
      margin-bottom: 40px; }
    .modal.fullscreen .modal-body .acc-search {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin-bottom: 20px; }

.sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.sns-item {
  width: calc(100% / 3);
  padding: 0 4px !important; }

.sns-link {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #333;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 90px;
  font-size: 12px; }
  .sns-link:hover {
    color: #333; }

.pagetop {
  margin-bottom: 0;
  position: fixed;
  z-index: 2000;
  right: 20px;
  bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0; }
  @media (max-width: 768.98px) {
    .pagetop {
      bottom: 80px; } }
  .pagetop_show {
    opacity: 1; }
  .pagetop img {
    width: 50px;
    height: auto; }
  .pagetop a.scroll {
    display: block; }

.ft {
  overflow: hidden;
  padding: 0 20px; }
  .ft {
    color: #fff;
    background: #676f78; }
    @media (min-width: 769px) {
      .ft {
        min-width: 1000px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 768.98px) {
      .ft {
        margin-bottom: 60px; }
        body.home .ft {
          margin-top: 90px; } }
  .ft__contents {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0; }
  @media (min-width: 769px) {
    .ft__sns {
      margin-bottom: 80px; } }
  @media (max-width: 768.98px) {
    .ft__sns {
      margin-bottom: 80px; } }
  .ft__sns-twitter {
    border-bottom: 4px solid #676f78;
    line-height: 0; }
    .ft__sns-twitter-head {
      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;
      padding: 6px 10px 6px 20px;
      background: #f4f4f4;
      font-size: 1.3rem;
      font-weight: bold; }
    .ft__sns-twitter-timeline iframe {
      height: 250px !important; }
  .ft__bn-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .ft__bn-item {
    width: calc((100% - 20px) / 2); }
  .ft__bn-link {
    display: block; }
  .ft__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
    @media (max-width: 768.98px) {
      .ft__line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start; } }
  .ft__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .ft__logo {
    margin: 0;
    padding: 20px 0 0 0;
    border-top: 2px solid #676f78; }
    .ft__logo-img {
      width: 125px; }
  .ft__copy {
    margin: 0;
    padding: 0.2em 0;
    line-height: 1.4; }
    @media (min-width: 769px) {
      .ft__copy {
        font-size: 1.2rem; } }
    @media (max-width: 768.98px) {
      .ft__copy {
        font-size: 1.2rem; } }
  @media (max-width: 768.98px) {
    .ft {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 768.98px) and (min-width: 769px) {
    .ft {
      font-size: 1rem; } }
  @media (max-width: 768.98px) and (max-width: 768.98px) {
    .ft {
      font-size: 1rem; } }
  @media (max-width: 768.98px) {
      .ft__logo {
        padding: 0 0 20px 0;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px; }
      .ft__copy {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px; } }

.fnav {
  margin: 20px 0 0 0;
  /* @include media-breakpoint-up(md) {
    &__list1 {
      justify-content: flex-start;
    }
  }
  @include media-breakpoint-down(sm) {
    &__list1 {
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
    }
  } */ }
  @media (min-width: 769px) {
    .fnav {
      font-size: 1.2rem; } }
  @media (max-width: 768.98px) {
    .fnav {
      font-size: 1rem; } }
  @media (max-width: 768.98px) {
    .fnav {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .fnav__list1 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 5px; }
    @media (max-width: 768.98px) {
      .fnav__list1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 12px; } }
  .fnav__item1 {
    padding-right: 1rem; }
    @media (max-width: 768.98px) {
      .fnav__item1 {
        padding: 0;
        line-height: 1.4; } }
  .fnav__link1 {
    display: block;
    color: currentColor; }
    .fnav__link1:hover {
      opacity: 1;
      color: currentColor; }

.ppager_ptn1, div.WCMpager span.WCMpaged_ptn1 {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2.1rem; }
  .ppager_ptn1 .ppager__item, div.WCMpager span.WCMpaged_ptn1 .ppager__item {
    margin-bottom: 0.5em; }
  .ppager_ptn1 .ppager__link, div.WCMpager span.WCMpaged_ptn1 .ppager__link, div.WCMpager span.WCMpaged_ptn1 a {
    margin: 0 0.3em;
    width: 2em;
    height: 2em;
    line-height: 1;
    letter-spacing: normal;
    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;
    color: currentColor;
    text-decoration: none; }
    .ppager_ptn1 .ppager__link_page, div.WCMpager span.WCMpaged_ptn1 .ppager__link_page, .ppager_ptn1 .ppager__link_arrow, div.WCMpager span.WCMpaged_ptn1 .ppager__link_arrow, div.WCMpager span.WCMpaged_ptn1 a {
      border: 1px solid #bf4472; }
      .ppager_ptn1 .ppager__link_page:hover, div.WCMpager span.WCMpaged_ptn1 .ppager__link_page:hover, .ppager_ptn1 .ppager__link_arrow:hover, div.WCMpager span.WCMpaged_ptn1 .ppager__link_arrow:hover, div.WCMpager span.WCMpaged_ptn1 a:hover {
        opacity: 1;
        text-decoration: none;
        color: #fff;
        background: #bf4472;
        border-color: #bf4472; }
    .ppager_ptn1 .ppager__link_active, div.WCMpager span.WCMpaged_ptn1 .ppager__link_active, div.WCMpager span.WCMpaged_ptn1 a.WCMselected {
      pointer-events: none;
      color: #fff;
      background: #bf4472;
      border-color: #bf4472; }
    .ppager_ptn1 .ppager__link_noborder, div.WCMpager span.WCMpaged_ptn1 .ppager__link_noborder {
      border: none; }
    .ppager_ptn1 .ppager__link_arrow, div.WCMpager span.WCMpaged_ptn1 .ppager__link_arrow {
      color: transparent;
      position: relative; }
      .ppager_ptn1 .ppager__link_arrow:hover, div.WCMpager span.WCMpaged_ptn1 .ppager__link_arrow:hover {
        color: transparent; }
        .ppager_ptn1 .ppager__link_arrow:hover::after, div.WCMpager span.WCMpaged_ptn1 .ppager__link_arrow:hover::after {
          border-color: #fff; }
      .ppager_ptn1 .ppager__link_arrow::after, div.WCMpager span.WCMpaged_ptn1 .ppager__link_arrow::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        border-top: 2px solid #333333;
        border-right: 2px solid #333333;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .ppager_ptn1 .ppager__link_arrow_prev, div.WCMpager span.WCMpaged_ptn1 .ppager__link_arrow_prev {
        margin-right: 0.7em; }
        .ppager_ptn1 .ppager__link_arrow_prev::after, div.WCMpager span.WCMpaged_ptn1 .ppager__link_arrow_prev::after {
          -webkit-transform: translate(-50%, -50%) translateX(2px) rotate(225deg);
                  transform: translate(-50%, -50%) translateX(2px) rotate(225deg); }
      .ppager_ptn1 .ppager__link_arrow_next, div.WCMpager span.WCMpaged_ptn1 .ppager__link_arrow_next {
        margin-left: 0.7em; }
        .ppager_ptn1 .ppager__link_arrow_next::after, div.WCMpager span.WCMpaged_ptn1 .ppager__link_arrow_next::after {
          -webkit-transform: translate(-50%, -50%) translateX(-2px) rotate(45deg);
                  transform: translate(-50%, -50%) translateX(-2px) rotate(45deg); }
  .ppager_ptn1 .ppager_white, div.WCMpager span.WCMpaged_ptn1 .ppager_white {
    color: #fff; }
    .ppager_ptn1 .ppager_white .ppager__link_page, div.WCMpager span.WCMpaged_ptn1 .ppager_white .ppager__link_page, .ppager_ptn1 .ppager_white .ppager__link_arrow, div.WCMpager span.WCMpaged_ptn1 .ppager_white .ppager__link_arrow, .ppager_ptn1 .ppager_white div.WCMpager span.WCMpaged_ptn1 a, div.WCMpager span.WCMpaged_ptn1 .ppager_white a {
      border-color: #fff; }
      .ppager_ptn1 .ppager_white .ppager__link_page:hover, div.WCMpager span.WCMpaged_ptn1 .ppager_white .ppager__link_page:hover, .ppager_ptn1 .ppager_white .ppager__link_arrow:hover, div.WCMpager span.WCMpaged_ptn1 .ppager_white .ppager__link_arrow:hover, .ppager_ptn1 .ppager_white div.WCMpager span.WCMpaged_ptn1 a:hover, div.WCMpager span.WCMpaged_ptn1 .ppager_white a:hover {
        color: #333333;
        background: #fff;
        border-color: #fff; }
    .ppager_ptn1 .ppager_white .ppager__link_active, div.WCMpager span.WCMpaged_ptn1 .ppager_white .ppager__link_active, .ppager_ptn1 .ppager_white div.WCMpager span.WCMpaged_ptn1 a.WCMselected, div.WCMpager span.WCMpaged_ptn1 .ppager_white a.WCMselected {
      color: #333333;
      background: #fff;
      border-color: #fff; }
    .ppager_ptn1 .ppager_white .ppager__link_arrow:hover, div.WCMpager span.WCMpaged_ptn1 .ppager_white .ppager__link_arrow:hover {
      color: transparent; }
      .ppager_ptn1 .ppager_white .ppager__link_arrow:hover::after, div.WCMpager span.WCMpaged_ptn1 .ppager_white .ppager__link_arrow:hover::after {
        border-color: #333333; }
    .ppager_ptn1 .ppager_white .ppager__link_arrow::after, div.WCMpager span.WCMpaged_ptn1 .ppager_white .ppager__link_arrow::after {
      border-color: #fff; }

.ppager_ptn2 {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  font-family: "Barlow", sans-serif;
  font-weight: 400; }
  .ppager_ptn2 .ppager__item {
    margin-bottom: 0.5em; }
  .ppager_ptn2 .ppager__link, .ppager_ptn2 div.WCMpager span.WCMpaged_ptn1 a, div.WCMpager span.WCMpaged_ptn1 .ppager_ptn2 a {
    display: block;
    padding: 0.5em;
    margin: 0 0.5em;
    line-height: 1;
    letter-spacing: normal;
    color: #d3d3d3;
    text-decoration: none; }
    .ppager_ptn2 .ppager__link_page:hover, .ppager_ptn2 .ppager__link_arrow:hover, .ppager_ptn2 div.WCMpager span.WCMpaged_ptn1 a:hover, div.WCMpager span.WCMpaged_ptn1 .ppager_ptn2 a:hover {
      opacity: 1;
      text-decoration: none;
      color: #333333; }
    .ppager_ptn2 .ppager__link_active, .ppager_ptn2 div.WCMpager span.WCMpaged_ptn1 a.WCMselected, div.WCMpager span.WCMpaged_ptn1 .ppager_ptn2 a.WCMselected {
      pointer-events: none;
      color: #333333; }
    .ppager_ptn2 .ppager__link_arrow {
      color: transparent;
      position: relative; }
      .ppager_ptn2 .ppager__link_arrow:hover {
        color: transparent; }
        .ppager_ptn2 .ppager__link_arrow:hover::after {
          border-color: #333333; }
      .ppager_ptn2 .ppager__link_arrow::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        border-top: 1px solid #333333;
        border-right: 1px solid #333333;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .ppager_ptn2 .ppager__link_arrow_prev {
        margin-right: 0.7em; }
        .ppager_ptn2 .ppager__link_arrow_prev::after {
          -webkit-transform: translate(-50%, -50%) translateX(2px) rotate(225deg);
                  transform: translate(-50%, -50%) translateX(2px) rotate(225deg); }
      .ppager_ptn2 .ppager__link_arrow_next {
        margin-left: 0.7em; }
        .ppager_ptn2 .ppager__link_arrow_next::after {
          -webkit-transform: translate(-50%, -50%) translateX(-2px) rotate(45deg);
                  transform: translate(-50%, -50%) translateX(-2px) rotate(45deg); }

.plink {
  color: #333333; }
  .plink_ptn, .plink_ptn2, .plink_ptn4, .plink_ptn3, .plink_ptn7, .plink_ptn8, .plink_ptn12 {
    line-height: 1.3;
    display: block;
    color: currentColor;
    border: 2px solid #333333;
    padding: 20px;
    position: relative; }
    @media (min-width: 769px) {
      .plink_ptn, .plink_ptn2, .plink_ptn4, .plink_ptn3, .plink_ptn7, .plink_ptn8, .plink_ptn12 {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .plink_ptn, .plink_ptn2, .plink_ptn4, .plink_ptn3, .plink_ptn7, .plink_ptn8, .plink_ptn12 {
        font-size: 1.6rem; } }
    .plink_ptn::before, .plink_ptn2::before, .plink_ptn4::before, .plink_ptn3::before, .plink_ptn7::before, .plink_ptn8::before, .plink_ptn12::before {
      position: absolute;
      display: block;
      content: "";
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink_ptn::after, .plink_ptn2::after, .plink_ptn4::after, .plink_ptn3::after, .plink_ptn7::after, .plink_ptn8::after, .plink_ptn12::after {
      position: absolute;
      display: block;
      content: "";
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink_ptn:hover, .plink_ptn2:hover, .plink_ptn4:hover, .plink_ptn3:hover, .plink_ptn7:hover, .plink_ptn8:hover, .plink_ptn12:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
    .plink_ptn1 {
      line-height: 1.3;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: currentColor; }
      @media (min-width: 769px) {
        .plink_ptn1 {
          font-size: 1.6rem; } }
      @media (max-width: 768.98px) {
        .plink_ptn1 {
          font-size: 1.6rem; } }
      .plink_ptn1::before {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        display: block;
        content: "";
        -webkit-transition: 0.2s;
        transition: 0.2s;
        display: block;
        margin-left: 10px;
        margin-right: 5px;
        position: relative;
        width: 6.5px;
        height: 6.5px;
        border-top: 2px solid #bf4472;
        border-right: 2px solid #bf4472;
        -webkit-transform: translateX(0) rotate(45deg);
                transform: translateX(0) rotate(45deg); }
      .plink_ptn1:hover {
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        color: currentColor; }
        .plink_ptn1:hover::before {
          -webkit-transform: translateX(10px) rotate(45deg);
                  transform: translateX(10px) rotate(45deg); }
      .plink_ptn1_reverse::before {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-left: 0px;
        margin-right: 15px; }
    .plink_ptn2, .plink_ptn4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 70px;
      background: #fff; }
      .plink_ptn2[target="_blank"]::after, .plink_ptn4[target="_blank"]::after {
        right: 20px; }
      .plink_ptn2[target="_blank"]:hover::after, .plink_ptn4[target="_blank"]:hover::after {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
      .plink_ptn2[href$="pdf"]::after, .plink_ptn4[href$="pdf"]::after {
        right: 20px; }
      .plink_ptn2:not([target="_blank"]):not([href$="pdf"])::before, .plink_ptn4:not([target="_blank"]):not([href$="pdf"])::before {
        top: 50%;
        right: 0;
        width: 25px;
        height: 1px;
        background: #333333;
        -webkit-transform: translate(-30px, -50%);
                transform: translate(-30px, -50%); }
      .plink_ptn2:not([target="_blank"]):not([href$="pdf"])::after, .plink_ptn4:not([target="_blank"]):not([href$="pdf"])::after {
        top: 50%;
        right: 0;
        width: 6px;
        height: 6px;
        border-top: 1px solid #333333;
        border-right: 1px solid #333333;
        -webkit-transform: translate(-30px, -50%) rotate(45deg);
                transform: translate(-30px, -50%) rotate(45deg); }
      .plink_ptn2:not([target="_blank"]):not([href$="pdf"]):hover::before, .plink_ptn4:not([target="_blank"]):not([href$="pdf"]):hover::before {
        -webkit-transform: translate(-20px, -50%);
                transform: translate(-20px, -50%); }
      .plink_ptn2:not([target="_blank"]):not([href$="pdf"]):hover::after, .plink_ptn4:not([target="_blank"]):not([href$="pdf"]):hover::after {
        -webkit-transform: translate(-20px, -50%) rotate(45deg);
                transform: translate(-20px, -50%) rotate(45deg); }
      .plink_ptn2.plink_ptn_clr_white, .plink_ptn_clr_white.plink_ptn4 {
        background: transparent; }
      .plink_ptn2 img, .plink_ptn4 img {
        margin-right: 10px; }
      .plink_ptn2 .ptag__item, .plink_ptn4 .ptag__item {
        margin-bottom: 0;
        margin-right: 10px; }
    @media (max-width: 768.98px) {
      .plink_ptn3 {
        padding-right: 70px; }
        .plink_ptn3::before {
          top: 50%;
          right: 0;
          width: 25px;
          height: 1px;
          background: #333333;
          -webkit-transform: translate(-30px, -50%);
                  transform: translate(-30px, -50%); }
        .plink_ptn3::after {
          top: 50%;
          right: 0;
          width: 6px;
          height: 6px;
          border-top: 1px solid #333333;
          border-right: 1px solid #333333;
          -webkit-transform: translate(-30px, -50%) rotate(45deg);
                  transform: translate(-30px, -50%) rotate(45deg); }
        .plink_ptn3:hover::before {
          -webkit-transform: translate(-20px, -50%);
                  transform: translate(-20px, -50%); }
        .plink_ptn3:hover::after {
          -webkit-transform: translate(-20px, -50%) rotate(45deg);
                  transform: translate(-20px, -50%) rotate(45deg); } }
    @media (min-width: 769px) {
      .plink_ptn3 {
        display: inline-block;
        width: 110px;
        height: 110px;
        padding-bottom: 45px; }
        .plink_ptn3::before {
          width: 50px;
          height: 1px;
          left: 20px;
          bottom: 27px;
          background: #333333; }
        .plink_ptn3::after {
          width: 6px;
          height: 6px;
          left: 20px;
          bottom: 25px;
          border-top: 1px solid #333333;
          border-right: 1px solid #333333;
          -webkit-transform: translateX(45px) rotate(45deg);
                  transform: translateX(45px) rotate(45deg); }
        .plink_ptn3:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor; }
          .plink_ptn3:hover::before {
            width: 60px; }
          .plink_ptn3:hover::after {
            -webkit-transform: translateX(55px) rotate(45deg);
                    transform: translateX(55px) rotate(45deg); } }
    .plink_ptn4 {
      font-weight: bold;
      color: #fff;
      border-color: #bf4472;
      background: #bf4472; }
      .plink_ptn4::before {
        background: #fff !important; }
      .plink_ptn4::after {
        border-color: #fff !important; }
      .plink_ptn4:hover {
        color: #bf4472 !important;
        background: transparent !important; }
        .plink_ptn4:hover::before {
          background: #bf4472 !important; }
        .plink_ptn4:hover::after {
          border-color: #bf4472 !important; }
    .plink_ptn5 {
      line-height: 1.7;
      display: block;
      width: 170px;
      height: 170px;
      padding: 25px;
      font-weight: bold;
      color: #fff;
      border: 2px solid #999999;
      background: #999999;
      position: relative;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
      background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
      background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
      background-size: 10px 100%, 100% 10px;
      background-repeat: no-repeat; }
      @media (min-width: 769px) {
        .plink_ptn5 {
          font-size: 1.6rem; } }
      @media (max-width: 768.98px) {
        .plink_ptn5 {
          font-size: 1.6rem; } }
      .plink_ptn5::before {
        position: absolute;
        right: 10px;
        bottom: 10px;
        display: block;
        content: "";
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 0 24px 24px;
        border-color: transparent transparent #fff transparent; }
      .plink_ptn5::after {
        position: absolute;
        right: 13px;
        bottom: 13px;
        display: block;
        content: "";
        width: 7px;
        height: 7px;
        border-right: 2px solid #999999;
        border-bottom: 2px solid #999999;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear; }
      .plink_ptn5:hover {
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        opacity: 0.8;
        color: #fff; }
        .plink_ptn5:hover::after {
          width: 14px;
          height: 14px;
          -webkit-transform: translate(3px, 3px);
                  transform: translate(3px, 3px); }
    .plink_ptn6 {
      line-height: 1.3;
      color: #333333;
      background: #bf4472;
      border: 10px solid #bf4472;
      padding: 20px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
          grid-template-areas: "ja more"
 "en more"; }
      .plink_ptn6 span:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: ja;
        font-weight: bold;
        color: #fff; }
        @media (min-width: 769px) {
          .plink_ptn6 span:nth-child(1) {
            font-size: 2.8rem; } }
        @media (max-width: 768.98px) {
          .plink_ptn6 span:nth-child(1) {
            font-size: 2.4rem; } }
      .plink_ptn6 span:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        grid-area: en;
        color: #fff;
        margin-top: 3px; }
        @media (min-width: 769px) {
          .plink_ptn6 span:nth-child(2) {
            font-size: 1.4rem; } }
        @media (max-width: 768.98px) {
          .plink_ptn6 span:nth-child(2) {
            font-size: 1.2rem; } }
      .plink_ptn6 span:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2;
        grid-area: more;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (min-width: 769px) {
          .plink_ptn6 span:nth-child(3) {
            font-size: 1.6rem; } }
        @media (max-width: 768.98px) {
          .plink_ptn6 span:nth-child(3) {
            font-size: 1.6rem; } }
        .plink_ptn6 span:nth-child(3)::after {
          display: block;
          content: "";
          -webkit-transition: 0.2s;
          transition: 0.2s;
          display: block;
          margin-left: 10px;
          position: relative;
          width: 6.5px;
          height: 6.5px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          -webkit-transform: translateX(0) rotate(45deg);
                  transform: translateX(0) rotate(45deg); }
      .plink_ptn6:hover {
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        opacity: 0.8;
        color: currentColor; }
        .plink_ptn6:hover span:nth-child(3)::after {
          -webkit-transform: translateX(10px) rotate(45deg);
                  transform: translateX(10px) rotate(45deg); }
      .plink_ptn6_r1 {
        height: 100%;
        border: none;
        background: #fff;
            grid-template-areas: "en more"
 "ja more"; }
        .plink_ptn6_r1 span:nth-child(1) {
          color: currentColor;
          font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
          font-weight: bold; }
          @media (min-width: 769px) {
            .plink_ptn6_r1 span:nth-child(1) {
              font-size: 1.8rem; } }
          @media (max-width: 768.98px) {
            .plink_ptn6_r1 span:nth-child(1) {
              font-size: 1.8rem; } }
        .plink_ptn6_r1 span:nth-child(2) {
          color: currentColor; }
        .plink_ptn6_r1 span:nth-child(3) {
          color: currentColor; }
          .plink_ptn6_r1 span:nth-child(3)::after {
            border-color: #333333; }
      .plink_ptn6_r2 {
        border: none;
        color: #fff;
        background: #999999 url(/academics/img/img-bg-r2.jpg) no-repeat center center/cover;
            grid-template-areas: "en more"
 "ja more"; }
        .plink_ptn6_r2 span:nth-child(1) {
          color: currentColor; }
        .plink_ptn6_r2 span:nth-child(2) {
          color: currentColor; }
        .plink_ptn6_r2 span:nth-child(3) {
          color: currentColor; }
          .plink_ptn6_r2 span:nth-child(3)::after {
            border-color: #fff; }
        .plink_ptn6_r2:hover {
          color: #fff; }
      .plink_ptn6_r3 {
        border: none;
        background: url(/academics/img/img-bg-r3.jpg) no-repeat center center/cover;
            grid-template-areas: "en more"
 "ja more"; }
        .plink_ptn6_r3 span:nth-child(1) {
          color: currentColor; }
        .plink_ptn6_r3 span:nth-child(2) {
          color: currentColor; }
        .plink_ptn6_r3 span:nth-child(3) {
          color: currentColor; }
          .plink_ptn6_r3 span:nth-child(3)::after {
            border-color: #333333; }
    .plink_ptn7, .plink_ptn8 {
      padding-top: 40px;
      padding-bottom: 40px;
      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;
      font-weight: bold;
      color: #fff;
      border-color: #fff; }
      .plink_ptn7::before, .plink_ptn8::before {
        content: none; }
      .plink_ptn7::after, .plink_ptn8::after {
        position: relative;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: translateX(0) rotate(45deg);
                transform: translateX(0) rotate(45deg); }
      .plink_ptn7:hover, .plink_ptn8:hover {
        color: #fff; }
        .plink_ptn7:hover::after, .plink_ptn8:hover::after {
          -webkit-transform: translateX(10px) rotate(45deg);
                  transform: translateX(10px) rotate(45deg); }
    .plink_ptn8 {
      border-width: 0;
      background: rgba(255, 255, 255, 0.4); }
    .plink_ptn9 {
      line-height: 1;
      display: inline-block;
      text-align: center;
      color: currentColor;
      padding-top: 45px;
      position: relative; }
      @media (min-width: 769px) {
        .plink_ptn9 {
          font-size: 1.5rem; } }
      @media (max-width: 768.98px) {
        .plink_ptn9 {
          font-size: 1.5rem; } }
      .plink_ptn9::before {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        display: block;
        content: "";
        width: 40px;
        height: 40px;
        background: #333333;
        border-radius: 50rem;
        -webkit-transition: 0.1s linear;
        transition: 0.1s linear; }
      .plink_ptn9::after {
        position: absolute;
        top: 12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        display: block;
        content: "";
        width: 16px;
        height: 16px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
        background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
        background-position: left center, center top;
        background-size: 16px 2px, 2px 16px;
        background-repeat: no-repeat; }
      .plink_ptn9:hover {
        opacity: 1;
        text-decoration: none;
        color: currentColor; }
        .plink_ptn9:hover::before {
          background: #d3d3d3; }
    .plink_ptn10 {
      line-height: 1.3;
      color: #333333;
      border: 10px solid #bf4472;
      padding: 20px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto;
          grid-template-areas: "ja"
 "en"
 "more"; }
      .plink_ptn10 span:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: ja;
        font-weight: bold;
        color: #333333; }
        @media (min-width: 769px) {
          .plink_ptn10 span:nth-child(1) {
            font-size: 3.4rem; } }
        @media (max-width: 768.98px) {
          .plink_ptn10 span:nth-child(1) {
            font-size: 2.8rem; } }
      .plink_ptn10 span:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        grid-area: en;
        color: #bf4472;
        margin-top: 3px; }
        @media (min-width: 769px) {
          .plink_ptn10 span:nth-child(2) {
            font-size: 1.2rem; } }
        @media (max-width: 768.98px) {
          .plink_ptn10 span:nth-child(2) {
            font-size: 1.2rem; } }
      .plink_ptn10 span:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-area: more;
        color: #333333;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        @media (min-width: 769px) {
          .plink_ptn10 span:nth-child(3) {
            font-size: 1.6rem; } }
        @media (max-width: 768.98px) {
          .plink_ptn10 span:nth-child(3) {
            font-size: 1.4rem; } }
        .plink_ptn10 span:nth-child(3)::after {
          display: block;
          content: "";
          -webkit-transition: 0.2s;
          transition: 0.2s;
          display: block;
          margin-left: 10px;
          position: relative;
          width: 6.5px;
          height: 6.5px;
          border-top: 2px solid #bf4472;
          border-right: 2px solid #bf4472;
          -webkit-transform: translateX(0) rotate(45deg);
                  transform: translateX(0) rotate(45deg); }
      .plink_ptn10:hover {
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        color: currentColor; }
        .plink_ptn10:hover span:nth-child(3)::after {
          -webkit-transform: translateX(10px) rotate(45deg);
                  transform: translateX(10px) rotate(45deg); }
    .plink_ptn11 {
      display: block; }
      .plink_ptn11 .plink__fig {
        position: relative; }
        .plink_ptn11 .plink__fig-cap {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(51, 51, 51, 0.2);
          line-height: 1.3;
          color: #fff;
          padding: 20px;
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: auto;
          grid-template-columns: auto;
          -ms-grid-rows: 1fr 3fr 1fr;
          grid-template-rows: 1fr 3fr 1fr;
              grid-template-areas: "ja1"
 "ja2"
 "more"; }
          .plink_ptn11 .plink__fig-cap span:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
            grid-area: ja1; }
            @media (min-width: 769px) {
              .plink_ptn11 .plink__fig-cap span:nth-child(1) {
                font-size: 1.8rem; } }
            @media (max-width: 768.98px) {
              .plink_ptn11 .plink__fig-cap span:nth-child(1) {
                font-size: 1.8rem; } }
          .plink_ptn11 .plink__fig-cap span:nth-child(2) {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
            grid-area: ja2;
            font-weight: bold; }
            @media (min-width: 769px) {
              .plink_ptn11 .plink__fig-cap span:nth-child(2) {
                font-size: 2.8rem; } }
            @media (max-width: 768.98px) {
              .plink_ptn11 .plink__fig-cap span:nth-child(2) {
                font-size: 2.8rem; } }
          .plink_ptn11 .plink__fig-cap span:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            grid-area: more;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end; }
            @media (min-width: 769px) {
              .plink_ptn11 .plink__fig-cap span:nth-child(3) {
                font-size: 1.6rem; } }
            @media (max-width: 768.98px) {
              .plink_ptn11 .plink__fig-cap span:nth-child(3) {
                font-size: 1.6rem; } }
            .plink_ptn11 .plink__fig-cap span:nth-child(3)::after {
              display: block;
              content: "";
              -webkit-transition: 0.2s;
              transition: 0.2s;
              display: block;
              margin-left: 10px;
              position: relative;
              width: 6.5px;
              height: 6.5px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              -webkit-transform: translateX(0) rotate(45deg);
                      transform: translateX(0) rotate(45deg); }
      .plink_ptn11:hover {
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        color: currentColor; }
        .plink_ptn11:hover span:nth-child(3)::after {
          -webkit-transform: translateX(10px) rotate(45deg);
                  transform: translateX(10px) rotate(45deg); }
    .plink_ptn12 {
      padding-right: 70px;
      background: #fff; }
      .plink_ptn12::after {
        content: "";
        display: block;
        top: 50%;
        right: 20px;
        width: 6.5px;
        height: 6.5px;
        border-right: 2px solid #333333;
        border-bottom: 2px solid #333333;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        -webkit-transform: translate(0, -40%) rotate(45deg);
                transform: translate(0, -40%) rotate(45deg); }
      .plink_ptn12[aria-expanded="true"]::after {
        -webkit-transform: translate(0, -20%) rotate(45deg) scale(-1, -1);
                transform: translate(0, -20%) rotate(45deg) scale(-1, -1); }
      .plink_ptn12:hover {
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        color: currentColor; }
    .plink_ptn13 {
      display: block;
      margin-bottom: 1rem; }
      .plink_ptn13 .plink__fig {
        position: relative; }
        .plink_ptn13 .plink__fig-cap {
          -webkit-transition: 0.1s;
          transition: 0.1s;
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(51, 51, 51, 0.4);
          -webkit-transition: 0.2s;
          transition: 0.2s;
          line-height: 1.3;
          padding: 0 40px;
          color: #fff;
          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; }
          .plink_ptn13 .plink__fig-cap span:nth-child(1) {
            font-weight: bold;
            margin-bottom: 5px; }
            @media (min-width: 769px) {
              .plink_ptn13 .plink__fig-cap span:nth-child(1) {
                font-size: 3rem; } }
            @media (max-width: 768.98px) {
              .plink_ptn13 .plink__fig-cap span:nth-child(1) {
                font-size: 2.6rem; } }
          @media (min-width: 769px) {
            .plink_ptn13 .plink__fig-cap span:nth-child(2) {
              font-size: 1.2rem; } }
          @media (max-width: 768.98px) {
            .plink_ptn13 .plink__fig-cap span:nth-child(2) {
              font-size: 1.2rem; } }
      .plink_ptn13:hover {
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        color: currentColor; }
        .plink_ptn13:hover .plink__fig-cap {
          background: rgba(51, 51, 51, 0.6); }
    .plink_ptn_clr_white {
      color: #fff;
      border-color: #fff; }
      .plink_ptn_clr_white::before {
        background: #fff !important; }
      .plink_ptn_clr_white::after {
        border-color: #fff !important; }
      .plink_ptn_clr_white:hover {
        color: #fff; }
      .plink_ptn_clr_white.plink_ptn1::before {
        border-color: #fff !important;
        background: transparent !important; }
    .plink_ptn_clr_black {
      color: #333333;
      border-color: #333333; }
      .plink_ptn_clr_black::before {
        background: #333333; }
      .plink_ptn_clr_black::after {
        border-color: #333333; }
      .plink_ptn_clr_black:hover {
        color: #333333; }
      .plink_ptn_clr_black.plink_ptn5 {
        color: #fff;
        background-color: #333333; }
      .plink_ptn_clr_black.plink_ptn6 span:nth-child(2) {
        color: #333333; }
      .plink_ptn_clr_black.plink_ptn6 span:nth-child(3)::after {
        border-color: #333333; }
    .plink_ptn_clr_black-light {
      color: #676f78;
      border-color: #676f78; }
      .plink_ptn_clr_black-light::before {
        background: #676f78; }
      .plink_ptn_clr_black-light::after {
        border-color: #676f78; }
      .plink_ptn_clr_black-light:hover {
        color: #676f78; }
      .plink_ptn_clr_black-light.plink_ptn5 {
        color: #fff;
        background-color: #676f78; }
      .plink_ptn_clr_black-light.plink_ptn6 span:nth-child(2) {
        color: #676f78; }
      .plink_ptn_clr_black-light.plink_ptn6 span:nth-child(3)::after {
        border-color: #676f78; }
    .plink_ptn_clr_white {
      color: #fff;
      border-color: #fff; }
      .plink_ptn_clr_white::before {
        background: #fff; }
      .plink_ptn_clr_white::after {
        border-color: #fff; }
      .plink_ptn_clr_white:hover {
        color: #fff; }
      .plink_ptn_clr_white.plink_ptn5 {
        color: #fff;
        background-color: #fff; }
      .plink_ptn_clr_white.plink_ptn6 span:nth-child(2) {
        color: #fff; }
      .plink_ptn_clr_white.plink_ptn6 span:nth-child(3)::after {
        border-color: #fff; }
    .plink_ptn_clr_red {
      color: #e12f3b;
      border-color: #e12f3b; }
      .plink_ptn_clr_red::before {
        background: #e12f3b; }
      .plink_ptn_clr_red::after {
        border-color: #e12f3b; }
      .plink_ptn_clr_red:hover {
        color: #e12f3b; }
      .plink_ptn_clr_red.plink_ptn5 {
        color: #fff;
        background-color: #e12f3b; }
      .plink_ptn_clr_red.plink_ptn6 span:nth-child(2) {
        color: #e12f3b; }
      .plink_ptn_clr_red.plink_ptn6 span:nth-child(3)::after {
        border-color: #e12f3b; }
    .plink_ptn_clr_foodhall {
      color: #fe3a01;
      border-color: #fe3a01; }
      .plink_ptn_clr_foodhall::before {
        background: #fe3a01; }
      .plink_ptn_clr_foodhall::after {
        border-color: #fe3a01; }
      .plink_ptn_clr_foodhall:hover {
        color: #fe3a01; }
      .plink_ptn_clr_foodhall.plink_ptn5 {
        color: #fff;
        background-color: #fe3a01; }
      .plink_ptn_clr_foodhall.plink_ptn6 span:nth-child(2) {
        color: #fe3a01; }
      .plink_ptn_clr_foodhall.plink_ptn6 span:nth-child(3)::after {
        border-color: #fe3a01; }
    .plink_ptn_clr_map-item {
      color: #3f5977;
      border-color: #3f5977; }
      .plink_ptn_clr_map-item::before {
        background: #3f5977; }
      .plink_ptn_clr_map-item::after {
        border-color: #3f5977; }
      .plink_ptn_clr_map-item:hover {
        color: #3f5977; }
      .plink_ptn_clr_map-item.plink_ptn5 {
        color: #fff;
        background-color: #3f5977; }
      .plink_ptn_clr_map-item.plink_ptn6 span:nth-child(2) {
        color: #3f5977; }
      .plink_ptn_clr_map-item.plink_ptn6 span:nth-child(3)::after {
        border-color: #3f5977; }
    .plink_ptn_clr_map-service {
      color: #518b72;
      border-color: #518b72; }
      .plink_ptn_clr_map-service::before {
        background: #518b72; }
      .plink_ptn_clr_map-service::after {
        border-color: #518b72; }
      .plink_ptn_clr_map-service:hover {
        color: #518b72; }
      .plink_ptn_clr_map-service.plink_ptn5 {
        color: #fff;
        background-color: #518b72; }
      .plink_ptn_clr_map-service.plink_ptn6 span:nth-child(2) {
        color: #518b72; }
      .plink_ptn_clr_map-service.plink_ptn6 span:nth-child(3)::after {
        border-color: #518b72; }
    .plink_ptn_clr_map-fashion {
      color: #7b5a6a;
      border-color: #7b5a6a; }
      .plink_ptn_clr_map-fashion::before {
        background: #7b5a6a; }
      .plink_ptn_clr_map-fashion::after {
        border-color: #7b5a6a; }
      .plink_ptn_clr_map-fashion:hover {
        color: #7b5a6a; }
      .plink_ptn_clr_map-fashion.plink_ptn5 {
        color: #fff;
        background-color: #7b5a6a; }
      .plink_ptn_clr_map-fashion.plink_ptn6 span:nth-child(2) {
        color: #7b5a6a; }
      .plink_ptn_clr_map-fashion.plink_ptn6 span:nth-child(3)::after {
        border-color: #7b5a6a; }
    .plink_ptn_clr_map-gourment {
      color: #a48b66;
      border-color: #a48b66; }
      .plink_ptn_clr_map-gourment::before {
        background: #a48b66; }
      .plink_ptn_clr_map-gourment::after {
        border-color: #a48b66; }
      .plink_ptn_clr_map-gourment:hover {
        color: #a48b66; }
      .plink_ptn_clr_map-gourment.plink_ptn5 {
        color: #fff;
        background-color: #a48b66; }
      .plink_ptn_clr_map-gourment.plink_ptn6 span:nth-child(2) {
        color: #a48b66; }
      .plink_ptn_clr_map-gourment.plink_ptn6 span:nth-child(3)::after {
        border-color: #a48b66; }
    .plink_ptn_clr_map-gourmet {
      color: #a48b66;
      border-color: #a48b66; }
      .plink_ptn_clr_map-gourmet::before {
        background: #a48b66; }
      .plink_ptn_clr_map-gourmet::after {
        border-color: #a48b66; }
      .plink_ptn_clr_map-gourmet:hover {
        color: #a48b66; }
      .plink_ptn_clr_map-gourmet.plink_ptn5 {
        color: #fff;
        background-color: #a48b66; }
      .plink_ptn_clr_map-gourmet.plink_ptn6 span:nth-child(2) {
        color: #a48b66; }
      .plink_ptn_clr_map-gourmet.plink_ptn6 span:nth-child(3)::after {
        border-color: #a48b66; }
    .plink_ptn_clr_map-goods {
      color: #3f5977;
      border-color: #3f5977; }
      .plink_ptn_clr_map-goods::before {
        background: #3f5977; }
      .plink_ptn_clr_map-goods::after {
        border-color: #3f5977; }
      .plink_ptn_clr_map-goods:hover {
        color: #3f5977; }
      .plink_ptn_clr_map-goods.plink_ptn5 {
        color: #fff;
        background-color: #3f5977; }
      .plink_ptn_clr_map-goods.plink_ptn6 span:nth-child(2) {
        color: #3f5977; }
      .plink_ptn_clr_map-goods.plink_ptn6 span:nth-child(3)::after {
        border-color: #3f5977; }
  .plink.plink_type_block {
    display: block; }
  .plink.plink_type_noicon::after {
    content: none !important; }
  @media (min-width: 769px) {
    .plink.plink_type_noicon_pc::after {
      content: none !important; } }
  .plink.plink_type_icon_external::after {
    content: "\f2d2" !important; }
  .plink.plink_type_underline {
    text-decoration: underline; }
    .plink.plink_type_underline:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
  .plink.plink_type_nolink {
    pointer-events: none; }
  .plink.plink_type_nohover {
    opacity: 1;
    text-decoration: none;
    color: currentColor; }
  .plink.plink_type_overlay {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: currentColor; }
    .plink.plink_type_overlay_block {
      display: block; }
    .plink.plink_type_overlay::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(51, 51, 51, 0.6); }
    .plink.plink_type_overlay .plink__img {
      width: 100%;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .plink.plink_type_overlay .plink__overlay {
      padding: 20px 0;
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
      bottom: 0;
      left: 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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #fff;
      font-size: 1em; }
      @media (min-width: 769px) {
        .plink.plink_type_overlay .plink__overlay {
          padding: 45px 0; } }
    .plink.plink_type_overlay .plink__overlay-num {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      font-family: "Crimson Text", serif;
      font-weight: 400;
      letter-spacing: normal;
      font-size: 3.6rem;
      width: 60px;
      height: 60px;
      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;
      color: #333333;
      background: #fff; }
    .plink.plink_type_overlay:hover {
      opacity: 1; }
      .plink.plink_type_overlay:hover .plink__img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .plink.plink_type_inline {
    color: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    .plink.plink_type_inline.ff__en, .pcollapse.pcollapse_t4.pcollapse_type_qa .plink.plink_type_inline.pcollapse__head::before, .pcollapse.pcollapse_t4.pcollapse_type_qa .plink.plink_type_inline.pcollapse__body::before, .plink.plink_type_inline.plink_ptn3, .plink_ptn6 span.plink.plink_type_inline:nth-child(3), .plink.plink_type_inline.plink_ptn9, .plink_ptn10 span.plink.plink_type_inline:nth-child(3), .plink_ptn11 .plink__fig-cap span.plink.plink_type_inline:nth-child(3), .plink_ptn13 .plink__fig-cap span.plink.plink_type_inline:nth-child(2), .ptitle.ptitle_en1 .plink.plink_type_inline.ptitle__title-en, .ptitle.ptitle_en2 .plink.plink_type_inline.ptitle__title-en, .ptitle.ptitle_en3 .plink.plink_type_inline.ptitle__title-en, .ptitle.ptitle_tp3c .plink.plink_type_inline.ptitle__title-en, .ptitle.ptitle_tp3 .plink.plink_type_inline.ptitle__title-en, .pstep.pstep_type1 span.plink.plink_type_inline:nth-child(1), .pstep.pstep_type1 span.plink.plink_type_inline:nth-child(2), .sys-info.sys-info_ti5 .plink.plink_type_inline.sys-info__label, .sys-info.sys-info_ti5 .plink.plink_type_inline.sys-info__date {
      line-height: 1; }
    .plink.plink_type_inline.ff__en-mincho, .plink_ptn6 span.plink.plink_type_inline:nth-child(2), .plink_ptn10 span.plink.plink_type_inline:nth-child(2), .plink_ptn11 .plink__fig-cap span.plink.plink_type_inline:nth-child(2), .plist.plist_type_step .plist__head span.plink.plink_type_inline:nth-child(2), .pdate.pdate_type_m1 span.plink.plink_type_inline:nth-child(1), .pdate.pdate_type_m1 span.plink.plink_type_inline:nth-child(3), .pfig_type2 .plink.plink_type_inline.pfig__title {
      line-height: 1; }
    .plink.plink_type_inline::before, .plink.plink_type_inline::after {
      color: #bf4472 !important; }
    .plink.plink_type_inline:hover {
      opacity: 0.6;
      text-decoration: none;
      color: currentColor; }
    .plink.plink_type_inline.plink_type_hover_underline {
      -webkit-transition: 0.1s;
      transition: 0.1s; }
      .plink.plink_type_inline.plink_type_hover_underline:hover {
        color: #bf4472;
        opacity: 1;
        text-decoration: underline; }
    .plink.plink_type_inline_border {
      position: relative; }
      .plink.plink_type_inline_border::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 3px;
        background-color: #bf4472;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .plink.plink_type_inline_border::after {
        width: 0;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .plink.plink_type_inline_border:hover {
        opacity: 1;
        text-decoration: none;
        color: currentColor; }
        .plink.plink_type_inline_border:hover::after {
          width: 100%; }
    .plink.plink_type_inline_arrow_lr::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f054";
      display: inline-block;
      margin-right: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_lr::before {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_lb::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f078";
      display: inline-block;
      margin-right: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_lb::before {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_ll::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f053  ";
      display: inline-block;
      margin-right: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_ll::before {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_lt::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f077";
      display: inline-block;
      margin-right: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_lt::before {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_rr::before {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .plink.plink_type_inline_arrow_rr::after {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .plink.plink_type_inline_arrow_rr::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f054";
      display: inline-block;
      margin-right: 0.5em;
      margin-left: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_rr::before {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_rb::before {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .plink.plink_type_inline_arrow_rb::after {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .plink.plink_type_inline_arrow_rb::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f078";
      display: inline-block;
      margin-right: 0.5em;
      margin-left: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_rb::before {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_rl::before {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .plink.plink_type_inline_arrow_rl::after {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .plink.plink_type_inline_arrow_rl::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f053  ";
      display: inline-block;
      margin-right: 0.5em;
      margin-left: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_rl::before {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_rt::before {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .plink.plink_type_inline_arrow_rt::after {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .plink.plink_type_inline_arrow_rt::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f077";
      display: inline-block;
      margin-right: 0.5em;
      margin-left: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_rt::before {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_br {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_br::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f054";
        display: inline-block;
        font-size: 1rem;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_inline_arrow_br::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_inline_arrow_tb {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_tb::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f078";
        display: inline-block;
        font-size: 1rem;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_inline_arrow_tb::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_inline_arrow_tl {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_tl::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f053  ";
        display: inline-block;
        font-size: 1rem;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_inline_arrow_tl::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_inline_arrow_tt {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_tt::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f077";
        display: inline-block;
        font-size: 1rem;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_inline_arrow_tt::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_inline_arrow_tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_tr::before {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .plink.plink_type_inline_arrow_tr::after {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .plink.plink_type_inline_arrow_tr::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f054";
        display: inline-block;
        font-size: 1rem;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_inline_arrow_tr::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_inline_arrow_bb {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_bb::before {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .plink.plink_type_inline_arrow_bb::after {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .plink.plink_type_inline_arrow_bb::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f078";
        display: inline-block;
        font-size: 1rem;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_inline_arrow_bb::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_inline_arrow_bl {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_bl::before {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .plink.plink_type_inline_arrow_bl::after {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .plink.plink_type_inline_arrow_bl::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f053  ";
        display: inline-block;
        font-size: 1rem;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_inline_arrow_bl::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_inline_arrow_bt {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plink.plink_type_inline_arrow_bt::before {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .plink.plink_type_inline_arrow_bt::after {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .plink.plink_type_inline_arrow_bt::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f077";
        display: inline-block;
        font-size: 1rem;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_inline_arrow_bt::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_inline_arrow_anime_b:hover {
      opacity: 1; }
      .plink.plink_type_inline_arrow_anime_b:hover::before {
        -webkit-transform: translateY(5px);
                transform: translateY(5px); }
    .plink.plink_type_inline_arrow_anime_t:hover {
      opacity: 1; }
      .plink.plink_type_inline_arrow_anime_t:hover::before {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
    .plink.plink_type_inline_arrow_anime_r:hover {
      opacity: 1; }
      .plink.plink_type_inline_arrow_anime_r:hover::before {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
    .plink.plink_type_inline_arrow_anime_l:hover {
      opacity: 1; }
      .plink.plink_type_inline_arrow_anime_l:hover::before {
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px); }
    .plink.plink_type_inline_white {
      color: #fff !important; }
      .plink.plink_type_inline_white::before {
        color: #fff !important; }
      .plink.plink_type_inline_white::after {
        color: #fff !important; }
    .plink.plink_type_inline_icon::before {
      width: 15px;
      height: 15px;
      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;
      color: #fff !important;
      background: #bf4472; }
  .plink.plink_type_circle {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    display: block;
    margin: 0 auto;
    max-width: 100px;
    line-height: 1.3;
    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 #333333;
    color: #333333; }
    .plink.plink_type_circle:hover {
      text-decoration: none; }
    .plink.plink_type_circle_sub {
      border-color: #825907;
      color: #825907; }
    .plink.plink_type_circle_white {
      border-color: #fff;
      color: #fff; }
  .plink.plink_type_box {
    line-height: 1.3;
    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: 0 auto;
    height: 60px;
    padding: 0 1em;
    border: 1px solid #333333;
    color: #333333;
    text-decoration: none; }
    @media (max-width: 768.98px) {
      .plink.plink_type_box {
        margin: 0 auto; } }
    @media (min-width: 769px) {
      .plink.plink_type_box {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .plink.plink_type_box {
        font-size: 1.6rem; } }
    .plink.plink_type_box:hover, .plink.plink_type_box_flip {
      opacity: 1;
      color: #fff;
      background: #333333; }
      .plink.plink_type_box:hover::before, .plink.plink_type_box_flip::before, .plink.plink_type_box:hover::after, .plink.plink_type_box_flip::after {
        color: #fff !important; }
    @media (min-width: 769px) {
      .plink.plink_type_box_pc_noborder {
        border: none; }
        .plink.plink_type_box_pc_noborder:not(:hover) {
          padding-left: 0;
          padding-right: 0; } }
    .plink.plink_type_box_round {
      border-radius: 50rem; }
    .plink.plink_type_box_slim {
      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;
      line-height: 1;
      height: auto;
      padding-top: 0.8em;
      padding-bottom: 0.8em; }
    .plink.plink_type_box_auto {
      width: auto;
      height: auto;
      display: inline-block;
      padding-top: 0.8em;
      padding-bottom: 0.8em; }
    .plink.plink_type_box_flip:hover {
      color: #333333;
      text-decoration: none;
      background: transparent; }
      .plink.plink_type_box_flip:hover::after {
        color: #333333 !important; }
    .plink.plink_type_box_white {
      color: #fff;
      border-color: #fff; }
      .plink.plink_type_box_white:hover {
        background: rgba(255, 255, 255, 0.4); }
    .plink.plink_type_box.plink_type_icon[href^="mailto:"] {
      padding: 0 35px 0 1em;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box.plink_type_icon[href^="mailto:"]::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f003 ";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box.plink_type_icon[href^="mailto:"]::after {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_border-bottom {
      position: relative;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      height: auto;
      padding-left: 0;
      border: none;
      border-bottom: 1px solid black;
      line-height: 1.5;
      font-family: "Barlow", sans-serif;
      font-weight: 400; }
      .plink.plink_type_box_border-bottom:hover {
        background: none;
        color: black;
        opacity: 0.8 !important; }
        .plink.plink_type_box_border-bottom:hover::after {
          color: currentColor !important;
          opacity: 0.8 !important;
          right: -1px; }
    .plink.plink_type_box_arrow_rr {
      padding-right: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_rr::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f054";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_rr::after {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_rb {
      padding-right: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_rb::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f078";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_rb::after {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_rl {
      padding-right: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_rl::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f053  ";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_rl::after {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_rt {
      padding-right: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_rt::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f077";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_rt::after {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_lr {
      padding-left: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_lr::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f054";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_lr::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_lb {
      padding-left: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_lb::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f078";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_lb::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_ll {
      padding-left: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_ll::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f053  ";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_ll::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_lt {
      padding-left: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_lt::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f077";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_lt::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_tr {
      padding-top: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_tr::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f054";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_tr::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_tb {
      padding-top: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_tb::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f078";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_tb::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_tl {
      padding-top: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_tl::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f053  ";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_tl::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_tt {
      padding-top: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_tt::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f077";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_tt::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_br {
      padding-bottom: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_br::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f054";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_br::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_bb {
      padding-bottom: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_bb::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f078";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_bb::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_bl {
      padding-bottom: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_bl::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f053  ";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_bl::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_bt {
      padding-bottom: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_bt::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f077";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_bt::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_img, .plink.plink_type_box_arrow_img_l, .plink.plink_type_box_arrow_img_r, .plink.plink_type_box_arrow_img_r2, .plink.plink_type_box_arrow_img_pdf, .plink.plink_type_box_arrow_img_book {
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_img::after, .plink.plink_type_box_arrow_img_l::after, .plink.plink_type_box_arrow_img_r::after, .plink.plink_type_box_arrow_img_r2::after, .plink.plink_type_box_arrow_img_pdf::after, .plink.plink_type_box_arrow_img_book::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 20px;
        height: 20px;
        background: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e") no-repeat;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .plink.plink_type_box_arrow_img::after, .plink.plink_type_box_arrow_img_l::after, .plink.plink_type_box_arrow_img_r::after, .plink.plink_type_box_arrow_img_r2::after, .plink.plink_type_box_arrow_img_pdf::after, .plink.plink_type_box_arrow_img_book::after {
        top: calc(50% + 4px); }
      .plink.plink_type_box_arrow_img:hover::after, .plink.plink_type_box_arrow_img_l:hover::after, .plink.plink_type_box_arrow_img_r:hover::after, .plink.plink_type_box_arrow_img_r2:hover::after, .plink.plink_type_box_arrow_img_pdf:hover::after, .plink.plink_type_box_arrow_img_book:hover::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e"); }
      .plink.plink_type_box_arrow_img_l {
        padding-left: 35px;
        position: relative;
        z-index: 1; }
        .plink.plink_type_box_arrow_img_l::after {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          width: 20px;
          height: 20px;
          background: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e") no-repeat;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 10px;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .plink.plink_type_box_arrow_img_l::after {
          top: calc(50% + 4px); }
      .plink.plink_type_box_arrow_img_r {
        padding-right: 35px;
        position: relative;
        z-index: 1; }
        .plink.plink_type_box_arrow_img_r::after {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          width: 20px;
          height: 20px;
          background: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e") no-repeat;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 10px;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .plink.plink_type_box_arrow_img_r::after {
          top: calc(50% + 4px);
          left: auto; }
        .plink.plink_type_box_arrow_img_r.plink_type_box_white::after {
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e"); }
        .plink.plink_type_box_arrow_img_r.plink_type_box_flip::after {
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e"); }
        .plink.plink_type_box_arrow_img_r.plink_type_box_flip:hover::after {
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e"); }
      .plink.plink_type_box_arrow_img_r2 {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        padding: 25px 50px 25px 30px;
        border-radius: 50rem;
        position: relative;
        z-index: 1; }
        .plink.plink_type_box_arrow_img_r2::after {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          width: 20px;
          height: 20px;
          background: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e") no-repeat;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 10px;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        @media (max-width: 768.98px) {
          .plink.plink_type_box_arrow_img_r2 {
            padding: 10px 40px 10px 40px;
            height: 40px;
            font-size: clamp(12px, 4vw, 16px); }
            .plink.plink_type_box_arrow_img_r2::after {
              width: 15px;
              height: 15px; } }
        .plink.plink_type_box_arrow_img_r2::after {
          top: calc(50% + 4px);
          left: auto; }
        .plink.plink_type_box_arrow_img_r2:hover {
          overflow: 0.8; }
          .plink.plink_type_box_arrow_img_r2:hover::after {
            right: 20px;
            -webkit-transition: 0.2s;
            transition: 0.2s; }
            @media (max-width: 768.98px) {
              .plink.plink_type_box_arrow_img_r2:hover::after {
                right: 20px; } }
      .plink.plink_type_box_arrow_img_rg {
        background-color: #676F78;
        border: #676F78;
        color: white; }
        .plink.plink_type_box_arrow_img_rg::after {
          right: 30px;
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e"); }
        .plink.plink_type_box_arrow_img_rg:hover {
          background-color: #676F78;
          border: #676F78;
          opacity: 0.8; }
          .plink.plink_type_box_arrow_img_rg:hover::after {
            right: 20px; }
      .plink.plink_type_box_arrow_img_rw {
        background-color: white;
        border: white; }
        .plink.plink_type_box_arrow_img_rw::after {
          right: 30px; }
        .plink.plink_type_box_arrow_img_rw:hover {
          background-color: white;
          border: white;
          color: black; }
          .plink.plink_type_box_arrow_img_rw:hover::after {
            right: 20px;
            background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e"); }
      .plink.plink_type_box_arrow_img_pdf, .plink.plink_type_box_arrow_img_book {
        font-weight: bold;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: 80px;
        padding-left: 70px;
        padding-right: 1em;
        border-width: 2px; }
        @media (min-width: 769px) {
          .plink.plink_type_box_arrow_img_pdf, .plink.plink_type_box_arrow_img_book {
            font-size: 2rem; } }
        @media (max-width: 768.98px) {
          .plink.plink_type_box_arrow_img_pdf, .plink.plink_type_box_arrow_img_book {
            font-size: 1.6rem; } }
        .plink.plink_type_box_arrow_img_pdf::after, .plink.plink_type_box_arrow_img_book::after {
          top: 50%;
          left: 20px;
          width: 30px;
          height: 36px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox='0 0 288.6 346.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%231c395f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-pdf%3C%2Ftitle%3E%3Cpath class='a' d='M288.6%2C95.15a12%2C12%2C0%2C0%2C0-.14-1.47V85.06A11.93%2C11.93%2C0%2C0%2C0%2C285%2C76.64L211.82%2C3.49A11.93%2C11.93%2C0%2C0%2C0%2C203.4%2C0H27.67A27.7%2C27.7%2C0%2C0%2C0%2C0%2C27.67V319a27.7%2C27.7%2C0%2C0%2C0%2C27.67%2C27.67H260.79A27.7%2C27.7%2C0%2C0%2C0%2C288.46%2C319V96.61a11.65%2C11.65%2C0%2C0%2C0%2C.14-1.46M257.89%2C83.24H200.73V26.08Zm2.9%2C239.61H27.67A3.86%2C3.86%2C0%2C0%2C1%2C23.82%2C319V27.67a3.86%2C3.86%2C0%2C0%2C1%2C3.85-3.85H176.91V95.15a11.91%2C11.91%2C0%2C0%2C0%2C11.91%2C11.91h75.82V319a3.86%2C3.86%2C0%2C0%2C1-3.85%2C3.85'%2F%3E%3Cpath class='a' d='M89.21%2C134.69H73.09c-7.12.67-11%2C6.23-11%2C13.23V212h16V181c10.22.45%2C20.89-1.77%2C26.46-11.12%2C8.13-13.68%2C1.11-32.58-15.35-35.14m-5%2C31H78.1V149.82c9.67-.89%2C9.67%2C0%2C12.78%2C3.56%2C2.67%2C5.56-.22%2C11.45-6.67%2C12.33'%2F%3E%3Cpath class='a' d='M142.11%2C134.91H128a12.7%2C12.7%2C0%2C0%2C0-11.91%2C9.89v57.61A11.82%2C11.82%2C0%2C0%2C0%2C126.77%2C212h14c14.12-2.22%2C26.36-10.23%2C32-23.47%2C10.12-22.8-5.66-51-30.69-53.6m-10.22%2C61.84V149.81c18-.55%2C24.46%2C7.12%2C27.24%2C19.57a24.16%2C24.16%2C0%2C0%2C1-27.24%2C27.37'%2F%3E%3Cpath class='a' d='M187.12%2C144.8V212H203.8V178.73h20.68V163.5l-20.68-.23V149.59h22.58v-14.9H197.69c-5%2C.79-10.12%2C4.56-10.57%2C10.11'%2F%3E%3C%2Fsvg%3E"); }
        .plink.plink_type_box_arrow_img_pdf:hover::after, .plink.plink_type_box_arrow_img_book:hover::after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox='0 0 288.6 346.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-pdf%3C%2Ftitle%3E%3Cpath class='a' d='M288.6%2C95.15a12%2C12%2C0%2C0%2C0-.14-1.47V85.06A11.93%2C11.93%2C0%2C0%2C0%2C285%2C76.64L211.82%2C3.49A11.93%2C11.93%2C0%2C0%2C0%2C203.4%2C0H27.67A27.7%2C27.7%2C0%2C0%2C0%2C0%2C27.67V319a27.7%2C27.7%2C0%2C0%2C0%2C27.67%2C27.67H260.79A27.7%2C27.7%2C0%2C0%2C0%2C288.46%2C319V96.61a11.65%2C11.65%2C0%2C0%2C0%2C.14-1.46M257.89%2C83.24H200.73V26.08Zm2.9%2C239.61H27.67A3.86%2C3.86%2C0%2C0%2C1%2C23.82%2C319V27.67a3.86%2C3.86%2C0%2C0%2C1%2C3.85-3.85H176.91V95.15a11.91%2C11.91%2C0%2C0%2C0%2C11.91%2C11.91h75.82V319a3.86%2C3.86%2C0%2C0%2C1-3.85%2C3.85'%2F%3E%3Cpath class='a' d='M89.21%2C134.69H73.09c-7.12.67-11%2C6.23-11%2C13.23V212h16V181c10.22.45%2C20.89-1.77%2C26.46-11.12%2C8.13-13.68%2C1.11-32.58-15.35-35.14m-5%2C31H78.1V149.82c9.67-.89%2C9.67%2C0%2C12.78%2C3.56%2C2.67%2C5.56-.22%2C11.45-6.67%2C12.33'%2F%3E%3Cpath class='a' d='M142.11%2C134.91H128a12.7%2C12.7%2C0%2C0%2C0-11.91%2C9.89v57.61A11.82%2C11.82%2C0%2C0%2C0%2C126.77%2C212h14c14.12-2.22%2C26.36-10.23%2C32-23.47%2C10.12-22.8-5.66-51-30.69-53.6m-10.22%2C61.84V149.81c18-.55%2C24.46%2C7.12%2C27.24%2C19.57a24.16%2C24.16%2C0%2C0%2C1-27.24%2C27.37'%2F%3E%3Cpath class='a' d='M187.12%2C144.8V212H203.8V178.73h20.68V163.5l-20.68-.23V149.59h22.58v-14.9H197.69c-5%2C.79-10.12%2C4.56-10.57%2C10.11'%2F%3E%3C%2Fsvg%3E"); }
      .plink.plink_type_box_arrow_img_book::after {
        width: 30px;
        height: 28px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 396.15 361.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%231c395f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-book%3C%2Ftitle%3E%3Cpath class%3D'a' d%3D'M383.14%2C2.94A271.59%2C271.59%2C0%2C0%2C0%2C343.63%2C0C269.63%2C0%2C219%2C31.09%2C198.07%2C46.76%2C177.2%2C31.09%2C126.53%2C0%2C52.54%2C0A271.86%2C271.86%2C0%2C0%2C0%2C13%2C2.94%2C15.23%2C15.23%2C0%2C0%2C0%2C0%2C18V244.77a15.21%2C15.21%2C0%2C0%2C0%2C17.44%2C15.06%2C242%2C242%2C0%2C0%2C1%2C35.1-2.61c77.69%2C0%2C126.78%2C39.81%2C134.19%2C46.25a15%2C15%2C0%2C0%2C0%2C5.16%2C3.86%2C15.15%2C15.15%2C0%2C0%2C0%2C6%2C1.23c.08%2C0%2C.13%2C0%2C.19%2C0s.12%2C0%2C.2%2C0a15.15%2C15.15%2C0%2C0%2C0%2C6-1.23%2C14.94%2C14.94%2C0%2C0%2C0%2C5.21-3.92c7.4-6.49%2C56-46.19%2C134.15-46.19a241.78%2C241.78%2C0%2C0%2C1%2C35.08%2C2.61%2C15.21%2C15.21%2C0%2C0%2C0%2C17.45-15.06V18a15.22%2C15.22%2C0%2C0%2C0-13-15.06M30.45%2C227.69V31.5c7.42-.7%2C14.82-1.05%2C22.09-1.05%2C68.91%2C0%2C115.34%2C31.36%2C130.13%2C42.92V263c-26-16.06-70.51-36.27-130.13-36.27-7.29%2C0-14.67.3-22.09.92m335.25%2C0c-7.4-.62-14.8-.92-22.08-.92-59.62%2C0-104.16%2C20.23-130.14%2C36.28V73.34c14.72-11.61%2C60.78-42.89%2C130.15-42.89%2C7.26%2C0%2C14.65.35%2C22.07%2C1.05Z'%2F%3E%3Cpath class%3D'a' d%3D'M198.07%2C332.6C175.22%2C315%2C109.84%2C273.92%2C13.38%2C288.14l3.7%2C25.12c99.29-14.63%2C162.87%2C36.88%2C171.43%2C44.31a13.1%2C13.1%2C0%2C0%2C0%2C9.75%2C4.39%2C12.76%2C12.76%2C0%2C0%2C0%2C10.13-5c11-9.4%2C73.43-58.07%2C170.69-43.66l3.69-25.12C286.28%2C273.91%2C220.93%2C315%2C198.07%2C332.6'%2F%3E%3C%2Fsvg%3E"); }
      .plink.plink_type_box_arrow_img_book:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 396.15 361.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-book%3C%2Ftitle%3E%3Cpath class%3D'a' d%3D'M383.14%2C2.94A271.59%2C271.59%2C0%2C0%2C0%2C343.63%2C0C269.63%2C0%2C219%2C31.09%2C198.07%2C46.76%2C177.2%2C31.09%2C126.53%2C0%2C52.54%2C0A271.86%2C271.86%2C0%2C0%2C0%2C13%2C2.94%2C15.23%2C15.23%2C0%2C0%2C0%2C0%2C18V244.77a15.21%2C15.21%2C0%2C0%2C0%2C17.44%2C15.06%2C242%2C242%2C0%2C0%2C1%2C35.1-2.61c77.69%2C0%2C126.78%2C39.81%2C134.19%2C46.25a15%2C15%2C0%2C0%2C0%2C5.16%2C3.86%2C15.15%2C15.15%2C0%2C0%2C0%2C6%2C1.23c.08%2C0%2C.13%2C0%2C.19%2C0s.12%2C0%2C.2%2C0a15.15%2C15.15%2C0%2C0%2C0%2C6-1.23%2C14.94%2C14.94%2C0%2C0%2C0%2C5.21-3.92c7.4-6.49%2C56-46.19%2C134.15-46.19a241.78%2C241.78%2C0%2C0%2C1%2C35.08%2C2.61%2C15.21%2C15.21%2C0%2C0%2C0%2C17.45-15.06V18a15.22%2C15.22%2C0%2C0%2C0-13-15.06M30.45%2C227.69V31.5c7.42-.7%2C14.82-1.05%2C22.09-1.05%2C68.91%2C0%2C115.34%2C31.36%2C130.13%2C42.92V263c-26-16.06-70.51-36.27-130.13-36.27-7.29%2C0-14.67.3-22.09.92m335.25%2C0c-7.4-.62-14.8-.92-22.08-.92-59.62%2C0-104.16%2C20.23-130.14%2C36.28V73.34c14.72-11.61%2C60.78-42.89%2C130.15-42.89%2C7.26%2C0%2C14.65.35%2C22.07%2C1.05Z'%2F%3E%3Cpath class%3D'a' d%3D'M198.07%2C332.6C175.22%2C315%2C109.84%2C273.92%2C13.38%2C288.14l3.7%2C25.12c99.29-14.63%2C162.87%2C36.88%2C171.43%2C44.31a13.1%2C13.1%2C0%2C0%2C0%2C9.75%2C4.39%2C12.76%2C12.76%2C0%2C0%2C0%2C10.13-5c11-9.4%2C73.43-58.07%2C170.69-43.66l3.69-25.12C286.28%2C273.91%2C220.93%2C315%2C198.07%2C332.6'%2F%3E%3C%2Fsvg%3E"); }
    .plink.plink_type_box_arrow_img_inline::after {
      content: "";
      display: inline-block;
      z-index: 1;
      width: 20px;
      height: 20px;
      background: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e") no-repeat;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_box_arrow_img_inline::after {
      margin-left: 15px;
      position: relative;
      top: 4px; }
    .plink.plink_type_box_arrow_img_inline:hover::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e"); }
    .plink.plink_type_box_arrow_img_inline.plink_type_box_flip::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e"); }
    .plink.plink_type_box_arrow_img_inline.plink_type_box_flip:hover::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,5,13,5,8,1,13,5,8,9'/%3e%3c/svg%3e"); }
    .plink.plink_type_box_arrow_il, .plink.plink_type_box_arrow_ilr, .plink.plink_type_box_arrow_ilb, .plink.plink_type_box_arrow_ill, .plink.plink_type_box_arrow_ilt {
      border: 1px solid #333333; }
      .plink.plink_type_box_arrow_il::before, .plink.plink_type_box_arrow_ilr::before, .plink.plink_type_box_arrow_ilb::before, .plink.plink_type_box_arrow_ill::before, .plink.plink_type_box_arrow_ilt::before {
        color: #333333; }
    .plink.plink_type_box_arrow_ilr::before {
      font-family: fontawesome;
      content: "\f054";
      font-weight: normal;
      display: inline-block;
      margin-right: 0.3em; }
    .plink.plink_type_box_arrow_ilb::before {
      font-family: fontawesome;
      content: "\f078";
      font-weight: normal;
      display: inline-block;
      margin-right: 0.3em; }
    .plink.plink_type_box_arrow_ill::before {
      font-family: fontawesome;
      content: "\f053  ";
      font-weight: normal;
      display: inline-block;
      margin-right: 0.3em; }
    .plink.plink_type_box_arrow_ilt::before {
      font-family: fontawesome;
      content: "\f077";
      font-weight: normal;
      display: inline-block;
      margin-right: 0.3em; }
    .plink.plink_type_box_arrow_ir, .plink.plink_type_box_arrow_irr, .plink.plink_type_box_arrow_irb, .plink.plink_type_box_arrow_irl, .plink.plink_type_box_arrow_irt {
      border: 1px solid #333333; }
      .plink.plink_type_box_arrow_ir::after, .plink.plink_type_box_arrow_irr::after, .plink.plink_type_box_arrow_irb::after, .plink.plink_type_box_arrow_irl::after, .plink.plink_type_box_arrow_irt::after {
        color: #333333; }
    .plink.plink_type_box_arrow_irr::after {
      font-family: fontawesome;
      content: "\f054";
      font-weight: normal;
      display: inline-block;
      margin-left: 0.3em; }
    .plink.plink_type_box_arrow_irb::after {
      font-family: fontawesome;
      content: "\f078";
      font-weight: normal;
      display: inline-block;
      margin-left: 0.3em; }
    .plink.plink_type_box_arrow_irl::after {
      font-family: fontawesome;
      content: "\f053  ";
      font-weight: normal;
      display: inline-block;
      margin-left: 0.3em; }
    .plink.plink_type_box_arrow_irt::after {
      font-family: fontawesome;
      content: "\f077";
      font-weight: normal;
      display: inline-block;
      margin-left: 0.3em; }
  .plink.plink_type_box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1em;
    line-height: 1.3;
    color: #333333;
    border: 1px solid #333333; }
    .plink.plink_type_box2:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
    .plink.plink_type_box2_arrow1 {
      width: calc(100% - 18px);
      border-right: none;
      position: relative; }
      .plink.plink_type_box2_arrow1::before {
        content: "";
        display: block;
        width: 0px;
        height: calc((100% - 16px) / 2);
        border-right: 1px solid #333333;
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        bottom: auto;
        z-index: 2; }
      .plink.plink_type_box2_arrow1::after {
        content: "";
        display: block;
        width: 0px;
        height: calc((100% - 16px) / 2);
        border-right: 1px solid #333333;
        position: absolute;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
        z-index: 2; }
      .plink.plink_type_box2_arrow1 span {
        width: 36px;
        height: 12px;
        position: absolute;
        left: auto;
        right: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transform: translate(18px, -50%);
                transform: translate(18px, -50%);
        -webkit-transition: 0.2s;
        transition: 0.2s;
        z-index: 1; }
        .plink.plink_type_box2_arrow1 span::before {
          content: "";
          display: block;
          width: 100%;
          bottom: 0;
          border-bottom: 1px solid #333333;
          position: absolute;
          left: auto;
          right: 0;
          top: 50%;
          bottom: auto;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          z-index: 2; }
        .plink.plink_type_box2_arrow1 span::after {
          content: "";
          display: block;
          width: 10px;
          bottom: 0;
          border-bottom: 1px solid #333333;
          position: absolute;
          left: auto;
          right: 0;
          top: 50%;
          bottom: auto;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
          -webkit-transform-origin: right center;
                  transform-origin: right center;
          z-index: 3; }
      .plink.plink_type_box2_arrow1:hover span {
        -webkit-transform: translate(27px, -50%);
                transform: translate(27px, -50%); }
      .plink.plink_type_box2_arrow1_white {
        color: #fff;
        border-color: #fff; }
        .plink.plink_type_box2_arrow1_white:hover {
          color: #fff; }
        .plink.plink_type_box2_arrow1_white::before, .plink.plink_type_box2_arrow1_white::after {
          border-color: #fff; }
        .plink.plink_type_box2_arrow1_white span::before, .plink.plink_type_box2_arrow1_white span::after {
          border-color: #fff; }
  .plink.plink_type_arrow2 {
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 70px;
    color: currentColor;
    background: #fff;
    border: 2px solid #333333;
    padding: 20px;
    position: relative; }
    @media (min-width: 769px) {
      .plink.plink_type_arrow2 {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .plink.plink_type_arrow2 {
        font-size: 1.6rem; } }
    .plink.plink_type_arrow2::before {
      position: absolute;
      display: block;
      content: "";
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_arrow2::after {
      position: absolute;
      display: block;
      content: "";
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_arrow2:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
    .plink.plink_type_arrow2[target="_blank"]::after {
      right: 20px; }
    .plink.plink_type_arrow2[target="_blank"]:hover::after {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    .plink.plink_type_arrow2[href$="pdf"]::after {
      right: 20px; }
    .plink.plink_type_arrow2:not([target="_blank"]):not([href$="pdf"])::before {
      top: 50%;
      right: 0;
      width: 25px;
      height: 1px;
      background: #333333;
      -webkit-transform: translate(-30px, -50%);
              transform: translate(-30px, -50%); }
    .plink.plink_type_arrow2:not([target="_blank"]):not([href$="pdf"])::after {
      top: 50%;
      right: 0;
      width: 6px;
      height: 6px;
      border-top: 1px solid #333333;
      border-right: 1px solid #333333;
      -webkit-transform: translate(-30px, -50%) rotate(45deg);
              transform: translate(-30px, -50%) rotate(45deg); }
    .plink.plink_type_arrow2:not([target="_blank"]):not([href$="pdf"]):hover::before {
      -webkit-transform: translate(-20px, -50%);
              transform: translate(-20px, -50%); }
    .plink.plink_type_arrow2:not([target="_blank"]):not([href$="pdf"]):hover::after {
      -webkit-transform: translate(-20px, -50%) rotate(45deg);
              transform: translate(-20px, -50%) rotate(45deg); }
    .plink.plink_type_arrow2_white {
      color: #fff;
      border-color: #fff;
      background: transparent; }
      .plink.plink_type_arrow2_white::before {
        background: #fff !important; }
      .plink.plink_type_arrow2_white::after {
        border-color: #fff !important; }
      .plink.plink_type_arrow2_white:hover {
        color: #fff; }
  .plink.plink_type_clr_white {
    color: #fff;
    border-color: #fff; }
    .plink.plink_type_clr_white:hover {
      background: rgba(255, 255, 255, 0.4); }
  .plink.plink_type_clr_black.plink_type_box {
    border: 1px solid #333333;
    color: #333333; }
    .plink.plink_type_clr_black.plink_type_box:hover, .plink.plink_type_clr_black.plink_type_box_flip {
      color: #fff;
      background: #333333; }
    .plink.plink_type_clr_black.plink_type_box_flip:hover {
      color: #333333;
      background: transparent; }
  .plink.plink_type_clr_black.plink_type_inline::before, .plink.plink_type_clr_black.plink_type_inline::after {
    color: #333333 !important; }
  .plink.plink_type_clr_black.plink_type_inline_icon::before, .plink.plink_type_clr_black.plink_type_inline_icon::after {
    color: #fff !important;
    background: #333333; }
  .plink.plink_type_clr_black.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_black.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #333333;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_black.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_black.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_black.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_black-light.plink_type_box {
    border: 1px solid #676f78;
    color: #676f78; }
    .plink.plink_type_clr_black-light.plink_type_box:hover, .plink.plink_type_clr_black-light.plink_type_box_flip {
      color: #fff;
      background: #676f78; }
    .plink.plink_type_clr_black-light.plink_type_box_flip:hover {
      color: #676f78;
      background: transparent; }
  .plink.plink_type_clr_black-light.plink_type_inline::before, .plink.plink_type_clr_black-light.plink_type_inline::after {
    color: #676f78 !important; }
  .plink.plink_type_clr_black-light.plink_type_inline_icon::before, .plink.plink_type_clr_black-light.plink_type_inline_icon::after {
    color: #fff !important;
    background: #676f78; }
  .plink.plink_type_clr_black-light.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_black-light.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #676f78;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_black-light.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_black-light.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_black-light.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_white.plink_type_box {
    border: 1px solid #fff;
    color: #fff; }
    .plink.plink_type_clr_white.plink_type_box:hover, .plink.plink_type_clr_white.plink_type_box_flip {
      color: #fff;
      background: #fff; }
    .plink.plink_type_clr_white.plink_type_box_flip:hover {
      color: #fff;
      background: transparent; }
  .plink.plink_type_clr_white.plink_type_inline::before, .plink.plink_type_clr_white.plink_type_inline::after {
    color: #fff !important; }
  .plink.plink_type_clr_white.plink_type_inline_icon::before, .plink.plink_type_clr_white.plink_type_inline_icon::after {
    color: #fff !important;
    background: #fff; }
  .plink.plink_type_clr_white.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_white.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #fff;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_white.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_white.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_white.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_red.plink_type_box {
    border: 1px solid #e12f3b;
    color: #e12f3b; }
    .plink.plink_type_clr_red.plink_type_box:hover, .plink.plink_type_clr_red.plink_type_box_flip {
      color: #fff;
      background: #e12f3b; }
    .plink.plink_type_clr_red.plink_type_box_flip:hover {
      color: #e12f3b;
      background: transparent; }
  .plink.plink_type_clr_red.plink_type_inline::before, .plink.plink_type_clr_red.plink_type_inline::after {
    color: #e12f3b !important; }
  .plink.plink_type_clr_red.plink_type_inline_icon::before, .plink.plink_type_clr_red.plink_type_inline_icon::after {
    color: #fff !important;
    background: #e12f3b; }
  .plink.plink_type_clr_red.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_red.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #e12f3b;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_red.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_red.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_red.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_foodhall.plink_type_box {
    border: 1px solid #fe3a01;
    color: #fe3a01; }
    .plink.plink_type_clr_foodhall.plink_type_box:hover, .plink.plink_type_clr_foodhall.plink_type_box_flip {
      color: #fff;
      background: #fe3a01; }
    .plink.plink_type_clr_foodhall.plink_type_box_flip:hover {
      color: #fe3a01;
      background: transparent; }
  .plink.plink_type_clr_foodhall.plink_type_inline::before, .plink.plink_type_clr_foodhall.plink_type_inline::after {
    color: #fe3a01 !important; }
  .plink.plink_type_clr_foodhall.plink_type_inline_icon::before, .plink.plink_type_clr_foodhall.plink_type_inline_icon::after {
    color: #fff !important;
    background: #fe3a01; }
  .plink.plink_type_clr_foodhall.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_foodhall.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #fe3a01;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_foodhall.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_foodhall.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_foodhall.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_map-item.plink_type_box {
    border: 1px solid #3f5977;
    color: #3f5977; }
    .plink.plink_type_clr_map-item.plink_type_box:hover, .plink.plink_type_clr_map-item.plink_type_box_flip {
      color: #fff;
      background: #3f5977; }
    .plink.plink_type_clr_map-item.plink_type_box_flip:hover {
      color: #3f5977;
      background: transparent; }
  .plink.plink_type_clr_map-item.plink_type_inline::before, .plink.plink_type_clr_map-item.plink_type_inline::after {
    color: #3f5977 !important; }
  .plink.plink_type_clr_map-item.plink_type_inline_icon::before, .plink.plink_type_clr_map-item.plink_type_inline_icon::after {
    color: #fff !important;
    background: #3f5977; }
  .plink.plink_type_clr_map-item.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_map-item.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #3f5977;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_map-item.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_map-item.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_map-item.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_map-service.plink_type_box {
    border: 1px solid #518b72;
    color: #518b72; }
    .plink.plink_type_clr_map-service.plink_type_box:hover, .plink.plink_type_clr_map-service.plink_type_box_flip {
      color: #fff;
      background: #518b72; }
    .plink.plink_type_clr_map-service.plink_type_box_flip:hover {
      color: #518b72;
      background: transparent; }
  .plink.plink_type_clr_map-service.plink_type_inline::before, .plink.plink_type_clr_map-service.plink_type_inline::after {
    color: #518b72 !important; }
  .plink.plink_type_clr_map-service.plink_type_inline_icon::before, .plink.plink_type_clr_map-service.plink_type_inline_icon::after {
    color: #fff !important;
    background: #518b72; }
  .plink.plink_type_clr_map-service.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_map-service.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #518b72;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_map-service.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_map-service.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_map-service.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_map-fashion.plink_type_box {
    border: 1px solid #7b5a6a;
    color: #7b5a6a; }
    .plink.plink_type_clr_map-fashion.plink_type_box:hover, .plink.plink_type_clr_map-fashion.plink_type_box_flip {
      color: #fff;
      background: #7b5a6a; }
    .plink.plink_type_clr_map-fashion.plink_type_box_flip:hover {
      color: #7b5a6a;
      background: transparent; }
  .plink.plink_type_clr_map-fashion.plink_type_inline::before, .plink.plink_type_clr_map-fashion.plink_type_inline::after {
    color: #7b5a6a !important; }
  .plink.plink_type_clr_map-fashion.plink_type_inline_icon::before, .plink.plink_type_clr_map-fashion.plink_type_inline_icon::after {
    color: #fff !important;
    background: #7b5a6a; }
  .plink.plink_type_clr_map-fashion.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_map-fashion.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #7b5a6a;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_map-fashion.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_map-fashion.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_map-fashion.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_map-gourment.plink_type_box {
    border: 1px solid #a48b66;
    color: #a48b66; }
    .plink.plink_type_clr_map-gourment.plink_type_box:hover, .plink.plink_type_clr_map-gourment.plink_type_box_flip {
      color: #fff;
      background: #a48b66; }
    .plink.plink_type_clr_map-gourment.plink_type_box_flip:hover {
      color: #a48b66;
      background: transparent; }
  .plink.plink_type_clr_map-gourment.plink_type_inline::before, .plink.plink_type_clr_map-gourment.plink_type_inline::after {
    color: #a48b66 !important; }
  .plink.plink_type_clr_map-gourment.plink_type_inline_icon::before, .plink.plink_type_clr_map-gourment.plink_type_inline_icon::after {
    color: #fff !important;
    background: #a48b66; }
  .plink.plink_type_clr_map-gourment.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_map-gourment.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #a48b66;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_map-gourment.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_map-gourment.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_map-gourment.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_map-gourmet.plink_type_box {
    border: 1px solid #a48b66;
    color: #a48b66; }
    .plink.plink_type_clr_map-gourmet.plink_type_box:hover, .plink.plink_type_clr_map-gourmet.plink_type_box_flip {
      color: #fff;
      background: #a48b66; }
    .plink.plink_type_clr_map-gourmet.plink_type_box_flip:hover {
      color: #a48b66;
      background: transparent; }
  .plink.plink_type_clr_map-gourmet.plink_type_inline::before, .plink.plink_type_clr_map-gourmet.plink_type_inline::after {
    color: #a48b66 !important; }
  .plink.plink_type_clr_map-gourmet.plink_type_inline_icon::before, .plink.plink_type_clr_map-gourmet.plink_type_inline_icon::after {
    color: #fff !important;
    background: #a48b66; }
  .plink.plink_type_clr_map-gourmet.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_map-gourmet.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #a48b66;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_map-gourmet.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_map-gourmet.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_map-gourmet.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_map-goods.plink_type_box {
    border: 1px solid #3f5977;
    color: #3f5977; }
    .plink.plink_type_clr_map-goods.plink_type_box:hover, .plink.plink_type_clr_map-goods.plink_type_box_flip {
      color: #fff;
      background: #3f5977; }
    .plink.plink_type_clr_map-goods.plink_type_box_flip:hover {
      color: #3f5977;
      background: transparent; }
  .plink.plink_type_clr_map-goods.plink_type_inline::before, .plink.plink_type_clr_map-goods.plink_type_inline::after {
    color: #3f5977 !important; }
  .plink.plink_type_clr_map-goods.plink_type_inline_icon::before, .plink.plink_type_clr_map-goods.plink_type_inline_icon::after {
    color: #fff !important;
    background: #3f5977; }
  .plink.plink_type_clr_map-goods.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_map-goods.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #3f5977;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_map-goods.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_map-goods.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_map-goods.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_sub.plink_type_box {
    border: 1px solid #5c99d6;
    color: #5c99d6; }
    .plink.plink_type_clr_sub.plink_type_box:hover, .plink.plink_type_clr_sub.plink_type_box_flip {
      color: #fff;
      background: #5c99d6; }
    .plink.plink_type_clr_sub.plink_type_box_flip:hover {
      color: #5c99d6;
      background: transparent; }
  .plink.plink_type_clr_sub.plink_type_inline::before, .plink.plink_type_clr_sub.plink_type_inline::after {
    color: #5c99d6 !important; }
  .plink.plink_type_clr_sub.plink_type_inline_icon::before, .plink.plink_type_clr_sub.plink_type_inline_icon::after {
    color: #fff !important;
    background: #5c99d6; }
  .plink.plink_type_clr_sub.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_sub.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #5c99d6;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_sub.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_sub.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_sub.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_border {
    text-decoration: none;
    color: #333333;
    border-bottom: solid 1px #333333;
    padding: 7px 20px 0 5px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    border-radius: 0; }
    @media (max-width: 768.98px) {
      .plink.plink_type_border {
        font-size: 20px; } }
    .plink.plink_type_border:after {
      width: 9px;
      height: 9px;
      border: solid #333333;
      border-width: 0 2px 2px 0;
      position: absolute;
      top: 50%;
      right: 1em;
      content: "";
      -webkit-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg); }
    .plink.plink_type_border:hover {
      opacity: 0.8; }
    .plink.plink_type_border:hover::after {
      opacity: 0.8;
      right: 0.5em;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
  .plink-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .plink-list-inline {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .plink-list-inline__item {
        padding: 0 0.4em; }
        .plink-list-inline__item:first-child {
          padding-left: 0; }
        .plink-list-inline__item:last-child {
          padding-right: 0; }
      .plink-list-inline.plink-list-inline_center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .plink-list-inline.plink-list-inline_right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .plink-list-inline.plink-list-inline_sns {
        text-align: center;
        color: #d3d3d3; }
        @media (min-width: 769px) {
          .plink-list-inline.plink-list-inline_sns {
            font-size: 1rem; } }
        @media (max-width: 768.98px) {
          .plink-list-inline.plink-list-inline_sns {
            font-size: 1rem; } }
      .plink-list-inline.plink-list-inline_border .plink-list-inline__item {
        padding: 0 0.5em; }
        .plink-list-inline.plink-list-inline_border .plink-list-inline__item:first-child {
          border-left: 1px solid #d3d3d3; }
        .plink-list-inline.plink-list-inline_border .plink-list-inline__item:not(:last-child) {
          border-right: 1px solid #d3d3d3; }
        .plink-list-inline.plink-list-inline_border .plink-list-inline__item:last-child {
          border-right: 1px solid #d3d3d3; }
      .plink-list-inline.plink-list-inline_border2 {
        line-height: 1;
        margin-bottom: 1em; }
        .plink-list-inline.plink-list-inline_border2 .plink::after {
          margin-top: 0.5em;
          -webkit-transform: translateY(0px);
                  transform: translateY(0px); }
        .plink-list-inline.plink-list-inline_border2 .plink:hover {
          opacity: 1; }
          .plink-list-inline.plink-list-inline_border2 .plink:hover::after {
            -webkit-transform: translateY(5px);
                    transform: translateY(5px); }
        .plink-list-inline.plink-list-inline_border2 .plink-list-inline__item {
          padding: 0 0.5em; }
          .plink-list-inline.plink-list-inline_border2 .plink-list-inline__item:first-child {
            position: relative; }
            .plink-list-inline.plink-list-inline_border2 .plink-list-inline__item:first-child::before {
              position: absolute;
              top: 0;
              left: 0;
              content: "";
              display: block;
              width: 1px;
              height: 1em;
              background: #d3d3d3; }
          .plink-list-inline.plink-list-inline_border2 .plink-list-inline__item:not(:last-child) {
            position: relative; }
            .plink-list-inline.plink-list-inline_border2 .plink-list-inline__item:not(:last-child)::after {
              position: absolute;
              top: 0;
              right: 0;
              content: "";
              display: block;
              width: 1px;
              height: 1em;
              background: #d3d3d3; }
          .plink-list-inline.plink-list-inline_border2 .plink-list-inline__item:last-child {
            position: relative; }
            .plink-list-inline.plink-list-inline_border2 .plink-list-inline__item:last-child::after {
              position: absolute;
              top: 0;
              right: 0;
              content: "";
              display: block;
              width: 1px;
              height: 1em;
              background: #d3d3d3; }
      .plink-list-inline.plink-list-inline_gutter .plink-list-inline__item {
        padding: 0 1.5em; }
    .plink-list__item {
      width: 100%; }
      @media (max-width: 768.98px) {
        .plink-list__item:not(:last-child) {
          margin-bottom: 20px; } }
      .plink-list__item_box-slider {
        position: relative;
        z-index: 1;
        overflow: hidden;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .plink-list__item_box-slider::after {
          content: "" !important;
          margin: 0 !important;
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: transparent;
          z-index: -1;
          background: #bf4472;
          -webkit-transform: translateX(-101%);
                  transform: translateX(-101%);
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .plink-list__item_box-slider:hover {
          opacity: 1;
          text-decoration: none;
          color: #fff; }
          .plink-list__item_box-slider:hover::after {
            -webkit-transform: translateX(0);
                    transform: translateX(0); }
        .plink-list__item_box-slider .plink {
          opacity: 1;
          background: transparent; }
          .plink-list__item_box-slider .plink::before {
            -webkit-transition: 0.2s;
            transition: 0.2s; }
          .plink-list__item_box-slider .plink plink_type_box:hover, .plink-list__item_box-slider .plink:hover {
            opacity: 1;
            text-decoration: none;
            color: #fff;
            background: transparent; }
            .plink-list__item_box-slider .plink plink_type_box:hover::before, .plink-list__item_box-slider .plink:hover::before {
              color: #fff; }
    .plink-list_left, .plink-list_center, .plink-list_right {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .plink-list_left .plink-list__item, .plink-list_center .plink-list__item, .plink-list_right .plink-list__item {
        margin-left: 20px;
        margin-right: 20px; }
        @media (min-width: 769px) {
          .plink-list_left .plink-list__item, .plink-list_center .plink-list__item, .plink-list_right .plink-list__item {
            max-width: 300px; } }
        .plink-list_left .plink-list__item:first-child, .plink-list_center .plink-list__item:first-child, .plink-list_right .plink-list__item:first-child {
          margin-left: 0; }
        .plink-list_left .plink-list__item:last-child, .plink-list_center .plink-list__item:last-child, .plink-list_right .plink-list__item:last-child {
          margin-right: 0; }
        @media (max-width: 768.98px) {
          .plink-list_left .plink-list__item, .plink-list_center .plink-list__item, .plink-list_right .plink-list__item {
            margin-left: 0;
            margin-right: 0; } }
    .plink-list_center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .plink-list_right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    @media (max-width: 768.98px) {
      .plink-list_blog .plink-list__item_prev {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .plink-list_blog .plink-list__item_now {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-bottom: 0; }
      .plink-list_blog .plink-list__item_next {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 20px; } }
    @media (min-width: 769px) {
      .plink-list_auto .plink-list__item {
        max-width: none;
        width: auto; } }
    @media (min-width: 769px) {
      .plink-list_col2 .plink-list__item {
        width: calc((100% - 15px) / 2); }
        .plink-list_col2 .plink-list__item:not(:nth-child(2n)) {
          margin-right: 15px; }
        .plink-list_col2 .plink-list__item:nth-last-child(n + 3) {
          margin-bottom: 15px !important; } }
    @media (min-width: 769px) {
      .plink-list_col3 .plink-list__item {
        width: calc((100% - 30px) / 3); }
        .ie11 .plink-list_col3 .plink-list__item {
          width: calc((100% - 30px) / 3 - 0.1px); }
        .plink-list_col3 .plink-list__item:not(:nth-child(3n)) {
          margin-right: 15px; }
        .plink-list_col3 .plink-list__item:nth-last-child(n + 4) {
          margin-bottom: 15px !important; } }
    @media (min-width: 769px) {
      .plink-list_col4 .plink-list__item {
        width: calc((100% - 45px) / 4); }
        .ie11 .plink-list_col4 .plink-list__item {
          width: calc((100% - 45px) / 4 - 0.1px); }
        .plink-list_col4 .plink-list__item:not(:nth-child(4n)) {
          margin-right: 15px; }
        .plink-list_col4 .plink-list__item:nth-last-child(n + 5) {
          margin-bottom: 15px !important; } }
    @media (min-width: 769px) {
      .plink-list_cols .plink-list__item {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
        .plink-list_cols .plink-list__item:not(:last-child) .plink {
          border-right: none; } }
    @media (max-width: 768.98px) {
      .plink-list_cols .plink-list__item:not(:last-child) {
        margin-bottom: 0; }
        .plink-list_cols .plink-list__item:not(:last-child) .plink {
          border-bottom: none; } }
  .plink-sdgs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .plink-sdgs_col4 .plink-sdgs__item {
      width: calc(100% / 4); }
    .plink-sdgs_col6 .plink-sdgs__item {
      width: calc(100% / 6); }
    .plink-sdgs_col6 .plink-sdgs__item {
      width: calc(100% / 6); }
    .plink-sdgs_w32 .plink-sdgs__item {
      width: 32px; }
    .plink-sdgs_w50 .plink-sdgs__item {
      width: 50px; }
    .plink-sdgs_w64 .plink-sdgs__item {
      width: 64px; }
    .plink-sdgs_w100 .plink-sdgs__item {
      width: 100px; }
    @media (min-width: 769px) {
      .plink-sdgs__item {
        width: 50px; } }
    @media (max-width: 768.98px) {
      .plink-sdgs__item {
        width: 50px; } }
    .plink-sdgs__img {
      width: 100%; }

.pageanchor.pageanchor_type_lang {
  padding: 0;
  background: transparent; }
  .pageanchor.pageanchor_type_lang .nav {
    background: transparent;
    padding: 0;
    font-weight: bold;
    margin-bottom: 30px; }
    .pageanchor.pageanchor_type_lang .nav-item {
      border-left: 1px solid #676f78; }
    .pageanchor.pageanchor_type_lang .nav-link {
      text-align: center;
      color: #676f78;
      background: transparent;
      border-radius: 0;
      padding: 0 30px;
      line-height: 1.4; }
      .pageanchor.pageanchor_type_lang .nav-link:hover {
        color: #333333;
        opacity: 1; }
      .pageanchor.pageanchor_type_lang .nav-link span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (min-width: 769px) {
          .pageanchor.pageanchor_type_lang .nav-link span span:first-child {
            font-size: 1.4rem; } }
        @media (max-width: 768.98px) {
          .pageanchor.pageanchor_type_lang .nav-link span span:first-child {
            font-size: 1.4rem; } }
        @media (min-width: 769px) {
          .pageanchor.pageanchor_type_lang .nav-link span span:first-child {
            margin-bottom: 0.2em; } }
        @media (max-width: 768.98px) {
          .pageanchor.pageanchor_type_lang .nav-link span span:first-child {
            margin-bottom: 0.2em; } }
        .pageanchor.pageanchor_type_lang .nav-link span span:last-child {
          font-family: "Barlow", sans-serif;
          font-weight: 400; }
          @media (min-width: 769px) {
            .pageanchor.pageanchor_type_lang .nav-link span span:last-child {
              font-size: 1rem; } }
          @media (max-width: 768.98px) {
            .pageanchor.pageanchor_type_lang .nav-link span span:last-child {
              font-size: 1rem; } }

.pmv {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%; }
  .pmv__img {
    width: 100%; }
  .pmv__fit .pmv__img {
    -o-object-fit: cover;
       object-fit: cover; }
  .pmv__hfixed {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .pmv__hfixed .pmv__img {
      width: auto;
      max-width: none; }
  .pmv__overlay {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    font-size: 1em; }
  .pmv.pmv_lv1 {
    background: #000;
    height: 600px; }
    @media (max-width: 768.98px) {
      .pmv.pmv_lv1 {
        height: 440px; }
        .pmv.pmv_lv1 .pmv__hfixed {
          position: static;
          -webkit-transform: none;
                  transform: none; }
          .pmv.pmv_lv1 .pmv__hfixed .pmv__img {
            max-width: 100%; } }
  @media (min-width: 769px) {
    .pmv.pmv_lv2 {
      height: 260px; }
      .pmv.pmv_lv2 .pmv__fit .pmv__img {
        height: 260px; } }
  .pmv.pmv_lv2 .pmv__title {
    font-family: YakuHanMP, "Noto Serif JP", YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
    font-weight: 500; }
    @media (min-width: 769px) {
      .pmv.pmv_lv2 .pmv__title {
        font-size: 4.6rem; } }
    @media (max-width: 768.98px) {
      .pmv.pmv_lv2 .pmv__title {
        font-size: 2.7rem; } }

.ptitle {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.3; }
  @media (min-width: 769px) {
    .ptitle.ptitle_s0 {
      font-size: 3rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_s0 {
      font-size: 2.4rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_s0 {
      margin-bottom: 35px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_s0 {
      margin-bottom: 20px; } }
  .ptitle.ptitle_s1, .ptitle.ptitle_s0 {
    color: #bf4472; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s1, .ptitle.ptitle_s0 {
        font-size: 3rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s1, .ptitle.ptitle_s0 {
        font-size: 2.4rem; } }
  .ptitle.ptitle_s2 {
    color: #bf4472;
    position: relative;
    padding-bottom: 10px;
    text-align: center; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s2 {
        font-size: 3rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s2 {
        font-size: 2.4rem; } }
    .ptitle.ptitle_s2::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 40px;
      height: 1px;
      background-color: #333333;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .ptitle.ptitle_s3, .ptitle.ptitle_t0 {
    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 (min-width: 769px) {
      .ptitle.ptitle_s3, .ptitle.ptitle_t0 {
        font-size: 2.4rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s3, .ptitle.ptitle_t0 {
        font-size: 2rem; } }
    .ptitle.ptitle_s3::before, .ptitle.ptitle_t0::before, .ptitle.ptitle_s3::after, .ptitle.ptitle_t0::after {
      content: "";
      display: block;
      width: 20px;
      height: 1px;
      background: #aaaaaa; }
    .ptitle.ptitle_s3::before, .ptitle.ptitle_t0::before {
      margin-right: 0.5em; }
    .ptitle.ptitle_s3::after, .ptitle.ptitle_t0::after {
      margin-left: 0.5em; }
  .ptitle.ptitle_s4 {
    color: #fff;
    background: #bf4472;
    padding: 0.3em 1em 0.4em; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s4 {
        font-size: 2.4rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s4 {
        font-size: 2rem; } }
  .ptitle.ptitle_s5 {
    color: #bf4472;
    padding: 0.3em;
    border: 2px solid #bf4472; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s5 {
        font-size: 2.4rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s5 {
        font-size: 2rem; } }
  .ptitle.ptitle_s6 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #bf4472; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s6 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s6 {
        font-size: 1.8rem; } }
  .ptitle.ptitle_s7 {
    padding-bottom: 0.5em;
    position: relative;
    position: relative; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s7 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s7 {
        font-size: 1.8rem; } }
    .ptitle.ptitle_s7::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 1px;
      background-color: #825907;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .ptitle.ptitle_s7::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100px;
      height: 1px;
      background-color: #bf4472;
      bottom: 0;
      left: 0; }
  .ptitle.ptitle_s8 {
    padding-left: 0.5em;
    border-left: 2px solid #bf4472; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s8 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s8 {
        font-size: 1.8rem; } }
  .ptitle.ptitle_s9 {
    color: #bf4472;
    border-left: 15px solid #bf4472;
    background: #825907;
    padding: 0.5em; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s9 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s9 {
        font-size: 1.8rem; } }
  .ptitle.ptitle_s10 {
    padding-left: 25px;
    position: relative;
    position: relative; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s10 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s10 {
        font-size: 1.8rem; } }
    .ptitle.ptitle_s10::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 16px;
      height: 16px;
      background-color: #bf4472;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .ptitle.ptitle_s10::before {
      -webkit-transform: translateY(-50%) translateY(-8px);
              transform: translateY(-50%) translateY(-8px); }
    .ptitle.ptitle_s10::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 16px;
      height: 16px;
      background-color: #825907;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .ptitle.ptitle_s10::after {
      -webkit-transform: translateY(-50%) translateY(8px);
              transform: translateY(-50%) translateY(8px); }
  .ptitle.ptitle_tag1 {
    position: relative; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tag1 {
        font-size: 2.8rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tag1 {
        font-size: 1.8rem; } }
    .ptitle.ptitle_tag1::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 1px;
      background-color: #825907;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .ptitle.ptitle_tag1 .ptitle__title {
      padding-bottom: 0.5em;
      padding-right: 0.5em;
      display: inline-block;
      position: relative; }
      .ptitle.ptitle_tag1 .ptitle__title::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 1px;
        background-color: #bf4472;
        bottom: 0;
        left: 0; }
  .ptitle.ptitle_tag2 {
    color: #bf4472; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tag2 {
        font-size: 2.8rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tag2 {
        font-size: 2.8rem; } }
    .ptitle.ptitle_tag2 .ptitle__title {
      position: relative;
      display: block; }
      .ptitle.ptitle_tag2 .ptitle__title::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 500%;
        height: 1px;
        background-color: #bf4472;
        left: 0;
        top: 50%; }
      .ptitle.ptitle_tag2 .ptitle__title::after {
        left: auto;
        right: calc(100% + 10px); }
      .ptitle.ptitle_tag2 .ptitle__title-in {
        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;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .ptitle.ptitle_tag2 .ptitle__title-w1 {
        font-weight: bold; }
    .ptitle.ptitle_tag2_w {
      color: #fff; }
      .ptitle.ptitle_tag2_w .ptitle__title::after {
        background: #fff; }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tag2 {
        text-align: center; }
        .ptitle.ptitle_tag2 .ptitle__title {
          display: inline-block; } }
  .ptitle.ptitle_tag3 {
    text-align: center; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tag3 {
        font-size: 2.8rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tag3 {
        font-size: 2.8rem; } }
    .ptitle.ptitle_tag3 .ptitle__title {
      padding-bottom: 0.2em;
      display: inline-block;
      position: relative; }
      .ptitle.ptitle_tag3 .ptitle__title::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 2px;
        background-color: #bf4472;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
  .ptitle.ptitle_tag4 {
    font-size: 2rem;
    position: relative; }
    .ptitle.ptitle_tag4::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 1px;
      background-color: #d3d3d3;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .ptitle.ptitle_tag4 .ptitle__title {
      font-weight: bold;
      padding-top: 0.5em;
      padding-right: 0.5em;
      display: inline-block;
      position: relative; }
      .ptitle.ptitle_tag4 .ptitle__title::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 3px;
        background-color: #bf4472;
        top: 0;
        left: 0; }
  .ptitle.ptitle_d1 {
    color: #fff;
    background: #bf4472;
    padding: 0.5em 0;
    padding-left: 45px; }
    @media (min-width: 769px) {
      .ptitle.ptitle_d1 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_d1 {
        font-size: 1.8rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_d1 {
        padding-left: 0.5em; } }
    .ptitle.ptitle_d1 .ptitle__tag {
      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;
      width: 28px;
      height: 28px;
      color: #bf4472;
      background: #fff;
      line-height: 1; }
  .ptitle.ptitle_d2 {
    padding: 0.5em 0;
    padding-left: 2px; }
    @media (min-width: 769px) {
      .ptitle.ptitle_d2 {
        font-size: 2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_d2 {
        font-size: 1.8rem; } }
    .ptitle.ptitle_d2 .ptitle__tag {
      margin-right: 15px;
      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;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      color: #fff;
      background: #bf4472;
      line-height: 1; }
      @media (min-width: 769px) {
        .ptitle.ptitle_d2 .ptitle__tag {
          font-size: 1.8rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_d2 .ptitle__tag {
          font-size: 1.5rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_d2 .ptitle__tag {
          margin-left: 0.2em;
          margin-right: 0; } }
    .ptitle.ptitle_d2 .ptitle__note {
      color: #bf4472;
      font-weight: normal; }
      @media (min-width: 769px) {
        .ptitle.ptitle_d2 .ptitle__note {
          font-size: 1.6rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_d2 .ptitle__note {
          font-size: 1.4rem; } }
  .ptitle.ptitle_en1, .ptitle.ptitle_en2, .ptitle.ptitle_en3, .ptitle.ptitle_tp3c, .ptitle.ptitle_tp3 {
    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; }
    .ptitle.ptitle_en1 .ptitle__title-en, .ptitle.ptitle_en2 .ptitle__title-en, .ptitle.ptitle_en3 .ptitle__title-en, .ptitle.ptitle_tp3c .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en {
      line-height: 1;
      margin-bottom: 10px; }
      @media (min-width: 769px) {
        .ptitle.ptitle_en1 .ptitle__title-en, .ptitle.ptitle_en2 .ptitle__title-en, .ptitle.ptitle_en3 .ptitle__title-en, .ptitle.ptitle_tp3c .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en {
          font-size: 3.5rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_en1 .ptitle__title-en, .ptitle.ptitle_en2 .ptitle__title-en, .ptitle.ptitle_en3 .ptitle__title-en, .ptitle.ptitle_tp3c .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en {
          font-size: 3rem; } }
    .ptitle.ptitle_en1 .ptitle__title-jp, .ptitle.ptitle_en2 .ptitle__title-jp, .ptitle.ptitle_en3 .ptitle__title-jp, .ptitle.ptitle_tp3c .ptitle__title-jp, .ptitle.ptitle_tp3 .ptitle__title-jp {
      line-height: 1.3; }
      @media (min-width: 769px) {
        .ptitle.ptitle_en1 .ptitle__title-jp, .ptitle.ptitle_en2 .ptitle__title-jp, .ptitle.ptitle_en3 .ptitle__title-jp, .ptitle.ptitle_tp3c .ptitle__title-jp, .ptitle.ptitle_tp3 .ptitle__title-jp {
          font-size: 1.4rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_en1 .ptitle__title-jp, .ptitle.ptitle_en2 .ptitle__title-jp, .ptitle.ptitle_en3 .ptitle__title-jp, .ptitle.ptitle_tp3c .ptitle__title-jp, .ptitle.ptitle_tp3 .ptitle__title-jp {
          font-size: 1.2rem; } }
  .ptitle.ptitle_en2 .ptitle__title-en {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #f6dd46));
    background: linear-gradient(transparent 80%, #f6dd46 80%);
    margin-bottom: 0.1em; }
    @media (min-width: 769px) {
      .ptitle.ptitle_en2 .ptitle__title-en {
        font-size: 6rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_en2 .ptitle__title-en {
        font-size: 4rem; } }
  .ptitle.ptitle_en2 .ptitle__title-jp {
    line-height: 1; }
    @media (min-width: 769px) {
      .ptitle.ptitle_en2 .ptitle__title-jp {
        font-size: 2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_en2 .ptitle__title-jp {
        font-size: 1.6rem; } }
  .ptitle.ptitle_en3 {
    color: #bf4472;
    position: relative;
    padding-top: 65px; }
    .ptitle.ptitle_en3::before, .ptitle.ptitle_en3::after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      bottom: auto;
      z-index: 1;
      width: 2px;
      height: 50px;
      background: #01502b; }
    .ptitle.ptitle_en3::after {
      height: 20px;
      margin-top: 30px;
      background: #bf4472; }
    .ptitle.ptitle_en3 .ptitle__title-en {
      margin-bottom: 0.3em; }
      @media (min-width: 769px) {
        .ptitle.ptitle_en3 .ptitle__title-en {
          font-size: 3.6rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_en3 .ptitle__title-en {
          font-size: 3rem; } }
    .ptitle.ptitle_en3 .ptitle__title-jp {
      line-height: 1; }
      @media (min-width: 769px) {
        .ptitle.ptitle_en3 .ptitle__title-jp {
          font-size: 1.5rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_en3 .ptitle__title-jp {
          font-size: 1.4rem; } }
  .ptitle.ptitle_en4 {
    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: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-weight: bold;
    line-height: 1;
    position: relative; }
    .ptitle.ptitle_en4 .ptitle__title-en {
      font-family: "Quicksand", sans-serif;
      font-weight: 400;
      margin-top: 0.2em;
      text-align: center;
      position: relative; }
      @media (min-width: 769px) {
        .ptitle.ptitle_en4 .ptitle__title-en {
          font-size: 5.4rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_en4 .ptitle__title-en {
          font-size: 3.4rem; } }
      .ptitle.ptitle_en4 .ptitle__title-en::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 60px;
        height: 2px;
        background-color: #bf4472;
        top: 100%;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      @media (min-width: 769px) {
        .ptitle.ptitle_en4 .ptitle__title-en::after {
          margin-top: 20px; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_en4 .ptitle__title-en::after {
          margin-top: 10px; } }
    .ptitle.ptitle_en4 .ptitle__title-jp {
      color: #bf4472; }
      @media (min-width: 769px) {
        .ptitle.ptitle_en4 .ptitle__title-jp {
          font-size: 1.6rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_en4 .ptitle__title-jp {
          font-size: 1.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_en4 {
        margin-left: -20px;
        margin-right: -20px; } }
    @media (min-width: 769px) {
      .ptitle.ptitle_en4 {
        padding-top: 60px; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_en4 {
        padding-top: 25px; } }
    @media (min-width: 769px) {
      .ptitle.ptitle_en4 {
        padding-bottom: 90px; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_en4 {
        padding-bottom: 50px; } }
    .ptitle.ptitle_en4::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, right top, from(#caa68d), to(#825907));
      background: linear-gradient(90deg, #caa68d 0%, #825907 100%);
      z-index: -1;
      opacity: 15%; }

.ptitle.ptitle_tp1, .ptitle.ptitle_tp1s, .ptitle.ptitle_tp2, .ptitle.ptitle_tp4 {
  margin: 90px 0 120px;
  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; }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp1, .ptitle.ptitle_tp1s, .ptitle.ptitle_tp2, .ptitle.ptitle_tp4 {
      margin: 30px 0 50px; } }
  .ptitle.ptitle_tp1 .ptitle__title-en, .ptitle.ptitle_tp1s .ptitle__title-en, .ptitle.ptitle_tp2 .ptitle__title-en, .ptitle.ptitle_tp4 .ptitle__title-en {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 10px; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tp1 .ptitle__title-en, .ptitle.ptitle_tp1s .ptitle__title-en, .ptitle.ptitle_tp2 .ptitle__title-en, .ptitle.ptitle_tp4 .ptitle__title-en {
        font-size: 3.8rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tp1 .ptitle__title-en, .ptitle.ptitle_tp1s .ptitle__title-en, .ptitle.ptitle_tp2 .ptitle__title-en, .ptitle.ptitle_tp4 .ptitle__title-en {
        font-size: 3.8rem; } }
  .ptitle.ptitle_tp1 .ptitle__title-jp, .ptitle.ptitle_tp1s .ptitle__title-jp, .ptitle.ptitle_tp2 .ptitle__title-jp, .ptitle.ptitle_tp4 .ptitle__title-jp {
    font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
    color: #bf4472;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tp1 .ptitle__title-jp, .ptitle.ptitle_tp1s .ptitle__title-jp, .ptitle.ptitle_tp2 .ptitle__title-jp, .ptitle.ptitle_tp4 .ptitle__title-jp {
        font-size: 1.4rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tp1 .ptitle__title-jp, .ptitle.ptitle_tp1s .ptitle__title-jp, .ptitle.ptitle_tp2 .ptitle__title-jp, .ptitle.ptitle_tp4 .ptitle__title-jp {
        font-size: 1.4rem; } }
    .ptitle.ptitle_tp1 .ptitle__title-jp::before, .ptitle.ptitle_tp1s .ptitle__title-jp::before, .ptitle.ptitle_tp2 .ptitle__title-jp::before, .ptitle.ptitle_tp4 .ptitle__title-jp::before, .ptitle.ptitle_tp1 .ptitle__title-jp::after, .ptitle.ptitle_tp1s .ptitle__title-jp::after, .ptitle.ptitle_tp2 .ptitle__title-jp::after, .ptitle.ptitle_tp4 .ptitle__title-jp::after {
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      background: #bf4472; }
    .ptitle.ptitle_tp1 .ptitle__title-jp::before, .ptitle.ptitle_tp1s .ptitle__title-jp::before, .ptitle.ptitle_tp2 .ptitle__title-jp::before, .ptitle.ptitle_tp4 .ptitle__title-jp::before {
      margin-right: 10px; }
    .ptitle.ptitle_tp1 .ptitle__title-jp::after, .ptitle.ptitle_tp1s .ptitle__title-jp::after, .ptitle.ptitle_tp2 .ptitle__title-jp::after, .ptitle.ptitle_tp4 .ptitle__title-jp::after {
      margin-left: 10px; }

.ptitle.ptitle_tp1s {
  margin: 60px 0;
  padding: 30px 0;
  background: #efefef; }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp1s .ptitle__title-en {
      font-size: 2.2rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp1s .ptitle__title-en {
      font-size: 2.2rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp1s .ptitle__title-jp {
      font-size: 1.2rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp1s .ptitle__title-jp {
      font-size: 1.2rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp1s {
      margin-left: -20px;
      margin-right: -20px; } }

.ptitle.ptitle_tp2 {
  position: relative;
  margin: 0px 0 120px; }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp2 {
      margin-bottom: 30px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp2 {
      margin-bottom: 30px; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp2 {
      padding-bottom: 20px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp2 {
      padding-bottom: 20px; } }
  .ptitle.ptitle_tp2::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 2px;
    background-color: #333333;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp2 .ptitle__title-en {
      font-size: 4.6rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp2 .ptitle__title-en {
      font-size: 3.2rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp2 .ptitle__title-jp {
      font-size: 1.4rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp2 .ptitle__title-jp {
      font-size: 1.4rem; } }
  .ptitle.ptitle_tp2 .ptitle__title-jp::before, .ptitle.ptitle_tp2 .ptitle__title-jp::after {
    content: none; }

.ptitle.ptitle_tp3c .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: normal; }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp3c .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en {
      font-size: 2.8rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp3c .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en {
      font-size: 2.8rem; } }
  .ptitle.ptitle_tp3c .ptitle__title-en span, .ptitle.ptitle_tp3 .ptitle__title-en span {
    color: #bf4472; }

@media (min-width: 769px) {
  .ptitle.ptitle_tp3c .ptitle__title-jp, .ptitle.ptitle_tp3 .ptitle__title-jp {
    font-size: 1.2rem; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_tp3c .ptitle__title-jp, .ptitle.ptitle_tp3 .ptitle__title-jp {
    font-size: 1.2rem; } }

.ptitle.ptitle_tp3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.ptitle.ptitle_tp4 {
  position: relative;
  margin: 0px 0 120px; }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp4 {
      margin-bottom: 40px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp4 {
      margin-bottom: 40px; } }
  .ptitle.ptitle_tp4::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 2px;
    background-color: #333333;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp4 {
      margin-bottom: 20px; } }
  .ptitle.ptitle_tp4::before {
    content: none; }
  .ptitle.ptitle_tp4 .ptitle__title-en {
    font-family: "Barlow", sans-serif; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tp4 .ptitle__title-en {
        font-size: 4.6rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tp4 .ptitle__title-en {
        font-size: 3.2rem; } }
  .ptitle.ptitle_tp4 .ptitle__title-jp {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tp4 .ptitle__title-jp {
        font-size: 1.4rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tp4 .ptitle__title-jp {
        font-size: 1.4rem; } }
    .ptitle.ptitle_tp4 .ptitle__title-jp::before, .ptitle.ptitle_tp4 .ptitle__title-jp::after {
      content: none; }

@media (min-width: 769px) {
  .ptitle.ptitle_t0 {
    margin-bottom: 20px; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_t0 {
    margin-bottom: 20px; } }

.ptitle.ptitle_ib1 {
  font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  text-align: center; }
  @media (min-width: 769px) {
    .ptitle.ptitle_ib1 {
      font-size: 2.2rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_ib1 {
      font-size: 2.2rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_ib1 {
      margin-bottom: 30px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_ib1 {
      margin-bottom: 30px; } }
  .ptitle.ptitle_ib1 span {
    display: inline-block;
    padding-bottom: 0.2em;
    position: relative; }
    .ptitle.ptitle_ib1 span::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 2px;
      background-color: #bf4472;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

.ptitle.ptitle_ib2 {
  font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  border-bottom: 1px solid #676f78; }
  @media (min-width: 769px) {
    .ptitle.ptitle_ib2 {
      font-size: 1.8rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_ib2 {
      font-size: 1.8rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_ib2 {
      margin-bottom: 20px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_ib2 {
      margin-bottom: 20px; } }
  .ptitle.ptitle_ib2 span {
    display: inline-block;
    padding-bottom: 0.5em;
    position: relative; }
    .ptitle.ptitle_ib2 span::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 2px;
      background-color: #bf4472;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .ptitle.ptitle_ib2 span:before {
      bottom: -1px; }

.ptitle.ptitle_t1 {
  font-weight: bold; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t1 {
      font-size: 2.4rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t1 {
      font-size: 2.4rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_t1 {
      margin-bottom: 20px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t1 {
      margin-bottom: 20px; } }

.ptitle.ptitle_t2 {
  font-weight: bold;
  color: #bf4472; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t2 {
      font-size: 1.8rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t2 {
      font-size: 1.8rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_t2 {
      margin-bottom: 20px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t2 {
      margin-bottom: 20px; } }

.ptitle.ptitle_t3 {
  font-weight: bold; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t3 {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t3 {
      font-size: 1.6rem; } }

.ptitle.ptitle_t4, .ptitle.ptitle_t4c, .ptitle.ptitle_t5 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t4, .ptitle.ptitle_t4c, .ptitle.ptitle_t5 {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t4, .ptitle.ptitle_t4c, .ptitle.ptitle_t5 {
      font-size: 1.6rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_t4, .ptitle.ptitle_t4c, .ptitle.ptitle_t5 {
      margin-bottom: 30px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t4, .ptitle.ptitle_t4c, .ptitle.ptitle_t5 {
      margin-bottom: 30px; } }
  .ptitle.ptitle_t4:before, .ptitle.ptitle_t4c:before, .ptitle.ptitle_t5:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/img-com/icon-search.svg) no-repeat center center/cover;
    margin-right: 5px; }

.ptitle.ptitle_t4c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.ptitle.ptitle_t5:before {
  width: 21px;
  height: 21px;
  background: url(/img-com/icon-clock-c.svg) no-repeat center center/cover; }

.plist__link {
  color: currentColor; }
  .plist__link:hover {
    color: currentColor;
    opacity: 1;
    -webkit-transition: none;
    transition: none; }

.plist.plist_type_wide .plist__item {
  margin-bottom: 0.5em; }

.plist.plist_clr_black .plist__head {
  color: #333333 !important; }

.plist.plist_type_column.plist.plist_type_column_head_left .plist__head {
  text-align: left; }

.plist.plist_type_column.plist.plist_type_column_body_left .plist__body {
  text-align: left; }

.plist.plist_type_column.plist.plist_type_column_head_center .plist__head {
  text-align: center; }

.plist.plist_type_column.plist.plist_type_column_body_center .plist__body {
  text-align: center; }

.plist.plist_type_column.plist.plist_type_column_head_right .plist__head {
  text-align: right; }

.plist.plist_type_column.plist.plist_type_column_body_right .plist__body {
  text-align: right; }

@media (min-width: 576px) {
  .plist.plist_type_column.plist.plist_type_column_head_left-sm .plist__head {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_body_left-sm .plist__body {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_head_center-sm .plist__head {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_body_center-sm .plist__body {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_head_right-sm .plist__head {
    text-align: right; }
  .plist.plist_type_column.plist.plist_type_column_body_right-sm .plist__body {
    text-align: right; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_head_left-md .plist__head {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_body_left-md .plist__body {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_head_center-md .plist__head {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_body_center-md .plist__body {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_head_right-md .plist__head {
    text-align: right; }
  .plist.plist_type_column.plist.plist_type_column_body_right-md .plist__body {
    text-align: right; } }

@media (min-width: 1000px) {
  .plist.plist_type_column.plist.plist_type_column_head_left-lg .plist__head {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_body_left-lg .plist__body {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_head_center-lg .plist__head {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_body_center-lg .plist__body {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_head_right-lg .plist__head {
    text-align: right; }
  .plist.plist_type_column.plist.plist_type_column_body_right-lg .plist__body {
    text-align: right; } }

@media (min-width: 1367px) {
  .plist.plist_type_column.plist.plist_type_column_head_left-xl .plist__head {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_body_left-xl .plist__body {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_head_center-xl .plist__head {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_body_center-xl .plist__body {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_head_right-xl .plist__head {
    text-align: right; }
  .plist.plist_type_column.plist.plist_type_column_body_right-xl .plist__body {
    text-align: right; } }

@media (max-width: 768.98px) {
  .plist.plist_type_column.plist.plist_type_column_head_left-sp .plist__head {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_body_left-sp .plist__body {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_head_center-sp .plist__head {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_body_center-sp .plist__body {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_head_right-sp .plist__head {
    text-align: right; }
  .plist.plist_type_column.plist.plist_type_column_body_right-sp .plist__body {
    text-align: right; } }

.plist.plist_type_column_head_clr_main .plist__head {
  color: #bf4472; }

.plist.plist_type_column_head_weight_bold .plist__head {
  font-weight: bold !important; }

.plist.plist_type_column_head_clr_sub .plist__head {
  color: #825907; }

.plist.plist_type_column_bdt {
  border-top: 1px solid #333333; }

.plist.plist_type_column_border .plist__box {
  border-bottom: 1px solid #333333; }

.plist.plist_type_column_border_solid {
  border-top-style: solid; }
  .plist.plist_type_column_border_solid .plist__box {
    border-bottom-style: solid; }

.plist.plist_type_column_stripe .plist__box:nth-child(odd) {
  background: #bf4472; }

.plist.plist_type_column.plist.plist_type_column_w5p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%; }

.plist.plist_type_column.plist.plist_type_column_w10p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%; }

.plist.plist_type_column.plist.plist_type_column_w15p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%; }

.plist.plist_type_column.plist.plist_type_column_w20p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%; }

.plist.plist_type_column.plist.plist_type_column_w25p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; }

.plist.plist_type_column.plist.plist_type_column_w30p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%; }

.plist.plist_type_column.plist.plist_type_column_w35p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%; }

.plist.plist_type_column.plist.plist_type_column_w40p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%; }

.plist.plist_type_column.plist.plist_type_column_w45p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%; }

.plist.plist_type_column.plist.plist_type_column_w50p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

.plist.plist_type_column.plist.plist_type_column_w55p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%; }

.plist.plist_type_column.plist.plist_type_column_w60p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%; }

.plist.plist_type_column.plist.plist_type_column_w65p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%; }

.plist.plist_type_column.plist.plist_type_column_w70p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%; }

.plist.plist_type_column.plist.plist_type_column_w75p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%; }

.plist.plist_type_column.plist.plist_type_column_w80p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%; }

.plist.plist_type_column.plist.plist_type_column_w85p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%; }

.plist.plist_type_column.plist.plist_type_column_w90p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%; }

.plist.plist_type_column.plist.plist_type_column_w95p .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95%;
          flex: 0 0 95%; }

.plist.plist_type_column .plist__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.plist.plist_type_column .plist__head {
  width: 100%;
  padding-top: 0.5em;
  font-weight: normal; }

.plist.plist_type_column .plist__body {
  width: 100%;
  padding-bottom: 0.5em; }

@media (min-width: 769px) {
  .plist.plist_type_column .plist__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .plist.plist_type_column .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    padding: 0.5em; }
  .plist.plist_type_column .plist__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding: 0.5em; } }

@media (max-width: 768.98px) {
  .plist.plist_type_column_sp_col2 .plist__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .plist.plist_type_column_sp_col2 .plist__head {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0.5em; }
  .plist.plist_type_column_sp_col2 .plist__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding: 0.5em; } }

.plist.plist_type_flow .plist__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.plist.plist_type_flow .plist__head {
  width: 100%;
  padding: 0.5em;
  text-align: center;
  color: #fff;
  background: #bf4472; }

.plist.plist_type_flow .plist__body {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #bf4472; }

@media (max-width: 768.98px) {
  .plist.plist_type_flow .plist__box {
    margin-bottom: 40px;
    position: relative; }
    .plist.plist_type_flow .plist__box:not(:last-child)::after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #bf4472 transparent transparent transparent;
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: auto;
      bottom: 0;
      bottom: -25px; } }

@media (min-width: 769px) {
  .plist.plist_type_flow {
    margin-bottom: 60px; }
    .plist.plist_type_flow .plist__box {
      margin-bottom: 10px;
      position: relative; }
      .plist.plist_type_flow .plist__box::before {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 60px 0 60px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        z-index: 1; }
      .plist.plist_type_flow .plist__box::after {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 60px 0 60px;
        border-color: #bf4472 transparent transparent transparent;
        position: absolute;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
        bottom: -40px;
        z-index: 2; }
    .plist.plist_type_flow .plist__head {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 120px;
              flex: 0 0 120px;
      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;
      padding-top: 40px; }
    .plist.plist_type_flow .plist__body {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%; } }

.plist.plist_type_flow_arrow .plist__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .plist.plist_type_flow_arrow .plist__box:not(:last-child) {
    margin-bottom: 75px;
    position: relative; }
    .plist.plist_type_flow_arrow .plist__box:not(:last-child)::before, .plist.plist_type_flow_arrow .plist__box:not(:last-child)::after {
      display: block;
      content: "";
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 100%;
      bottom: auto;
      left: 50px; }
    .plist.plist_type_flow_arrow .plist__box:not(:last-child)::before {
      width: 3px;
      height: 25px;
      background: #333333;
      -webkit-transform: translate(-50%, 20px);
              transform: translate(-50%, 20px); }
    .plist.plist_type_flow_arrow .plist__box:not(:last-child)::after {
      width: 20px;
      height: 20px;
      border-right: 3px solid #333333;
      border-bottom: 3px solid #333333;
      -webkit-transform: translate(-50%, 25px) rotate(45deg);
              transform: translate(-50%, 25px) rotate(45deg); }

.plist.plist_type_flow_arrow .plist__head {
  width: 100%; }

.plist.plist_type_flow_arrow .plist__body {
  width: 100%; }

@media (max-width: 768.98px) {
  .plist.plist_type_flow_arrow .plist__box {
    margin-bottom: 40px; } }

@media (min-width: 769px) {
  .plist.plist_type_flow_arrow .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px; }
  .plist.plist_type_flow_arrow .plist__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; } }

.plist.plist_type_circle .plist__box {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px; }
  .plist.plist_type_circle .plist__box:not(:last-child) .plist__head {
    position: relative; }
    .plist.plist_type_circle .plist__box:not(:last-child) .plist__head::after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 12.5px 0 12.5px;
      border-color: #fce20e transparent transparent transparent;
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: auto;
      bottom: 0;
      bottom: -32px;
      z-index: 2; }

.plist.plist_type_circle .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 20px;
  text-align: center;
  line-height: 1.3; }
  .plist.plist_type_circle .plist__head-in {
    height: 100%;
    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;
    color: #fff;
    font-weight: normal;
    position: relative; }
    @media (min-width: 769px) {
      .plist.plist_type_circle .plist__head-in {
        font-size: 2.5rem; } }
    @media (max-width: 768.98px) {
      .plist.plist_type_circle .plist__head-in {
        font-size: 1.8rem; } }
    .plist.plist_type_circle .plist__head-in::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #bf4472;
      z-index: -1;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      padding-bottom: 100%;
      border-radius: 50%; }

.plist.plist_type_circle .plist__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 769px) {
  .plist.plist_type_circle .plist__box {
    min-height: 100px; }
  .plist.plist_type_circle .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px; } }

.plist.plist_type_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 769px) {
    .plist.plist_type_step {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .plist.plist_type_step > * {
        width: calc((100% - 60px * 1) / 2); }
        .ie11 .plist.plist_type_step > * {
          width: calc((100% - 60px * 1) / 2 - 0.1px); }
        .plist.plist_type_step > *:not(:nth-child(2n)) {
          margin-right: 60px; }
        .plist.plist_type_step > *:nth-last-child(n + 3) {
          margin-bottom: 30px; }
        .plist.plist_type_step > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    .plist.plist_type_step {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .plist.plist_type_step > * {
        width: 100%; }
        .plist.plist_type_step > *:nth-last-child(n + 2) {
          margin-bottom: 30px; }
        .plist.plist_type_step > * img {
          width: 100%; } }
  .plist.plist_type_step > * {
    margin-bottom: 30px; }
  .plist.plist_type_step .plist__box {
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .plist.plist_type_step .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    line-height: 1;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #bf4472;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #bf4472; }
    .plist.plist_type_step .plist__head span:nth-child(1) {
      font-size: 1.2rem;
      margin-top: 0.3em; }
    .plist.plist_type_step .plist__head span:nth-child(2) {
      font-size: 4.2rem; }
  .plist.plist_type_step .plist__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; }

.plist.plist_type_table {
  border-bottom: 1px solid #d3d3d3; }
  .plist.plist_type_table.plist.plist_type_table_head_left .plist__head {
    text-align: left; }
  .plist.plist_type_table.plist.plist_type_table_body_left .plist__body {
    text-align: left; }
  .plist.plist_type_table.plist.plist_type_table_head_center .plist__head {
    text-align: center; }
  .plist.plist_type_table.plist.plist_type_table_body_center .plist__body {
    text-align: center; }
  .plist.plist_type_table.plist.plist_type_table_head_right .plist__head {
    text-align: right; }
  .plist.plist_type_table.plist.plist_type_table_body_right .plist__body {
    text-align: right; }
  @media (min-width: 576px) {
    .plist.plist_type_table.plist.plist_type_table_head_left-sm .plist__head {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_body_left-sm .plist__body {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_head_center-sm .plist__head {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_body_center-sm .plist__body {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_head_right-sm .plist__head {
      text-align: right; }
    .plist.plist_type_table.plist.plist_type_table_body_right-sm .plist__body {
      text-align: right; } }
  @media (min-width: 769px) {
    .plist.plist_type_table.plist.plist_type_table_head_left-md .plist__head {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_body_left-md .plist__body {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_head_center-md .plist__head {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_body_center-md .plist__body {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_head_right-md .plist__head {
      text-align: right; }
    .plist.plist_type_table.plist.plist_type_table_body_right-md .plist__body {
      text-align: right; } }
  @media (min-width: 1000px) {
    .plist.plist_type_table.plist.plist_type_table_head_left-lg .plist__head {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_body_left-lg .plist__body {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_head_center-lg .plist__head {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_body_center-lg .plist__body {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_head_right-lg .plist__head {
      text-align: right; }
    .plist.plist_type_table.plist.plist_type_table_body_right-lg .plist__body {
      text-align: right; } }
  @media (min-width: 1367px) {
    .plist.plist_type_table.plist.plist_type_table_head_left-xl .plist__head {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_body_left-xl .plist__body {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_head_center-xl .plist__head {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_body_center-xl .plist__body {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_head_right-xl .plist__head {
      text-align: right; }
    .plist.plist_type_table.plist.plist_type_table_body_right-xl .plist__body {
      text-align: right; } }
  @media (max-width: 768.98px) {
    .plist.plist_type_table.plist.plist_type_table_head_left-sp .plist__head {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_body_left-sp .plist__body {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_head_center-sp .plist__head {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_body_center-sp .plist__body {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_head_right-sp .plist__head {
      text-align: right; }
    .plist.plist_type_table.plist.plist_type_table_body_right-sp .plist__body {
      text-align: right; } }
  .plist.plist_type_table.plist.plist_type_table_auto .plist__head {
    white-space: nowrap; }
  .plist.plist_type_table.plist.plist_type_table_auto .plist__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; }
  .plist.plist_type_table.plist.plist_type_table_w5p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%; }
  .plist.plist_type_table.plist.plist_type_table_w10p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%; }
  .plist.plist_type_table.plist.plist_type_table_w15p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%; }
  .plist.plist_type_table.plist.plist_type_table_w20p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
  .plist.plist_type_table.plist.plist_type_table_w25p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .plist.plist_type_table.plist.plist_type_table_w30p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
  .plist.plist_type_table.plist.plist_type_table_w35p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%; }
  .plist.plist_type_table.plist.plist_type_table_w40p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
  .plist.plist_type_table.plist.plist_type_table_w45p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%; }
  .plist.plist_type_table.plist.plist_type_table_w50p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .plist.plist_type_table .plist__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .plist.plist_type_table .plist__head {
    padding: 0.5em;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background: #bf4472; }
  .plist.plist_type_table .plist__body {
    padding: 0.5em; }
  @media (max-width: 768.98px) {
    .plist.plist_type_table .plist__head {
      border: 1px solid #d3d3d3; }
    .plist.plist_type_table .plist__body {
      border-left: 1px solid #d3d3d3;
      border-right: 1px solid #d3d3d3; } }
  @media (min-width: 769px) {
    .plist.plist_type_table .plist__box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .plist.plist_type_table .plist__head {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 15%;
              flex: 0 0 15%;
      border-top: 1px solid #d3d3d3;
      border-right: 1px solid #d3d3d3;
      border-left: 1px solid #d3d3d3; }
    .plist.plist_type_table .plist__body {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%;
      border-top: 1px solid #d3d3d3;
      border-right: 1px solid #d3d3d3; } }

.plist.plist_type_index .plist__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em; }
  @media (min-width: 769px) {
    .plist.plist_type_index .plist__box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .plist.plist_type_index .plist__box > * {
        width: calc((100% - 0px * 1) / 2 - 0.1px); }
        .plist.plist_type_index .plist__box > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    .plist.plist_type_index .plist__box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .plist.plist_type_index .plist__box > * {
        width: 100%; }
        .plist.plist_type_index .plist__box > * img {
          width: 100%; } }

.plist.plist_type_index .plist__head {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .plist.plist_type_index .plist__head::after {
    margin-left: 0.5em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, transparent), color-stop(25%, #d3d3d3), color-stop(50%, #d3d3d3), color-stop(50%, transparent), color-stop(75%, transparent), color-stop(75%, #d3d3d3), to(#d3d3d3));
    background-image: linear-gradient(to right, transparent 25%, #d3d3d3 25%, #d3d3d3 50%, transparent 50%, transparent 75%, #d3d3d3 75%, #d3d3d3 100%);
    background-size: 8px 8px; }

.plist.plist_type_index .plist__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .plist.plist_type_index .plist__body::before {
    margin-right: 0.5em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, transparent), color-stop(25%, #d3d3d3), color-stop(50%, #d3d3d3), color-stop(50%, transparent), color-stop(75%, transparent), color-stop(75%, #d3d3d3), to(#d3d3d3));
    background-image: linear-gradient(to right, transparent 25%, #d3d3d3 25%, #d3d3d3 50%, transparent 50%, transparent 75%, #d3d3d3 75%, #d3d3d3 100%);
    background-size: 8px 8px; }

@media (max-width: 768.98px) {
  .plist.plist_type_index .plist__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .plist.plist_type_index .plist__head::after {
    content: none; } }

.plist.plist_type_disc {
  list-style: disc;
  padding-left: 2em; }

.plist.plist_type_square {
  list-style: square;
  padding-left: 2em; }

.plist.plist_type_order {
  list-style: decimal;
  padding-left: 2em; }

.plist.plist_type_order02 {
  list-style: decimal-leading-zero;
  padding-left: 2.5em; }

.plist.plist_type_hiragana {
  list-style: hiragana;
  padding-left: 2em; }

.plist.plist_type_katakana {
  list-style: katakana;
  padding-left: 2em; }

.plist.plist_type_order_kakko {
  counter-reset: list-cnt;
  list-style: none; }
  .plist.plist_type_order_kakko > .plist__item {
    counter-increment: list-cnt;
    padding-left: 2em;
    position: relative; }
    .plist.plist_type_order_kakko > .plist__item::before {
      position: absolute;
      left: 0;
      content: "(" counter(list-cnt) ")"; }
  .plist.plist_type_order_kakko-start2 {
    counter-reset: list-cnt 1; }

.plist.plist_type_order02_kakko {
  counter-reset: list-cnt;
  list-style: none; }
  .plist.plist_type_order02_kakko > .plist__item {
    counter-increment: list-cnt;
    padding-left: 2.5em;
    position: relative; }
    .plist.plist_type_order02_kakko > .plist__item::before {
      position: absolute;
      left: 0;
      content: "(" counter(list-cnt, decimal-leading-zero) ")"; }

.plist.plist_type_hiragana_kakko {
  counter-reset: list-cnt;
  list-style: none; }
  .plist.plist_type_hiragana_kakko > .plist__item {
    counter-increment: list-cnt;
    padding-left: 2.5em;
    position: relative; }
    .plist.plist_type_hiragana_kakko > .plist__item::before {
      position: absolute;
      left: 0;
      content: "(" counter(list-cnt, hiragana) ")"; }

.plist.plist_type_katakana_kakko {
  counter-reset: list-cnt;
  list-style: none; }
  .plist.plist_type_katakana_kakko > .plist__item {
    counter-increment: list-cnt;
    padding-left: 2.5em;
    position: relative; }
    .plist.plist_type_katakana_kakko > .plist__item::before {
      position: absolute;
      left: 0;
      content: "(" counter(list-cnt, katakana) ")"; }

.plist.plist_type_order_maru {
  list-style: none; }
  .plist.plist_type_order_maru > .plist__item {
    padding-left: 2em;
    position: relative; }
    .plist.plist_type_order_maru > .plist__item::before {
      position: absolute;
      left: 0; }
    .plist.plist_type_order_maru > .plist__item:nth-child(1)::before {
      content: "①"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(2)::before {
      content: "②"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(3)::before {
      content: "③"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(4)::before {
      content: "④"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(5)::before {
      content: "⑤"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(6)::before {
      content: "⑥"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(7)::before {
      content: "⑦"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(8)::before {
      content: "⑧"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(9)::before {
      content: "⑨"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(10)::before {
      content: "⑩"; }

.plist.plist_type_icon, .plist.plist_type_arrow {
  list-style: none; }
  .plist.plist_type_icon > .plist__item, .plist.plist_type_arrow > .plist__item {
    padding-left: 1.5em;
    position: relative; }
    .plist.plist_type_icon > .plist__item::before, .plist.plist_type_arrow > .plist__item::before {
      position: absolute;
      left: 0;
      font-family: "FontAwesome"; }
    .plist.plist_type_icon > .plist__item_type_pdf::before, .plist.plist_type_arrow > .plist__item_type_pdf::before {
      content: "\f1c1"; }
    .plist.plist_type_icon > .plist__item_type_doc::before, .plist.plist_type_arrow > .plist__item_type_doc::before {
      content: "\f1c2"; }
    .plist.plist_type_icon > .plist__item_type_xls::before, .plist.plist_type_arrow > .plist__item_type_xls::before {
      content: "\f1c3"; }
    .plist.plist_type_icon > .plist__item_type_arrow::before, .plist.plist_type_arrow > .plist__item_type_arrow::before {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      content: "\f054"; }

.plist.plist_type_arrow > .plist__item::before {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  content: "\f054"; }

.plist.plist_type_link {
  margin: 0;
  padding: 0;
  list-style: none; }
  .plist.plist_type_link_arrow_lr .plist__item {
    border-bottom: 1px solid #333333; }
  .plist.plist_type_link_arrow_lr .plist__link {
    padding: 0.7em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: currentColor; }
    .plist.plist_type_link_arrow_lr .plist__link:hover {
      color: currentColor;
      text-decoration: none; }
    .plist.plist_type_link_arrow_lr .plist__link::before {
      color: #bf4472;
      font-family: fontawesome;
      content: "\f054";
      text-decoration: none;
      margin-right: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plist.plist_type_link_arrow_lr .plist__link::before {
        display: inline-block !important;
        text-decoration: none; }
    .plist.plist_type_link_arrow_lr .plist__link::before {
      -webkit-transform: translateX(5px);
              transform: translateX(5px);
      margin-right: 15px; }
    .plist.plist_type_link_arrow_lr .plist__link:hover::before {
      -webkit-transform: translateX(10px);
              transform: translateX(10px); }
  .plist.plist_type_link_arrow_rr .plist__item {
    border-bottom: 1px solid #333333; }
  .plist.plist_type_link_arrow_rr .plist__link {
    padding: 0.7em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: currentColor;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .plist.plist_type_link_arrow_rr .plist__link:hover {
      color: currentColor;
      text-decoration: none; }
    .plist.plist_type_link_arrow_rr .plist__link::before {
      color: #bf4472;
      font-family: fontawesome;
      content: "\f054";
      text-decoration: none;
      margin-right: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plist.plist_type_link_arrow_rr .plist__link::before {
        display: inline-block !important;
        text-decoration: none; }
    .plist.plist_type_link_arrow_rr .plist__link::before {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px);
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-left: auto;
      padding-left: 1em; }
    .plist.plist_type_link_arrow_rr .plist__link:hover::before {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .plist.plist_type_link_arrow_rb .plist__item {
    border-bottom: 1px solid #333333; }
  .plist.plist_type_link_arrow_rb .plist__link {
    padding: 0.7em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: currentColor;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .plist.plist_type_link_arrow_rb .plist__link:hover {
      color: currentColor;
      text-decoration: none; }
    .plist.plist_type_link_arrow_rb .plist__link::before {
      color: #bf4472;
      font-family: fontawesome;
      content: "\f078";
      text-decoration: none;
      margin-right: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plist.plist_type_link_arrow_rb .plist__link::before {
        display: inline-block !important;
        text-decoration: none; }
    .plist.plist_type_link_arrow_rb .plist__link::before {
      -webkit-transform: translate(-5px, 0);
              transform: translate(-5px, 0);
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-left: auto; }
    .plist.plist_type_link_arrow_rb .plist__link:hover::before {
      -webkit-transform: translate(-5px, 5px);
              transform: translate(-5px, 5px); }
  .plist.plist_type_link_arrow_rr2 .plist__item {
    border-bottom: 1px solid #333333;
    position: relative; }
    .plist.plist_type_link_arrow_rr2 .plist__item::before, .plist.plist_type_link_arrow_rr2 .plist__item::after {
      pointer-events: none;
      position: absolute;
      display: block;
      content: "";
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plist.plist_type_link_arrow_rr2 .plist__item::before {
      top: 50%;
      right: 0;
      width: 25px;
      height: 1px;
      background: #333333;
      -webkit-transform: translate(-10px, -50%);
              transform: translate(-10px, -50%); }
    .plist.plist_type_link_arrow_rr2 .plist__item::after {
      top: 50%;
      right: 0;
      width: 6px;
      height: 6px;
      border-top: 1px solid #333333;
      border-right: 1px solid #333333;
      -webkit-transform: translate(-10px, -50%) rotate(45deg);
              transform: translate(-10px, -50%) rotate(45deg); }
    .plist.plist_type_link_arrow_rr2 .plist__item:hover::before {
      -webkit-transform: translate(0px, -50%);
              transform: translate(0px, -50%); }
    .plist.plist_type_link_arrow_rr2 .plist__item:hover::after {
      -webkit-transform: translate(0px, -50%) rotate(45deg);
              transform: translate(0px, -50%) rotate(45deg); }
  .plist.plist_type_link_arrow_rr2 .plist__link {
    display: block;
    padding: 0.7em 0; }
    .plist.plist_type_link_arrow_rr2 .plist__link:hover {
      color: currentColor;
      text-decoration: none; }
  .plist.plist_type_link_border .plist__item:first-child {
    border-top: 1px solid #333333; }
  .plist.plist_type_link_noborder .plist__item {
    border-bottom: 0; }
  .plist.plist_type_link_noborder .plist__link {
    padding: 0.2em 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .plist.plist_type_link_white {
    color: #fff; }
    .plist.plist_type_link_white .plist__item {
      border-color: #fff !important; }
      .plist.plist_type_link_white .plist__item::before {
        background: #fff; }
      .plist.plist_type_link_white .plist__item::after {
        border-color: #fff; }
    .plist.plist_type_link_white .plist__link::before, .plist.plist_type_link_white .plist__link::after {
      color: #fff; }
  .plist.plist_type_link .plist__link_reverse::after {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 0;
    padding-right: 0.2em; }
  .plist.plist_type_link_arrow_clr_black .plist__link::before, .plist.plist_type_link_arrow_clr_black .plist__link::after {
    color: #333333 !important; }
  .plist.plist_type_link_arrow_clr_black-light .plist__link::before, .plist.plist_type_link_arrow_clr_black-light .plist__link::after {
    color: #676f78 !important; }
  .plist.plist_type_link_arrow_clr_white .plist__link::before, .plist.plist_type_link_arrow_clr_white .plist__link::after {
    color: #fff !important; }
  .plist.plist_type_link_arrow_clr_red .plist__link::before, .plist.plist_type_link_arrow_clr_red .plist__link::after {
    color: #e12f3b !important; }
  .plist.plist_type_link_arrow_clr_foodhall .plist__link::before, .plist.plist_type_link_arrow_clr_foodhall .plist__link::after {
    color: #fe3a01 !important; }
  .plist.plist_type_link_arrow_clr_map-item .plist__link::before, .plist.plist_type_link_arrow_clr_map-item .plist__link::after {
    color: #3f5977 !important; }
  .plist.plist_type_link_arrow_clr_map-service .plist__link::before, .plist.plist_type_link_arrow_clr_map-service .plist__link::after {
    color: #518b72 !important; }
  .plist.plist_type_link_arrow_clr_map-fashion .plist__link::before, .plist.plist_type_link_arrow_clr_map-fashion .plist__link::after {
    color: #7b5a6a !important; }
  .plist.plist_type_link_arrow_clr_map-gourment .plist__link::before, .plist.plist_type_link_arrow_clr_map-gourment .plist__link::after {
    color: #a48b66 !important; }
  .plist.plist_type_link_arrow_clr_map-gourmet .plist__link::before, .plist.plist_type_link_arrow_clr_map-gourmet .plist__link::after {
    color: #a48b66 !important; }
  .plist.plist_type_link_arrow_clr_map-goods .plist__link::before, .plist.plist_type_link_arrow_clr_map-goods .plist__link::after {
    color: #3f5977 !important; }

.plist.plist_type_indent {
  margin: 0;
  padding: 0;
  list-style: none; }
  .plist.plist_type_indent > .plist__item {
    text-indent: -1em;
    padding-left: 1em; }

.plist.plist_type_order_box, .plist.plist_type_order_circle {
  padding-left: 0;
  counter-reset: list-cnt;
  list-style: none; }
  .plist.plist_type_order_box > .plist__item, .plist.plist_type_order_circle > .plist__item {
    counter-increment: list-cnt;
    padding-left: 25px;
    position: relative; }
    .plist.plist_type_order_box > .plist__item:not(:last-child), .plist.plist_type_order_circle > .plist__item:not(:last-child) {
      margin-bottom: 0.3em; }
    .plist.plist_type_order_box > .plist__item::before, .plist.plist_type_order_circle > .plist__item::before {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1.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;
      width: 21px;
      height: 21px;
      color: #fff;
      background: #bf4472;
      position: absolute;
      top: 0.3rem;
      left: 0;
      content: counter(list-cnt); }

.plist.plist_type_order_circle > .plist__item::before {
  border-radius: 50%; }

.plist.plist_type_box, .plist.plist_type_circle {
  padding-left: 0;
  list-style: none; }
  .plist.plist_type_box > .plist__item, .plist.plist_type_circle > .plist__item {
    padding-left: 25px;
    position: relative; }
    .plist.plist_type_box > .plist__item:not(:last-child), .plist.plist_type_circle > .plist__item:not(:last-child) {
      margin-bottom: 0.3em; }
    .plist.plist_type_box > .plist__item::before, .plist.plist_type_circle > .plist__item::before {
      content: "";
      width: 6px;
      height: 6px;
      background: #bf4472;
      position: absolute;
      top: 10px;
      left: 8px; }

.plist.plist_type_circle > .plist__item::before {
  background: #bf4472;
  border-radius: 50%; }

.plist.plist_type_flow_order {
  padding-left: 0;
  counter-reset: list-cnt;
  list-style: none; }
  .plist.plist_type_flow_order > .plist__item {
    font-weight: bold;
    border: 1px solid #bf4472;
    counter-increment: list-cnt;
    padding: 0.5em 45px 0.5em 100px;
    position: relative; }
    @media (min-width: 769px) {
      .plist.plist_type_flow_order > .plist__item {
        font-size: 1.8rem; } }
    @media (max-width: 768.98px) {
      .plist.plist_type_flow_order > .plist__item {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .plist.plist_type_flow_order > .plist__item {
        padding: 0.5em 0.2em 0.5em 50px; } }
    .plist.plist_type_flow_order > .plist__item:not(:last-child) {
      margin-bottom: 45px;
      position: relative; }
      .plist.plist_type_flow_order > .plist__item:not(:last-child)::after {
        position: absolute;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: auto;
        bottom: 0;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: #bf4472 transparent transparent transparent;
        margin-bottom: -30px; }
    .plist.plist_type_flow_order > .plist__item .plist__note {
      display: inline-block;
      font-weight: normal;
      margin-left: 1em;
      color: #bf4472; }
      @media (min-width: 769px) {
        .plist.plist_type_flow_order > .plist__item .plist__note {
          font-size: 1.6rem; } }
      @media (max-width: 768.98px) {
        .plist.plist_type_flow_order > .plist__item .plist__note {
          font-size: 1.4rem; } }
    .plist.plist_type_flow_order > .plist__item::before {
      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;
      width: 36px;
      height: 36px;
      color: #fff;
      background: #bf4472;
      position: absolute;
      top: 50%;
      left: 45px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: counter(list-cnt); }
      @media (min-width: 769px) {
        .plist.plist_type_flow_order > .plist__item::before {
          font-size: 2.2rem; } }
      @media (max-width: 768.98px) {
        .plist.plist_type_flow_order > .plist__item::before {
          font-size: 1.8rem; } }
      @media (max-width: 768.98px) {
        .plist.plist_type_flow_order > .plist__item::before {
          left: 3px; } }

.plist.plist_type_flow_box {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.3; }
  .plist.plist_type_flow_box > .plist__item {
    padding: 20px;
    border: 2px solid #bf4472;
    color: #bf4472;
    font-weight: bold;
    text-align: center; }
    @media (min-width: 769px) {
      .plist.plist_type_flow_box > .plist__item {
        font-size: 1.8rem; } }
    @media (max-width: 768.98px) {
      .plist.plist_type_flow_box > .plist__item {
        font-size: 1.6rem; } }
    .plist.plist_type_flow_box > .plist__item:not(:last-child) {
      margin-bottom: 30px;
      position: relative; }
      .plist.plist_type_flow_box > .plist__item:not(:last-child)::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 2px;
        height: 32px;
        background-color: #bf4472;
        top: 100%;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    .plist.plist_type_flow_box > .plist__item_type2 {
      color: #fff;
      background: #bf4472; }
    .plist.plist_type_flow_box > .plist__item_type3 {
      color: #fff;
      background: #bf4472;
      position: relative; }
      .plist.plist_type_flow_box > .plist__item_type3::before {
        pointer-events: none;
        display: block;
        content: "";
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border: 1px solid #fff; }

.plist.plist_type_flow_box2 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .plist.plist_type_flow_box2 > .plist__item {
    padding: 20px;
    color: #fff;
    background: #bf4472; }
  .plist.plist_type_flow_box2 .plist__head {
    position: absolute;
    top: -30px;
    left: 0;
    color: #333333;
    font-weight: bold; }
  .plist.plist_type_flow_box2_head {
    margin-top: 30px; }
  @media (min-width: 769px) {
    .plist.plist_type_flow_box2 > .plist__item {
      margin-right: 30px;
      position: relative; }
      .plist.plist_type_flow_box2 > .plist__item::after {
        content: "";
        display: block;
        width: 30px;
        height: 100%;
        position: absolute;
        left: 100%;
        right: auto;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, transparent), color-stop(51%, #bf4472)) no-repeat top left/100% 50.5%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(51%, #bf4472)) no-repeat bottom left/100% 50.5%;
        background: linear-gradient(to bottom left, transparent 49%, #bf4472 51%) no-repeat top left/100% 50.5%, linear-gradient(to top left, transparent 49%, #bf4472 51%) no-repeat bottom left/100% 50.5%; } }
  @media (max-width: 768.98px) {
    .plist.plist_type_flow_box2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .plist.plist_type_flow_box2 > .plist__item {
        margin-bottom: 30px;
        position: relative; }
        .plist.plist_type_flow_box2 > .plist__item::after {
          content: "";
          display: block;
          width: 100%;
          height: 30px;
          position: absolute;
          left: 50%;
          right: auto;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 100%;
          bottom: auto;
          background: -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(51%, #bf4472)) no-repeat top right/50.5% 100%, -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(51%, #bf4472)) no-repeat bottom left/50.5% 100%;
          background: linear-gradient(to top left, transparent 49%, #bf4472 51%) no-repeat top right/50.5% 100%, linear-gradient(to top right, transparent 49%, #bf4472 51%) no-repeat bottom left/50.5% 100%; }
      .plist.plist_type_flow_box2 .plist__head {
        top: -1.2em;
        line-height: 1;
        background: #fff; } }

.plist.plist_type_flow_box3 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .plist.plist_type_flow_box3 > .plist__item {
    padding: 20px;
    color: #fff;
    background: #bf4472;
    margin-bottom: 30px;
    position: relative; }
    .plist.plist_type_flow_box3 > .plist__item::after {
      content: "";
      display: block;
      width: 100%;
      height: 30px;
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 100%;
      bottom: auto;
      background: -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(51%, #bf4472)) no-repeat top right/50.5% 100%, -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(51%, #bf4472)) no-repeat bottom left/50.5% 100%;
      background: linear-gradient(to top left, transparent 49%, #bf4472 51%) no-repeat top right/50.5% 100%, linear-gradient(to top right, transparent 49%, #bf4472 51%) no-repeat bottom left/50.5% 100%; }
  .plist.plist_type_flow_box3 .plist__head {
    position: absolute;
    top: -30px;
    left: 0;
    color: #333333;
    font-weight: bold;
    top: -1.2em;
    line-height: 1;
    background: #fff; }
  .plist.plist_type_flow_box3_c15 > .plist__item::after {
    background: -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), to(51%)) no-repeat top right/50.5% 100%, -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), to(51%)) no-repeat bottom left/50.5% 100%;
    background: linear-gradient(to top left, transparent 49%, 51%) no-repeat top right/50.5% 100%, linear-gradient(to top right, transparent 49%, 51%) no-repeat bottom left/50.5% 100%; }
  .plist.plist_type_flow_box3_sub1 > .plist__item {
    background: #825907; }
    .plist.plist_type_flow_box3_sub1 > .plist__item::after {
      background: -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(51%, #825907)) no-repeat top right/50.5% 100%, -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(51%, #825907)) no-repeat bottom left/50.5% 100%;
      background: linear-gradient(to top left, transparent 49%, #825907 51%) no-repeat top right/50.5% 100%, linear-gradient(to top right, transparent 49%, #825907 51%) no-repeat bottom left/50.5% 100%; }
  .plist.plist_type_flow_box3_red > .plist__item {
    background: #e12f3b; }
    .plist.plist_type_flow_box3_red > .plist__item::after {
      background: -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(51%, #e12f3b)) no-repeat top right/50.5% 100%, -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(51%, #e12f3b)) no-repeat bottom left/50.5% 100%;
      background: linear-gradient(to top left, transparent 49%, #e12f3b 51%) no-repeat top right/50.5% 100%, linear-gradient(to top right, transparent 49%, #e12f3b 51%) no-repeat bottom left/50.5% 100%; }

.plist.plist_type_clr_disc {
  list-style: none; }
  .plist.plist_type_clr_disc > .plist__item {
    padding-left: 2em;
    position: relative; }
    .plist.plist_type_clr_disc > .plist__item::before {
      position: absolute;
      left: 0;
      font-family: "FontAwesome";
      content: "\f111";
      color: #bf4472;
      -webkit-transform: scale(0.6);
              transform: scale(0.6); }
    .plist.plist_type_clr_disc > .plist__item > .plist_type_clr_disc {
      list-style: none;
      margin: 0;
      padding: 0;
      list-style: none; }
      .plist.plist_type_clr_disc > .plist__item > .plist_type_clr_disc .plist__item {
        padding-left: 1em;
        position: relative; }
        .plist.plist_type_clr_disc > .plist__item > .plist_type_clr_disc .plist__item::before {
          position: absolute;
          left: 0;
          font-family: "FontAwesome";
          content: "\f111";
          color: #bf4472;
          -webkit-transform: scale(0.4);
                  transform: scale(0.4); }

.pblock, .pblock-sub, .pblock-slim, .pblock-wide, .pblock-full {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .pblock:last-child, .pblock-sub:last-child, .pblock-slim:last-child, .pblock-wide:last-child, .pblock-full:last-child {
    margin-bottom: 0; }
  .pblock-end {
    margin-bottom: -90px !important; }
    @media (min-width: 769px) {
      .pblock-end {
        margin-bottom: -90px !important; } }
    @media (min-width: 769px) {
      .pblock-end-pc {
        margin-bottom: -90px !important; } }
    @media (max-width: 768.98px) {
      .pblock-end-sp {
        margin-bottom: -90px !important;
        padding-bottom: 1px; } }
  .pblock-row, .pblock-row-4, .pblock-row-3, .pblock-row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .pblock-row.gutters-y0, .gutters-y0.pblock-row-4, .gutters-y0.pblock-row-3, .gutters-y0.pblock-row-2 {
      margin-bottom: 0px; }
      .pblock-row.gutters-y0 > .pblock-col, .gutters-y0.pblock-row-4 > .pblock-col, .gutters-y0.pblock-row-3 > .pblock-col, .gutters-y0.pblock-row-2 > .pblock-col {
        margin-bottom: 0px; }
    .pblock-row.gutters-y5, .gutters-y5.pblock-row-4, .gutters-y5.pblock-row-3, .gutters-y5.pblock-row-2 {
      margin-bottom: -5px; }
      .pblock-row.gutters-y5 > .pblock-col, .gutters-y5.pblock-row-4 > .pblock-col, .gutters-y5.pblock-row-3 > .pblock-col, .gutters-y5.pblock-row-2 > .pblock-col {
        margin-bottom: 5px; }
    .pblock-row.gutters-y10, .gutters-y10.pblock-row-4, .gutters-y10.pblock-row-3, .gutters-y10.pblock-row-2 {
      margin-bottom: -10px; }
      .pblock-row.gutters-y10 > .pblock-col, .gutters-y10.pblock-row-4 > .pblock-col, .gutters-y10.pblock-row-3 > .pblock-col, .gutters-y10.pblock-row-2 > .pblock-col {
        margin-bottom: 10px; }
    .pblock-row.gutters-y15, .gutters-y15.pblock-row-4, .gutters-y15.pblock-row-3, .gutters-y15.pblock-row-2 {
      margin-bottom: -15px; }
      .pblock-row.gutters-y15 > .pblock-col, .gutters-y15.pblock-row-4 > .pblock-col, .gutters-y15.pblock-row-3 > .pblock-col, .gutters-y15.pblock-row-2 > .pblock-col {
        margin-bottom: 15px; }
    .pblock-row.gutters-y20, .gutters-y20.pblock-row-4, .gutters-y20.pblock-row-3, .gutters-y20.pblock-row-2 {
      margin-bottom: -20px; }
      .pblock-row.gutters-y20 > .pblock-col, .gutters-y20.pblock-row-4 > .pblock-col, .gutters-y20.pblock-row-3 > .pblock-col, .gutters-y20.pblock-row-2 > .pblock-col {
        margin-bottom: 20px; }
    .pblock-row.gutters-y25, .gutters-y25.pblock-row-4, .gutters-y25.pblock-row-3, .gutters-y25.pblock-row-2 {
      margin-bottom: -25px; }
      .pblock-row.gutters-y25 > .pblock-col, .gutters-y25.pblock-row-4 > .pblock-col, .gutters-y25.pblock-row-3 > .pblock-col, .gutters-y25.pblock-row-2 > .pblock-col {
        margin-bottom: 25px; }
    .pblock-row.gutters-y30, .gutters-y30.pblock-row-4, .gutters-y30.pblock-row-3, .gutters-y30.pblock-row-2 {
      margin-bottom: -30px; }
      .pblock-row.gutters-y30 > .pblock-col, .gutters-y30.pblock-row-4 > .pblock-col, .gutters-y30.pblock-row-3 > .pblock-col, .gutters-y30.pblock-row-2 > .pblock-col {
        margin-bottom: 30px; }
    .pblock-row.gutters-y35, .gutters-y35.pblock-row-4, .gutters-y35.pblock-row-3, .gutters-y35.pblock-row-2 {
      margin-bottom: -35px; }
      .pblock-row.gutters-y35 > .pblock-col, .gutters-y35.pblock-row-4 > .pblock-col, .gutters-y35.pblock-row-3 > .pblock-col, .gutters-y35.pblock-row-2 > .pblock-col {
        margin-bottom: 35px; }
    .pblock-row.gutters-y40, .gutters-y40.pblock-row-4, .gutters-y40.pblock-row-3, .gutters-y40.pblock-row-2 {
      margin-bottom: -40px; }
      .pblock-row.gutters-y40 > .pblock-col, .gutters-y40.pblock-row-4 > .pblock-col, .gutters-y40.pblock-row-3 > .pblock-col, .gutters-y40.pblock-row-2 > .pblock-col {
        margin-bottom: 40px; }
    .pblock-row.gutters-y45, .gutters-y45.pblock-row-4, .gutters-y45.pblock-row-3, .gutters-y45.pblock-row-2 {
      margin-bottom: -45px; }
      .pblock-row.gutters-y45 > .pblock-col, .gutters-y45.pblock-row-4 > .pblock-col, .gutters-y45.pblock-row-3 > .pblock-col, .gutters-y45.pblock-row-2 > .pblock-col {
        margin-bottom: 45px; }
    .pblock-row.gutters-y50, .gutters-y50.pblock-row-4, .gutters-y50.pblock-row-3, .gutters-y50.pblock-row-2 {
      margin-bottom: -50px; }
      .pblock-row.gutters-y50 > .pblock-col, .gutters-y50.pblock-row-4 > .pblock-col, .gutters-y50.pblock-row-3 > .pblock-col, .gutters-y50.pblock-row-2 > .pblock-col {
        margin-bottom: 50px; }
    .pblock-row.gutters-y55, .gutters-y55.pblock-row-4, .gutters-y55.pblock-row-3, .gutters-y55.pblock-row-2 {
      margin-bottom: -55px; }
      .pblock-row.gutters-y55 > .pblock-col, .gutters-y55.pblock-row-4 > .pblock-col, .gutters-y55.pblock-row-3 > .pblock-col, .gutters-y55.pblock-row-2 > .pblock-col {
        margin-bottom: 55px; }
    .pblock-row.gutters-y60, .gutters-y60.pblock-row-4, .gutters-y60.pblock-row-3, .gutters-y60.pblock-row-2 {
      margin-bottom: -60px; }
      .pblock-row.gutters-y60 > .pblock-col, .gutters-y60.pblock-row-4 > .pblock-col, .gutters-y60.pblock-row-3 > .pblock-col, .gutters-y60.pblock-row-2 > .pblock-col {
        margin-bottom: 60px; }
  @media (max-width: 768.98px) {
    .pblock-row-4 > .pblock-col {
      width: 100%;
      height: 100%; }
    .pblock-row-3 > .pblock-col {
      width: 100%;
      height: 100%; }
    .pblock-row-2 > .pblock-col {
      width: 100%;
      height: 100%; } }
  @media (min-width: 769px) {
    .pblock .pblock-row, .pblock-sub .pblock-row, .pblock-slim .pblock-row, .pblock-wide .pblock-row, .pblock-full .pblock-row, .pblock .pblock-row-4, .pblock-sub .pblock-row-4, .pblock-slim .pblock-row-4, .pblock-wide .pblock-row-4, .pblock-full .pblock-row-4, .pblock .pblock-row-3, .pblock-sub .pblock-row-3, .pblock-slim .pblock-row-3, .pblock-wide .pblock-row-3, .pblock-full .pblock-row-3, .pblock .pblock-row-2, .pblock-sub .pblock-row-2, .pblock-slim .pblock-row-2, .pblock-wide .pblock-row-2, .pblock-full .pblock-row-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .pblock .gutters-y0.pblock-row, .pblock-sub .gutters-y0.pblock-row, .pblock-slim .gutters-y0.pblock-row, .pblock-wide .gutters-y0.pblock-row, .pblock-full .gutters-y0.pblock-row, .pblock .gutters-y0.pblock-row-4, .pblock-sub .gutters-y0.pblock-row-4, .pblock-slim .gutters-y0.pblock-row-4, .pblock-wide .gutters-y0.pblock-row-4, .pblock-full .gutters-y0.pblock-row-4, .pblock .gutters-y0.pblock-row-3, .pblock-sub .gutters-y0.pblock-row-3, .pblock-slim .gutters-y0.pblock-row-3, .pblock-wide .gutters-y0.pblock-row-3, .pblock-full .gutters-y0.pblock-row-3, .pblock .gutters-y0.pblock-row-2, .pblock-sub .gutters-y0.pblock-row-2, .pblock-slim .gutters-y0.pblock-row-2, .pblock-wide .gutters-y0.pblock-row-2, .pblock-full .gutters-y0.pblock-row-2 {
        margin-bottom: 0px; }
        .pblock .gutters-y0.pblock-row > .pblock-col, .pblock-sub .gutters-y0.pblock-row > .pblock-col, .pblock-slim .gutters-y0.pblock-row > .pblock-col, .pblock-wide .gutters-y0.pblock-row > .pblock-col, .pblock-full .gutters-y0.pblock-row > .pblock-col, .pblock .gutters-y0.pblock-row-4 > .pblock-col, .pblock-sub .gutters-y0.pblock-row-4 > .pblock-col, .pblock-slim .gutters-y0.pblock-row-4 > .pblock-col, .pblock-wide .gutters-y0.pblock-row-4 > .pblock-col, .pblock-full .gutters-y0.pblock-row-4 > .pblock-col, .pblock .gutters-y0.pblock-row-3 > .pblock-col, .pblock-sub .gutters-y0.pblock-row-3 > .pblock-col, .pblock-slim .gutters-y0.pblock-row-3 > .pblock-col, .pblock-wide .gutters-y0.pblock-row-3 > .pblock-col, .pblock-full .gutters-y0.pblock-row-3 > .pblock-col, .pblock .gutters-y0.pblock-row-2 > .pblock-col, .pblock-sub .gutters-y0.pblock-row-2 > .pblock-col, .pblock-slim .gutters-y0.pblock-row-2 > .pblock-col, .pblock-wide .gutters-y0.pblock-row-2 > .pblock-col, .pblock-full .gutters-y0.pblock-row-2 > .pblock-col {
          margin-bottom: 0px; }
      .pblock .gutters-y5.pblock-row, .pblock-sub .gutters-y5.pblock-row, .pblock-slim .gutters-y5.pblock-row, .pblock-wide .gutters-y5.pblock-row, .pblock-full .gutters-y5.pblock-row, .pblock .gutters-y5.pblock-row-4, .pblock-sub .gutters-y5.pblock-row-4, .pblock-slim .gutters-y5.pblock-row-4, .pblock-wide .gutters-y5.pblock-row-4, .pblock-full .gutters-y5.pblock-row-4, .pblock .gutters-y5.pblock-row-3, .pblock-sub .gutters-y5.pblock-row-3, .pblock-slim .gutters-y5.pblock-row-3, .pblock-wide .gutters-y5.pblock-row-3, .pblock-full .gutters-y5.pblock-row-3, .pblock .gutters-y5.pblock-row-2, .pblock-sub .gutters-y5.pblock-row-2, .pblock-slim .gutters-y5.pblock-row-2, .pblock-wide .gutters-y5.pblock-row-2, .pblock-full .gutters-y5.pblock-row-2 {
        margin-bottom: -5px; }
        .pblock .gutters-y5.pblock-row > .pblock-col, .pblock-sub .gutters-y5.pblock-row > .pblock-col, .pblock-slim .gutters-y5.pblock-row > .pblock-col, .pblock-wide .gutters-y5.pblock-row > .pblock-col, .pblock-full .gutters-y5.pblock-row > .pblock-col, .pblock .gutters-y5.pblock-row-4 > .pblock-col, .pblock-sub .gutters-y5.pblock-row-4 > .pblock-col, .pblock-slim .gutters-y5.pblock-row-4 > .pblock-col, .pblock-wide .gutters-y5.pblock-row-4 > .pblock-col, .pblock-full .gutters-y5.pblock-row-4 > .pblock-col, .pblock .gutters-y5.pblock-row-3 > .pblock-col, .pblock-sub .gutters-y5.pblock-row-3 > .pblock-col, .pblock-slim .gutters-y5.pblock-row-3 > .pblock-col, .pblock-wide .gutters-y5.pblock-row-3 > .pblock-col, .pblock-full .gutters-y5.pblock-row-3 > .pblock-col, .pblock .gutters-y5.pblock-row-2 > .pblock-col, .pblock-sub .gutters-y5.pblock-row-2 > .pblock-col, .pblock-slim .gutters-y5.pblock-row-2 > .pblock-col, .pblock-wide .gutters-y5.pblock-row-2 > .pblock-col, .pblock-full .gutters-y5.pblock-row-2 > .pblock-col {
          margin-bottom: 5px; }
      .pblock .gutters-y10.pblock-row, .pblock-sub .gutters-y10.pblock-row, .pblock-slim .gutters-y10.pblock-row, .pblock-wide .gutters-y10.pblock-row, .pblock-full .gutters-y10.pblock-row, .pblock .gutters-y10.pblock-row-4, .pblock-sub .gutters-y10.pblock-row-4, .pblock-slim .gutters-y10.pblock-row-4, .pblock-wide .gutters-y10.pblock-row-4, .pblock-full .gutters-y10.pblock-row-4, .pblock .gutters-y10.pblock-row-3, .pblock-sub .gutters-y10.pblock-row-3, .pblock-slim .gutters-y10.pblock-row-3, .pblock-wide .gutters-y10.pblock-row-3, .pblock-full .gutters-y10.pblock-row-3, .pblock .gutters-y10.pblock-row-2, .pblock-sub .gutters-y10.pblock-row-2, .pblock-slim .gutters-y10.pblock-row-2, .pblock-wide .gutters-y10.pblock-row-2, .pblock-full .gutters-y10.pblock-row-2 {
        margin-bottom: -10px; }
        .pblock .gutters-y10.pblock-row > .pblock-col, .pblock-sub .gutters-y10.pblock-row > .pblock-col, .pblock-slim .gutters-y10.pblock-row > .pblock-col, .pblock-wide .gutters-y10.pblock-row > .pblock-col, .pblock-full .gutters-y10.pblock-row > .pblock-col, .pblock .gutters-y10.pblock-row-4 > .pblock-col, .pblock-sub .gutters-y10.pblock-row-4 > .pblock-col, .pblock-slim .gutters-y10.pblock-row-4 > .pblock-col, .pblock-wide .gutters-y10.pblock-row-4 > .pblock-col, .pblock-full .gutters-y10.pblock-row-4 > .pblock-col, .pblock .gutters-y10.pblock-row-3 > .pblock-col, .pblock-sub .gutters-y10.pblock-row-3 > .pblock-col, .pblock-slim .gutters-y10.pblock-row-3 > .pblock-col, .pblock-wide .gutters-y10.pblock-row-3 > .pblock-col, .pblock-full .gutters-y10.pblock-row-3 > .pblock-col, .pblock .gutters-y10.pblock-row-2 > .pblock-col, .pblock-sub .gutters-y10.pblock-row-2 > .pblock-col, .pblock-slim .gutters-y10.pblock-row-2 > .pblock-col, .pblock-wide .gutters-y10.pblock-row-2 > .pblock-col, .pblock-full .gutters-y10.pblock-row-2 > .pblock-col {
          margin-bottom: 10px; }
      .pblock .gutters-y15.pblock-row, .pblock-sub .gutters-y15.pblock-row, .pblock-slim .gutters-y15.pblock-row, .pblock-wide .gutters-y15.pblock-row, .pblock-full .gutters-y15.pblock-row, .pblock .gutters-y15.pblock-row-4, .pblock-sub .gutters-y15.pblock-row-4, .pblock-slim .gutters-y15.pblock-row-4, .pblock-wide .gutters-y15.pblock-row-4, .pblock-full .gutters-y15.pblock-row-4, .pblock .gutters-y15.pblock-row-3, .pblock-sub .gutters-y15.pblock-row-3, .pblock-slim .gutters-y15.pblock-row-3, .pblock-wide .gutters-y15.pblock-row-3, .pblock-full .gutters-y15.pblock-row-3, .pblock .gutters-y15.pblock-row-2, .pblock-sub .gutters-y15.pblock-row-2, .pblock-slim .gutters-y15.pblock-row-2, .pblock-wide .gutters-y15.pblock-row-2, .pblock-full .gutters-y15.pblock-row-2 {
        margin-bottom: -15px; }
        .pblock .gutters-y15.pblock-row > .pblock-col, .pblock-sub .gutters-y15.pblock-row > .pblock-col, .pblock-slim .gutters-y15.pblock-row > .pblock-col, .pblock-wide .gutters-y15.pblock-row > .pblock-col, .pblock-full .gutters-y15.pblock-row > .pblock-col, .pblock .gutters-y15.pblock-row-4 > .pblock-col, .pblock-sub .gutters-y15.pblock-row-4 > .pblock-col, .pblock-slim .gutters-y15.pblock-row-4 > .pblock-col, .pblock-wide .gutters-y15.pblock-row-4 > .pblock-col, .pblock-full .gutters-y15.pblock-row-4 > .pblock-col, .pblock .gutters-y15.pblock-row-3 > .pblock-col, .pblock-sub .gutters-y15.pblock-row-3 > .pblock-col, .pblock-slim .gutters-y15.pblock-row-3 > .pblock-col, .pblock-wide .gutters-y15.pblock-row-3 > .pblock-col, .pblock-full .gutters-y15.pblock-row-3 > .pblock-col, .pblock .gutters-y15.pblock-row-2 > .pblock-col, .pblock-sub .gutters-y15.pblock-row-2 > .pblock-col, .pblock-slim .gutters-y15.pblock-row-2 > .pblock-col, .pblock-wide .gutters-y15.pblock-row-2 > .pblock-col, .pblock-full .gutters-y15.pblock-row-2 > .pblock-col {
          margin-bottom: 15px; }
      .pblock .gutters-y20.pblock-row, .pblock-sub .gutters-y20.pblock-row, .pblock-slim .gutters-y20.pblock-row, .pblock-wide .gutters-y20.pblock-row, .pblock-full .gutters-y20.pblock-row, .pblock .gutters-y20.pblock-row-4, .pblock-sub .gutters-y20.pblock-row-4, .pblock-slim .gutters-y20.pblock-row-4, .pblock-wide .gutters-y20.pblock-row-4, .pblock-full .gutters-y20.pblock-row-4, .pblock .gutters-y20.pblock-row-3, .pblock-sub .gutters-y20.pblock-row-3, .pblock-slim .gutters-y20.pblock-row-3, .pblock-wide .gutters-y20.pblock-row-3, .pblock-full .gutters-y20.pblock-row-3, .pblock .gutters-y20.pblock-row-2, .pblock-sub .gutters-y20.pblock-row-2, .pblock-slim .gutters-y20.pblock-row-2, .pblock-wide .gutters-y20.pblock-row-2, .pblock-full .gutters-y20.pblock-row-2 {
        margin-bottom: -20px; }
        .pblock .gutters-y20.pblock-row > .pblock-col, .pblock-sub .gutters-y20.pblock-row > .pblock-col, .pblock-slim .gutters-y20.pblock-row > .pblock-col, .pblock-wide .gutters-y20.pblock-row > .pblock-col, .pblock-full .gutters-y20.pblock-row > .pblock-col, .pblock .gutters-y20.pblock-row-4 > .pblock-col, .pblock-sub .gutters-y20.pblock-row-4 > .pblock-col, .pblock-slim .gutters-y20.pblock-row-4 > .pblock-col, .pblock-wide .gutters-y20.pblock-row-4 > .pblock-col, .pblock-full .gutters-y20.pblock-row-4 > .pblock-col, .pblock .gutters-y20.pblock-row-3 > .pblock-col, .pblock-sub .gutters-y20.pblock-row-3 > .pblock-col, .pblock-slim .gutters-y20.pblock-row-3 > .pblock-col, .pblock-wide .gutters-y20.pblock-row-3 > .pblock-col, .pblock-full .gutters-y20.pblock-row-3 > .pblock-col, .pblock .gutters-y20.pblock-row-2 > .pblock-col, .pblock-sub .gutters-y20.pblock-row-2 > .pblock-col, .pblock-slim .gutters-y20.pblock-row-2 > .pblock-col, .pblock-wide .gutters-y20.pblock-row-2 > .pblock-col, .pblock-full .gutters-y20.pblock-row-2 > .pblock-col {
          margin-bottom: 20px; }
      .pblock .gutters-y25.pblock-row, .pblock-sub .gutters-y25.pblock-row, .pblock-slim .gutters-y25.pblock-row, .pblock-wide .gutters-y25.pblock-row, .pblock-full .gutters-y25.pblock-row, .pblock .gutters-y25.pblock-row-4, .pblock-sub .gutters-y25.pblock-row-4, .pblock-slim .gutters-y25.pblock-row-4, .pblock-wide .gutters-y25.pblock-row-4, .pblock-full .gutters-y25.pblock-row-4, .pblock .gutters-y25.pblock-row-3, .pblock-sub .gutters-y25.pblock-row-3, .pblock-slim .gutters-y25.pblock-row-3, .pblock-wide .gutters-y25.pblock-row-3, .pblock-full .gutters-y25.pblock-row-3, .pblock .gutters-y25.pblock-row-2, .pblock-sub .gutters-y25.pblock-row-2, .pblock-slim .gutters-y25.pblock-row-2, .pblock-wide .gutters-y25.pblock-row-2, .pblock-full .gutters-y25.pblock-row-2 {
        margin-bottom: -25px; }
        .pblock .gutters-y25.pblock-row > .pblock-col, .pblock-sub .gutters-y25.pblock-row > .pblock-col, .pblock-slim .gutters-y25.pblock-row > .pblock-col, .pblock-wide .gutters-y25.pblock-row > .pblock-col, .pblock-full .gutters-y25.pblock-row > .pblock-col, .pblock .gutters-y25.pblock-row-4 > .pblock-col, .pblock-sub .gutters-y25.pblock-row-4 > .pblock-col, .pblock-slim .gutters-y25.pblock-row-4 > .pblock-col, .pblock-wide .gutters-y25.pblock-row-4 > .pblock-col, .pblock-full .gutters-y25.pblock-row-4 > .pblock-col, .pblock .gutters-y25.pblock-row-3 > .pblock-col, .pblock-sub .gutters-y25.pblock-row-3 > .pblock-col, .pblock-slim .gutters-y25.pblock-row-3 > .pblock-col, .pblock-wide .gutters-y25.pblock-row-3 > .pblock-col, .pblock-full .gutters-y25.pblock-row-3 > .pblock-col, .pblock .gutters-y25.pblock-row-2 > .pblock-col, .pblock-sub .gutters-y25.pblock-row-2 > .pblock-col, .pblock-slim .gutters-y25.pblock-row-2 > .pblock-col, .pblock-wide .gutters-y25.pblock-row-2 > .pblock-col, .pblock-full .gutters-y25.pblock-row-2 > .pblock-col {
          margin-bottom: 25px; }
      .pblock .gutters-y30.pblock-row, .pblock-sub .gutters-y30.pblock-row, .pblock-slim .gutters-y30.pblock-row, .pblock-wide .gutters-y30.pblock-row, .pblock-full .gutters-y30.pblock-row, .pblock .gutters-y30.pblock-row-4, .pblock-sub .gutters-y30.pblock-row-4, .pblock-slim .gutters-y30.pblock-row-4, .pblock-wide .gutters-y30.pblock-row-4, .pblock-full .gutters-y30.pblock-row-4, .pblock .gutters-y30.pblock-row-3, .pblock-sub .gutters-y30.pblock-row-3, .pblock-slim .gutters-y30.pblock-row-3, .pblock-wide .gutters-y30.pblock-row-3, .pblock-full .gutters-y30.pblock-row-3, .pblock .gutters-y30.pblock-row-2, .pblock-sub .gutters-y30.pblock-row-2, .pblock-slim .gutters-y30.pblock-row-2, .pblock-wide .gutters-y30.pblock-row-2, .pblock-full .gutters-y30.pblock-row-2 {
        margin-bottom: -30px; }
        .pblock .gutters-y30.pblock-row > .pblock-col, .pblock-sub .gutters-y30.pblock-row > .pblock-col, .pblock-slim .gutters-y30.pblock-row > .pblock-col, .pblock-wide .gutters-y30.pblock-row > .pblock-col, .pblock-full .gutters-y30.pblock-row > .pblock-col, .pblock .gutters-y30.pblock-row-4 > .pblock-col, .pblock-sub .gutters-y30.pblock-row-4 > .pblock-col, .pblock-slim .gutters-y30.pblock-row-4 > .pblock-col, .pblock-wide .gutters-y30.pblock-row-4 > .pblock-col, .pblock-full .gutters-y30.pblock-row-4 > .pblock-col, .pblock .gutters-y30.pblock-row-3 > .pblock-col, .pblock-sub .gutters-y30.pblock-row-3 > .pblock-col, .pblock-slim .gutters-y30.pblock-row-3 > .pblock-col, .pblock-wide .gutters-y30.pblock-row-3 > .pblock-col, .pblock-full .gutters-y30.pblock-row-3 > .pblock-col, .pblock .gutters-y30.pblock-row-2 > .pblock-col, .pblock-sub .gutters-y30.pblock-row-2 > .pblock-col, .pblock-slim .gutters-y30.pblock-row-2 > .pblock-col, .pblock-wide .gutters-y30.pblock-row-2 > .pblock-col, .pblock-full .gutters-y30.pblock-row-2 > .pblock-col {
          margin-bottom: 30px; }
      .pblock .gutters-y35.pblock-row, .pblock-sub .gutters-y35.pblock-row, .pblock-slim .gutters-y35.pblock-row, .pblock-wide .gutters-y35.pblock-row, .pblock-full .gutters-y35.pblock-row, .pblock .gutters-y35.pblock-row-4, .pblock-sub .gutters-y35.pblock-row-4, .pblock-slim .gutters-y35.pblock-row-4, .pblock-wide .gutters-y35.pblock-row-4, .pblock-full .gutters-y35.pblock-row-4, .pblock .gutters-y35.pblock-row-3, .pblock-sub .gutters-y35.pblock-row-3, .pblock-slim .gutters-y35.pblock-row-3, .pblock-wide .gutters-y35.pblock-row-3, .pblock-full .gutters-y35.pblock-row-3, .pblock .gutters-y35.pblock-row-2, .pblock-sub .gutters-y35.pblock-row-2, .pblock-slim .gutters-y35.pblock-row-2, .pblock-wide .gutters-y35.pblock-row-2, .pblock-full .gutters-y35.pblock-row-2 {
        margin-bottom: -35px; }
        .pblock .gutters-y35.pblock-row > .pblock-col, .pblock-sub .gutters-y35.pblock-row > .pblock-col, .pblock-slim .gutters-y35.pblock-row > .pblock-col, .pblock-wide .gutters-y35.pblock-row > .pblock-col, .pblock-full .gutters-y35.pblock-row > .pblock-col, .pblock .gutters-y35.pblock-row-4 > .pblock-col, .pblock-sub .gutters-y35.pblock-row-4 > .pblock-col, .pblock-slim .gutters-y35.pblock-row-4 > .pblock-col, .pblock-wide .gutters-y35.pblock-row-4 > .pblock-col, .pblock-full .gutters-y35.pblock-row-4 > .pblock-col, .pblock .gutters-y35.pblock-row-3 > .pblock-col, .pblock-sub .gutters-y35.pblock-row-3 > .pblock-col, .pblock-slim .gutters-y35.pblock-row-3 > .pblock-col, .pblock-wide .gutters-y35.pblock-row-3 > .pblock-col, .pblock-full .gutters-y35.pblock-row-3 > .pblock-col, .pblock .gutters-y35.pblock-row-2 > .pblock-col, .pblock-sub .gutters-y35.pblock-row-2 > .pblock-col, .pblock-slim .gutters-y35.pblock-row-2 > .pblock-col, .pblock-wide .gutters-y35.pblock-row-2 > .pblock-col, .pblock-full .gutters-y35.pblock-row-2 > .pblock-col {
          margin-bottom: 35px; }
      .pblock .gutters-y40.pblock-row, .pblock-sub .gutters-y40.pblock-row, .pblock-slim .gutters-y40.pblock-row, .pblock-wide .gutters-y40.pblock-row, .pblock-full .gutters-y40.pblock-row, .pblock .gutters-y40.pblock-row-4, .pblock-sub .gutters-y40.pblock-row-4, .pblock-slim .gutters-y40.pblock-row-4, .pblock-wide .gutters-y40.pblock-row-4, .pblock-full .gutters-y40.pblock-row-4, .pblock .gutters-y40.pblock-row-3, .pblock-sub .gutters-y40.pblock-row-3, .pblock-slim .gutters-y40.pblock-row-3, .pblock-wide .gutters-y40.pblock-row-3, .pblock-full .gutters-y40.pblock-row-3, .pblock .gutters-y40.pblock-row-2, .pblock-sub .gutters-y40.pblock-row-2, .pblock-slim .gutters-y40.pblock-row-2, .pblock-wide .gutters-y40.pblock-row-2, .pblock-full .gutters-y40.pblock-row-2 {
        margin-bottom: -40px; }
        .pblock .gutters-y40.pblock-row > .pblock-col, .pblock-sub .gutters-y40.pblock-row > .pblock-col, .pblock-slim .gutters-y40.pblock-row > .pblock-col, .pblock-wide .gutters-y40.pblock-row > .pblock-col, .pblock-full .gutters-y40.pblock-row > .pblock-col, .pblock .gutters-y40.pblock-row-4 > .pblock-col, .pblock-sub .gutters-y40.pblock-row-4 > .pblock-col, .pblock-slim .gutters-y40.pblock-row-4 > .pblock-col, .pblock-wide .gutters-y40.pblock-row-4 > .pblock-col, .pblock-full .gutters-y40.pblock-row-4 > .pblock-col, .pblock .gutters-y40.pblock-row-3 > .pblock-col, .pblock-sub .gutters-y40.pblock-row-3 > .pblock-col, .pblock-slim .gutters-y40.pblock-row-3 > .pblock-col, .pblock-wide .gutters-y40.pblock-row-3 > .pblock-col, .pblock-full .gutters-y40.pblock-row-3 > .pblock-col, .pblock .gutters-y40.pblock-row-2 > .pblock-col, .pblock-sub .gutters-y40.pblock-row-2 > .pblock-col, .pblock-slim .gutters-y40.pblock-row-2 > .pblock-col, .pblock-wide .gutters-y40.pblock-row-2 > .pblock-col, .pblock-full .gutters-y40.pblock-row-2 > .pblock-col {
          margin-bottom: 40px; }
      .pblock .gutters-y45.pblock-row, .pblock-sub .gutters-y45.pblock-row, .pblock-slim .gutters-y45.pblock-row, .pblock-wide .gutters-y45.pblock-row, .pblock-full .gutters-y45.pblock-row, .pblock .gutters-y45.pblock-row-4, .pblock-sub .gutters-y45.pblock-row-4, .pblock-slim .gutters-y45.pblock-row-4, .pblock-wide .gutters-y45.pblock-row-4, .pblock-full .gutters-y45.pblock-row-4, .pblock .gutters-y45.pblock-row-3, .pblock-sub .gutters-y45.pblock-row-3, .pblock-slim .gutters-y45.pblock-row-3, .pblock-wide .gutters-y45.pblock-row-3, .pblock-full .gutters-y45.pblock-row-3, .pblock .gutters-y45.pblock-row-2, .pblock-sub .gutters-y45.pblock-row-2, .pblock-slim .gutters-y45.pblock-row-2, .pblock-wide .gutters-y45.pblock-row-2, .pblock-full .gutters-y45.pblock-row-2 {
        margin-bottom: -45px; }
        .pblock .gutters-y45.pblock-row > .pblock-col, .pblock-sub .gutters-y45.pblock-row > .pblock-col, .pblock-slim .gutters-y45.pblock-row > .pblock-col, .pblock-wide .gutters-y45.pblock-row > .pblock-col, .pblock-full .gutters-y45.pblock-row > .pblock-col, .pblock .gutters-y45.pblock-row-4 > .pblock-col, .pblock-sub .gutters-y45.pblock-row-4 > .pblock-col, .pblock-slim .gutters-y45.pblock-row-4 > .pblock-col, .pblock-wide .gutters-y45.pblock-row-4 > .pblock-col, .pblock-full .gutters-y45.pblock-row-4 > .pblock-col, .pblock .gutters-y45.pblock-row-3 > .pblock-col, .pblock-sub .gutters-y45.pblock-row-3 > .pblock-col, .pblock-slim .gutters-y45.pblock-row-3 > .pblock-col, .pblock-wide .gutters-y45.pblock-row-3 > .pblock-col, .pblock-full .gutters-y45.pblock-row-3 > .pblock-col, .pblock .gutters-y45.pblock-row-2 > .pblock-col, .pblock-sub .gutters-y45.pblock-row-2 > .pblock-col, .pblock-slim .gutters-y45.pblock-row-2 > .pblock-col, .pblock-wide .gutters-y45.pblock-row-2 > .pblock-col, .pblock-full .gutters-y45.pblock-row-2 > .pblock-col {
          margin-bottom: 45px; }
      .pblock .gutters-y50.pblock-row, .pblock-sub .gutters-y50.pblock-row, .pblock-slim .gutters-y50.pblock-row, .pblock-wide .gutters-y50.pblock-row, .pblock-full .gutters-y50.pblock-row, .pblock .gutters-y50.pblock-row-4, .pblock-sub .gutters-y50.pblock-row-4, .pblock-slim .gutters-y50.pblock-row-4, .pblock-wide .gutters-y50.pblock-row-4, .pblock-full .gutters-y50.pblock-row-4, .pblock .gutters-y50.pblock-row-3, .pblock-sub .gutters-y50.pblock-row-3, .pblock-slim .gutters-y50.pblock-row-3, .pblock-wide .gutters-y50.pblock-row-3, .pblock-full .gutters-y50.pblock-row-3, .pblock .gutters-y50.pblock-row-2, .pblock-sub .gutters-y50.pblock-row-2, .pblock-slim .gutters-y50.pblock-row-2, .pblock-wide .gutters-y50.pblock-row-2, .pblock-full .gutters-y50.pblock-row-2 {
        margin-bottom: -50px; }
        .pblock .gutters-y50.pblock-row > .pblock-col, .pblock-sub .gutters-y50.pblock-row > .pblock-col, .pblock-slim .gutters-y50.pblock-row > .pblock-col, .pblock-wide .gutters-y50.pblock-row > .pblock-col, .pblock-full .gutters-y50.pblock-row > .pblock-col, .pblock .gutters-y50.pblock-row-4 > .pblock-col, .pblock-sub .gutters-y50.pblock-row-4 > .pblock-col, .pblock-slim .gutters-y50.pblock-row-4 > .pblock-col, .pblock-wide .gutters-y50.pblock-row-4 > .pblock-col, .pblock-full .gutters-y50.pblock-row-4 > .pblock-col, .pblock .gutters-y50.pblock-row-3 > .pblock-col, .pblock-sub .gutters-y50.pblock-row-3 > .pblock-col, .pblock-slim .gutters-y50.pblock-row-3 > .pblock-col, .pblock-wide .gutters-y50.pblock-row-3 > .pblock-col, .pblock-full .gutters-y50.pblock-row-3 > .pblock-col, .pblock .gutters-y50.pblock-row-2 > .pblock-col, .pblock-sub .gutters-y50.pblock-row-2 > .pblock-col, .pblock-slim .gutters-y50.pblock-row-2 > .pblock-col, .pblock-wide .gutters-y50.pblock-row-2 > .pblock-col, .pblock-full .gutters-y50.pblock-row-2 > .pblock-col {
          margin-bottom: 50px; }
      .pblock .gutters-y55.pblock-row, .pblock-sub .gutters-y55.pblock-row, .pblock-slim .gutters-y55.pblock-row, .pblock-wide .gutters-y55.pblock-row, .pblock-full .gutters-y55.pblock-row, .pblock .gutters-y55.pblock-row-4, .pblock-sub .gutters-y55.pblock-row-4, .pblock-slim .gutters-y55.pblock-row-4, .pblock-wide .gutters-y55.pblock-row-4, .pblock-full .gutters-y55.pblock-row-4, .pblock .gutters-y55.pblock-row-3, .pblock-sub .gutters-y55.pblock-row-3, .pblock-slim .gutters-y55.pblock-row-3, .pblock-wide .gutters-y55.pblock-row-3, .pblock-full .gutters-y55.pblock-row-3, .pblock .gutters-y55.pblock-row-2, .pblock-sub .gutters-y55.pblock-row-2, .pblock-slim .gutters-y55.pblock-row-2, .pblock-wide .gutters-y55.pblock-row-2, .pblock-full .gutters-y55.pblock-row-2 {
        margin-bottom: -55px; }
        .pblock .gutters-y55.pblock-row > .pblock-col, .pblock-sub .gutters-y55.pblock-row > .pblock-col, .pblock-slim .gutters-y55.pblock-row > .pblock-col, .pblock-wide .gutters-y55.pblock-row > .pblock-col, .pblock-full .gutters-y55.pblock-row > .pblock-col, .pblock .gutters-y55.pblock-row-4 > .pblock-col, .pblock-sub .gutters-y55.pblock-row-4 > .pblock-col, .pblock-slim .gutters-y55.pblock-row-4 > .pblock-col, .pblock-wide .gutters-y55.pblock-row-4 > .pblock-col, .pblock-full .gutters-y55.pblock-row-4 > .pblock-col, .pblock .gutters-y55.pblock-row-3 > .pblock-col, .pblock-sub .gutters-y55.pblock-row-3 > .pblock-col, .pblock-slim .gutters-y55.pblock-row-3 > .pblock-col, .pblock-wide .gutters-y55.pblock-row-3 > .pblock-col, .pblock-full .gutters-y55.pblock-row-3 > .pblock-col, .pblock .gutters-y55.pblock-row-2 > .pblock-col, .pblock-sub .gutters-y55.pblock-row-2 > .pblock-col, .pblock-slim .gutters-y55.pblock-row-2 > .pblock-col, .pblock-wide .gutters-y55.pblock-row-2 > .pblock-col, .pblock-full .gutters-y55.pblock-row-2 > .pblock-col {
          margin-bottom: 55px; }
      .pblock .gutters-y60.pblock-row, .pblock-sub .gutters-y60.pblock-row, .pblock-slim .gutters-y60.pblock-row, .pblock-wide .gutters-y60.pblock-row, .pblock-full .gutters-y60.pblock-row, .pblock .gutters-y60.pblock-row-4, .pblock-sub .gutters-y60.pblock-row-4, .pblock-slim .gutters-y60.pblock-row-4, .pblock-wide .gutters-y60.pblock-row-4, .pblock-full .gutters-y60.pblock-row-4, .pblock .gutters-y60.pblock-row-3, .pblock-sub .gutters-y60.pblock-row-3, .pblock-slim .gutters-y60.pblock-row-3, .pblock-wide .gutters-y60.pblock-row-3, .pblock-full .gutters-y60.pblock-row-3, .pblock .gutters-y60.pblock-row-2, .pblock-sub .gutters-y60.pblock-row-2, .pblock-slim .gutters-y60.pblock-row-2, .pblock-wide .gutters-y60.pblock-row-2, .pblock-full .gutters-y60.pblock-row-2 {
        margin-bottom: -60px; }
        .pblock .gutters-y60.pblock-row > .pblock-col, .pblock-sub .gutters-y60.pblock-row > .pblock-col, .pblock-slim .gutters-y60.pblock-row > .pblock-col, .pblock-wide .gutters-y60.pblock-row > .pblock-col, .pblock-full .gutters-y60.pblock-row > .pblock-col, .pblock .gutters-y60.pblock-row-4 > .pblock-col, .pblock-sub .gutters-y60.pblock-row-4 > .pblock-col, .pblock-slim .gutters-y60.pblock-row-4 > .pblock-col, .pblock-wide .gutters-y60.pblock-row-4 > .pblock-col, .pblock-full .gutters-y60.pblock-row-4 > .pblock-col, .pblock .gutters-y60.pblock-row-3 > .pblock-col, .pblock-sub .gutters-y60.pblock-row-3 > .pblock-col, .pblock-slim .gutters-y60.pblock-row-3 > .pblock-col, .pblock-wide .gutters-y60.pblock-row-3 > .pblock-col, .pblock-full .gutters-y60.pblock-row-3 > .pblock-col, .pblock .gutters-y60.pblock-row-2 > .pblock-col, .pblock-sub .gutters-y60.pblock-row-2 > .pblock-col, .pblock-slim .gutters-y60.pblock-row-2 > .pblock-col, .pblock-wide .gutters-y60.pblock-row-2 > .pblock-col, .pblock-full .gutters-y60.pblock-row-2 > .pblock-col {
          margin-bottom: 60px; }
    .pblock-row-4 > .pblock-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 227.5px;
              flex: 0 0 227.5px; }
    .pblock-row-4::before {
      display: block;
      content: "";
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 227.5px;
              flex: 0 0 227.5px; }
    .pblock-row-4::after {
      display: block;
      content: "";
      -webkit-box-flex: 0;
          -ms-flex: 0 0 227.5px;
              flex: 0 0 227.5px; }
    .pblock-row-3 > .pblock-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 313.33333px;
              flex: 0 0 313.33333px; }
      .pblock-sub .pblock-row-3 > .pblock-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 321.33333px;
                flex: 0 0 321.33333px; }
    .pblock-row-3::after {
      display: block;
      content: "";
      -webkit-box-flex: 0;
          -ms-flex: 0 0 313.33333px;
              flex: 0 0 313.33333px; }
      .pblock-sub .pblock-row-3::after {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 321.33333px;
                flex: 0 0 321.33333px; }
    .pblock-row-2 > .pblock-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 485px;
              flex: 0 0 485px; }
      .pblock-sub .pblock-row-2 > .pblock-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 497px;
                flex: 0 0 497px; } }
  @media (min-width: 769px) {
    .pblock, .pblock-sub, .pblock-slim, .pblock-wide, .pblock-full {
      width: 1000px;
      margin-bottom: 120px; }
      .mfp-content .pblock, .mfp-content .pblock-sub, .mfp-content .pblock-slim, .mfp-content .pblock-wide, .mfp-content .pblock-full {
        width: auto; }
      .pblock .pblock, .pblock-sub .pblock, .pblock-slim .pblock, .pblock-wide .pblock, .pblock-full .pblock, .pblock .pblock-sub, .pblock-sub .pblock-sub, .pblock-slim .pblock-sub, .pblock-wide .pblock-sub, .pblock-full .pblock-sub, .pblock .pblock-slim, .pblock-sub .pblock-slim, .pblock-slim .pblock-slim, .pblock-wide .pblock-slim, .pblock-full .pblock-slim, .pblock .pblock-wide, .pblock-sub .pblock-wide, .pblock-slim .pblock-wide, .pblock-wide .pblock-wide, .pblock-full .pblock-wide, .pblock .pblock-full, .pblock-sub .pblock-full, .pblock-slim .pblock-full, .pblock-wide .pblock-full, .pblock-full .pblock-full {
        width: auto; }
      .pblock > .pblock, .pblock-sub > .pblock, .pblock-slim > .pblock, .pblock-wide > .pblock, .pblock-full > .pblock, .pblock > .pblock-sub, .pblock-sub > .pblock-sub, .pblock-slim > .pblock-sub, .pblock-wide > .pblock-sub, .pblock-full > .pblock-sub, .pblock > .pblock-slim, .pblock-sub > .pblock-slim, .pblock-slim > .pblock-slim, .pblock-wide > .pblock-slim, .pblock-full > .pblock-slim, .pblock > .pblock-wide, .pblock-sub > .pblock-wide, .pblock-slim > .pblock-wide, .pblock-wide > .pblock-wide, .pblock-full > .pblock-wide, .pblock > .pblock-full, .pblock-sub > .pblock-full, .pblock-slim > .pblock-full, .pblock-wide > .pblock-full, .pblock-full > .pblock-full {
        margin-bottom: 60px; }
        .pblock > .pblock:last-child, .pblock-sub > .pblock:last-child, .pblock-slim > .pblock:last-child, .pblock-wide > .pblock:last-child, .pblock-full > .pblock:last-child, .pblock > .pblock-sub:last-child, .pblock-sub > .pblock-sub:last-child, .pblock-slim > .pblock-sub:last-child, .pblock-wide > .pblock-sub:last-child, .pblock-full > .pblock-sub:last-child, .pblock > .pblock-slim:last-child, .pblock-sub > .pblock-slim:last-child, .pblock-slim > .pblock-slim:last-child, .pblock-wide > .pblock-slim:last-child, .pblock-full > .pblock-slim:last-child, .pblock > .pblock-wide:last-child, .pblock-sub > .pblock-wide:last-child, .pblock-slim > .pblock-wide:last-child, .pblock-wide > .pblock-wide:last-child, .pblock-full > .pblock-wide:last-child, .pblock > .pblock-full:last-child, .pblock-sub > .pblock-full:last-child, .pblock-slim > .pblock-full:last-child, .pblock-wide > .pblock-full:last-child, .pblock-full > .pblock-full:last-child {
          margin-bottom: 0; } }
  @media (max-width: 768.98px) {
    .pblock, .pblock-sub, .pblock-slim, .pblock-wide, .pblock-full {
      margin-bottom: 90px; }
      .pblock > .pblock, .pblock-sub > .pblock, .pblock-slim > .pblock, .pblock-wide > .pblock, .pblock-full > .pblock, .pblock > .pblock-sub, .pblock-sub > .pblock-sub, .pblock-slim > .pblock-sub, .pblock-wide > .pblock-sub, .pblock-full > .pblock-sub, .pblock > .pblock-slim, .pblock-sub > .pblock-slim, .pblock-slim > .pblock-slim, .pblock-wide > .pblock-slim, .pblock-full > .pblock-slim, .pblock > .pblock-wide, .pblock-sub > .pblock-wide, .pblock-slim > .pblock-wide, .pblock-wide > .pblock-wide, .pblock-full > .pblock-wide, .pblock > .pblock-full, .pblock-sub > .pblock-full, .pblock-slim > .pblock-full, .pblock-wide > .pblock-full, .pblock-full > .pblock-full {
        margin-bottom: 60px; }
        .pblock > .pblock:last-child, .pblock-sub > .pblock:last-child, .pblock-slim > .pblock:last-child, .pblock-wide > .pblock:last-child, .pblock-full > .pblock:last-child, .pblock > .pblock-sub:last-child, .pblock-sub > .pblock-sub:last-child, .pblock-slim > .pblock-sub:last-child, .pblock-wide > .pblock-sub:last-child, .pblock-full > .pblock-sub:last-child, .pblock > .pblock-slim:last-child, .pblock-sub > .pblock-slim:last-child, .pblock-slim > .pblock-slim:last-child, .pblock-wide > .pblock-slim:last-child, .pblock-full > .pblock-slim:last-child, .pblock > .pblock-wide:last-child, .pblock-sub > .pblock-wide:last-child, .pblock-slim > .pblock-wide:last-child, .pblock-wide > .pblock-wide:last-child, .pblock-full > .pblock-wide:last-child, .pblock > .pblock-full:last-child, .pblock-sub > .pblock-full:last-child, .pblock-slim > .pblock-full:last-child, .pblock-wide > .pblock-full:last-child, .pblock-full > .pblock-full:last-child {
          margin-bottom: 0; } }
  .pblock-sub {
    width: auto;
    max-width: 1024px; }
    @media (min-width: 769px) {
      .pblock-sub {
        min-width: 1024px; }
        .pblock-sub .pblock, .pblock-sub .pblock-sub, .pblock-sub .pblock-slim, .pblock-sub .pblock-wide, .pblock-sub .pblock-full {
          width: auto; } }
    .pblock-sub:last-child {
      margin-bottom: 0; }
  .pblock-slim {
    width: auto;
    max-width: 800px; }
    @media (min-width: 769px) {
      .pblock-slim {
        min-width: 800px; }
        .pblock-slim .pblock, .pblock-slim .pblock-sub, .pblock-slim .pblock-slim, .pblock-slim .pblock-wide, .pblock-slim .pblock-full {
          width: auto; } }
    .pblock-slim:last-child {
      margin-bottom: 0; }
  .pblock-wide {
    width: auto;
    max-width: 1200px; }
    @media (min-width: 769px) {
      .pblock-wide {
        min-width: 1200px; } }
    .pblock-wide:last-child {
      margin-bottom: 0; }
  .pblock-full {
    width: auto;
    max-width: none; }
    @media (min-width: 769px) {
      .pblock-full {
        min-width: 1000px; } }
    @media (max-width: 768.98px) {
      .pblock-full {
        margin-left: -20px;
        margin-right: -20px; } }
    @media (max-width: 768.98px) {
      .pblock-full > .pblock, .pblock-full > .pblock-sub, .pblock-full > .pblock-slim, .pblock-full > .pblock-wide, .pblock-full > .pblock-full {
        margin-left: 20px;
        margin-right: 20px; } }
    .pblock-full > .pblock:last-child, .pblock-full > .pblock-sub:last-child, .pblock-full > .pblock-slim:last-child, .pblock-full > .pblock-wide:last-child, .pblock-full > .pblock-full:last-child {
      margin-bottom: 0; }
    @media (max-width: 768.98px) {
      .pblock-full .pblock-sp-full {
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    .pblock-full:last-child {
      margin-bottom: 0; }
  @media (max-width: 768.98px) {
    .pblock-sp-full {
      width: auto !important;
      margin-left: -20px !important;
      margin-right: -20px !important; } }
  .pblock-sp-full:last-child {
    margin-bottom: 0; }
  .pblock-kuzu {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (min-width: 769px) {
      .pblock-kuzu {
        max-width: 1000px; } }
    .pblock-kuzu_btm {
      background: #efefef;
      margin-bottom: 0; }
    .pblock-kuzu_gray {
      background: #efefef;
      margin-bottom: 0;
      padding-bottom: 100px; }
    .pblock-kuzu_black {
      background: #333333;
      margin-bottom: 0;
      padding-bottom: 0; }
      .pblock-kuzu_black .breadcrumb-item::before {
        color: #fff; }
      .pblock-kuzu_black .breadcrumb-item a {
        color: #fff; }
    @media (max-width: 768.98px) {
      .pblock-kuzu .breadcrumb {
        line-height: 1.5em;
        overflow-x: scroll;
        white-space: nowrap; }
        .pblock-kuzu .breadcrumb-item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; }
        .pblock-kuzu .breadcrumb::-webkit-scrollbar {
          height: 6px; }
        .pblock-kuzu .breadcrumb::-webkit-scrollbar-track {
          border-radius: 10px; }
        .pblock-kuzu .breadcrumb::-webkit-scrollbar-thumb {
          background-color: rgba(0, 0, 0, 0.2);
          border-radius: 3px; } }

.pbox_clr_black {
  background: #000; }

.pbox_clr_white {
  background: #fff; }

.pbox_clr_gray {
  background: #efefef; }

.pbox_clr_dark {
  background: #999999; }

.pbox_clr_beige {
  background: #f5ede1; }

.pbox_clr_red {
  background: #e12f3b; }

.pbox_clr_main {
  background: #bf4472; }

.pbox_clr_sub1 {
  background: #825907; }

.pbox_clr_sub2 {
  background: #01502b; }

.pbox_clr_grd {
  background: -webkit-gradient(linear, left top, right top, from(#caa68d), to(#825907));
  background: linear-gradient(90deg, #caa68d 0%, #825907 100%); }

.pbox_clr_black {
  background: #333333; }

.pbox_clr_black-light {
  background: #676f78; }

.pbox_clr_white {
  background: #fff; }

.pbox_clr_red {
  background: #e12f3b; }

.pbox_clr_foodhall {
  background: #fe3a01; }

.pbox_clr_map-item {
  background: #3f5977; }

.pbox_clr_map-service {
  background: #518b72; }

.pbox_clr_map-fashion {
  background: #7b5a6a; }

.pbox_clr_map-gourment {
  background: #a48b66; }

.pbox_clr_map-gourmet {
  background: #a48b66; }

.pbox_clr_map-goods {
  background: #3f5977; }

.pbox_ptn_stripe1 {
  background-image: linear-gradient(45deg, #fff 8.33%, #f5ede1 8.33%, #f5ede1 50%, #fff 50%, #fff 58.33%, #f5ede1 58.33%, #f5ede1 100%);
  background-size: 12px 12px; }

.pbox_ptn_dot1 {
  background-color: #ffffff;
  background-image: radial-gradient(#f5ede1 12%, transparent 13%), radial-gradient(#f5ede1 12%, transparent 13%);
  background-position: 0 0, 18px 18px;
  background-size: 36px 36px; }

.pbox_ptn_frame1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
  background-size: 1px 50px, 50px 1px;
  background-repeat: no-repeat; }

.pbox_shape_square, .pbox_shape_rounded, .pbox_shape_circle, .plink.plink_type_circle {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .pbox_shape_square::before, .pbox_shape_rounded::before, .pbox_shape_circle::before, .plink.plink_type_circle::before {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .pbox_shape_square .pbox__shape-box, .pbox_shape_rounded .pbox__shape-box, .pbox_shape_circle .pbox__shape-box, .plink.plink_type_circle .pbox__shape-box {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    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;
    padding: 1em; }

.pbox_shape_rounded {
  border-radius: 10px; }

.pbox_shape_circle, .plink.plink_type_circle {
  border-radius: 50%; }
  .pbox_shape_circle .pbox__shape-box, .plink.plink_type_circle .pbox__shape-box {
    padding: 2em; }

.pbox_bdr_black {
  border: 1px solid #000; }

.pbox_bdr_white {
  border: 1px solid #fff; }

.pbox_bdr_gray {
  border: 1px solid #efefef; }

.pbox_bdr_dark {
  border: 1px solid #999999; }

.pbox_bdr_beige {
  border: 1px solid #f5ede1; }

.pbox_bdr_red {
  border: 1px solid #e12f3b; }

.pbox_bdr_main {
  border: 1px solid #bf4472; }

.pbox_bdr_sub1 {
  border: 1px solid #825907; }

.pbox_bdr_sub2 {
  border: 1px solid #01502b; }

.pbox_bdr_grd {
  border: 1px solid #999;
  -o-border-image: linear-gradient(90deg, #caa68d 0%, #825907 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#caa68d), to(#825907)) 1;
     border-image: linear-gradient(90deg, #caa68d 0%, #825907 100%) 1; }

.pbox_bdr_black {
  border: 1px solid #333333; }

.pbox_bdr_black-light {
  border: 1px solid #676f78; }

.pbox_bdr_white {
  border: 1px solid #fff; }

.pbox_bdr_red {
  border: 1px solid #e12f3b; }

.pbox_bdr_foodhall {
  border: 1px solid #fe3a01; }

.pbox_bdr_map-item {
  border: 1px solid #3f5977; }

.pbox_bdr_map-service {
  border: 1px solid #518b72; }

.pbox_bdr_map-fashion {
  border: 1px solid #7b5a6a; }

.pbox_bdr_map-gourment {
  border: 1px solid #a48b66; }

.pbox_bdr_map-gourmet {
  border: 1px solid #a48b66; }

.pbox_bdr_map-goods {
  border: 1px solid #3f5977; }

.pbox_t1 {
  padding: 30px;
  border: 1px solid #333333; }
  @media (max-width: 768.98px) {
    .pbox_t1 {
      padding: 20px; } }
  @media (min-width: 769px) {
    .pbox_t1 .pbox__title {
      font-size: 2rem; } }
  @media (max-width: 768.98px) {
    .pbox_t1 .pbox__title {
      font-size: 1.8rem; } }
  @media (min-width: 769px) {
    .pbox_t1 .pbox__title {
      margin-bottom: 1em; } }
  @media (max-width: 768.98px) {
    .pbox_t1 .pbox__title {
      margin-bottom: 0.8em; } }
  @media (min-width: 769px) {
    .pbox_t1 .pbox__lead {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .pbox_t1 .pbox__lead {
      font-size: 1.4rem; } }

.pbox_t2 {
  padding: 30px;
  background: #efefef; }
  @media (max-width: 768.98px) {
    .pbox_t2 {
      padding: 20px; } }
  @media (min-width: 769px) {
    .pbox_t2 .pbox__title {
      font-size: 2rem; } }
  @media (max-width: 768.98px) {
    .pbox_t2 .pbox__title {
      font-size: 1.8rem; } }
  @media (min-width: 769px) {
    .pbox_t2 .pbox__title {
      margin-bottom: 1em; } }
  @media (max-width: 768.98px) {
    .pbox_t2 .pbox__title {
      margin-bottom: 0.8em; } }
  @media (min-width: 769px) {
    .pbox_t2 .pbox__lead {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .pbox_t2 .pbox__lead {
      font-size: 1.4rem; } }
  @media (min-width: 769px) {
    .pbox_t2 .pbox__pict {
      margin-top: 0px; } }
  @media (max-width: 768.98px) {
    .pbox_t2 .pbox__pict {
      margin-top: 20px; } }

.pbox_t3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 769px) {
    .pbox_t3 {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .pbox_t3 ~ .pbox_t3 {
        margin-top: 60px; }
      .pbox_t3 > .pfig {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 250px;
                flex: 0 0 250px;
        margin-top: 10px; }
      .pbox_t3 > .collapse {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0%;
                flex: 1 1 0%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .pbox_t3 > .collapse > .plist {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 0%;
                  flex: 1 1 0%;
          margin-left: 30px; }
      .pbox_t3 .plist_type_link_arrow_rb {
        display: none; } }
  @media (max-width: 768.98px) {
    .pbox_t3 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .pbox_t3 .plist_type_link_arrow_rb .plist__link:hover::before {
        -webkit-transform: translate(-5px, 0px) !important;
                transform: translate(-5px, 0px) !important; }
      .pbox_t3 .plist_type_link_arrow_rb .plist__link[aria-expanded="true"]::before {
        -webkit-transform: translate(-5px, 0px) scale(-1, -1) !important;
                transform: translate(-5px, 0px) scale(-1, -1) !important; }
      .pbox_t3 .plist_type_link_arrow_rr .plist__link {
        padding-left: 1em; }
      .pbox_t3 .pfig {
        display: none; } }

.pbox_t4 {
  margin: 10px 0; }
  .pbox_t4 .pbox__title {
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pbox_t4 .pbox__title::before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18.214' height='19.335' viewBox='0 0 18.214 19.335'%3e%3cg transform='translate(-0.033 0.054)'%3e%3cpath d='M4.727,6.728a1.055,1.055,0,0,0-.08-1.408c-.362-.4-.161-.644-.161-.644L8.912,3.79l4.426-.885s.282.121.08.644A1.1,1.1,0,0,0,13.9,4.917a13.481,13.481,0,0,0,3.3.322c.764-.08,1.046-1.006,1.046-1.247A3.6,3.6,0,0,0,15.833.411c-2.495-.845-5.432-.362-7.6.08C6.1.934,3.2,1.618,1.227,3.348A3.61,3.61,0,0,0,.382,7.573a1.333,1.333,0,0,0,1.408.764A17.825,17.825,0,0,0,4.727,6.728Z' transform='translate(0 0)' fill='%2324140e'/%3e%3cpath d='M21.095,30.789a2.473,2.473,0,1,0-1.77-.724A2.527,2.527,0,0,0,21.095,30.789Z' transform='translate(-11.096 -15.451)' fill='%2324140e'/%3e%3cpath d='M16.833,15.141a.4.4,0,0,0-.4-.241H15.143a.275.275,0,0,0-.282.282v.885a.275.275,0,0,1-.282.282H10.556a.275.275,0,0,1-.282-.282v-.885a.275.275,0,0,0-.282-.282H8.705a.443.443,0,0,0-.4.241L5.245,21.177a7.135,7.135,0,0,0-.845,3.38v1.408a1.442,1.442,0,0,0,1.449,1.449h.362v.8H7.659v-.8h9.9v.8h1.449v-.8h.362a1.442,1.442,0,0,0,1.449-1.449V24.557a7.135,7.135,0,0,0-.845-3.38Zm-8.168,6.6a3.943,3.943,0,1,1,3.943,3.943A3.95,3.95,0,0,1,8.665,21.74Z' transform='translate(-2.61 -8.937)' fill='%2324140e'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain;
      margin-right: 10px; }
  .pbox_t4 .pbox__data {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 10px 0; }
  .pbox_t4 .pbox__sbj {
    font-size: 1.8rem;
    font-weight: bold; }
  .pbox_t4_white .pbox__data {
    border-color: #fff; }

@media (min-width: 769px) {
  .pmulti-column.pmulti-column_col2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px; }
  .pmulti-column.pmulti-column_col3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px; }
  .pmulti-column.pmulti-column_border {
    -webkit-column-rule: 1px solid #d3d3d3;
       -moz-column-rule: 1px solid #d3d3d3;
            column-rule: 1px solid #d3d3d3; } }

.pclamp_line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.pclamp_line2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.pclamp_line3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.pcolumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 768.98px) {
    .pcolumn {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0; }
      .pcolumn *:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0; } }
  .pcolumn__col {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px; }
    .pcolumn__col:last-child {
      margin-right: 0; }
    @media (max-width: 768.98px) {
      .pcolumn__col {
        margin-left: 0;
        margin-right: 0; }
        .pcolumn__col:nth-last-child(n + 2) {
          margin-bottom: 20px; } }
  .pcolumn.pcolumn_center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
    .pcolumn.pcolumn_center .pcolumn__col:last-child {
      margin-right: 0; }
  .pcolumn.pcolumn_vcenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pcolumn.pcolumn_col2 .pcolumn__col {
    width: calc((100% - 20px) / 2); }
    .pcolumn.pcolumn_col2 .pcolumn__col:nth-child(2n) {
      margin-right: 0; }
    .pcolumn.pcolumn_col2 .pcolumn__col:nth-child(2n + 1) {
      margin-left: 0; }
    .pcolumn.pcolumn_col2 .pcolumn__col:nth-last-child(n + 3) {
      margin-bottom: 20px; }
  @media (min-width: 769px) {
    .pcolumn.pcolumn_md-col2 .pcolumn__col {
      width: calc((100% - 20px) / 2); }
      .pcolumn.pcolumn_md-col2 .pcolumn__col:nth-child(2n) {
        margin-right: 0; }
      .pcolumn.pcolumn_md-col2 .pcolumn__col:nth-child(2n + 1) {
        margin-left: 0; }
      .pcolumn.pcolumn_md-col2 .pcolumn__col:nth-last-child(n + 3) {
        margin-bottom: 20px; }
    .pcolumn.pcolumn_md-col3 {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .pcolumn.pcolumn_md-col3 .pcolumn__col {
        width: calc((100% - 40px) / 3); }
        .ie11 .pcolumn.pcolumn_md-col3 .pcolumn__col {
          width: calc((100% - 40px) / 3 - 0.1px); }
        .pcolumn.pcolumn_md-col3 .pcolumn__col:nth-child(3n) {
          margin-right: 0; }
        .pcolumn.pcolumn_md-col3 .pcolumn__col:nth-child(3n + 1) {
          margin-left: 0; }
        .pcolumn.pcolumn_md-col3 .pcolumn__col:nth-last-child(n + 4) {
          margin-bottom: 20px; }
    .pcolumn.pcolumn_md-col4 {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .pcolumn.pcolumn_md-col4 .pcolumn__col {
        width: calc((100% - 60px) / 4); }
        .ie11 .pcolumn.pcolumn_md-col4 .pcolumn__col {
          width: calc((100% - 60px) / 4 - 0.1px); }
        .pcolumn.pcolumn_md-col4 .pcolumn__col:nth-child(4n) {
          margin-right: 0; }
        .pcolumn.pcolumn_md-col4 .pcolumn__col:nth-child(4n + 1) {
          margin-left: 0; }
        .pcolumn.pcolumn_md-col4 .pcolumn__col:nth-last-child(n + 5) {
          margin-bottom: 20px; }
    .pcolumn.pcolumn_md-col5 {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .pcolumn.pcolumn_md-col5 .pcolumn__col {
        width: calc((100% - 80px) / 5); }
        .ie11 .pcolumn.pcolumn_md-col5 .pcolumn__col {
          width: calc((100% - 80px) / 5 - 0.1px); }
        .pcolumn.pcolumn_md-col5 .pcolumn__col:nth-child(5n) {
          margin-right: 0; }
        .pcolumn.pcolumn_md-col5 .pcolumn__col:nth-child(5n + 1) {
          margin-left: 0; }
        .pcolumn.pcolumn_md-col5 .pcolumn__col:nth-last-child(n + 6) {
          margin-bottom: 20px; } }

.pscroll.pscroll_t1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0; }
  .pscroll.pscroll_t1 .pscroll__text {
    line-height: 1;
    display: inline-block;
    font-size: 1.8rem;
    position: relative;
    padding-top: 40px; }
    .pscroll.pscroll_t1 .pscroll__text::before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      width: 1px;
      background: #333333;
      -webkit-animation: anime-scroll-t1 2s linear 0s infinite;
              animation: anime-scroll-t1 2s linear 0s infinite;
      height: 35px; }
  .pscroll.pscroll_t1_clr_white {
    color: #fff; }
    .pscroll.pscroll_t1_clr_white .pscroll__text::before {
      background: #fff; }
  .pscroll.pscroll_t1_pos_bottom .pscroll__text {
    padding-top: 0;
    margin-bottom: 35px;
    line-height: normal; }
    .pscroll.pscroll_t1_pos_bottom .pscroll__text::before {
      top: 100%; }

.pscroll.pscroll_t2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0; }
  .pscroll.pscroll_t2 .pscroll__text {
    line-height: 1;
    display: inline-block;
    letter-spacing: 2px;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    padding-top: 55px; }
    .pscroll.pscroll_t2 .pscroll__text::before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      width: 30px;
      height: 50px;
      border: 1px solid #fff;
      border-radius: 15px; }
    .pscroll.pscroll_t2 .pscroll__text::after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #fff;
      -webkit-animation: anime-scroll-t2 2s linear 0s infinite;
              animation: anime-scroll-t2 2s linear 0s infinite;
      -webkit-transform: translate(-50%, 10px);
              transform: translate(-50%, 10px); }

.pdate.pdate_type_m1 {
  width: 110px;
  height: 110px;
  line-height: 1;
  color: #fff;
  background: #bf4472;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pdate.pdate_type_m1 span:nth-child(1) {
    font-size: 6rem;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .pdate.pdate_type_m1 span:nth-child(2) {
    font-size: 1.6rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: 5px;
    margin-bottom: 10px; }
  .pdate.pdate_type_m1 span:nth-child(3) {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 10px;
    margin-top: 7px; }
    .pdate.pdate_type_m1 span:nth-child(3)::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 20px;
      height: 1px;
      background-color: #fff;
      top: auto;
      bottom: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

.pstep.pstep_type1 {
  width: 68px;
  height: 68px;
  line-height: 1;
  color: #fff;
  background: #bf4472;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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; }
  .pstep.pstep_type1 span:nth-child(1) {
    font-size: 1.4rem; }
  .pstep.pstep_type1 span:nth-child(2) {
    font-size: 3.2rem; }

.ptag {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem; }
  .ptag__link {
    color: currentColor; }
    .ptag__link:hover {
      color: currentColor;
      opacity: 1; }
    .ptag__link::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      pointer-events: inherit;
      content: "";
      background-color: rgba(255, 255, 255, 0); }
  .ptag__item {
    position: relative;
    line-height: 1;
    width: auto;
    margin-bottom: 0.5em;
    margin-right: 5px !important; }
    .ptag__item_type_border {
      color: #333333 !important;
      background: #fff !important;
      border: 1px solid #999999; }
      .ptag__item_type_border.ptag__item_tag1 {
        color: #bf4472 !important;
        background: #fff !important;
        border: 1px solid #bf4472 !important; }
      .ptag__item_type_border.ptag__item_tag2 {
        color: #e12f3b !important;
        background: #fff !important;
        border: 1px solid #e12f3b !important; }
    .ptag__item_tag1 {
      color: #bf4472; }
    .ptag__item_tag2 {
      color: #e12f3b; }
  .ptag.ptag_type_fixed .ptag__item {
    width: 80px;
    height: 27px;
    padding: 0; }
  .ptag.ptag_type_box .ptag__item, .ptag.ptag_type_rounded .ptag__item, .ptag.ptag_type_pill .ptag__item {
    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;
    padding: 0.3em 0.5em;
    color: #fff;
    background: #999999; }
    .ptag.ptag_type_box .ptag__item_tag1, .ptag.ptag_type_rounded .ptag__item_tag1, .ptag.ptag_type_pill .ptag__item_tag1 {
      background: #bf4472; }
    .ptag.ptag_type_box .ptag__item_tag2, .ptag.ptag_type_rounded .ptag__item_tag2, .ptag.ptag_type_pill .ptag__item_tag2 {
      background: #e12f3b; }
  .ptag.ptag_type_rounded .ptag__item {
    border-radius: 5px; }
  .ptag.ptag_type_pill .ptag__item {
    border-radius: 50rem;
    padding-left: 1em;
    padding-right: 1em; }
  .ptag.ptag_bg_white .ptag__item {
    background: #fff !important; }
  .ptag.ptag_bg_gray .ptag__item {
    background: #d3d3d3 !important; }
  .ptag.ptag_bg_gray_light .ptag__item {
    background: #efefef !important; }
  .ptag.ptag_bg_transparent .ptag__item {
    background: transparent !important; }
  .ptag.ptag_clr_black .ptag__item {
    color: #333333 !important; }
  .ptag.ptag_clr_black_light .ptag__item {
    color: #676f78 !important; }
  .ptag.ptag_clr_white .ptag__item {
    color: #fff !important; }
  .ptag.ptag_type_tag .ptag__item::before {
    content: "#"; }
  .ptag.ptag_type_lines {
    margin-bottom: -0.5em; }

@-webkit-keyframes anime-scroll-t1 {
  0% {
    height: 0; }
  50% {
    height: 35px; } }

@keyframes anime-scroll-t1 {
  0% {
    height: 0; }
  50% {
    height: 35px; } }

@-webkit-keyframes anime-scroll-t2 {
  0% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  50% {
    -webkit-transform: translate(-50%, 35px);
            transform: translate(-50%, 35px); }
  100% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); } }

@keyframes anime-scroll-t2 {
  0% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  50% {
    -webkit-transform: translate(-50%, 35px);
            transform: translate(-50%, 35px); }
  100% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); } }

@-webkit-keyframes anime-fade {
  0% {
    opacity: 1; }
  20% {
    opacity: 0.5; }
  40% {
    opacity: 0.1; }
  60% {
    opacity: 0.3; }
  80% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

@keyframes anime-fade {
  0% {
    opacity: 1; }
  20% {
    opacity: 0.5; }
  40% {
    opacity: 0.1; }
  60% {
    opacity: 0.3; }
  80% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

@-webkit-keyframes anime-ticker1 {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

@keyframes anime-ticker1 {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes anime-ticker2 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); } }

@keyframes anime-ticker2 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); } }

@-webkit-keyframes anime-upup {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  2% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  4% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  6% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  8% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes anime-upup {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  2% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  4% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  6% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  8% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes anime-flip {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  4% {
    -webkit-transform: scale3d(-1, 1, 1);
            transform: scale3d(-1, 1, 1); }
  8% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes anime-flip {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  4% {
    -webkit-transform: scale3d(-1, 1, 1);
            transform: scale3d(-1, 1, 1); }
  8% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@-webkit-keyframes anime-cloud-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes anime-cloud-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes anime-cloud1 {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); } }

@keyframes anime-cloud1 {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); } }

@-webkit-keyframes anime-seagull {
  0% {
    -webkit-transform: translate(0px, 0px) scaleX(1);
            transform: translate(0px, 0px) scaleX(1); }
  35% {
    -webkit-transform: translate(-100px, 8px) scaleX(1);
            transform: translate(-100px, 8px) scaleX(1); }
  50% {
    -webkit-transform: translate(-120px, 0px) scaleX(-1);
            transform: translate(-120px, 0px) scaleX(-1); }
  85% {
    -webkit-transform: translate(-20px, 8px) scaleX(-1);
            transform: translate(-20px, 8px) scaleX(-1); }
  100% {
    -webkit-transform: translate(0px, 0px) scaleX(1);
            transform: translate(0px, 0px) scaleX(1); } }

@keyframes anime-seagull {
  0% {
    -webkit-transform: translate(0px, 0px) scaleX(1);
            transform: translate(0px, 0px) scaleX(1); }
  35% {
    -webkit-transform: translate(-100px, 8px) scaleX(1);
            transform: translate(-100px, 8px) scaleX(1); }
  50% {
    -webkit-transform: translate(-120px, 0px) scaleX(-1);
            transform: translate(-120px, 0px) scaleX(-1); }
  85% {
    -webkit-transform: translate(-20px, 8px) scaleX(-1);
            transform: translate(-20px, 8px) scaleX(-1); }
  100% {
    -webkit-transform: translate(0px, 0px) scaleX(1);
            transform: translate(0px, 0px) scaleX(1); } }

@-webkit-keyframes anime-drum {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  2% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  4% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  6% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes anime-drum {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  2% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  4% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  6% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes anime-rocket {
  0%,
  28% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  4%,
  12%,
  20% {
    -webkit-transform: translate3d(10px, -10px, 0);
            transform: translate3d(10px, -10px, 0); }
  8%,
  16%,
  24% {
    -webkit-transform: translate3d(-10px, 10px, 0);
            transform: translate3d(-10px, 10px, 0); } }

@keyframes anime-rocket {
  0%,
  28% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  4%,
  12%,
  20% {
    -webkit-transform: translate3d(10px, -10px, 0);
            transform: translate3d(10px, -10px, 0); }
  8%,
  16%,
  24% {
    -webkit-transform: translate3d(-10px, 10px, 0);
            transform: translate3d(-10px, 10px, 0); } }

@-webkit-keyframes anime-rap {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  5% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  10% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  15% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  20% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes anime-rap {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  5% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  10% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  15% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  20% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@-webkit-keyframes anime-wooden-horse {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); } }

@keyframes anime-wooden-horse {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); } }

[data-emergence="visible"].em {
  -webkit-transition: 700ms ease-out;
  transition: 700ms ease-out; }
  [data-emergence="visible"].em_delay_100 {
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important; }
  [data-emergence="visible"].em_duration_100 {
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important; }
  [data-emergence="visible"].em_delay_200 {
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important; }
  [data-emergence="visible"].em_duration_200 {
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important; }
  [data-emergence="visible"].em_delay_300 {
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important; }
  [data-emergence="visible"].em_duration_300 {
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important; }
  [data-emergence="visible"].em_delay_400 {
    -webkit-transition-delay: 400ms !important;
            transition-delay: 400ms !important; }
  [data-emergence="visible"].em_duration_400 {
    -webkit-transition-duration: 400ms !important;
            transition-duration: 400ms !important; }
  [data-emergence="visible"].em_delay_500 {
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important; }
  [data-emergence="visible"].em_duration_500 {
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important; }
  [data-emergence="visible"].em_delay_600 {
    -webkit-transition-delay: 600ms !important;
            transition-delay: 600ms !important; }
  [data-emergence="visible"].em_duration_600 {
    -webkit-transition-duration: 600ms !important;
            transition-duration: 600ms !important; }
  [data-emergence="visible"].em_delay_700 {
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important; }
  [data-emergence="visible"].em_duration_700 {
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important; }
  [data-emergence="visible"].em_delay_800 {
    -webkit-transition-delay: 800ms !important;
            transition-delay: 800ms !important; }
  [data-emergence="visible"].em_duration_800 {
    -webkit-transition-duration: 800ms !important;
            transition-duration: 800ms !important; }
  [data-emergence="visible"].em_delay_900 {
    -webkit-transition-delay: 900ms !important;
            transition-delay: 900ms !important; }
  [data-emergence="visible"].em_duration_900 {
    -webkit-transition-duration: 900ms !important;
            transition-duration: 900ms !important; }
  [data-emergence="visible"].em_delay_1000 {
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important; }
  [data-emergence="visible"].em_duration_1000 {
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important; }
  [data-emergence="visible"].em_delay_1100 {
    -webkit-transition-delay: 1100ms !important;
            transition-delay: 1100ms !important; }
  [data-emergence="visible"].em_duration_1100 {
    -webkit-transition-duration: 1100ms !important;
            transition-duration: 1100ms !important; }
  [data-emergence="visible"].em_delay_1200 {
    -webkit-transition-delay: 1200ms !important;
            transition-delay: 1200ms !important; }
  [data-emergence="visible"].em_duration_1200 {
    -webkit-transition-duration: 1200ms !important;
            transition-duration: 1200ms !important; }
  [data-emergence="visible"].em_delay_1300 {
    -webkit-transition-delay: 1300ms !important;
            transition-delay: 1300ms !important; }
  [data-emergence="visible"].em_duration_1300 {
    -webkit-transition-duration: 1300ms !important;
            transition-duration: 1300ms !important; }
  [data-emergence="visible"].em_delay_1400 {
    -webkit-transition-delay: 1400ms !important;
            transition-delay: 1400ms !important; }
  [data-emergence="visible"].em_duration_1400 {
    -webkit-transition-duration: 1400ms !important;
            transition-duration: 1400ms !important; }
  [data-emergence="visible"].em_delay_1500 {
    -webkit-transition-delay: 1500ms !important;
            transition-delay: 1500ms !important; }
  [data-emergence="visible"].em_duration_1500 {
    -webkit-transition-duration: 1500ms !important;
            transition-duration: 1500ms !important; }
  [data-emergence="visible"].em_delay_1600 {
    -webkit-transition-delay: 1600ms !important;
            transition-delay: 1600ms !important; }
  [data-emergence="visible"].em_duration_1600 {
    -webkit-transition-duration: 1600ms !important;
            transition-duration: 1600ms !important; }
  [data-emergence="visible"].em_delay_1700 {
    -webkit-transition-delay: 1700ms !important;
            transition-delay: 1700ms !important; }
  [data-emergence="visible"].em_duration_1700 {
    -webkit-transition-duration: 1700ms !important;
            transition-duration: 1700ms !important; }
  [data-emergence="visible"].em_delay_1800 {
    -webkit-transition-delay: 1800ms !important;
            transition-delay: 1800ms !important; }
  [data-emergence="visible"].em_duration_1800 {
    -webkit-transition-duration: 1800ms !important;
            transition-duration: 1800ms !important; }
  [data-emergence="visible"].em_delay_1900 {
    -webkit-transition-delay: 1900ms !important;
            transition-delay: 1900ms !important; }
  [data-emergence="visible"].em_duration_1900 {
    -webkit-transition-duration: 1900ms !important;
            transition-duration: 1900ms !important; }
  [data-emergence="visible"].em_delay_2000 {
    -webkit-transition-delay: 2000ms !important;
            transition-delay: 2000ms !important; }
  [data-emergence="visible"].em_duration_2000 {
    -webkit-transition-duration: 2000ms !important;
            transition-duration: 2000ms !important; }
  [data-emergence="visible"].em_delay_2100 {
    -webkit-transition-delay: 2100ms !important;
            transition-delay: 2100ms !important; }
  [data-emergence="visible"].em_duration_2100 {
    -webkit-transition-duration: 2100ms !important;
            transition-duration: 2100ms !important; }
  [data-emergence="visible"].em_delay_2200 {
    -webkit-transition-delay: 2200ms !important;
            transition-delay: 2200ms !important; }
  [data-emergence="visible"].em_duration_2200 {
    -webkit-transition-duration: 2200ms !important;
            transition-duration: 2200ms !important; }
  [data-emergence="visible"].em_delay_2300 {
    -webkit-transition-delay: 2300ms !important;
            transition-delay: 2300ms !important; }
  [data-emergence="visible"].em_duration_2300 {
    -webkit-transition-duration: 2300ms !important;
            transition-duration: 2300ms !important; }
  [data-emergence="visible"].em_delay_2400 {
    -webkit-transition-delay: 2400ms !important;
            transition-delay: 2400ms !important; }
  [data-emergence="visible"].em_duration_2400 {
    -webkit-transition-duration: 2400ms !important;
            transition-duration: 2400ms !important; }
  [data-emergence="visible"].em_delay_2500 {
    -webkit-transition-delay: 2500ms !important;
            transition-delay: 2500ms !important; }
  [data-emergence="visible"].em_duration_2500 {
    -webkit-transition-duration: 2500ms !important;
            transition-duration: 2500ms !important; }
  [data-emergence="visible"].em_delay_2600 {
    -webkit-transition-delay: 2600ms !important;
            transition-delay: 2600ms !important; }
  [data-emergence="visible"].em_duration_2600 {
    -webkit-transition-duration: 2600ms !important;
            transition-duration: 2600ms !important; }
  [data-emergence="visible"].em_delay_2700 {
    -webkit-transition-delay: 2700ms !important;
            transition-delay: 2700ms !important; }
  [data-emergence="visible"].em_duration_2700 {
    -webkit-transition-duration: 2700ms !important;
            transition-duration: 2700ms !important; }
  [data-emergence="visible"].em_delay_2800 {
    -webkit-transition-delay: 2800ms !important;
            transition-delay: 2800ms !important; }
  [data-emergence="visible"].em_duration_2800 {
    -webkit-transition-duration: 2800ms !important;
            transition-duration: 2800ms !important; }
  [data-emergence="visible"].em_delay_2900 {
    -webkit-transition-delay: 2900ms !important;
            transition-delay: 2900ms !important; }
  [data-emergence="visible"].em_duration_2900 {
    -webkit-transition-duration: 2900ms !important;
            transition-duration: 2900ms !important; }
  [data-emergence="visible"].em_delay_3000 {
    -webkit-transition-delay: 3000ms !important;
            transition-delay: 3000ms !important; }
  [data-emergence="visible"].em_duration_3000 {
    -webkit-transition-duration: 3000ms !important;
            transition-duration: 3000ms !important; }
  [data-emergence="visible"].em_delay_3100 {
    -webkit-transition-delay: 3100ms !important;
            transition-delay: 3100ms !important; }
  [data-emergence="visible"].em_duration_3100 {
    -webkit-transition-duration: 3100ms !important;
            transition-duration: 3100ms !important; }
  [data-emergence="visible"].em_delay_3200 {
    -webkit-transition-delay: 3200ms !important;
            transition-delay: 3200ms !important; }
  [data-emergence="visible"].em_duration_3200 {
    -webkit-transition-duration: 3200ms !important;
            transition-duration: 3200ms !important; }
  [data-emergence="visible"].em_delay_3300 {
    -webkit-transition-delay: 3300ms !important;
            transition-delay: 3300ms !important; }
  [data-emergence="visible"].em_duration_3300 {
    -webkit-transition-duration: 3300ms !important;
            transition-duration: 3300ms !important; }
  [data-emergence="visible"].em_delay_3400 {
    -webkit-transition-delay: 3400ms !important;
            transition-delay: 3400ms !important; }
  [data-emergence="visible"].em_duration_3400 {
    -webkit-transition-duration: 3400ms !important;
            transition-duration: 3400ms !important; }
  [data-emergence="visible"].em_delay_3500 {
    -webkit-transition-delay: 3500ms !important;
            transition-delay: 3500ms !important; }
  [data-emergence="visible"].em_duration_3500 {
    -webkit-transition-duration: 3500ms !important;
            transition-duration: 3500ms !important; }
  [data-emergence="visible"].em_delay_3600 {
    -webkit-transition-delay: 3600ms !important;
            transition-delay: 3600ms !important; }
  [data-emergence="visible"].em_duration_3600 {
    -webkit-transition-duration: 3600ms !important;
            transition-duration: 3600ms !important; }
  [data-emergence="visible"].em_delay_3700 {
    -webkit-transition-delay: 3700ms !important;
            transition-delay: 3700ms !important; }
  [data-emergence="visible"].em_duration_3700 {
    -webkit-transition-duration: 3700ms !important;
            transition-duration: 3700ms !important; }
  [data-emergence="visible"].em_delay_3800 {
    -webkit-transition-delay: 3800ms !important;
            transition-delay: 3800ms !important; }
  [data-emergence="visible"].em_duration_3800 {
    -webkit-transition-duration: 3800ms !important;
            transition-duration: 3800ms !important; }
  [data-emergence="visible"].em_delay_3900 {
    -webkit-transition-delay: 3900ms !important;
            transition-delay: 3900ms !important; }
  [data-emergence="visible"].em_duration_3900 {
    -webkit-transition-duration: 3900ms !important;
            transition-duration: 3900ms !important; }
  [data-emergence="visible"].em_delay_4000 {
    -webkit-transition-delay: 4000ms !important;
            transition-delay: 4000ms !important; }
  [data-emergence="visible"].em_duration_4000 {
    -webkit-transition-duration: 4000ms !important;
            transition-duration: 4000ms !important; }
  [data-emergence="visible"].em_delay_4100 {
    -webkit-transition-delay: 4100ms !important;
            transition-delay: 4100ms !important; }
  [data-emergence="visible"].em_duration_4100 {
    -webkit-transition-duration: 4100ms !important;
            transition-duration: 4100ms !important; }
  [data-emergence="visible"].em_delay_4200 {
    -webkit-transition-delay: 4200ms !important;
            transition-delay: 4200ms !important; }
  [data-emergence="visible"].em_duration_4200 {
    -webkit-transition-duration: 4200ms !important;
            transition-duration: 4200ms !important; }
  [data-emergence="visible"].em_delay_4300 {
    -webkit-transition-delay: 4300ms !important;
            transition-delay: 4300ms !important; }
  [data-emergence="visible"].em_duration_4300 {
    -webkit-transition-duration: 4300ms !important;
            transition-duration: 4300ms !important; }
  [data-emergence="visible"].em_delay_4400 {
    -webkit-transition-delay: 4400ms !important;
            transition-delay: 4400ms !important; }
  [data-emergence="visible"].em_duration_4400 {
    -webkit-transition-duration: 4400ms !important;
            transition-duration: 4400ms !important; }
  [data-emergence="visible"].em_delay_4500 {
    -webkit-transition-delay: 4500ms !important;
            transition-delay: 4500ms !important; }
  [data-emergence="visible"].em_duration_4500 {
    -webkit-transition-duration: 4500ms !important;
            transition-duration: 4500ms !important; }
  [data-emergence="visible"].em_delay_4600 {
    -webkit-transition-delay: 4600ms !important;
            transition-delay: 4600ms !important; }
  [data-emergence="visible"].em_duration_4600 {
    -webkit-transition-duration: 4600ms !important;
            transition-duration: 4600ms !important; }
  [data-emergence="visible"].em_delay_4700 {
    -webkit-transition-delay: 4700ms !important;
            transition-delay: 4700ms !important; }
  [data-emergence="visible"].em_duration_4700 {
    -webkit-transition-duration: 4700ms !important;
            transition-duration: 4700ms !important; }
  [data-emergence="visible"].em_delay_4800 {
    -webkit-transition-delay: 4800ms !important;
            transition-delay: 4800ms !important; }
  [data-emergence="visible"].em_duration_4800 {
    -webkit-transition-duration: 4800ms !important;
            transition-duration: 4800ms !important; }
  [data-emergence="visible"].em_delay_4900 {
    -webkit-transition-delay: 4900ms !important;
            transition-delay: 4900ms !important; }
  [data-emergence="visible"].em_duration_4900 {
    -webkit-transition-duration: 4900ms !important;
            transition-duration: 4900ms !important; }
  [data-emergence="visible"].em_delay_5000 {
    -webkit-transition-delay: 5000ms !important;
            transition-delay: 5000ms !important; }
  [data-emergence="visible"].em_duration_5000 {
    -webkit-transition-duration: 5000ms !important;
            transition-duration: 5000ms !important; }
  [data-emergence="visible"].em .em {
    -webkit-transition: 700ms ease-out;
    transition: 700ms ease-out; }
    [data-emergence="visible"].em .em_delay_100 {
      -webkit-transition-delay: 100ms !important;
              transition-delay: 100ms !important; }
    [data-emergence="visible"].em .em_duration_100 {
      -webkit-transition-duration: 100ms !important;
              transition-duration: 100ms !important; }
    [data-emergence="visible"].em .em_delay_200 {
      -webkit-transition-delay: 200ms !important;
              transition-delay: 200ms !important; }
    [data-emergence="visible"].em .em_duration_200 {
      -webkit-transition-duration: 200ms !important;
              transition-duration: 200ms !important; }
    [data-emergence="visible"].em .em_delay_300 {
      -webkit-transition-delay: 300ms !important;
              transition-delay: 300ms !important; }
    [data-emergence="visible"].em .em_duration_300 {
      -webkit-transition-duration: 300ms !important;
              transition-duration: 300ms !important; }
    [data-emergence="visible"].em .em_delay_400 {
      -webkit-transition-delay: 400ms !important;
              transition-delay: 400ms !important; }
    [data-emergence="visible"].em .em_duration_400 {
      -webkit-transition-duration: 400ms !important;
              transition-duration: 400ms !important; }
    [data-emergence="visible"].em .em_delay_500 {
      -webkit-transition-delay: 500ms !important;
              transition-delay: 500ms !important; }
    [data-emergence="visible"].em .em_duration_500 {
      -webkit-transition-duration: 500ms !important;
              transition-duration: 500ms !important; }
    [data-emergence="visible"].em .em_delay_600 {
      -webkit-transition-delay: 600ms !important;
              transition-delay: 600ms !important; }
    [data-emergence="visible"].em .em_duration_600 {
      -webkit-transition-duration: 600ms !important;
              transition-duration: 600ms !important; }
    [data-emergence="visible"].em .em_delay_700 {
      -webkit-transition-delay: 700ms !important;
              transition-delay: 700ms !important; }
    [data-emergence="visible"].em .em_duration_700 {
      -webkit-transition-duration: 700ms !important;
              transition-duration: 700ms !important; }
    [data-emergence="visible"].em .em_delay_800 {
      -webkit-transition-delay: 800ms !important;
              transition-delay: 800ms !important; }
    [data-emergence="visible"].em .em_duration_800 {
      -webkit-transition-duration: 800ms !important;
              transition-duration: 800ms !important; }
    [data-emergence="visible"].em .em_delay_900 {
      -webkit-transition-delay: 900ms !important;
              transition-delay: 900ms !important; }
    [data-emergence="visible"].em .em_duration_900 {
      -webkit-transition-duration: 900ms !important;
              transition-duration: 900ms !important; }
    [data-emergence="visible"].em .em_delay_1000 {
      -webkit-transition-delay: 1000ms !important;
              transition-delay: 1000ms !important; }
    [data-emergence="visible"].em .em_duration_1000 {
      -webkit-transition-duration: 1000ms !important;
              transition-duration: 1000ms !important; }
    [data-emergence="visible"].em .em_delay_1100 {
      -webkit-transition-delay: 1100ms !important;
              transition-delay: 1100ms !important; }
    [data-emergence="visible"].em .em_duration_1100 {
      -webkit-transition-duration: 1100ms !important;
              transition-duration: 1100ms !important; }
    [data-emergence="visible"].em .em_delay_1200 {
      -webkit-transition-delay: 1200ms !important;
              transition-delay: 1200ms !important; }
    [data-emergence="visible"].em .em_duration_1200 {
      -webkit-transition-duration: 1200ms !important;
              transition-duration: 1200ms !important; }
    [data-emergence="visible"].em .em_delay_1300 {
      -webkit-transition-delay: 1300ms !important;
              transition-delay: 1300ms !important; }
    [data-emergence="visible"].em .em_duration_1300 {
      -webkit-transition-duration: 1300ms !important;
              transition-duration: 1300ms !important; }
    [data-emergence="visible"].em .em_delay_1400 {
      -webkit-transition-delay: 1400ms !important;
              transition-delay: 1400ms !important; }
    [data-emergence="visible"].em .em_duration_1400 {
      -webkit-transition-duration: 1400ms !important;
              transition-duration: 1400ms !important; }
    [data-emergence="visible"].em .em_delay_1500 {
      -webkit-transition-delay: 1500ms !important;
              transition-delay: 1500ms !important; }
    [data-emergence="visible"].em .em_duration_1500 {
      -webkit-transition-duration: 1500ms !important;
              transition-duration: 1500ms !important; }
    [data-emergence="visible"].em .em_delay_1600 {
      -webkit-transition-delay: 1600ms !important;
              transition-delay: 1600ms !important; }
    [data-emergence="visible"].em .em_duration_1600 {
      -webkit-transition-duration: 1600ms !important;
              transition-duration: 1600ms !important; }
    [data-emergence="visible"].em .em_delay_1700 {
      -webkit-transition-delay: 1700ms !important;
              transition-delay: 1700ms !important; }
    [data-emergence="visible"].em .em_duration_1700 {
      -webkit-transition-duration: 1700ms !important;
              transition-duration: 1700ms !important; }
    [data-emergence="visible"].em .em_delay_1800 {
      -webkit-transition-delay: 1800ms !important;
              transition-delay: 1800ms !important; }
    [data-emergence="visible"].em .em_duration_1800 {
      -webkit-transition-duration: 1800ms !important;
              transition-duration: 1800ms !important; }
    [data-emergence="visible"].em .em_delay_1900 {
      -webkit-transition-delay: 1900ms !important;
              transition-delay: 1900ms !important; }
    [data-emergence="visible"].em .em_duration_1900 {
      -webkit-transition-duration: 1900ms !important;
              transition-duration: 1900ms !important; }
    [data-emergence="visible"].em .em_delay_2000 {
      -webkit-transition-delay: 2000ms !important;
              transition-delay: 2000ms !important; }
    [data-emergence="visible"].em .em_duration_2000 {
      -webkit-transition-duration: 2000ms !important;
              transition-duration: 2000ms !important; }
    [data-emergence="visible"].em .em_delay_2100 {
      -webkit-transition-delay: 2100ms !important;
              transition-delay: 2100ms !important; }
    [data-emergence="visible"].em .em_duration_2100 {
      -webkit-transition-duration: 2100ms !important;
              transition-duration: 2100ms !important; }
    [data-emergence="visible"].em .em_delay_2200 {
      -webkit-transition-delay: 2200ms !important;
              transition-delay: 2200ms !important; }
    [data-emergence="visible"].em .em_duration_2200 {
      -webkit-transition-duration: 2200ms !important;
              transition-duration: 2200ms !important; }
    [data-emergence="visible"].em .em_delay_2300 {
      -webkit-transition-delay: 2300ms !important;
              transition-delay: 2300ms !important; }
    [data-emergence="visible"].em .em_duration_2300 {
      -webkit-transition-duration: 2300ms !important;
              transition-duration: 2300ms !important; }
    [data-emergence="visible"].em .em_delay_2400 {
      -webkit-transition-delay: 2400ms !important;
              transition-delay: 2400ms !important; }
    [data-emergence="visible"].em .em_duration_2400 {
      -webkit-transition-duration: 2400ms !important;
              transition-duration: 2400ms !important; }
    [data-emergence="visible"].em .em_delay_2500 {
      -webkit-transition-delay: 2500ms !important;
              transition-delay: 2500ms !important; }
    [data-emergence="visible"].em .em_duration_2500 {
      -webkit-transition-duration: 2500ms !important;
              transition-duration: 2500ms !important; }
    [data-emergence="visible"].em .em_delay_2600 {
      -webkit-transition-delay: 2600ms !important;
              transition-delay: 2600ms !important; }
    [data-emergence="visible"].em .em_duration_2600 {
      -webkit-transition-duration: 2600ms !important;
              transition-duration: 2600ms !important; }
    [data-emergence="visible"].em .em_delay_2700 {
      -webkit-transition-delay: 2700ms !important;
              transition-delay: 2700ms !important; }
    [data-emergence="visible"].em .em_duration_2700 {
      -webkit-transition-duration: 2700ms !important;
              transition-duration: 2700ms !important; }
    [data-emergence="visible"].em .em_delay_2800 {
      -webkit-transition-delay: 2800ms !important;
              transition-delay: 2800ms !important; }
    [data-emergence="visible"].em .em_duration_2800 {
      -webkit-transition-duration: 2800ms !important;
              transition-duration: 2800ms !important; }
    [data-emergence="visible"].em .em_delay_2900 {
      -webkit-transition-delay: 2900ms !important;
              transition-delay: 2900ms !important; }
    [data-emergence="visible"].em .em_duration_2900 {
      -webkit-transition-duration: 2900ms !important;
              transition-duration: 2900ms !important; }
    [data-emergence="visible"].em .em_delay_3000 {
      -webkit-transition-delay: 3000ms !important;
              transition-delay: 3000ms !important; }
    [data-emergence="visible"].em .em_duration_3000 {
      -webkit-transition-duration: 3000ms !important;
              transition-duration: 3000ms !important; }
    [data-emergence="visible"].em .em_delay_3100 {
      -webkit-transition-delay: 3100ms !important;
              transition-delay: 3100ms !important; }
    [data-emergence="visible"].em .em_duration_3100 {
      -webkit-transition-duration: 3100ms !important;
              transition-duration: 3100ms !important; }
    [data-emergence="visible"].em .em_delay_3200 {
      -webkit-transition-delay: 3200ms !important;
              transition-delay: 3200ms !important; }
    [data-emergence="visible"].em .em_duration_3200 {
      -webkit-transition-duration: 3200ms !important;
              transition-duration: 3200ms !important; }
    [data-emergence="visible"].em .em_delay_3300 {
      -webkit-transition-delay: 3300ms !important;
              transition-delay: 3300ms !important; }
    [data-emergence="visible"].em .em_duration_3300 {
      -webkit-transition-duration: 3300ms !important;
              transition-duration: 3300ms !important; }
    [data-emergence="visible"].em .em_delay_3400 {
      -webkit-transition-delay: 3400ms !important;
              transition-delay: 3400ms !important; }
    [data-emergence="visible"].em .em_duration_3400 {
      -webkit-transition-duration: 3400ms !important;
              transition-duration: 3400ms !important; }
    [data-emergence="visible"].em .em_delay_3500 {
      -webkit-transition-delay: 3500ms !important;
              transition-delay: 3500ms !important; }
    [data-emergence="visible"].em .em_duration_3500 {
      -webkit-transition-duration: 3500ms !important;
              transition-duration: 3500ms !important; }
    [data-emergence="visible"].em .em_delay_3600 {
      -webkit-transition-delay: 3600ms !important;
              transition-delay: 3600ms !important; }
    [data-emergence="visible"].em .em_duration_3600 {
      -webkit-transition-duration: 3600ms !important;
              transition-duration: 3600ms !important; }
    [data-emergence="visible"].em .em_delay_3700 {
      -webkit-transition-delay: 3700ms !important;
              transition-delay: 3700ms !important; }
    [data-emergence="visible"].em .em_duration_3700 {
      -webkit-transition-duration: 3700ms !important;
              transition-duration: 3700ms !important; }
    [data-emergence="visible"].em .em_delay_3800 {
      -webkit-transition-delay: 3800ms !important;
              transition-delay: 3800ms !important; }
    [data-emergence="visible"].em .em_duration_3800 {
      -webkit-transition-duration: 3800ms !important;
              transition-duration: 3800ms !important; }
    [data-emergence="visible"].em .em_delay_3900 {
      -webkit-transition-delay: 3900ms !important;
              transition-delay: 3900ms !important; }
    [data-emergence="visible"].em .em_duration_3900 {
      -webkit-transition-duration: 3900ms !important;
              transition-duration: 3900ms !important; }
    [data-emergence="visible"].em .em_delay_4000 {
      -webkit-transition-delay: 4000ms !important;
              transition-delay: 4000ms !important; }
    [data-emergence="visible"].em .em_duration_4000 {
      -webkit-transition-duration: 4000ms !important;
              transition-duration: 4000ms !important; }
    [data-emergence="visible"].em .em_delay_4100 {
      -webkit-transition-delay: 4100ms !important;
              transition-delay: 4100ms !important; }
    [data-emergence="visible"].em .em_duration_4100 {
      -webkit-transition-duration: 4100ms !important;
              transition-duration: 4100ms !important; }
    [data-emergence="visible"].em .em_delay_4200 {
      -webkit-transition-delay: 4200ms !important;
              transition-delay: 4200ms !important; }
    [data-emergence="visible"].em .em_duration_4200 {
      -webkit-transition-duration: 4200ms !important;
              transition-duration: 4200ms !important; }
    [data-emergence="visible"].em .em_delay_4300 {
      -webkit-transition-delay: 4300ms !important;
              transition-delay: 4300ms !important; }
    [data-emergence="visible"].em .em_duration_4300 {
      -webkit-transition-duration: 4300ms !important;
              transition-duration: 4300ms !important; }
    [data-emergence="visible"].em .em_delay_4400 {
      -webkit-transition-delay: 4400ms !important;
              transition-delay: 4400ms !important; }
    [data-emergence="visible"].em .em_duration_4400 {
      -webkit-transition-duration: 4400ms !important;
              transition-duration: 4400ms !important; }
    [data-emergence="visible"].em .em_delay_4500 {
      -webkit-transition-delay: 4500ms !important;
              transition-delay: 4500ms !important; }
    [data-emergence="visible"].em .em_duration_4500 {
      -webkit-transition-duration: 4500ms !important;
              transition-duration: 4500ms !important; }
    [data-emergence="visible"].em .em_delay_4600 {
      -webkit-transition-delay: 4600ms !important;
              transition-delay: 4600ms !important; }
    [data-emergence="visible"].em .em_duration_4600 {
      -webkit-transition-duration: 4600ms !important;
              transition-duration: 4600ms !important; }
    [data-emergence="visible"].em .em_delay_4700 {
      -webkit-transition-delay: 4700ms !important;
              transition-delay: 4700ms !important; }
    [data-emergence="visible"].em .em_duration_4700 {
      -webkit-transition-duration: 4700ms !important;
              transition-duration: 4700ms !important; }
    [data-emergence="visible"].em .em_delay_4800 {
      -webkit-transition-delay: 4800ms !important;
              transition-delay: 4800ms !important; }
    [data-emergence="visible"].em .em_duration_4800 {
      -webkit-transition-duration: 4800ms !important;
              transition-duration: 4800ms !important; }
    [data-emergence="visible"].em .em_delay_4900 {
      -webkit-transition-delay: 4900ms !important;
              transition-delay: 4900ms !important; }
    [data-emergence="visible"].em .em_duration_4900 {
      -webkit-transition-duration: 4900ms !important;
              transition-duration: 4900ms !important; }
    [data-emergence="visible"].em .em_delay_5000 {
      -webkit-transition-delay: 5000ms !important;
              transition-delay: 5000ms !important; }
    [data-emergence="visible"].em .em_duration_5000 {
      -webkit-transition-duration: 5000ms !important;
              transition-duration: 5000ms !important; }

.em_sp_upup[data-emergence="hidden"] {
  opacity: 0; }

.em_sp_upup[data-emergence="visible"] {
  opacity: 1;
  -webkit-animation: anime-upup 5000ms linear 1000ms infinite normal running;
          animation: anime-upup 5000ms linear 1000ms infinite normal running; }

.em_sp_flip[data-emergence="hidden"] {
  opacity: 0; }

.em_sp_flip[data-emergence="visible"] {
  opacity: 1;
  -webkit-animation: anime-flip 4400ms linear 2000ms infinite normal running;
          animation: anime-flip 4400ms linear 2000ms infinite normal running; }

.em_maker {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff100));
  background-image: linear-gradient(to right, transparent 50%, #fff100 50%);
  background-repeat: repeat-x;
  background-size: 200% 20%;
  background-position: 0 90%;
  -webkit-transition: all 2s ease;
  transition: all 2s ease; }
  .em_maker[data-emergence="hidden"] {
    background-position: 0 90%; }
  .em_maker[data-emergence="visible"] {
    background-position: -100% 90%; }

.em_zoomin[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.em_zoomin[data-emergence="visible"] {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.em_zoomout[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

.em_zoomout[data-emergence="visible"] {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.em_fade[data-emergence="hidden"] {
  opacity: 0; }

.em_fade[data-emergence="visible"] {
  opacity: 1; }

.em_fadeleft[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(150px);
          transform: translateX(150px); }

.em_fadeleft[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.em_fadeleft_rotation[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(150px) rotate(0);
          transform: translateX(150px) rotate(0); }

.em_fadeleft_rotation[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(-360deg);
          transform: translateX(0) rotate(-360deg); }

.em_faderight[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px); }

.em_faderight[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.em_faderight_rotation[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(-150px) rotate(0);
          transform: translateX(-150px) rotate(0); }

.em_faderight_rotation[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(360deg);
          transform: translateX(0) rotate(360deg); }

.em_fadeup[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px); }

.em_fadeup[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.em_fadedown[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px); }

.em_fadedown[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.em_fixed[data-emergence="hidden"] {
  opacity: 0; }

.em_fixed[data-emergence="visible"] {
  opacity: 1; }

.em[data-emergence="hidden"] .em_zoomin {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.em[data-emergence="hidden"] .em_zoomout {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

.em[data-emergence="hidden"] .em_fade {
  opacity: 0; }

.em[data-emergence="hidden"] .em_fadeleft {
  opacity: 0;
  -webkit-transform: translateX(150px);
          transform: translateX(150px); }

.em[data-emergence="hidden"] .em_faderight {
  opacity: 0;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px); }

.em[data-emergence="hidden"] .em_fadeup {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px); }

.em[data-emergence="hidden"] .em_fadedown {
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px); }

.em[data-emergence="hidden"] .em_fixed {
  opacity: 0; }

.em[data-emergence="visible"] .em_zoomin {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.em[data-emergence="visible"] .em_zoomout {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.em[data-emergence="visible"] .em_fade {
  opacity: 1; }

.em[data-emergence="visible"] .em_fadeleft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.em[data-emergence="visible"] .em_faderight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.em[data-emergence="visible"] .em_fadeup {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.em[data-emergence="visible"] .em_fadedown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.em[data-emergence="visible"] .em_fixed {
  opacity: 1; }

.sys-cal.sys-cal_t1 {
  padding: 30px;
  -webkit-box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
          box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
  border-top: 3px solid #825907;
  border-bottom: 3px solid #825907; }
  @media (max-width: 768.98px) {
    .sys-cal.sys-cal_t1 {
      padding: 30px 10px 10px; } }
  .sys-cal.sys-cal_t1 .sys-cal-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sys-cal.sys-cal_t1 .sys-cal-nav__date {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 130px;
              flex: 0 0 130px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      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;
      font-family: "Quicksand", sans-serif;
      font-weight: 700;
      line-height: 1;
      position: relative;
      top: -40px;
      background: #fff;
      margin: 0 30px -10px; }
      @media (max-width: 768.98px) {
        .sys-cal.sys-cal_t1 .sys-cal-nav__date {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100px;
                  flex: 0 0 100px; } }
      .sys-cal.sys-cal_t1 .sys-cal-nav__date-year {
        font-size: 2rem;
        margin-bottom: 10px; }
      .sys-cal.sys-cal_t1 .sys-cal-nav__date-day {
        font-size: 6rem; }
    .sys-cal.sys-cal_t1 .sys-cal-nav__prev {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .sys-cal.sys-cal_t1 .sys-cal-nav__next {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .sys-cal.sys-cal_t1 .sys-cal-nav__link {
      color: #825907; }
      @media (min-width: 769px) {
        .sys-cal.sys-cal_t1 .sys-cal-nav__link {
          font-size: 2rem; } }
      @media (max-width: 768.98px) {
        .sys-cal.sys-cal_t1 .sys-cal-nav__link {
          font-size: 1.6rem; } }
      .sys-cal.sys-cal_t1 .sys-cal-nav__link_prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: currentColor;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .sys-cal.sys-cal_t1 .sys-cal-nav__link_prev:hover {
          color: currentColor;
          text-decoration: none; }
        .sys-cal.sys-cal_t1 .sys-cal-nav__link_prev::before {
          color: currentColor;
          font-family: fontawesome;
          content: "\f104";
          text-decoration: none;
          margin-right: 0.5em;
          font-size: 1em;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .ie11 .sys-cal.sys-cal_t1 .sys-cal-nav__link_prev::before {
            display: inline-block !important;
            text-decoration: none; }
        .sys-cal.sys-cal_t1 .sys-cal-nav__link_prev::before {
          font-size: inherit;
          color: #bf4472; }
      .sys-cal.sys-cal_t1 .sys-cal-nav__link_next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: currentColor;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .sys-cal.sys-cal_t1 .sys-cal-nav__link_next:hover {
          color: currentColor;
          text-decoration: none; }
        .sys-cal.sys-cal_t1 .sys-cal-nav__link_next::after {
          color: currentColor;
          font-family: fontawesome;
          content: "\f105";
          text-decoration: none;
          margin-left: 0.5em;
          font-size: 1em;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .ie11 .sys-cal.sys-cal_t1 .sys-cal-nav__link_next::after {
            display: inline-block !important;
            text-decoration: none; }
        .sys-cal.sys-cal_t1 .sys-cal-nav__link_next::after {
          font-size: inherit;
          color: #bf4472; }
  .sys-cal.sys-cal_t1 .sys-cal__table {
    width: 100%;
    border-top: 2px solid #825907;
    line-height: 1.3; }
    @media (min-width: 769px) {
      .sys-cal.sys-cal_t1 .sys-cal__table {
        min-width: 940px; } }
    @media (max-width: 768.98px) {
      .sys-cal.sys-cal_t1 .sys-cal__table {
        min-width: 700px; } }
  .sys-cal.sys-cal_t1 .sys-cal__tbody .sys-cal__head {
    border-left: 5px solid currentColor; }
  .sys-cal.sys-cal_t1 .sys-cal__tbody .sys-cal__row:nth-child(3n + 1) {
    color: #daaee3; }
  .sys-cal.sys-cal_t1 .sys-cal__tbody .sys-cal__row:nth-child(3n + 2) {
    color: #8db789; }
  .sys-cal.sys-cal_t1 .sys-cal__tbody .sys-cal__row:nth-child(3n + 3) {
    color: #aacde3; }
  .sys-cal.sys-cal_t1 .sys-cal__tbody th,
  .sys-cal.sys-cal_t1 .sys-cal__tbody td {
    border-top-color: transparent;
    border-bottom-color: transparent; }
  .sys-cal.sys-cal_t1 .sys-cal__row th:first-child,
  .sys-cal.sys-cal_t1 .sys-cal__row td:first-child {
    border-left-color: transparent; }
  .sys-cal.sys-cal_t1 .sys-cal__row th:last-child,
  .sys-cal.sys-cal_t1 .sys-cal__row td:last-child {
    border-right-color: transparent; }
  .sys-cal.sys-cal_t1 .sys-cal__head {
    border: 1px solid #825907;
    margin: 0.5em; }
  .sys-cal.sys-cal_t1 .sys-cal__data {
    width: 50px;
    border: 1px solid #825907;
    padding: 0; }
  .sys-cal.sys-cal_t1 .sys-cal__head-title {
    display: block;
    margin: 0.5em 0;
    padding: 0.2em 0.5em;
    border-left: 3px solid currentColor; }
    .sys-cal.sys-cal_t1 .sys-cal__head-title-in {
      color: #000; }
      @media (min-width: 769px) {
        .sys-cal.sys-cal_t1 .sys-cal__head-title-in {
          font-size: 2.2rem; } }
      @media (max-width: 768.98px) {
        .sys-cal.sys-cal_t1 .sys-cal__head-title-in {
          font-size: 1.4rem; } }
  .sys-cal.sys-cal_t1 .sys-cal__chk {
    display: block;
    text-align: center;
    visibility: hidden; }
    .sys-cal.sys-cal_t1 .sys-cal__chk::before, .sys-cal.sys-cal_t1 .sys-cal__chk::after {
      visibility: visible; }
    .sys-cal.sys-cal_t1 .sys-cal__chk_begin {
      position: relative; }
      .sys-cal.sys-cal_t1 .sys-cal__chk_begin::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 50%;
        height: 3px;
        background-color: currentColor;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .sys-cal.sys-cal_t1 .sys-cal__chk_begin::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 16px;
        height: 16px;
        border: 3px solid currentColor;
        border-radius: 50%; }
    .sys-cal.sys-cal_t1 .sys-cal__chk_on {
      position: relative; }
      .sys-cal.sys-cal_t1 .sys-cal__chk_on::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 3px;
        background-color: currentColor;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .sys-cal.sys-cal_t1 .sys-cal__chk_end {
      position: relative; }
      .sys-cal.sys-cal_t1 .sys-cal__chk_end::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 50%;
        height: 3px;
        background-color: currentColor;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .sys-cal.sys-cal_t1 .sys-cal__chk_end::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 16px;
        height: 16px;
        border: 3px solid currentColor;
        border-radius: 50%; }
  .sys-cal.sys-cal_t1 .sys-cal__date {
    margin: 1em 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1; }
    .sys-cal.sys-cal_t1 .sys-cal__date-day {
      font-family: "Quicksand", sans-serif;
      font-weight: 700;
      font-size: 2.3rem;
      margin-bottom: 0.3em; }
    .sys-cal.sys-cal_t1 .sys-cal__date-yobi {
      font-size: 1.5rem; }

.sys-info.sys-info_t1 .sys-info__list-box {
  position: relative;
  padding: 1em 0;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  @media (min-width: 769px) {
    .sys-info.sys-info_t1 .sys-info__list-box {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_t1 .sys-info__list-box {
      font-size: 1.4rem; } }
  .sys-info.sys-info_t1 .sys-info__list-box:hover {
    background: rgba(191, 68, 114, 0.1); }

.sys-info.sys-info_t1 .sys-info__list-head {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  color: #bf4472; }

.sys-info.sys-info_t1 .sys-info__list-link {
  display: block;
  position: relative;
  z-index: 1;
  padding-right: 2em;
  position: static;
  color: currentColor;
  text-decoration: underline; }
  .sys-info.sys-info_t1 .sys-info__list-link::after {
    color: currentColor;
    font-family: fontawesome;
    content: "\f138";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .ie11 .sys-info.sys-info_t1 .sys-info__list-link::after {
      display: inline-block !important;
      text-decoration: none; }
  .sys-info.sys-info_t1 .sys-info__list-link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: inherit;
    content: "";
    background-color: rgba(255, 255, 255, 0); }
  .sys-info.sys-info_t1 .sys-info__list-link::after {
    color: #bf4472;
    right: 0; }
  .sys-info.sys-info_t1 .sys-info__list-link:hover {
    color: currentColor;
    opacity: 1;
    text-decoration: none; }
    .sys-info.sys-info_t1 .sys-info__list-link:hover::after {
      -webkit-transform: translateY(-50%) scale(1.5);
              transform: translateY(-50%) scale(1.5);
      -webkit-transition: 0.2s;
      transition: 0.2s; }

@media (min-width: 769px) {
  .sys-info.sys-info_t1 .sys-info__list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .sys-info.sys-info_t1 .sys-info__list-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8em;
            flex: 0 0 8em; }
  .sys-info.sys-info_t1 .sys-info__list-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; } }

.sys-info.sys-info_t2 .sys-info_bg {
  padding: 45px 0 40px; }

.sys-info.sys-info_t2 .sys-info__dlist {
  margin: 0 auto; }
  .sys-info.sys-info_t2 .sys-info__dlist_bdt {
    border-top: 1px solid #d3d3d3; }

.sys-info.sys-info_t2 .sys-info__dbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  padding: 1em 0; }

.sys-info.sys-info_t2 .sys-info__dhead {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-weight: normal;
  text-align: left; }
  @media (min-width: 769px) {
    .sys-info.sys-info_t2 .sys-info__dhead {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 120px;
              flex: 0 0 120px; } }

.sys-info.sys-info_t2 .sys-info__dbody {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-right: 1em; }

.sys-info.sys-info_t2 .sys-info__link {
  color: currentColor; }
  .sys-info.sys-info_t2 .sys-info__link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: inherit;
    content: "";
    background-color: rgba(255, 255, 255, 0); }
  .sys-info.sys-info_t2 .sys-info__link::after {
    color: currentColor;
    font-family: fontawesome;
    content: "\f054";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .ie11 .sys-info.sys-info_t2 .sys-info__link::after {
      display: inline-block !important;
      text-decoration: none; }
  .sys-info.sys-info_t2 .sys-info__link::before {
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .sys-info.sys-info_t2 .sys-info__link::after {
    font-size: 1.2rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.5; }
  .sys-info.sys-info_t2 .sys-info__link:hover {
    color: currentColor;
    opacity: 1;
    text-decoration: none; }
    .sys-info.sys-info_t2 .sys-info__link:hover::before {
      background: rgba(191, 68, 114, 0.1); }
    .sys-info.sys-info_t2 .sys-info__link:hover::after {
      font-size: 1.8rem;
      -webkit-transform: translate(10px, -50%);
              transform: translate(10px, -50%);
      opacity: 1; }

.sys-info.sys-info_t3 .sys-info {
  position: relative; }
  .sys-info.sys-info_t3 .sys-info__rlist {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 auto; }
    .sys-info.sys-info_t3 .sys-info__rlist_bdt {
      border-top: 1px solid #d3d3d3; }
  .sys-info.sys-info_t3 .sys-info__ritem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d3d3d3;
    padding: 1em 0; }
  .sys-info.sys-info_t3 .sys-info__clist {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sys-info.sys-info_t3 .sys-info__clist::before {
      font-family: fontawesome;
      content: "\f054";
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-10px, -50%);
              transform: translate(-10px, -50%);
      right: 0;
      font-size: 1.2rem;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      opacity: 0.5; }
      @media (max-width: 768.98px) {
        .sys-info.sys-info_t3 .sys-info__clist::before {
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); } }
    .sys-info.sys-info_t3 .sys-info__clist:hover::before {
      font-size: 1.8rem;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      opacity: 1; }
  .sys-info.sys-info_t3 .sys-info__citem_date {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-weight: 300;
    color: #808080;
    margin-right: 1em;
    line-height: 1.5; }
    @media (min-width: 769px) {
      .sys-info.sys-info_t3 .sys-info__citem_date {
        font-size: 1.4rem; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_t3 .sys-info__citem_date {
        font-size: 1.4rem; } }
  @media (min-width: 769px) {
    .sys-info.sys-info_t3 .sys-info__citem_tags {
      font-size: 1.5rem; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_t3 .sys-info__citem_tags {
      font-size: 1.5rem; } }
  .sys-info.sys-info_t3 .sys-info__citem_link {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-weight: 300;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding-right: 2em;
    margin-top: 0.5em; }
  .sys-info.sys-info_t3 .sys-info__link {
    color: currentColor; }
    .sys-info.sys-info_t3 .sys-info__link::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      pointer-events: inherit;
      content: "";
      background-color: rgba(255, 255, 255, 0); }
    .sys-info.sys-info_t3 .sys-info__link::before {
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .sys-info.sys-info_t3 .sys-info__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .sys-info.sys-info_t3 .sys-info__link:hover::before {
        background: rgba(191, 68, 114, 0.1); }

.sys-info.sys-info_t4 {
  line-height: 1.5; }
  .sys-info.sys-info_t4 .sys-info__dlist {
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    border-radius: 15px; }
  .sys-info.sys-info_t4 .sys-info__dbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.7em 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .sys-info.sys-info_t4 .sys-info__dbox:not(:last-child) {
      border-bottom: 2px solid #f5ede1; }
    .sys-info.sys-info_t4 .sys-info__dbox:hover {
      background: #faf6f0; }
      .sys-info.sys-info_t4 .sys-info__dbox:hover .sys-info__link::before {
        color: #94908a;
        font-size: 1.8rem;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
  .sys-info.sys-info_t4 .sys-info__dhead {
    font-weight: normal;
    text-align: left; }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_t4 .sys-info__dhead {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin-bottom: 0.5em; } }
    @media (min-width: 769px) {
      .sys-info.sys-info_t4 .sys-info__dhead {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 120px;
                flex: 0 0 120px; } }
  .sys-info.sys-info_t4 .sys-info__dbody {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding-right: 2em; }
  .sys-info.sys-info_t4 .sys-info__link {
    color: currentColor; }
    .sys-info.sys-info_t4 .sys-info__link::before {
      color: #f5ede1;
      font-family: fontawesome;
      content: "\f054";
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-10px, -50%);
              transform: translate(-10px, -50%);
      right: 0;
      font-size: 1.2rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .sys-info.sys-info_t4 .sys-info__link::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      pointer-events: inherit;
      content: "";
      background-color: rgba(255, 255, 255, 0); }
    .sys-info.sys-info_t4 .sys-info__link:hover {
      opacity: 1;
      text-decoration: none; }

.sys-info.sys-info_ti1 .sys-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 769px) {
    .sys-info.sys-info_ti1 .sys-info__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info.sys-info_ti1 .sys-info__list > * {
        width: calc((100% - 35px * 3) / 4); }
        .ie11 .sys-info.sys-info_ti1 .sys-info__list > * {
          width: calc((100% - 35px * 3) / 4 - 0.1px); }
        .sys-info.sys-info_ti1 .sys-info__list > *:not(:nth-child(4n)) {
          margin-right: 35px; }
        .sys-info.sys-info_ti1 .sys-info__list > *:nth-last-child(n + 5) {
          margin-bottom: 35px; }
        .sys-info.sys-info_ti1 .sys-info__list > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti1 .sys-info__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info.sys-info_ti1 .sys-info__list > * {
        width: 100%; }
        .sys-info.sys-info_ti1 .sys-info__list > *:nth-last-child(n + 2) {
          margin-bottom: 20px; }
        .sys-info.sys-info_ti1 .sys-info__list > * img {
          width: 100%; } }

.sys-info.sys-info_ti1 .sys-info__item {
  position: relative;
  border: 3px solid transparent;
  position: relative; }
  .sys-info.sys-info_ti1 .sys-info__item::before {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    opacity: 0;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-10px, -10px) scale(0);
            transform: translate(-10px, -10px) scale(0);
    border-right: 50%;
    border: 3px solid transparent; }
  .sys-info.sys-info_ti1 .sys-info__item:hover::before {
    opacity: 1;
    -webkit-transform: translate(-10px, -10px) scale(1);
            transform: translate(-10px, -10px) scale(1);
    border-radius: 10px;
    border-color: #bf4472; }

.sys-info.sys-info_ti1 .sys-info__fig {
  background: #efefef;
  position: relative;
  padding-top: 54%; }

.sys-info.sys-info_ti1 .sys-info__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.sys-info.sys-info_ti1 .sys-info__date {
  color: #808080;
  font-size: 1.4rem; }

.sys-info.sys-info_ti1 .sys-info__title {
  line-height: 1.3; }

.sys-info.sys-info_ti1 .sys-info__link {
  opacity: 1;
  text-decoration: none;
  color: currentColor; }
  .sys-info.sys-info_ti1 .sys-info__link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: inherit;
    content: "";
    background-color: rgba(255, 255, 255, 0); }
  .sys-info.sys-info_ti1 .sys-info__link::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    border-radius: 10px; }

.sys-info.sys-info_ti2 .sys-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 769px) {
    .sys-info.sys-info_ti2 .sys-info__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info.sys-info_ti2 .sys-info__list > * {
        width: calc((100% - 0px * 2) / 3 - 0.1px); }
        .ie11 .sys-info.sys-info_ti2 .sys-info__list > * {
          width: calc((100% - 0px * 2) / 3 - 0.1px); }
        .sys-info.sys-info_ti2 .sys-info__list > *:not(:nth-child(3n)) {
          margin-right: 0px; }
        .sys-info.sys-info_ti2 .sys-info__list > *:nth-last-child(n + 4) {
          margin-bottom: 60px; }
        .sys-info.sys-info_ti2 .sys-info__list > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti2 .sys-info__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info.sys-info_ti2 .sys-info__list > * {
        width: 100%; }
        .sys-info.sys-info_ti2 .sys-info__list > *:nth-last-child(n + 2) {
          margin-bottom: 30px; }
        .sys-info.sys-info_ti2 .sys-info__list > * img {
          width: 100%; } }
  .sys-info.sys-info_ti2 .sys-info__list_col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti2 .sys-info__list_col4 > * {
        width: calc((100% - 0px * 3) / 4); }
        .ie11 .sys-info.sys-info_ti2 .sys-info__list_col4 > * {
          width: calc((100% - 0px * 3) / 4 - 0.1px); }
        .sys-info.sys-info_ti2 .sys-info__list_col4 > *:not(:nth-child(4n)) {
          margin-right: 0px; }
        .sys-info.sys-info_ti2 .sys-info__list_col4 > * img {
          width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti2 .sys-info__list_col4 > * {
        width: 100%; }
        .sys-info.sys-info_ti2 .sys-info__list_col4 > *:nth-last-child(n + 2) {
          margin-bottom: 30px; }
        .sys-info.sys-info_ti2 .sys-info__list_col4 > * img {
          width: 100%; } }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti2 .sys-info__list_col4 .sys-info__item {
        margin-bottom: 0; } }

.sys-info.sys-info_ti2 .sys-info__item {
  position: relative; }
  .sys-info.sys-info_ti2 .sys-info__item:hover .sys-info__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.sys-info.sys-info_ti2 .sys-info__fig {
  background: #efefef;
  position: relative;
  padding-top: 60%;
  margin-bottom: 0;
  overflow: hidden; }

.sys-info.sys-info_ti2 .sys-info__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1); }

@media (min-width: 769px) {
  .sys-info.sys-info_ti2 .sys-info__box {
    padding: 0 30px; } }

.sys-info.sys-info_ti2 .sys-info__date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  background: #bf4472;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  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; }
  .sys-info.sys-info_ti2 .sys-info__date-y {
    font-size: 1.4rem;
    font-weight: 100; }
  .sys-info.sys-info_ti2 .sys-info__date-m {
    font-size: 1.7rem;
    font-weight: 500; }
  .sys-info.sys-info_ti2 .sys-info__date-d {
    font-size: 3rem;
    font-weight: 500; }

.sys-info.sys-info_ti2 .sys-info__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.4rem;
  line-height: 1;
  margin: 1em 0; }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti2 .sys-info__tags-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0; }
      .sys-info.sys-info_ti2 .sys-info__tags-list *:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0; } }

.sys-info.sys-info_ti2 .sys-info__tags-item {
  padding: 0 1em;
  border-left: 1px solid #999999; }
  .sys-info.sys-info_ti2 .sys-info__tags-item:last-child {
    border-right: 1px solid #999999; }

.sys-info.sys-info_ti2 .sys-info__title {
  line-height: 1.3;
  font-weight: bold; }

.sys-info.sys-info_ti2 .sys-info__more {
  text-align: right; }

.sys-info.sys-info_ti2 .sys-info__link {
  opacity: 1;
  text-decoration: none;
  color: currentColor; }
  .sys-info.sys-info_ti2 .sys-info__link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: inherit;
    content: "";
    background-color: rgba(255, 255, 255, 0); }
  .sys-info.sys-info_ti2 .sys-info__link:hover {
    text-decoration: underline; }

.sys-info.sys-info_ti3 .sys-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 769px) {
    .sys-info.sys-info_ti3 .sys-info__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info.sys-info_ti3 .sys-info__list > * {
        width: calc((100% - 0px * 1) / 2 - 0.1px); }
        .ie11 .sys-info.sys-info_ti3 .sys-info__list > * {
          width: calc((100% - 0px * 1) / 2 - 0.1px); }
        .sys-info.sys-info_ti3 .sys-info__list > *:not(:nth-child(2n)) {
          margin-right: 0px; }
        .sys-info.sys-info_ti3 .sys-info__list > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti3 .sys-info__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info.sys-info_ti3 .sys-info__list > * {
        width: 100%; }
        .sys-info.sys-info_ti3 .sys-info__list > *:nth-last-child(n + 2) {
          margin-bottom: 20px; }
        .sys-info.sys-info_ti3 .sys-info__list > * img {
          width: 100%; } }

.sys-info.sys-info_ti3 .sys-info__item {
  position: relative; }
  .sys-info.sys-info_ti3 .sys-info__item:hover .sys-info__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.sys-info.sys-info_ti3 .sys-info__fig {
  background: #efefef;
  position: relative;
  padding-top: 75%;
  margin-bottom: 0;
  overflow: hidden; }
  .sys-info.sys-info_ti3 .sys-info__fig::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.2); }

.sys-info.sys-info_ti3 .sys-info__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1); }

@media (max-width: 768.98px) {
  .sys-info.sys-info_ti3 .sys-info__box {
    background: #fff;
    padding: 20px; } }

@media (min-width: 769px) {
  .sys-info.sys-info_ti3 .sys-info__box {
    pointer-events: none;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px; } }

.sys-info.sys-info_ti3 .sys-info__box2 {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  text-align: center; }

.sys-info.sys-info_ti3 .sys-info__date {
  color: #fff;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  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; }
  .sys-info.sys-info_ti3 .sys-info__date-ym {
    font-size: 1.6rem;
    font-weight: 400; }
  .sys-info.sys-info_ti3 .sys-info__date-d {
    font-size: 7.2rem;
    font-weight: 500;
    position: relative;
    top: -5px; }

.sys-info.sys-info_ti3 .sys-info__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  line-height: 1; }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti3 .sys-info__tags-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0; }
      .sys-info.sys-info_ti3 .sys-info__tags-list *:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0; } }

.sys-info.sys-info_ti3 .sys-info__tags-item {
  padding: 0.5em;
  color: #fff;
  border: 1px solid #fff; }

.sys-info.sys-info_ti3 .sys-info__title {
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.sys-info.sys-info_ti3 .sys-info__post {
  line-height: 1.3;
  margin-bottom: 0; }

.sys-info.sys-info_ti3 .sys-info__more {
  text-align: right; }

.sys-info.sys-info_ti3 .sys-info__link {
  display: block;
  opacity: 1;
  text-decoration: none;
  color: currentColor; }

.sys-info.sys-info_ti4 .sys-info__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sys-info.sys-info_ti4 .sys-info__list_col3s0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti4 .sys-info__list_col3s0 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col3s0 > * {
          width: calc((100% - 0px * 2) / 3 - 0.1px); }
          .ie11 .sys-info.sys-info_ti4 .sys-info__list_col3s0 > * {
            width: calc((100% - 0px * 2) / 3 - 0.1px); }
          .sys-info.sys-info_ti4 .sys-info__list_col3s0 > *:not(:nth-child(3n)) {
            margin-right: 0px; }
          .sys-info.sys-info_ti4 .sys-info__list_col3s0 > *:nth-last-child(n + 4) {
            margin-bottom: 30px; }
          .sys-info.sys-info_ti4 .sys-info__list_col3s0 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti4 .sys-info__list_col3s0 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col3s0 > * {
          width: 100%; }
          .sys-info.sys-info_ti4 .sys-info__list_col3s0 > *:nth-last-child(n + 2) {
            margin-bottom: 30px; }
          .sys-info.sys-info_ti4 .sys-info__list_col3s0 > * img {
            width: 100%; } }
  .sys-info.sys-info_ti4 .sys-info__list_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti4 .sys-info__list_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col3 > * {
          width: calc((100% - 30px * 2) / 3); }
          .ie11 .sys-info.sys-info_ti4 .sys-info__list_col3 > * {
            width: calc((100% - 30px * 2) / 3 - 0.1px); }
          .sys-info.sys-info_ti4 .sys-info__list_col3 > *:not(:nth-child(3n)) {
            margin-right: 30px; }
          .sys-info.sys-info_ti4 .sys-info__list_col3 > *:nth-last-child(n + 4) {
            margin-bottom: 30px; }
          .sys-info.sys-info_ti4 .sys-info__list_col3 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti4 .sys-info__list_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col3 > * {
          width: 100%; }
          .sys-info.sys-info_ti4 .sys-info__list_col3 > *:nth-last-child(n + 2) {
            margin-bottom: 30px; }
          .sys-info.sys-info_ti4 .sys-info__list_col3 > * img {
            width: 100%; } }
  .sys-info.sys-info_ti4 .sys-info__list_col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti4 .sys-info__list_col4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col4 > * {
          width: calc((100% - 30px * 3) / 4); }
          .ie11 .sys-info.sys-info_ti4 .sys-info__list_col4 > * {
            width: calc((100% - 30px * 3) / 4 - 0.1px); }
          .sys-info.sys-info_ti4 .sys-info__list_col4 > *:not(:nth-child(4n)) {
            margin-right: 30px; }
          .sys-info.sys-info_ti4 .sys-info__list_col4 > *:nth-last-child(n + 5) {
            margin-bottom: 30px; }
          .sys-info.sys-info_ti4 .sys-info__list_col4 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti4 .sys-info__list_col4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col4 > * {
          width: calc((100% - 10px * 1) / 2); }
          .ie11 .sys-info.sys-info_ti4 .sys-info__list_col4 > * {
            width: calc((100% - 10px * 1) / 2 - 0.1px); }
          .sys-info.sys-info_ti4 .sys-info__list_col4 > *:not(:nth-child(2n)) {
            margin-right: 10px; }
          .sys-info.sys-info_ti4 .sys-info__list_col4 > *:nth-last-child(n + 3) {
            margin-bottom: 10px; }
          .sys-info.sys-info_ti4 .sys-info__list_col4 > * img {
            width: 100%; } }
  .sys-info.sys-info_ti4 .sys-info__list_col4-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti4 .sys-info__list_col4-s {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col4-s > * {
          width: calc((100% - 60px * 3) / 4); }
          .ie11 .sys-info.sys-info_ti4 .sys-info__list_col4-s > * {
            width: calc((100% - 60px * 3) / 4 - 0.1px); }
          .sys-info.sys-info_ti4 .sys-info__list_col4-s > *:not(:nth-child(4n)) {
            margin-right: 60px; }
          .sys-info.sys-info_ti4 .sys-info__list_col4-s > *:nth-last-child(n + 5) {
            margin-bottom: 40px; }
          .sys-info.sys-info_ti4 .sys-info__list_col4-s > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti4 .sys-info__list_col4-s {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col4-s > * {
          width: calc((100% - 10px * 1) / 2); }
          .ie11 .sys-info.sys-info_ti4 .sys-info__list_col4-s > * {
            width: calc((100% - 10px * 1) / 2 - 0.1px); }
          .sys-info.sys-info_ti4 .sys-info__list_col4-s > *:not(:nth-child(2n)) {
            margin-right: 10px; }
          .sys-info.sys-info_ti4 .sys-info__list_col4-s > *:nth-last-child(n + 3) {
            margin-bottom: 20px; }
          .sys-info.sys-info_ti4 .sys-info__list_col4-s > * img {
            width: 100%; } }
  .sys-info.sys-info_ti4 .sys-info__list.slick-slider {
    display: block; }
    .sys-info.sys-info_ti4 .sys-info__list.slick-slider > * {
      width: auto; }

.sys-info.sys-info_ti4 .sys-info__item {
  position: relative; }
  .sys-info.sys-info_ti4 .sys-info__item:hover .sys-info__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.sys-info.sys-info_ti4 .sys-info__fig {
  background: #efefef;
  position: relative;
  padding-top: 75%;
  overflow: hidden; }
  .sys-info.sys-info_ti4 .sys-info__fig_16by9 {
    padding-top: 56.25%; }
  .sys-info.sys-info_ti4 .sys-info__fig_12by5 {
    padding-top: 41.6%; }
  .sys-info.sys-info_ti4 .sys-info__fig_8by5 {
    padding-top: 62.5%; }
  .sys-info.sys-info_ti4 .sys-info__fig_4by3 {
    padding-top: 75%; }
  .sys-info.sys-info_ti4 .sys-info__fig_3by2 {
    padding-top: 66.6%; }
  .sys-info.sys-info_ti4 .sys-info__fig_1by1 {
    padding-top: 100%; }

.sys-info.sys-info_ti4 .sys-info__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1); }

.sys-info.sys-info_ti4 .sys-info__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em;
  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;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background: #bf4472; }
  .sys-info.sys-info_ti4 .sys-info__label::before {
    content: "";
    display: block;
    padding-bottom: 100%; }

.sys-info.sys-info_ti4 .sys-info__date {
  line-height: 1;
  font-size: 1.4rem; }

.sys-info.sys-info_ti4 .sys-info__title {
  font-weight: bold;
  line-height: 1.3; }

.sys-info.sys-info_ti4 .sys-info__text {
  font-size: 1.4rem; }

.sys-info.sys-info_ti4 .sys-info__more {
  text-align: right; }

.sys-info.sys-info_ti4 .sys-info__link {
  display: block;
  opacity: 1;
  text-decoration: none;
  color: currentColor; }

.sys-info.sys-info_ti5 .sys-info__list {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none; }
  .sys-info.sys-info_ti5 .sys-info__list_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti5 .sys-info__list_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti5 .sys-info__list_col3 > * {
          width: calc((100% - 0px * 2) / 3 - 0.1px); }
          .ie11 .sys-info.sys-info_ti5 .sys-info__list_col3 > * {
            width: calc((100% - 0px * 2) / 3 - 0.1px); }
          .sys-info.sys-info_ti5 .sys-info__list_col3 > *:not(:nth-child(3n)) {
            margin-right: 0px; }
          .sys-info.sys-info_ti5 .sys-info__list_col3 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti5 .sys-info__list_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti5 .sys-info__list_col3 > * {
          width: 100%; }
          .sys-info.sys-info_ti5 .sys-info__list_col3 > * img {
            width: 100%; } }
  .sys-info.sys-info_ti5 .sys-info__list_col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti5 .sys-info__list_col4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti5 .sys-info__list_col4 > * {
          width: calc((100% - 0px * 3) / 4 - 0.1px); }
          .ie11 .sys-info.sys-info_ti5 .sys-info__list_col4 > * {
            width: calc((100% - 0px * 3) / 4 - 0.1px); }
          .sys-info.sys-info_ti5 .sys-info__list_col4 > *:not(:nth-child(4n)) {
            margin-right: 0px; }
          .sys-info.sys-info_ti5 .sys-info__list_col4 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti5 .sys-info__list_col4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti5 .sys-info__list_col4 > * {
          width: 100%; }
          .sys-info.sys-info_ti5 .sys-info__list_col4 > * img {
            width: 100%; } }

.sys-info.sys-info_ti5 .sys-info__item {
  position: relative; }
  .sys-info.sys-info_ti5 .sys-info__item:hover .sys-info__fig-img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.sys-info.sys-info_ti5 .sys-info__fig {
  background: #efefef;
  position: relative;
  padding-top: 75%;
  margin-bottom: 0;
  overflow: hidden; }
  .sys-info.sys-info_ti5 .sys-info__fig_16by9 {
    padding-top: 56.25%; }
  .sys-info.sys-info_ti5 .sys-info__fig_12by5 {
    padding-top: 41.6%; }
  .sys-info.sys-info_ti5 .sys-info__fig_8by5 {
    padding-top: 62.5%; }
  .sys-info.sys-info_ti5 .sys-info__fig_4by3 {
    padding-top: 75%; }
  .sys-info.sys-info_ti5 .sys-info__fig_3by2 {
    padding-top: 66.6%; }
  .sys-info.sys-info_ti5 .sys-info__fig_1by1 {
    padding-top: 100%; }
  .sys-info.sys-info_ti5 .sys-info__fig-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: scale(1);
            transform: scale(1); }

.sys-info.sys-info_ti5 .sys-info__box {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.6);
  padding: 20px;
  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;
  overflow: hidden; }
  .sys-info.sys-info_ti5 .sys-info__box .ptag {
    font-size: 1.2rem; }
    .sys-info.sys-info_ti5 .sys-info__box .ptag__item {
      margin-bottom: 1em; }
  .sys-info.sys-info_ti5 .sys-info__box .plink-sdgs {
    position: absolute;
    bottom: 0;
    right: 0; }

.sys-info.sys-info_ti5 .sys-info__label {
  position: absolute;
  top: 0;
  right: 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;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  color: #333333;
  background: #fff462;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px 40px;
  -webkit-transform: rotate(45deg) translate(0%, -50%) translate(20px, -20px);
          transform: rotate(45deg) translate(0%, -50%) translate(20px, -20px); }
  .sys-info.sys-info_ti5 .sys-info__label::before {
    content: "";
    display: block;
    padding-bottom: 100%; }

.sys-info.sys-info_ti5 .sys-info__date {
  line-height: 1;
  font-size: 1.4rem; }

.sys-info.sys-info_ti5 .sys-info__title {
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.4rem; }

.sys-info.sys-info_ti5 .sys-info__text {
  font-size: 1.4rem; }

.sys-info.sys-info_ti5 .sys-info__link {
  display: block;
  opacity: 1;
  text-decoration: none;
  color: currentColor; }

.sys-info__detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em; }

.sys-info__detail-date {
  margin-right: 1em; }

.sys-info__detail-info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em;
  font-size: 2rem; }

.sys-info__detail-title {
  font-size: 2.4rem;
  margin: 10px 0 1em;
  border-bottom: 2px solid #333333; }

.sys-info__detail-cms .sys-info__detail-sbj:not(:first-child) {
  margin-top: 80px; }

.sys-info__detail-cms .sys-info__detail-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 769px) {
    .sys-info__detail-cms .sys-info__detail-box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info__detail-cms .sys-info__detail-box > * {
        width: calc((100% - 20px * 1) / 2); }
        .sys-info__detail-cms .sys-info__detail-box > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    .sys-info__detail-cms .sys-info__detail-box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info__detail-cms .sys-info__detail-box > * {
        width: 100%; }
        .sys-info__detail-cms .sys-info__detail-box > *:nth-last-child(n + 2) {
          margin-bottom: 20px; }
        .sys-info__detail-cms .sys-info__detail-box > * img {
          width: 100%; } }
  @media (min-width: 769px) {
    .sys-info__detail-cms .sys-info__detail-box > *:first-child {
      margin-bottom: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%; }
    .sys-info__detail-cms .sys-info__detail-box > *:last-child {
      width: 400px;
      margin-left: 30px;
      margin-bottom: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .sys-info__detail-cms .sys-info__detail-box_half > *:last-child {
      width: calc(50% - 30px);
      margin-left: 60px; }
    .sys-info__detail-cms .sys-info__detail-box_reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .sys-info__detail-cms .sys-info__detail-box_reverse > *:last-child {
        margin-left: 0;
        margin-right: 30px; } }
  @media (max-width: 768.98px) {
    .sys-info__detail-cms .sys-info__detail-box_reverse-sp {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .sys-info__detail-cms .sys-info__detail-box_reverse-sp > *:last-child {
        margin-left: 0;
        margin-right: 30px; } }

.sys-info__detail-cms .sys-info__detail-line {
  margin-bottom: 40px; }
  .sys-info__detail-cms .sys-info__detail-line_text {
    line-height: 2; }
  .sys-info__detail-cms .sys-info__detail-line_pict_col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .sys-info__detail-cms .sys-info__detail-line_pict_col1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info__detail-cms .sys-info__detail-line_pict_col1 > * {
          width: 100%; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col1 > *:nth-last-child(n + 2) {
            margin-bottom: 20px; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col1 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info__detail-cms .sys-info__detail-line_pict_col1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info__detail-cms .sys-info__detail-line_pict_col1 > * {
          width: 100%; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col1 > *:nth-last-child(n + 2) {
            margin-bottom: 20px; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col1 > * img {
            width: 100%; } }
  .sys-info__detail-cms .sys-info__detail-line_pict_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .sys-info__detail-cms .sys-info__detail-line_pict_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info__detail-cms .sys-info__detail-line_pict_col2 > * {
          width: calc((100% - 40px * 1) / 2); }
          .sys-info__detail-cms .sys-info__detail-line_pict_col2 > *:nth-last-child(n + 3) {
            margin-bottom: 20px; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col2 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info__detail-cms .sys-info__detail-line_pict_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info__detail-cms .sys-info__detail-line_pict_col2 > * {
          width: 100%; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col2 > *:nth-last-child(n + 2) {
            margin-bottom: 20px; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col2 > * img {
            width: 100%; } }
  .sys-info__detail-cms .sys-info__detail-line_pict_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .sys-info__detail-cms .sys-info__detail-line_pict_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info__detail-cms .sys-info__detail-line_pict_col3 > * {
          width: calc((100% - 40px * 2) / 3); }
          .sys-info__detail-cms .sys-info__detail-line_pict_col3 > *:nth-last-child(n + 4) {
            margin-bottom: 20px; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col3 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info__detail-cms .sys-info__detail-line_pict_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info__detail-cms .sys-info__detail-line_pict_col3 > * {
          width: 100%; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col3 > *:nth-last-child(n + 2) {
            margin-bottom: 20px; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col3 > * img {
            width: 100%; } }
  .sys-info__detail-cms .sys-info__detail-line_file a {
    text-decoration: underline; }
    .sys-info__detail-cms .sys-info__detail-line_file a:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }

.sys-form_type_bdr .sys-form__dlist {
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3; }

.sys-form_type_bdr .sys-form__dhead {
  padding: 10px;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  background: #efefef; }

.sys-form_type_bdr .sys-form__dbody {
  padding: 10px;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3; }

.sys-form_type_list .sys-form__dbox {
  padding: 1em 0; }

.sys-form__ess {
  font-size: smaller;
  color: #e12f3b; }
  .sys-form_type_ess_reserse .sys-form__ess {
    color: #fff;
    background: #e12f3b;
    padding: 0.1em 0.3em; }

.sys-form__progress {
  margin: 30px 0;
  text-align: center; }
  .sys-form__progress-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .sys-form__progress-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-form__progress-list > * {
          width: calc((100% - 30px * 2) / 3); }
          .sys-form__progress-list > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-form__progress-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-form__progress-list > * {
          width: calc((100% - 30px * 2) / 3); }
          .sys-form__progress-list > * img {
            width: 100%; } }
  .sys-form__progress-item {
    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 #825907;
    padding: 1em 0 !important;
    position: relative; }
    .sys-form__progress-item:not(:last-child)::after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 0 8px 14px;
      border-color: transparent transparent transparent #825907;
      position: absolute;
      left: 100%;
      right: auto;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-left: 10px; }
    .sys-form__progress-item_active {
      color: #fff;
      background: #825907; }

.sys-form__lead {
  margin: 30px 0; }
  .sys-form__lead_box {
    padding: 30px;
    background: #efefef; }

.sys-form__dlist {
  margin-bottom: 2em; }

.sys-form__dbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sys-form__dhead {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  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;
  font-weight: normal; }
  .form_type_input .sys-form__dhead {
    padding-top: 0.5em; }
  .form_type_confirm .sys-form__dhead::before {
    content: "■"; }

.sys-form__dbody {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; }

.sys-form__column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sys-form__column2 > * {
    width: calc(50% - 1em) !important;
    margin: 0 1em; }
    .sys-form__column2 > *:first-child {
      margin-left: 0; }
    .sys-form__column2 > *:last-child {
      margin-right: 0; }

.sys-form__column-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-bottom: 0; }
  .sys-form__column-label:not(:first-child) {
    margin-left: 1em; }

.sys-form__consent {
  margin: 2em 0;
  text-align: center; }
  .sys-form__consent .sys-form__consent-box {
    display: inline-block;
    position: relative;
    z-index: 1; }
    .sys-form__consent .sys-form__consent-box label {
      display: inline-block;
      padding: 1em;
      padding-left: 70px;
      border: 2px dashed #ccc;
      border-radius: 20px;
      text-align: left;
      cursor: pointer; }
    .sys-form__consent .sys-form__consent-box::after {
      pointer-events: none;
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      border: 1px solid #aaa;
      width: 30px;
      height: 30px;
      top: 50%;
      left: 20px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .sys-form__consent .sys-form__consent-box::before {
      pointer-events: none;
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: calc(50% - 20px);
      left: 20px;
      width: 40px;
      height: 20px;
      border-top: 4px solid #eee;
      border-right: 4px solid #eee;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }

.sys-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sys-form input[type="text"],
.sys-form input[type="email"],
.sys-form input[type="tel"],
.sys-form textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #d3d3d3;
  -webkit-appearance: none;
  border-radius: 0; }
  .sys-form input[type="text"][readonly],
  .sys-form input[type="email"][readonly],
  .sys-form input[type="tel"][readonly],
  .sys-form textarea[readonly] {
    background: #efefef;
    outline: none; }

.sys-form select {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 0; }
  .sys-form select[readonly] {
    background: #eee;
    outline: none; }

.sys-form input[type="checkbox"] {
  display: none; }
  .sys-form input[type="checkbox"]:checked ~ .sys-form__consent-box label {
    background: rgba(51, 51, 51, 0.1); }
  .sys-form input[type="checkbox"]:checked ~ .sys-form__consent-box::after {
    border-color: #ccc; }
  .sys-form input[type="checkbox"]:checked ~ .sys-form__consent-box::before {
    z-index: 3;
    border-color: #333333; }
  .sys-form input[type="checkbox"]:checked ~ .sys-form__checkbox::after {
    width: 0.5em;
    height: 0.8em;
    top: 0.55em;
    left: 0.45em;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #bf4472;
    border-right: 2px solid #bf4472;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg); }
  .sys-form input[type="checkbox"]:disabled ~ .sys-form__checkbox::before {
    background: #efefef; }
  .sys-form input[type="checkbox"] ~ .sys-form__checkbox {
    position: relative;
    padding-left: 1.7em; }
    .sys-form input[type="checkbox"] ~ .sys-form__checkbox::before, .sys-form input[type="checkbox"] ~ .sys-form__checkbox::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: 1.4em;
      height: 1.4em;
      border: 1px solid #d3d3d3;
      border-radius: 4px; }

.sys-form input[type="radio"] {
  display: none; }
  .sys-form input[type="radio"]:checked ~ .sys-form__radio::after {
    width: 0.7em;
    height: 0.7em;
    background: #bf4472;
    left: 0.35em;
    border: none; }
  .sys-form input[type="radio"]:disabled ~ .sys-form__radio::before {
    background: #efefef; }
  .sys-form input[type="radio"] ~ .sys-form__radio {
    position: relative;
    padding-left: 1.7em; }
    .sys-form input[type="radio"] ~ .sys-form__radio::before, .sys-form input[type="radio"] ~ .sys-form__radio::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: 1.4em;
      height: 1.4em;
      border: 1px solid #d3d3d3;
      border-radius: 50%; }

.sys-form__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;
  width: 100%;
  max-width: 320px;
  margin: 1em;
  padding: 1em;
  color: #fff !important;
  background: #bf4472;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .sys-form__btn:first-child {
    margin-left: 0; }
  .sys-form__btn:last-child {
    margin-right: 0; }
  .sys-form__btn:hover {
    text-decoration: none;
    opacity: 0.8; }
  .sys-form__btn_return {
    color: #000;
    background: #999999; }
  .sys-form__btn_post {
    width: auto;
    height: auto;
    margin: 0; }
  .sys-form__btn:disabled {
    background: rgba(51, 51, 51, 0.3);
    cursor: not-allowed; }

@media (max-width: 768.98px) {
  .sys-form__progress {
    font-size: 1.3rem; }
  .sys-form__dbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sys-form__dhead {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .sys-form__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sys-form__btn {
    margin: 1em; } }

.sys-img.sys-img_type_thumbnail .sys-img__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px; }
  .sys-img.sys-img_type_thumbnail .sys-img__list_col_auto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sys-img.sys-img_type_thumbnail .sys-img__list_col_auto > *:not(:last-child) {
      margin-right: 10px; }
  .sys-img.sys-img_type_thumbnail .sys-img__list_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 769px) {
      .sys-img.sys-img_type_thumbnail .sys-img__list_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * {
          width: calc((100% - 10px * 2) / 3); }
          .ie11 .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * {
            width: calc((100% - 10px * 2) / 3 - 0.1px); }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > *:not(:nth-child(3n)) {
            margin-right: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > *:nth-last-child(n + 4) {
            margin-bottom: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-img.sys-img_type_thumbnail .sys-img__list_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * {
          width: calc((100% - 10px * 2) / 3); }
          .ie11 .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * {
            width: calc((100% - 10px * 2) / 3 - 0.1px); }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > *:not(:nth-child(3n)) {
            margin-right: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > *:nth-last-child(n + 4) {
            margin-bottom: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * img {
            width: 100%; } }
  .sys-img.sys-img_type_thumbnail .sys-img__list_col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 769px) {
      .sys-img.sys-img_type_thumbnail .sys-img__list_col4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * {
          width: calc((100% - 10px * 3) / 4); }
          .ie11 .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * {
            width: calc((100% - 10px * 3) / 4 - 0.1px); }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > *:not(:nth-child(4n)) {
            margin-right: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > *:nth-last-child(n + 5) {
            margin-bottom: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-img.sys-img_type_thumbnail .sys-img__list_col4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * {
          width: calc((100% - 10px * 3) / 4); }
          .ie11 .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * {
            width: calc((100% - 10px * 3) / 4 - 0.1px); }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > *:not(:nth-child(4n)) {
            margin-right: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > *:nth-last-child(n + 5) {
            margin-bottom: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * img {
            width: 100%; } }

.sys-img.sys-img_type_thumbnail .sys-img__link {
  display: block; }

.sys-img.sys-img_type_thumbnail .sys-img__pict {
  width: 100%; }

.sys-select.sys-select_type1 .sys-select__dlist {
  position: relative;
  z-index: 5;
  background: #fff; }

.sys-select.sys-select_type1 .sys-select__box {
  position: relative;
  z-index: 1; }

.sys-select.sys-select_type1 .sys-select__head {
  position: relative; }
  .sys-select.sys-select_type1 .sys-select__head::after {
    position: absolute;
    z-index: -1;
    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;
    font-family: fontawesome;
    content: "\f107";
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 100%;
    color: #333333;
    background: transparent; }

.sys-select__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.sys-select__head {
  border: 1px solid #d3d3d3;
  font-weight: normal; }

.sys-select__body {
  border: 1px solid #d3d3d3;
  border-top: none;
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff; }

.sys-select__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.sys-select__link, .sys-select__toggle {
  display: block;
  padding: 0.2em 40px 0.2em 0.5em;
  color: #333333; }
  .sys-select__link:hover, .sys-select__toggle:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor;
    background: rgba(191, 68, 114, 0.1); }

@media (min-width: 769px) {
  .table-responsive {
    position: static !important; } }

.ptable {
  width: 100%; }
  .ptable.ptable_col {
    table-layout: fixed; }
    .ptable.ptable_col th,
    .ptable.ptable_col td {
      white-space: normal !important; }
  .ptable.ptable_w10p {
    width: 10%; }
  .ptable tr.gray {
    background: #efefef; }
  .ptable tr.gray2 {
    background: #d3d3d3; }
  .ptable tr.dark {
    color: #fff;
    background: #676f78; }
  .ptable tr.black {
    color: #fff;
    background: #333333; }
  .ptable th {
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #bf4472; }
  .ptable th,
  .ptable td {
    padding: 0.7rem;
    border: 1px solid #d3d3d3; }
    .ptable th.gray,
    .ptable td.gray {
      background: #efefef; }
    .ptable th.gray2,
    .ptable td.gray2 {
      background: #d3d3d3; }
    .ptable th.dark,
    .ptable td.dark {
      color: #fff;
      background: #676f78; }
    .ptable th.black,
    .ptable td.black {
      color: #fff;
      background: #333333; }

.table.table_w10p tr > th:nth-child(1) {
  width: 10%; }

.table.table_w20p tr > th:nth-child(1) {
  width: 20%; }

.table.table_col_3, .table.table_col_4 {
  table-layout: fixed; }
  .table.table_col_3 th, .table.table_col_4 th,
  .table.table_col_3 td,
  .table.table_col_4 td {
    white-space: normal !important; }
  .table.table_col_3 colgroup col, .table.table_col_4 colgroup col {
    width: calc(100% / 3); }

.table.table_col_4 colgroup col {
  width: calc(100% / 4); }

.table.table_stripe tr:nth-child(odd) {
  background: #825907; }
  .table.table_stripe tr:nth-child(odd) th,
  .table.table_stripe tr:nth-child(odd) td {
    background: #825907; }

.table.table_stripe tr:nth-child(even) {
  background: #fff; }
  .table.table_stripe tr:nth-child(even) th,
  .table.table_stripe tr:nth-child(even) td {
    background: #fff; }

.table.table_noborder {
  border: none !important; }
  .table.table_noborder thead,
  .table.table_noborder tbody,
  .table.table_noborder tr,
  .table.table_noborder th,
  .table.table_noborder td {
    border: none !important; }

@media (max-width: 768.98px) {
  .table.table_type_sp td {
    display: block; }
    .table.table_type_sp td:nth-child(1), .table.table_type_sp td:nth-child(2) {
      border-bottom: 1px solid #d6d6d6 !important; } }

.table.table_sticky_yoko tbody tr > *:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  left: 0; }

.table.table_sticky_tate thead tr > * {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.table .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0; }

.table.tbl__style_3_nowrap td,
.table.tbl__style_3_nowrap th {
  white-space: nowrap; }

.table.tbl__style_3 td,
.table.tbl__style_3 th {
  font-weight: normal;
  border: 0; }

.table.tbl__style_3 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #bf4472;
  color: #fff; }

.table.tbl__style_3 thead tr th:first-child {
  border-left: 1px #d3d3d3 solid; }

.table.tbl__style_3 thead tr th:last-child {
  border-right: 1px #d3d3d3 solid; }

.table.tbl__style_3 tbody {
  border-top: 1px #d3d3d3 solid; }
  .table.tbl__style_3 tbody::before {
    display: none; }
  .table.tbl__style_3 tbody tr td {
    vertical-align: middle;
    border: 0;
    border-bottom: 1px #d3d3d3 solid;
    border-left: 1px #d3d3d3 solid; }
  .table.tbl__style_3 tbody tr th {
    background-color: #fff;
    color: #bf4472;
    font-weight: bold;
    border: 0;
    border-bottom: 1px #d3d3d3 solid;
    border-left: 1px #d3d3d3 solid;
    text-align: center; }
  .table.tbl__style_3 tbody tr .thead_th {
    color: #fff !important;
    font-weight: normal;
    background-color: #bf4472 !important;
    border-left: 1px #d3d3d3 solid; }
  .table.tbl__style_3 tbody tr:last-child .thead_th {
    border-bottom-color: #d3d3d3; }
  .table.tbl__style_3 tbody tr td:last-child {
    border-right: 1px #d3d3d3 solid; }
  .table.tbl__style_3 tbody tr th.gray,
  .table.tbl__style_3 tbody tr td.gray {
    background: #efefef; }
  .table.tbl__style_3 tbody tr th.gray2,
  .table.tbl__style_3 tbody tr td.gray2 {
    color: #fff;
    background: #d3d3d3; }
  .table.tbl__style_3 tbody tr th.dark,
  .table.tbl__style_3 tbody tr td.dark {
    color: #fff;
    background: #fe3a01; }
  .table.tbl__style_3 tbody tr.gray th,
  .table.tbl__style_3 tbody tr.gray td {
    background: #efefef; }
  .table.tbl__style_3 tbody tr.gray2 th,
  .table.tbl__style_3 tbody tr.gray2 td {
    color: #fff;
    background: #d3d3d3; }
  .table.tbl__style_3 tbody tr.dark th,
  .table.tbl__style_3 tbody tr.dark td {
    color: #fff;
    background: #fe3a01; }
  .table.tbl__style_3 tbody tr.sub1 th,
  .table.tbl__style_3 tbody tr.sub1 td {
    background: #825907; }
  .table.tbl__style_3 tbody tr.font-weight-bold th,
  .table.tbl__style_3 tbody tr.font-weight-bold td {
    font-weight: bold; }

@media (max-width: 768.98px) {
  .table.tbl__style_3.table__break_sm {
    border: 1px #d3d3d3 solid; }
    .table.tbl__style_3.table__break_sm tbody tr td,
    .table.tbl__style_3.table__break_sm tbody tr th,
    .table.tbl__style_3.table__break_sm thead tr td,
    .table.tbl__style_3.table__break_sm thead tr th {
      border-top: 0;
      border-left: 0; } }

.ptab .nav-link {
  text-decoration: none; }

.ptab.ptab_t1 .plink {
  background: #4c72d3; }
  .ptab.ptab_t1 .plink:hover {
    color: #4c72d3;
    border-color: #4c72d3;
    background: #fff; }

.ptab.ptab_t1 .nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px; }
  .ptab.ptab_t1 .nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    -ms-flex-preferred-size: calc(16.66% - 16.6px);
        flex-basis: calc(16.66% - 16.6px);
    text-align: center;
    margin-bottom: 15px; }
    .ptab.ptab_t1 .nav-item_half {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px); }
  @media (max-width: 768.98px) {
    .ptab.ptab_t1 .nav {
      margin-bottom: 15px; }
      .ptab.ptab_t1 .nav-item {
        -ms-flex-preferred-size: calc(33.33% - 6.6px);
            flex-basis: calc(33.33% - 6.6px); }
        .ptab.ptab_t1 .nav-item_half {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          -ms-flex-preferred-size: calc(50% - 10px);
              flex-basis: calc(50% - 10px); } }
  .ptab.ptab_t1 .nav-link {
    border-radius: 20px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .ptab.ptab_t1 .nav-link.active {
      pointer-events: none;
      background: #4c72d3; }
    .ptab.ptab_t1 .nav-link:not(.active) {
      background: #fff;
      color: currentColor; }
    .ptab.ptab_t1 .nav-link:hover {
      opacity: 1;
      color: #fff;
      background: #4c72d3; }

.ptab.ptab_t2 .tab-content {
  padding: 20px 0; }

.ptab.ptab_t2 .nav {
  background: #efefef;
  font-weight: bold;
  padding: 0 30px; }
  .ptab.ptab_t2 .nav_top {
    border-top: 1px solid #d3d3d3; }
    .ptab.ptab_t2 .nav_top .nav-link {
      padding-bottom: 1.5em;
      position: relative;
      z-index: 1;
      border-top: 3px solid transparent; }
      .ptab.ptab_t2 .nav_top .nav-link::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f078";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .ptab.ptab_t2 .nav_top .nav-link::before {
          display: inline-block !important;
          text-decoration: none; }
      .ptab.ptab_t2 .nav_top .nav-link.active {
        border-top-color: #bf4472; }
      .ptab.ptab_t2 .nav_top .nav-link:hover {
        border-top-color: rgba(191, 68, 114, 0.5);
        opacity: 1; }
  .ptab.ptab_t2 .nav_bottom {
    border-bottom: 1px solid #d3d3d3; }
    .ptab.ptab_t2 .nav_bottom .nav-link {
      padding-top: 1.5em;
      position: relative;
      z-index: 1;
      border-bottom: 3px solid transparent; }
      .ptab.ptab_t2 .nav_bottom .nav-link::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f077";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 0;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .ptab.ptab_t2 .nav_bottom .nav-link::before {
          display: inline-block !important;
          text-decoration: none; }
      .ptab.ptab_t2 .nav_bottom .nav-link.active {
        border-bottom-color: #bf4472; }
      .ptab.ptab_t2 .nav_bottom .nav-link:hover {
        border-bottom-color: rgba(191, 68, 114, 0.5);
        opacity: 1; }
  .ptab.ptab_t2 .nav-item:not(:last-child) {
    margin-right: 30px; }
  .ptab.ptab_t2 .nav-link {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    color: currentColor;
    border-radius: 0; }
    .ptab.ptab_t2 .nav-link.active {
      background: transparent; }
  @media (max-width: 768.98px) {
    .ptab.ptab_t2 .nav {
      overflow-x: auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .ptab.ptab_t2 .nav-item {
        padding: 0; }
      .ptab.ptab_t2 .nav::-webkit-scrollbar {
        height: 10px; }
      .ptab.ptab_t2 .nav::-webkit-scrollbar-track {
        background: #d3d3d3; }
      .ptab.ptab_t2 .nav::-webkit-scrollbar-thumb {
        background-color: #999999; }
      .ptab.ptab_t2 .nav-link {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        white-space: nowrap; }
        .ptab.ptab_t2 .nav-link:hover {
          opacity: 1; } }

.ptab.ptab_t3 .nav {
  background: transparent;
  padding: 0;
  font-weight: bold;
  margin-bottom: 10px; }
  @media (min-width: 769px) {
    .ptab.ptab_t3 .nav {
      font-size: 1.4rem; } }
  @media (max-width: 768.98px) {
    .ptab.ptab_t3 .nav {
      font-size: 1.4rem; } }
  .ptab.ptab_t3 .nav-item {
    margin-bottom: 10px; }
    .ptab.ptab_t3 .nav-item:not(:last-child) {
      margin-right: 10px; }
  .ptab.ptab_t3 .nav-link {
    color: #bf4472;
    background: #fff;
    border: 2px solid #bf4472;
    border-radius: 14px;
    padding: 1em 1.3em;
    line-height: 1; }
    .ptab.ptab_t3 .nav-link.active {
      color: #fff;
      background: #bf4472; }
  @media (max-width: 768.98px) {
    .ptab.ptab_t3 .nav {
      margin-bottom: 30px;
      overflow-x: auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .ptab.ptab_t3 .nav::-webkit-scrollbar {
        height: 10px; }
      .ptab.ptab_t3 .nav::-webkit-scrollbar-track {
        background: linear-gradient(0, transparent 0, transparent 4px, #efefef 5px, #efefef 7px, transparent 8px, transparent 10px); }
      .ptab.ptab_t3 .nav::-webkit-scrollbar-thumb {
        background-color: #d3d3d3; }
      .ptab.ptab_t3 .nav-link {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        white-space: nowrap; }
        .ptab.ptab_t3 .nav-link:hover {
          opacity: 1; } }

.ptab.ptab_t3_white .nav-link {
  color: #fff;
  background: transparent;
  border-color: #fff; }
  .ptab.ptab_t3_white .nav-link.active {
    color: #333333;
    background: #fff; }

.ptab.ptab_t3_gray .nav-link {
  color: #999999;
  background: #fff;
  border-color: #999999; }
  .ptab.ptab_t3_gray .nav-link.active {
    color: #fff;
    background: #999999; }

.ptab.ptab_t4 .nav {
  background: transparent;
  padding: 0;
  font-weight: bold;
  margin-bottom: 30px; }
  .ptab.ptab_t4 .nav_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .ptab.ptab_t4 .nav_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .ptab.ptab_t4 .nav_col2 > * {
          width: calc((100% - 20px * 1) / 2); }
          .ptab.ptab_t4 .nav_col2 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .ptab.ptab_t4 .nav_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .ptab.ptab_t4 .nav_col2 > * {
          width: 100%; }
          .ptab.ptab_t4 .nav_col2 > *:nth-last-child(n + 2) {
            margin-bottom: 20px; }
          .ptab.ptab_t4 .nav_col2 > * img {
            width: 100%; } }
  .ptab.ptab_t4 .nav_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .ptab.ptab_t4 .nav_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .ptab.ptab_t4 .nav_col3 > * {
          width: calc((100% - 10px * 2) / 3); }
          .ptab.ptab_t4 .nav_col3 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .ptab.ptab_t4 .nav_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .ptab.ptab_t4 .nav_col3 > * {
          width: 100%; }
          .ptab.ptab_t4 .nav_col3 > *:nth-last-child(n + 2) {
            margin-bottom: 20px; }
          .ptab.ptab_t4 .nav_col3 > * img {
            width: 100%; } }
  .ptab.ptab_t4 .nav_col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .ptab.ptab_t4 .nav_col4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .ptab.ptab_t4 .nav_col4 > * {
          width: calc((100% - 10px * 3) / 4); }
          .ptab.ptab_t4 .nav_col4 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .ptab.ptab_t4 .nav_col4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .ptab.ptab_t4 .nav_col4 > * {
          width: 100%; }
          .ptab.ptab_t4 .nav_col4 > *:nth-last-child(n + 2) {
            margin-bottom: 20px; }
          .ptab.ptab_t4 .nav_col4 > * img {
            width: 100%; } }
  .ptab.ptab_t4 .nav_col5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .ptab.ptab_t4 .nav_col5 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .ptab.ptab_t4 .nav_col5 > * {
          width: calc((100% - 10px * 4) / 5); }
          .ptab.ptab_t4 .nav_col5 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .ptab.ptab_t4 .nav_col5 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .ptab.ptab_t4 .nav_col5 > * {
          width: 100%; }
          .ptab.ptab_t4 .nav_col5 > *:nth-last-child(n + 2) {
            margin-bottom: 20px; }
          .ptab.ptab_t4 .nav_col5 > * img {
            width: 100%; } }
  .ptab.ptab_t4 .nav-link {
    font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
    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: 100%;
    text-align: center;
    color: #676f78;
    background: transparent;
    border-bottom: 2px solid #676f78;
    border-radius: 0;
    padding: 0.7em 0;
    line-height: 1; }
    .ptab.ptab_t4 .nav-link.active, .ptab.ptab_t4 .nav-link:hover {
      color: #bf4472;
      opacity: 1;
      border-color: currentColor; }
      .ptab.ptab_t4 .nav-link.active span span:first-child, .ptab.ptab_t4 .nav-link:hover span span:first-child {
        color: #333333; }
    .ptab.ptab_t4 .nav-link span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .ptab.ptab_t4 .nav-link span span:first-child {
        color: #676f78; }
        @media (min-width: 769px) {
          .ptab.ptab_t4 .nav-link span span:first-child {
            font-size: 1.4rem; } }
        @media (max-width: 768.98px) {
          .ptab.ptab_t4 .nav-link span span:first-child {
            font-size: 1.4rem; } }
        @media (min-width: 769px) {
          .ptab.ptab_t4 .nav-link span span:first-child {
            margin-bottom: 0.2em; } }
        @media (max-width: 768.98px) {
          .ptab.ptab_t4 .nav-link span span:first-child {
            margin-bottom: 0.2em; } }
      .ptab.ptab_t4 .nav-link span span:last-child {
        font-family: "Barlow", sans-serif;
        font-weight: 400; }
        @media (min-width: 769px) {
          .ptab.ptab_t4 .nav-link span span:last-child {
            font-size: 1rem; } }
        @media (max-width: 768.98px) {
          .ptab.ptab_t4 .nav-link span span:last-child {
            font-size: 1rem; } }
  @media (max-width: 768.98px) {
    .ptab.ptab_t4 .nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.pfig {
  line-height: 1.3;
  margin-bottom: 0.5em; }
  .pfig_position_over, .pfig_position_bottom, .pfig_position_top, .pfig_position_left, .pfig_position_right, .pfig_position_overlay, .pfig_position_overlay-text, .pfig_position_overlay-text2, .pfig_position_overlay-pict {
    position: relative; }
    .pfig_position_over .pfig__cap, .pfig_position_bottom .pfig__cap, .pfig_position_top .pfig__cap, .pfig_position_left .pfig__cap, .pfig_position_right .pfig__cap, .pfig_position_overlay .pfig__cap, .pfig_position_overlay-text .pfig__cap, .pfig_position_overlay-text2 .pfig__cap, .pfig_position_overlay-pict .pfig__cap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0.5em;
      color: #fff;
      background: rgba(191, 68, 114, 0.8); }
      @supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
        .pfig_position_over .pfig__cap, .pfig_position_bottom .pfig__cap, .pfig_position_top .pfig__cap, .pfig_position_left .pfig__cap, .pfig_position_right .pfig__cap, .pfig_position_overlay .pfig__cap, .pfig_position_overlay-text .pfig__cap, .pfig_position_overlay-text2 .pfig__cap, .pfig_position_overlay-pict .pfig__cap {
          -webkit-backdrop-filter: blur(1px);
                  backdrop-filter: blur(1px);
          backdrop-filter: blur(1px); } }
  .pfig_position_bottom .pfig__cap {
    top: auto; }
  .pfig_position_top .pfig__cap {
    bottom: auto; }
  .pfig_position_left .pfig__cap {
    right: auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: left; }
  .pfig_position_right .pfig__cap {
    left: auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: left; }
  .pfig_position_overlay {
    overflow: hidden; }
    .pfig_position_overlay .pfig__img {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .pfig_position_overlay:hover .pfig__img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .pfig_position_overlay .pfig__cap {
      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; }
  .pfig_position_overlay-text {
    width: 220px;
    height: 220px;
    overflow: hidden;
    background: #333333; }
    @media (min-width: 769px) {
      .pfig_position_overlay-text {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .pfig_position_overlay-text {
        font-size: 2.2rem; } }
    .pfig_position_overlay-text .pfig__cap {
      margin: 25px;
      color: #333333;
      background: #fff;
      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;
      font-weight: bold; }
    @media (max-width: 768.98px) {
      .pfig_position_overlay-text {
        width: 100%;
        height: auto; } }
  .pfig_position_overlay-text2 {
    width: 220px;
    height: 220px;
    overflow: hidden;
    background: #bf4472; }
    @media (min-width: 769px) {
      .pfig_position_overlay-text2 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .pfig_position_overlay-text2 {
        font-size: 2.2rem; } }
    .pfig_position_overlay-text2 .pfig__cap {
      margin: 25px;
      color: #333333;
      background: #fff;
      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;
      font-weight: bold; }
    @media (max-width: 768.98px) {
      .pfig_position_overlay-text2 {
        width: 100%;
        height: auto; } }
  .pfig_position_overlay-pict {
    width: 220px;
    height: 220px;
    overflow: hidden; }
    @media (min-width: 769px) {
      .pfig_position_overlay-pict {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .pfig_position_overlay-pict {
        font-size: 2.2rem; } }
    .pfig_position_overlay-pict .pfig__cap {
      margin: 25px;
      color: #333333;
      background: rgba(255, 255, 255, 0.5);
      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;
      font-weight: bold; }
    @media (max-width: 768.98px) {
      .pfig_position_overlay-pict {
        width: 100%;
        height: auto; } }
  .pfig_clr_black .pfig__cap {
    color: #333333; }
  .pfig_clr_white .pfig__cap {
    color: #fff; }
  .pfig_bg_black .pfig__cap {
    color: #fff;
    background: rgba(51, 51, 51, 0.8); }
  .pfig_bg_white .pfig__cap {
    color: #333333;
    background: rgba(255, 255, 255, 0.8); }
  .pfig_text_left .pfig__cap {
    text-align: left; }
  .pfig_text_center .pfig__cap {
    text-align: center; }
  .pfig_text_right .pfig__cap {
    text-align: right; }
  .pfig_text_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .pfig_text_top .pfig__cap {
      padding: 0 0 0.5em; }
  .pfig_type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0; }
    .pfig_type2 .pfig {
      margin-bottom: 0; }
      .pfig_type2 .pfig__title {
        margin-right: 7px;
        color: #bf4472;
        font-weight: bold;
        -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
                writing-mode: vertical-lr; }
        @media (min-width: 769px) {
          .pfig_type2 .pfig__title {
            font-size: 1.8rem; } }
        @media (max-width: 768.98px) {
          .pfig_type2 .pfig__title {
            font-size: 1.8rem; } }
      .pfig_type2 .pfig__cap {
        text-align: center; }
    .pfig_type2_wide .pfig_position_overlay-text {
      width: 100%; }
    .pfig_type2_wide .pfig_position_overlay-pict {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
      .pfig_type2_wide .pfig_position_overlay-pict .pfig__img {
        height: 100%;
        min-height: 220px; }
    .pfig_type2_wide .pfig__cap {
      text-align: center; }
    .pfig_type2_black .pfig__title {
      color: #333333; }
  .pfig_aspect {
    position: relative; }
    .pfig_aspect::before {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .pfig_aspect .pfig__img {
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .pfig_aspect .pfig__cap {
      position: absolute;
      z-index: 2;
      left: 0;
      bottom: 0;
      font-family: "Barlow", sans-serif;
      font-weight: 400;
      line-height: 1;
      padding: 0.4em 0.5em;
      color: #fff;
      background: #bf4472; }
      @media (min-width: 769px) {
        .pfig_aspect .pfig__cap {
          font-size: 1.2rem; } }
      @media (max-width: 768.98px) {
        .pfig_aspect .pfig__cap {
          font-size: 1.2rem; } }
    .pfig_aspect_white {
      background: #fff; }
    .pfig_aspect_gray {
      background: #d3d3d3; }
  .row .pfig__img,
  .pblock-col .pfig__img {
    width: 100%;
    height: 100%; }
  .pfig__cap {
    position: relative;
    font-size: inherit;
    display: block;
    padding: 0.5em 0 0;
    color: currentColor; }
    .plink.plink_type_arrow_rr .pfig:not(.pfig_position_left):not(.pfig_position_right) .pfig__cap {
      padding-right: 30px; }
      .plink.plink_type_arrow_rr .pfig:not(.pfig_position_left):not(.pfig_position_right) .pfig__cap::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f105";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_arrow_rr .pfig:not(.pfig_position_left):not(.pfig_position_right) .pfig__cap::after {
          display: inline-block !important;
          text-decoration: none; }
  .plink.plink_type_block {
    text-decoration: none; }

.dropdown-toggle {
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  border: 2px solid #333333;
  color: #333333;
  background: #fff;
  border-radius: 0; }
  .dropdown-toggle::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border: 0;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .dropdown-toggle:hover {
    opacity: 1; }
  .dropdown-togglefocus {
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }

.dropdown-menu {
  width: 100%; }

.dropdown-item {
  color: #333333;
  white-space: normal; }
  .dropdown-item:hover {
    color: currentColor; }

.pdropdown {
  width: calc((100% - 60px) / 2);
  min-width: 100px;
  background-color: white;
  color: #333333; }
  .pdropdown__select {
    border: 1px solid #333333;
    border-radius: 4px;
    width: 100%;
    padding: 0.3em; }

.slick-slider .slick-arrow {
  z-index: 1; }
  .slick-slider .slick-arrow.slick-prev {
    left: 0px; }
    .slick-slider .slick-arrow.slick-prev::before {
      content: "\f104"; }
  .slick-slider .slick-arrow.slick-next {
    right: 0px; }
    .slick-slider .slick-arrow.slick-next::before {
      content: "\f105"; }
  .slick-slider .slick-arrow::before {
    font-family: "FontAwesome";
    font-size: 2rem;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    line-height: 1; }

.slick-slider > .slick-list {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0 !important; }
  .slick-slider > .slick-list > .slick-track > .slick-slide {
    border: none;
    margin-left: 0px;
    margin-right: 0px; }

.slick-slider.slick-gutter-20 > .slick-list > .slick-track > .slick-slide {
  margin-left: 10px;
  margin-right: 10px; }

.slick-slider.slick-gutter-40 > .slick-list > .slick-track > .slick-slide {
  margin-left: 20px;
  margin-right: 20px; }

.slick-slider.slick-gutter-60 > .slick-list > .slick-track > .slick-slide {
  margin-left: 30px;
  margin-right: 30px; }

.slick-slider.slick-margin-arrow > .slick-list {
  margin-left: 50px;
  margin-right: 50px; }

@media (max-width: 768.98px) {
  .slick-slider.slick-sp-noarrow > .slick-arrow {
    display: none !important; }
  .slick-slider.slick-sp-gutter-20 > .slick-list > .slick-track > .slick-slide {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .slick-slider.slick-sp-gutter-40 > .slick-list > .slick-track > .slick-slide {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .slick-slider.slick-sp-gutter-60 > .slick-list > .slick-track > .slick-slide {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .slick-slider.slick-sp-margin-arrow > .slick-list {
    margin-left: 50px !important;
    margin-right: 50px !important; } }

@media (min-width: 769px) {
  .slick-slider.slick-pc-noarrow > .slick-arrow {
    display: none !important; }
  .slick-slider.slick-pc-gutter-20 > .slick-list > .slick-track > .slick-slide {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .slick-slider.slick-pc-gutter-40 > .slick-list > .slick-track > .slick-slide {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .slick-slider.slick-pc-gutter-60 > .slick-list > .slick-track > .slick-slide {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .slick-slider.slick-pc-margin-arrow > .slick-list {
    margin-left: 50px !important;
    margin-right: 50px !important; } }

.slick-slider.slick-type-arrow > .slick-arrow {
  width: 0px;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .slick-slider.slick-type-arrow > .slick-arrow::before {
    font-size: 2rem;
    color: #333333; }
  .slick-slider.slick-type-arrow > .slick-arrow:hover {
    background: rgba(211, 211, 211, 0.3); }

.slick-slider.slick-type-arrow-box > .slick-arrow {
  font-size: 3rem;
  width: 50px !important;
  height: 50px !important;
  background: #333333;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3); }
  .slick-slider.slick-type-arrow-box > .slick-arrow::before {
    color: #fff; }

.slick-slider.slick-type-arrow-out > .slick-arrow.slick-prev {
  left: -50px; }

.slick-slider.slick-type-arrow-out > .slick-arrow.slick-next {
  right: -50px; }

.slick-slider.slick-type-fade > .slick-list {
  margin-left: 0;
  margin-right: 0; }
  .slick-slider.slick-type-fade > .slick-list > .slick-track > .slick-slide {
    margin-left: 0;
    margin-right: 0; }

@media (max-width: 768.98px) {
  .slick-slider.slick-type-sp-arrow > .slick-arrow {
    width: 0px;
    height: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .slick-slider.slick-type-sp-arrow > .slick-arrow::before {
      font-size: 2rem;
      color: #333333; }
    .slick-slider.slick-type-sp-arrow > .slick-arrow:hover {
      background: rgba(211, 211, 211, 0.3); }
  .slick-slider.slick-type-sp-arrow-box > .slick-arrow {
    font-size: 3rem;
    width: 50px !important;
    height: 50px !important;
    background: #333333;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3); }
    .slick-slider.slick-type-sp-arrow-box > .slick-arrow::before {
      color: #fff; }
  .slick-slider.slick-type-sp-fade > .slick-list {
    margin-left: 0;
    margin-right: 0; }
    .slick-slider.slick-type-sp-fade > .slick-list > .slick-track > .slick-slide {
      margin-left: 0;
      margin-right: 0; } }

@media (min-width: 769px) {
  .slick-slider.slick-type-pc-arrow > .slick-arrow {
    width: 0px;
    height: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .slick-slider.slick-type-pc-arrow > .slick-arrow::before {
      font-size: 2rem;
      color: #333333; }
    .slick-slider.slick-type-pc-arrow > .slick-arrow:hover {
      background: rgba(211, 211, 211, 0.3); }
  .slick-slider.slick-type-pc-arrow-box > .slick-arrow {
    font-size: 3rem;
    width: 50px !important;
    height: 50px !important;
    background: #333333;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3); }
    .slick-slider.slick-type-pc-arrow-box > .slick-arrow::before {
      color: #fff; }
  .slick-slider.slick-type-pc-fade > .slick-list {
    margin-left: 0;
    margin-right: 0; }
    .slick-slider.slick-type-pc-fade > .slick-list > .slick-track > .slick-slide {
      margin-left: 0;
      margin-right: 0; } }

.slick-slider#slider-program .slick-arrow.slick-prev {
  left: -20px; }

.slick-slider#slider-program .slick-arrow.slick-next {
  right: -20px; }

.slick-slider#slider-program .slick-dots li {
  width: 100%;
  max-width: 50px;
  height: 3px;
  margin-left: 5px;
  margin-right: 5px; }
  .slick-slider#slider-program .slick-dots li button:before {
    border-radius: 0; }

.slick-slider#slider-program.tus-program__list1_col2 .slick-arrow {
  top: 19.5vw; }

.slick-slider#slider-program.tus-program__list1_col2s .slick-arrow {
  top: 15.5vw; }

.slick-slider#slider-program.tus-program__list1_col3 .slick-arrow {
  top: 28vw; }

.slick-slider#slider-program3 .tus-program__item1 .pfig__img {
  width: 100%; }

.slick-slider#slider-program3 .slick-dots li {
  width: 100%;
  max-width: 50px;
  height: 3px;
  margin-left: 5px;
  margin-right: 5px; }
  .slick-slider#slider-program3 .slick-dots li button:before {
    border-radius: 0; }

@media (max-width: 768.98px) {
  .slick-slider#slider-program3 .slick-arrow.slick-prev {
    left: -20px; }
  .slick-slider#slider-program3 .slick-arrow.slick-next {
    right: -20px; }
  .slick-slider#slider-program3.tus-program__list1_slider3 .slick-arrow {
    top: 34vw; } }

@media (min-width: 769px) {
  .slick-slider#slider-program3 .slick-list {
    margin: 0 -15px; }
  .slick-slider#slider-program3 .tus-program__item1 {
    margin: 0 15px; }
  .slick-slider#slider-program3 .slick-arrow.slick-prev {
    left: 0; }
  .slick-slider#slider-program3 .slick-arrow.slick-next {
    right: 0; }
  .slick-slider#slider-program3.tus-program__list1_slider3 .slick-arrow {
    top: 120px; } }

.slick-slider#slider-admissions-ranking {
  display: block;
  margin: 0; }
  .slick-slider#slider-admissions-ranking .slick-arrow.slick-prev {
    left: -20px; }
  .slick-slider#slider-admissions-ranking .slick-arrow.slick-next {
    right: -20px; }

.slick-slider.slider-gm-featured, .slick-slider#slider-gm-academics-featured {
  margin: 0; }
  .slick-slider.slider-gm-featured .slick-arrow, .slick-slider#slider-gm-academics-featured .slick-arrow {
    top: 33%; }
  .slick-slider.slider-gm-featured .slick-slide, .slick-slider#slider-gm-academics-featured .slick-slide {
    display: block;
    -webkit-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
    opacity: 0.3;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
    .slick-slider.slider-gm-featured .slick-slide .pfig__img, .slick-slider#slider-gm-academics-featured .slick-slide .pfig__img {
      width: 100%; }
    .slick-slider.slider-gm-featured .slick-slide .pfig__cap, .slick-slider#slider-gm-academics-featured .slick-slide .pfig__cap,
    .slick-slider.slider-gm-featured .slick-slide p,
    .slick-slider#slider-gm-academics-featured .slick-slide p {
      -webkit-transition: 2s;
      transition: 2s;
      opacity: 0; }
    .slick-slider.slider-gm-featured .slick-slide.slick-active, .slick-slider#slider-gm-academics-featured .slick-slide.slick-active, .slick-slider.slider-gm-featured .slick-slide.is-active-next, .slick-slider#slider-gm-academics-featured .slick-slide.is-active-next {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
      .slick-slider.slider-gm-featured .slick-slide.slick-active .pfig__cap, .slick-slider#slider-gm-academics-featured .slick-slide.slick-active .pfig__cap,
      .slick-slider.slider-gm-featured .slick-slide.slick-active p,
      .slick-slider#slider-gm-academics-featured .slick-slide.slick-active p, .slick-slider.slider-gm-featured .slick-slide.is-active-next .pfig__cap, .slick-slider#slider-gm-academics-featured .slick-slide.is-active-next .pfig__cap,
      .slick-slider.slider-gm-featured .slick-slide.is-active-next p,
      .slick-slider#slider-gm-academics-featured .slick-slide.is-active-next p {
        opacity: 1; }
  .slick-slider.slider-gm-featured .slick-dots, .slick-slider#slider-gm-academics-featured .slick-dots {
    margin: 10px 0 20px; }
    .slick-slider.slider-gm-featured .slick-dots button:before, .slick-slider#slider-gm-academics-featured .slick-dots button:before {
      background: #d3d3d3;
      opacity: 0.5; }
    .slick-slider.slider-gm-featured .slick-dots .slick-active button:before, .slick-slider#slider-gm-academics-featured .slick-dots .slick-active button:before {
      background: #d3d3d3;
      opacity: 1; }

.slick-slider#slider-gm-academics-featured .slick-arrow {
  top: 33%; }
  .slick-slider#slider-gm-academics-featured .slick-arrow.slick-prev {
    left: 20%; }
  .slick-slider#slider-gm-academics-featured .slick-arrow.slick-next {
    right: 20%; }

.slick-slider#slider-news-main > .slick-arrow.slick-prev {
  left: -20px; }

.slick-slider#slider-news-main > .slick-arrow.slick-next {
  right: -20px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  margin: 30px 0;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slick-dots li {
    height: 10px;
    width: 10px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer; }
    .slick-dots li button {
      height: 100%;
      width: 100%;
      padding: 0; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 0.75; }
      .slick-dots li button:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #d3d3d3;
        border-radius: 50%;
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      background: #bf4472;
      opacity: 1; }

.slick-type-dot1 .slick-dots li {
  width: 100%;
  max-width: 50px;
  height: 3px;
  margin-left: 5px;
  margin-right: 5px; }
  .slick-type-dot1 .slick-dots li button:before {
    border-radius: 0; }

[id^="frm-"] {
  margin-bottom: 120px;
  position: relative; }
  [id^="frm-"]::before {
    content: attr(id);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #e12f3b;
    background: #ff0; }

.parts {
  padding-bottom: 20px;
  position: relative; }
  .parts::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 2px;
    background: #333333;
    left: 0;
    right: 0;
    bottom: 0; }
  .parts .pblock, .parts .pblock-sub, .parts .pblock-slim, .parts .pblock-wide, .parts .pblock-full {
    -webkit-box-shadow: 0 0 5px 5px rgba(153, 153, 153, 0.5);
            box-shadow: 0 0 5px 5px rgba(153, 153, 153, 0.5);
    margin-bottom: 0; }
  .parts [class*="pblock-col"] {
    background: #d3d3d3; }
  .parts div:not(.parts__code) > .row {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: -10px; }
    .parts div:not(.parts__code) > .row > .col,
    .parts div:not(.parts__code) > .row > [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px;
      margin-bottom: 10px; }
  .parts .opa {
    opacity: 0.3; }
  .parts__nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .parts__nav li {
      list-style-position: inside;
      padding-right: 1em; }
  .parts__toggle {
    display: block;
    margin-top: 50px;
    padding: 10px;
    position: relative; }
    .parts__toggle::before {
      position: absolute;
      top: -25px;
      left: calc((100vw - 1024px) / 2 * -1);
      display: block;
      content: "";
      width: 100vw;
      height: 1px;
      background: #333333; }
    .parts__toggle ~ .parts__box {
      margin-top: 0; }
      .parts__toggle ~ .parts__box::before {
        content: none; }
  .parts__box {
    margin-top: 50px;
    padding: 10px;
    position: relative; }
    .parts__box::before {
      position: absolute;
      top: -25px;
      left: calc((100vw - 1024px) / 2 * -1);
      display: block;
      content: "";
      width: 100vw;
      height: 1px;
      background: #333333; }
  .parts__block {
    border: 1px solid #999999;
    padding: 10px; }
    .parts__block + .parts__block {
      margin-top: 10px; }
  .parts__title {
    color: #bf4472;
    font-weight: bold; }
    .parts__title ~ .parts__title {
      margin-top: 10px; }
  .parts__note {
    color: #298d79;
    font-size: 90%; }
  .parts__code {
    border: 1px solid rgba(153, 153, 153, 0.3);
    padding: 10px; }
    .parts__code + .parts__code {
      margin-top: 10px; }
  .parts__textarea {
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
    color: #666;
    background: #ffc;
    word-break: break-all; }

* {
  min-width: 0;
  min-height: 0; }

.home__bg1 {
  background: url(/img/img-top-bg.jpg); }
  @media (max-width: 768.98px) {
    .home__bg1 {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }

.home__mv {
  background: transparent; }
  @media (max-width: 768.98px) {
    .home__mv {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 769px) {
    .home__mv {
      padding-top: 20px; } }
  @media (max-width: 768.98px) {
    .home__mv {
      padding-top: 20px; } }
  @media (min-width: 769px) {
    .home__mv {
      padding-bottom: 120px; } }
  @media (max-width: 768.98px) {
    .home__mv {
      padding-bottom: 50px; } }

.home__search {
  background: transparent; }
  @media (max-width: 768.98px) {
    .home__search {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 769px) {
    .home__search {
      padding-bottom: 90px; } }
  @media (max-width: 768.98px) {
    .home__search {
      padding-bottom: 40px; } }

.home__foodhall {
  background: #333333; }
  @media (max-width: 768.98px) {
    .home__foodhall {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 769px) {
    .home__foodhall {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 768.98px) {
    .home__foodhall {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 768.98px) {
    .home__foodhall {
      background: url(/img/img-foodhall-bg-sp.jpg) no-repeat center center/cover; } }
  @media (min-width: 769px) {
    .home__foodhall {
      background: url(/img/img-foodhall-bg-pc.jpg) no-repeat center center/cover; } }

.home__shop {
  background: transparent;
  position: relative; }
  @media (max-width: 768.98px) {
    .home__shop {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 769px) {
    .home__shop {
      padding-top: 90px; } }
  @media (max-width: 768.98px) {
    .home__shop {
      padding-top: 40px; } }
  @media (min-width: 769px) {
    .home__shop {
      padding-bottom: 60px; } }
  @media (max-width: 768.98px) {
    .home__shop {
      padding-bottom: 60px; } }
  .home__shop-bg {
    position: absolute;
    top: 400px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2; }
    .home__shop-bg::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(135deg, #caa68d 0%, #825907 100%);
      z-index: 1;
      opacity: 0.5; }

.home .mv-slide-text, .home .mv-slide-main, .home .mv-slide-sub {
  margin: 0;
  padding: 0;
  list-style: none; }

@media (min-width: 769px) {
  .home .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1; }
    .home .mv::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.7);
      left: -100vw;
      z-index: -1;
      top: 130px;
      bottom: 130px; }
    .home .mv-slide-frm1 {
      width: 300px; }
    .home .mv-slide-frm2 {
      width: 521px; }
    .home .mv-slide-frm3 {
      width: 171px;
      margin-left: 4px; }
    .home .mv-slide-box {
      padding-right: 30px; }
      .home .mv-slide-box__text {
        padding-left: 10px;
        border-left: 3px solid #bf4472;
        position: relative; }
        .home .mv-slide-box__text .plink::after {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 2;
          pointer-events: inherit;
          content: "";
          background-color: rgba(255, 255, 255, 0); }
      .home .mv-slide-box__title {
        font-weight: bold;
        color: #bf4472;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
      @media (min-width: 769px) and (min-width: 769px) {
        .home .mv-slide-box__title {
          font-size: 2rem; } }
      @media (min-width: 769px) and (max-width: 768.98px) {
        .home .mv-slide-box__title {
          font-size: 2rem; } }

@media (min-width: 769px) {
      .home .mv-slide-box__lead {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; } }
      @media (min-width: 769px) and (min-width: 769px) {
        .home .mv-slide-box__lead {
          font-size: 1.6rem; } }
      @media (min-width: 769px) and (max-width: 768.98px) {
        .home .mv-slide-box__lead {
          font-size: 1.6rem; } }

@media (min-width: 769px) {
    .home .mv-slide-main {
      -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
              box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }
      .home .mv-slide-main .slick-arrow {
        top: auto;
        bottom: 0;
        left: auto;
        -webkit-transform: none;
                transform: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .home .mv-slide-main .slick-arrow.slick-prev {
          right: calc(100% + 51px); }
        .home .mv-slide-main .slick-arrow.slick-next {
          right: 100%; }
      .home .mv-slide-main__link {
        display: block; }
        .home .mv-slide-main__link::after {
          content: none; }
      .home .mv-slide-main__img {
        width: 100%; }
    .home .mv-slide-sub {
      -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
              box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }
      .home .mv-slide-sub:not(:last-child) {
        margin-bottom: 4px; }
      .home .mv-slide-sub__link {
        display: block; }
        .home .mv-slide-sub__link::after {
          content: none; }
      .home .mv-slide-sub__img {
        width: 100%; } }

@media (max-width: 768.98px) {
  .home .mv {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr auto;
    grid-template-rows: 1fr 1fr 1fr auto;
        grid-template-areas: "main sub"
 "main sub"
 "main sub"
 "text text"; }
    .home .mv-slide-frm1 {
      grid-area: text;
      background: rgba(255, 255, 255, 0.7);
      margin-left: -20px;
      margin-right: -20px;
      padding: 20px;
      margin-top: 60px; }
    .home .mv-slide-frm2 {
      -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
              box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
      grid-area: main;
      margin-left: 4px; }
    .home .mv-slide-frm3 {
      grid-area: sub; }
      .home .mv-slide-frm3 .mv-slide-sub {
        margin-left: 4px; }
        .home .mv-slide-frm3 .mv-slide-sub:not(:last-child) {
          margin-bottom: 4px; }
        .home .mv-slide-frm3 .mv-slide-sub:nth-child(1) {
          -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
                  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          grid-area: sub1; }
        .home .mv-slide-frm3 .mv-slide-sub:nth-child(2) {
          -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
                  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          grid-area: sub2; }
        .home .mv-slide-frm3 .mv-slide-sub:nth-child(3) {
          -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
                  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          grid-area: sub3; }
    .home .mv img {
      width: 100%; }
    .home .mv-slide-box__text {
      padding-left: 10px;
      border-left: 3px solid #bf4472;
      position: relative; }
      .home .mv-slide-box__text .plink::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        pointer-events: inherit;
        content: "";
        background-color: rgba(255, 255, 255, 0); }
    .home .mv-slide-box__title {
      font-weight: bold;
      color: #bf4472;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; } }

@media (max-width: 768.98px){
  .home .mv-slide-frm1 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
  .home .mv-slide-frm2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1; }
  .home .mv-slide-frm3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2; } }
    @media (max-width: 768.98px) and (min-width: 769px) {
      .home .mv-slide-box__title {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) and (max-width: 768.98px) {
      .home .mv-slide-box__title {
        font-size: 1.6rem; } }

@media (max-width: 768.98px) {
    .home .mv-slide-box__lead {
      display: none; } }
  @media (max-width: 768.98px) and (min-width: 769px) {
    .home .mv-slide-box__more {
      font-size: 1.2rem; } }
  @media (max-width: 768.98px) and (max-width: 768.98px) {
    .home .mv-slide-box__more {
      font-size: 1.2rem; } }

@media (max-width: 768.98px) {
    .home .mv-slide-main__link {
      display: block; }
      .home .mv-slide-main__link::after {
        content: none; }
    .home .mv-slide-main .slick-arrow {
      top: calc(100% + 1px);
      bottom: auto;
      left: auto;
      -webkit-transform: none;
              transform: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: #676f78; }
      .home .mv-slide-main .slick-arrow.slick-prev {
        left: auto;
        right: 51px; }
      .home .mv-slide-main .slick-arrow.slick-next {
        left: auto;
        right: 0; }
    .home .mv-slide-sub__link {
      display: block; }
      .home .mv-slide-sub__link::after {
        content: none; } }

.search-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 768.98px) {
    .search-area {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .search-area .search-box {
        margin-bottom: 30px; } }
  @media (min-width: 769px) {
    .search-area .search-box_type_category {
      width: 686px; }
    .search-area .search-box_type_word {
      width: 280px; } }

.search-box {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }
  .search-box__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .search-box__link {
    display: block;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: currentColor;
    text-align: center;
    line-height: 1.3; }
    .search-box__link:hover {
      color: currentColor;
      text-decoration: none;
      opacity: 0.6; }
  .search-box_type_category .search-box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 769px) {
      .search-box_type_category .search-box__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .search-box_type_category .search-box__list > * {
          width: calc((100% - 10px * 4) / 5); }
          .ie11 .search-box_type_category .search-box__list > * {
            width: calc((100% - 10px * 4) / 5 - 0.1px); }
          .search-box_type_category .search-box__list > *:not(:nth-child(5n)) {
            margin-right: 10px; }
          .search-box_type_category .search-box__list > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .search-box_type_category .search-box__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .search-box_type_category .search-box__list > * {
          width: calc((100% - 30px * 2) / 3); }
          .ie11 .search-box_type_category .search-box__list > * {
            width: calc((100% - 30px * 2) / 3 - 0.1px); }
          .search-box_type_category .search-box__list > *:not(:nth-child(3n)) {
            margin-right: 30px; }
          .search-box_type_category .search-box__list > *:nth-last-child(n + 4) {
            margin-bottom: 30px; }
          .search-box_type_category .search-box__list > * img {
            width: 100%; } }
  .search-box_type_category .search-box__item:nth-child(1) .search-box__link::before {
    background-image: url(/img-com/icon-search-01.svg); }
  .search-box_type_category .search-box__item:nth-child(2) .search-box__link::before {
    background-image: url(/img-com/icon-search-02.svg); }
  .search-box_type_category .search-box__item:nth-child(3) .search-box__link::before {
    background-image: url(/img-com/icon-search-03.svg); }
  .search-box_type_category .search-box__item:nth-child(4) .search-box__link::before {
    background-image: url(/img-com/icon-search-04.svg); }
  .search-box_type_category .search-box__item:nth-child(5) .search-box__link::before {
    background-image: url(/img-com/icon-search-05.svg); }
  .search-box_type_category .search-box__link {
    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; }
    @media (min-width: 769px) {
      .search-box_type_category .search-box__link {
        font-size: 1.4rem; } }
    @media (max-width: 768.98px) {
      .search-box_type_category .search-box__link {
        font-size: 1rem; } }
    .search-box_type_category .search-box__link::before {
      content: "";
      display: block;
      width: 88px;
      height: 88px;
      background: url(/img-com/icon-search-01.svg) no-repeat center center/cover;
      margin-bottom: 10px; }
  .search-box_type_word {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .search-box_type_word .search-box__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (min-width: 769px) {
        .search-box_type_word .search-box__list {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .search-box_type_word .search-box__list > * {
            width: calc((100% - 0px * 1) / 2 - 0.1px); }
            .search-box_type_word .search-box__list > * img {
              width: 100%; } }
      @media (max-width: 768.98px) {
        .search-box_type_word .search-box__list {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .search-box_type_word .search-box__list > * {
            width: calc((100% - 0px * 1) / 2 - 0.1px); }
            .search-box_type_word .search-box__list > * img {
              width: 100%; } }
      @media (min-width: 769px) {
        .search-box_type_word .search-box__list {
          margin-bottom: 0; } }
      @media (max-width: 768.98px) {
        .search-box_type_word .search-box__list {
          margin-bottom: 30px; } }
    .search-box_type_word .search-box__item:not(:last-child) {
      border-right: 1px solid; }
    .search-box_type_word .search-box__link {
      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; }
      @media (min-width: 769px) {
        .search-box_type_word .search-box__link-main {
          font-size: 4.8rem; } }
      @media (max-width: 768.98px) {
        .search-box_type_word .search-box__link-main {
          font-size: 4.8rem; } }
      @media (min-width: 769px) {
        .search-box_type_word .search-box__link-sub {
          font-size: 1.2rem; } }
      @media (max-width: 768.98px) {
        .search-box_type_word .search-box__link-sub {
          font-size: 1.2rem; } }
  @media (max-width: 768.98px) {
    .search-box {
      padding: 20px; }
      .search-box_type_category .search-box__link::before {
        width: 80px;
        height: 80px; } }

.search-shop__list {
  max-width: 420px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto 30px; }
  @media (min-width: 769px) {
    .search-shop__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .search-shop__list > * {
        width: calc((100% - 30px * 4) / 5); }
        .ie11 .search-shop__list > * {
          width: calc((100% - 30px * 4) / 5 - 0.1px); }
        .search-shop__list > *:not(:nth-child(5n)) {
          margin-right: 30px; }
        .search-shop__list > *:nth-last-child(n + 6) {
          margin-bottom: 30px; }
        .search-shop__list > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    .search-shop__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .search-shop__list > * {
        width: calc((100% - 15px * 4) / 5); }
        .ie11 .search-shop__list > * {
          width: calc((100% - 15px * 4) / 5 - 0.1px); }
        .search-shop__list > *:not(:nth-child(5n)) {
          margin-right: 15px; }
        .search-shop__list > *:nth-last-child(n + 6) {
          margin-bottom: 15px; }
        .search-shop__list > * img {
          width: 100%; } }

.search-shop__item_inactive {
  opacity: 0.3; }
  .search-shop__item_inactive .search-shop__link {
    pointer-events: none; }

.search-shop__link {
  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 #333333;
  border-radius: 50rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: currentColor;
  position: relative; }
  @media (min-width: 769px) {
    .search-shop__link {
      font-size: 2rem; } }
  @media (max-width: 768.98px) {
    .search-shop__link {
      font-size: 2rem; } }
  .search-shop__link:hover {
    color: currentColor;
    text-decoration: none;
    opacity: 0.6; }
  .search-shop__link::after {
    content: "";
    display: block;
    padding-bottom: 100%;
    background: #eee; }

.search-shop__close {
  max-width: 170px; }

.keywords {
  background: rgba(255, 255, 255, 0.6);
  padding: 30px 0; }
  .keywords__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .keywords__title {
    font-family: serif;
    font-weight: 400;
    margin-right: 20px; }
    @media (min-width: 769px) {
      .keywords__title {
        font-size: 1.8rem; } }
    @media (max-width: 768.98px) {
      .keywords__title {
        font-size: 1.8rem; } }
  .keywords__tags {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)), -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)), -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)), -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)), -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)), -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)), -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)), -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
    background-size: 1px 50%, 5px 1px;
    background-repeat: no-repeat;
    padding: 5px 20px; }
  @media (max-width: 768.98px) {
    .keywords {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; }
      .keywords__area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .keywords__title {
        margin-right: 0;
        margin-bottom: 20px; } }

.popup {
  position: fixed;
  z-index: 1070;
  max-width: 140px;
  left: 20px;
  bottom: 80px;
  -webkit-box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.16);
          box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.16); }
  .popup__link {
    display: block; }
    .popup__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
  .popup__close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    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;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #676f78;
    border-radius: 50rem; }
    .popup__close:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff; }

.sys-info.sys-info_ti4 .sys-info__link {
  background: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }

.sys-info.sys-info_ti4 .sys-info__box {
  padding: 20px; }

.sys-info.sys-info_ti4 .sys-info__label {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  top: auto;
  bottom: 0; }
  @media (min-width: 769px) {
    .sys-info.sys-info_ti4 .sys-info__label {
      font-size: 1.2rem; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti4 .sys-info__label {
      font-size: 1rem; } }
  .sys-info.sys-info_ti4 .sys-info__label::before {
    content: none; }

.sys-info.sys-info_ti4 .sys-info__date {
  font-family: "Barlow", sans-serif;
  font-weight: 400; }
  @media (min-width: 769px) {
    .sys-info.sys-info_ti4 .sys-info__date {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti4 .sys-info__date {
      font-size: 1.4rem; } }

.sys-info.sys-info_ti4 .sys-info__title {
  font-weight: bold; }
  @media (min-width: 769px) {
    .sys-info.sys-info_ti4 .sys-info__title {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti4 .sys-info__title {
      font-size: 1.4rem; } }

.sys-info.sys-info_ti4 .sys-info__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }
  @media (min-width: 769px) {
    .sys-info.sys-info_ti4 .sys-info__text {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti4 .sys-info__text {
      font-size: 1.4rem; } }

body.detail.xxxx .xxxx__list {
  margin: 0;
  padding: 0;
  list-style: none; }

body.detail.xxxx .xxxx__link {
  display: block; }

.no-icon::after {
  content: none !important; }

.company-info__list {
  border-top: 1px solid #d3d3d3; }

.company-info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d3d3d3;
  padding: 10px 0; }

.company-info__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px; }

@media (max-width: 768.98px) {
  .company-info__list {
    border-top: 1px solid #d3d3d3; }
  .company-info__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .company-info__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .company-info__body {
    margin-left: 1em; } }

.cms-text {
  overflow: hidden; }
  .cms-text p {
    margin-bottom: 0; }

[data-bgimage] {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  @media (min-width: 769px) {
    [data-bgimage] {
      background-attachment: fixed !important; } }

.mfp-bg {
  z-index: 1072; }

.mfp-wrap {
  z-index: 1072; }

.mfp-bg {
  background: #333333;
  opacity: 0.7; }

.mfp-container.mfp-inline-holder .mfp-content {
  max-width: 800px;
  overflow-y: auto;
  background: #fff; }
  .mfp-container.mfp-inline-holder .mfp-content::-webkit-scrollbar {
    width: 8px;
    background: #eee; }
  .mfp-container.mfp-inline-holder .mfp-content::-webkit-scrollbar-track {
    border-radius: 10px; }
  .mfp-container.mfp-inline-holder .mfp-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2); }
  .mfp-container.mfp-inline-holder .mfp-content-in {
    padding: 60px 30px; }

.mfp-container.mfp-inline-holder .mfp-close {
  top: 10px;
  right: 10px;
  color: #fff !important;
  background: #E50065 !important;
  border-radius: 50%;
  font-size: 4rem; }
  .mfp-container.mfp-inline-holder .mfp-close:active {
    top: 10px; }

body.floormap .floormap__icnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px; }
  body.floormap .floormap__icnlist2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    body.floormap .floormap__icnlist2 .floormap__icnlist_txt {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      margin-right: 1rem; }
  @media (max-width: 768.98px) {
    body.floormap .floormap__icnlist {
      display: block; } }
  body.floormap .floormap__icnlist_icn {
    width: 30px;
    margin-right: 5px; }
    @media (max-width: 768.98px) {
      body.floormap .floormap__icnlist_icn {
        float: left; } }
  body.floormap .floormap__icnlist_txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 14px;
    line-height: 100%; }
    @media (max-width: 768.98px) {
      body.floormap .floormap__icnlist_txt {
        float: clear;
        font-size: inherit;
        margin-bottom: 1.5rem; } }
    body.floormap .floormap__icnlist_txt-en {
      font-size: 85%; }

body.floormap .floormap__shoplist {
  color: #333333; }
  body.floormap .floormap__shoplist p {
    margin: 0; }
  body.floormap .floormap__shoplist:hover {
    text-decoration: none; }
    body.floormap .floormap__shoplist:hover > div {
      opacity: 0.6 !important;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }

body.floormap .floormap__shopcat {
  margin: 0.5rem 0 3rem;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  body.floormap .floormap__shopcat::after {
    content: "\f105";
    font-family: Fontawesome;
    margin-left: auto; }
  body.floormap .floormap__shopcat_no {
    padding: 0 1rem 0 0; }
  body.floormap .floormap__shopcat_name {
    border-left: 1px solid #333333;
    padding: 0 1rem; }

.guideline .item__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .guideline .item__color .color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 2em;
    color: #fff; }
    .guideline .item__color .color.txt__left {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

.guideline .clr_sub_1_l {
  background-color: #bba271; }

.guideline .clr_sub_2_l {
  background-color: #61a485; }

.guideline .clr_sub_3_l {
  background-color: #68b69e; }

.guideline .clr_sub_4_l {
  background-color: #ffd2d2; }

.guideline .grid_item {
  text-align: center;
  border: 1px #ccc solid;
  background-color: #eee; }

.guideline .label_id {
  display: inline-block !important;
  padding: 2px 10px !important;
  color: #fff !important;
  background-color: #333333 !important; }
  .guideline .label_id.txt_id {
    background-color: #900 !important; }

.guideline pre {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #fff; }

.guideline code {
  margin: 0;
  padding: 10px; }

@media print {
  html {
    width: 1280px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top; }
  body {
    padding-left: 0; }
    body::before, body::after {
      display: none; }
  .box__fixed_top {
    position: absolute; }
  .contents main {
    width: 100%; }
  .contents .box__section {
    margin-bottom: 40px; }
    .contents .box__section > .box__section {
      margin-bottom: 30px; }
  *[class^=col-] {
    float: left; }
  .row > *[class^=col-xs-1],
  .row > *[class^=col-sm-1],
  .row > *[class^=col-md-1],
  .row > *[class^=col-lg-1] {
    width: 8.33333%; }
  .row > *[class^=col-xs-2],
  .row > *[class^=col-sm-2],
  .row > *[class^=col-md-2],
  .row > *[class^=col-lg-2] {
    width: 16.66667%; }
  .row > *[class^=col-xs-3],
  .row > *[class^=col-sm-3],
  .row > *[class^=col-md-3],
  .row > *[class^=col-lg-3] {
    width: 25%; }
  .row > *[class^=col-xs-4],
  .row > *[class^=col-sm-4],
  .row > *[class^=col-md-4],
  .row > *[class^=col-lg-4] {
    width: 33.33333%; }
  .row > *[class^=col-xs-5],
  .row > *[class^=col-sm-5],
  .row > *[class^=col-md-5],
  .row > *[class^=col-lg-5] {
    width: 41.66667%; }
  .row > *[class^=col-xs-6],
  .row > *[class^=col-sm-6],
  .row > *[class^=col-md-6],
  .row > *[class^=col-lg-6] {
    width: 50%; }
  .row > *[class^=col-xs-7],
  .row > *[class^=col-sm-7],
  .row > *[class^=col-md-7],
  .row > *[class^=col-lg-7] {
    width: 58.33333%; }
  .row > *[class^=col-xs-8],
  .row > *[class^=col-sm-8],
  .row > *[class^=col-md-8],
  .row > *[class^=col-lg-8] {
    width: 66.66667%; }
  .row > *[class^=col-xs-9],
  .row > *[class^=col-sm-9],
  .row > *[class^=col-md-9],
  .row > *[class^=col-lg-9] {
    width: 75%; }
  .row > *[class^=col-xs-10],
  .row > *[class^=col-sm-10],
  .row > *[class^=col-md-10],
  .row > *[class^=col-lg-10] {
    width: 83.33333%; }
  .row > *[class^=col-xs-11],
  .row > *[class^=col-sm-11],
  .row > *[class^=col-md-11],
  .row > *[class^=col-lg-11] {
    width: 91.66667%; }
  .row > *[class^=col-xs-12],
  .row > *[class^=col-sm-12],
  .row > *[class^=col-md-12],
  .row > *[class^=col-lg-12] {
    width: 100%; }
  .mh {
    height: auto !important; }
  .pagetop {
    display: none !important; }
  .toggle_target {
    display: block !important; }
  .table-responsive .table tbody tr td,
  .table-responsive .table tbody tr th,
  .table-responsive .table tfoot tr td,
  .table-responsive .table tfoot tr th,
  .table-responsive .table thead tr td,
  .table-responsive .table thead tr th {
    white-space: normal; }
  .table-responsive .table tbody th,
  .table-responsive .table tfoot th,
  .table-responsive .table thead th {
    white-space: normal; } }

@media screen and (max-width: 479px) {
  .shopGuideArea .spNone {
    display: none; } }

.shopGuideArea .shopguide_category {
  -webkit-box-shadow: none;
          box-shadow: none; }

.shopGuideArea .guide_ptitle:before {
  display: none; }

.shopGuideArea .pblockWrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #f5f5f5), color-stop(30%, #676f78));
  background: linear-gradient(90deg, #f5f5f5 70%, #676f78 30%);
  padding-bottom: 0;
  margin-bottom: 90px; }
  @media screen and (max-width: 769px) {
    .shopGuideArea .pblockWrapper {
      background: none;
      margin-bottom: 0; } }
  .shopGuideArea .pblockWrapper .search-area .search-box {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .shopGuideArea .pblockWrapper .search-area .search-box__link-main {
      color: #fff; }
    .shopGuideArea .pblockWrapper .search-area .search-box__link-sub {
      color: #fff; }
    .shopGuideArea .pblockWrapper .search-area .search-box__item:nth-child(1) .search-box__link::before {
      background-image: url(/img-com/icon-search-00.svg); }
    .shopGuideArea .pblockWrapper .search-area .search-box__item:nth-child(1) .search-box__link.allBtn:before {
      background-image: url(/img-com/icon-search-00-on.svg); }
    .shopGuideArea .pblockWrapper .search-area .search-box__item:nth-child(2) .search-box__link::before {
      background-image: url(/img-com/icon-search-01.svg); }
    .shopGuideArea .pblockWrapper .search-area .search-box__item:nth-child(2) .search-box__link.allBtn:before {
      background-image: url(/img-com/icon-search-01-on.svg); }
    .shopGuideArea .pblockWrapper .search-area .search-box__item:nth-child(3) .search-box__link::before {
      background-image: url(/img-com/icon-search-02.svg); }
    .shopGuideArea .pblockWrapper .search-area .search-box__item:nth-child(3) .search-box__link.allBtn:before {
      background-image: url(/img-com/icon-search-02-on.svg); }
    .shopGuideArea .pblockWrapper .search-area .search-box__item:nth-child(4) .search-box__link::before {
      background-image: url(/img-com/icon-search-03.svg); }
    .shopGuideArea .pblockWrapper .search-area .search-box__item:nth-child(4) .search-box__link.allBtn:before {
      background-image: url(/img-com/icon-search-03-on.svg); }
    .shopGuideArea .pblockWrapper .search-area .search-box__item:nth-child(5) .search-box__link::before {
      background-image: url(/img-com/icon-search-04.svg); }
    .shopGuideArea .pblockWrapper .search-area .search-box__item:nth-child(5) .search-box__link.allBtn:before {
      background-image: url(/img-com/icon-search-04-on.svg); }
    .shopGuideArea .pblockWrapper .search-area .search-box__item:nth-child(6) .search-box__link::before {
      background-image: url(/img-com/icon-search-05.svg); }
    .shopGuideArea .pblockWrapper .search-area .search-box__item:nth-child(6) .search-box__link.allBtn:before {
      background-image: url(/img-com/icon-search-05-on.svg); }
    .shopGuideArea .pblockWrapper .search-area .search-box__list {
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .shopGuideArea .pblockWrapper .search-area .search-box .itemSize {
      width: 15%; }
      @media screen and (max-width: 769px) {
        .shopGuideArea .pblockWrapper .search-area .search-box .itemSize {
          width: 30%;
          margin-right: 0; } }
  .shopGuideArea .pblockWrapper .search-area .shopGuideCategory {
    width: 700px; }
    @media screen and (max-width: 769px) {
      .shopGuideArea .pblockWrapper .search-area .shopGuideCategory {
        width: 100%;
        background-color: #f5f5f5; } }
  .shopGuideArea .pblockWrapper .search-area .searchRight {
    background-color: #676f78; }
    .shopGuideArea .pblockWrapper .search-area .searchRight .ptitle {
      color: #fff; }
    .shopGuideArea .pblockWrapper .search-area .searchRight .ptitle:before {
      background: url(../shop_guide/img/icon_search_white.svg); }
    .shopGuideArea .pblockWrapper .search-area .searchRight__item:first-of-type {
      border-right: solid 1px #fff; }

.shopGuideArea .shopGuideList {
  max-width: 996px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media (max-width: 768.98px) {
    .shopGuideArea .shopGuideList {
      padding-top: 0; } }
  .shopGuideArea .shopGuideList .shopList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    padding-left: 0; }
    .shopGuideArea .shopGuideList .shopList .shopItem {
      width: 19%;
      text-align: center;
      -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
              box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
      margin-bottom: 20px;
      padding-bottom: 20px;
      position: relative; }
      @media (max-width: 768.98px) {
        .shopGuideArea .shopGuideList .shopList .shopItem {
          width: 30%;
          padding: 10px; }
          .shopGuideArea .shopGuideList .shopList .shopItem__img {
            height: 80px !important; }
          .shopGuideArea .shopGuideList .shopList .shopItem__name {
            font-size: 1.2rem !important;
            line-height: 1.4; } }
      .shopGuideArea .shopGuideList .shopList .shopItem__btn {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .shopGuideArea .shopGuideList .shopList .shopItem__btn:hover {
          background-color: #fff;
          opacity: 0.5;
          z-index: 10; }
      .shopGuideArea .shopGuideList .shopList .shopItem__img {
        width: 230px;
        height: 230px;
        -o-object-fit: contain;
           object-fit: contain; }
        @media screen and (max-width: 769px) {
          .shopGuideArea .shopGuideList .shopList .shopItem__img {
            width: 100%;
            height: 240px; } }
      .shopGuideArea .shopGuideList .shopList .shopItem__name {
        display: block;
        font-size: 18px;
        font-weight: bold;
        padding: 5px 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .shopGuideArea .shopGuideList .shopList .shopItem__name:hover {
        color: #bf4472;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .shopGuideArea .shopGuideList .shopList .shopItem__text {
        word-break: break-all;
        color: #676f78;
        font-size: 12px; }
  .shopGuideArea .shopGuideList .dot {
    text-align: center; }
    .shopGuideArea .shopGuideList .dot__dot {
      font-size: 100px;
      line-height: 40px;
      display: block;
      color: #333; }

.shopName_area {
  width: 100%; }
  @media screen and (max-width: 769px) {
    .shopName_area .spNone {
      display: none; } }
  .shopName_area .shopName {
    padding-top: 90px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 996px;
    margin: 0 auto; }
    @media screen and (max-width: 769px) {
      .shopName_area .shopName {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 0; } }
    @media screen and (max-width: 769px) {
      .shopName_area .shopName__left {
        width: 40%;
        margin: 0 auto; } }
    .shopName_area .shopName__name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px;
      color: #333; }
      @media screen and (max-width: 769px) {
        .shopName_area .shopName__name {
          text-align: center;
          padding-bottom: 30px; } }
    .shopName_area .shopName__logo {
      width: 100%; }
    .shopName_area .shopName__image {
      width: 100%; }
  .shopName_area .concept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 996px;
    margin: 0 auto;
    padding-bottom: 100px; }
    @media screen and (max-width: 769px) {
      .shopName_area .concept {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .shopName_area .concept__left {
      widows: 25%; }
    .shopName_area .concept__right {
      width: 75%; }
      @media screen and (max-width: 769px) {
        .shopName_area .concept__right {
          width: 100%;
          padding-top: 20px; } }
    .shopName_area .concept .mapArea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 40px; }
      @media screen and (max-width: 769px) {
        .shopName_area .concept .mapArea {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .shopName_area .concept .mapArea .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        list-style: none;
        padding: 10px;
        border-bottom: solid 1px #d3d3d3; }
        .shopName_area .concept .mapArea .item__detail {
          width: 60%; }
      .shopName_area .concept .mapArea .item:first-of-type {
        border-top: solid 1px #d3d3d3; }
      @media screen and (max-width: 769px) {
        .shopName_area .concept .mapArea__map {
          padding-top: 40px; } }
      @media screen and (max-width: 769px) {
        .shopName_area .concept .mapArea__mapImage {
          width: 100%; } }
  .shopName_area .shopNewsWrapper {
    width: 100%;
    background-color: #efefef; }
    @media (max-width: 768.98px) {
      .shopName_area .shopNewsWrapper {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px; }
        .shopName_area .shopNewsWrapper .slick-next {
          margin-right: 0 !important; } }
    .shopName_area .shopNewsWrapper .shopNewsContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 996px;
      margin: 0 auto;
      padding: 60px 0; }
      @media screen and (max-width: 769px) {
        .shopName_area .shopNewsWrapper .shopNewsContainer {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .shopName_area .shopNewsWrapper .shopNewsContainer__left {
        width: 25%; }
        @media screen and (max-width: 769px) {
          .shopName_area .shopNewsWrapper .shopNewsContainer__left {
            width: 100%;
            padding-bottom: 30px; } }
      .shopName_area .shopNewsWrapper .shopNewsContainer__right {
        width: 75%; }
        @media screen and (max-width: 769px) {
          .shopName_area .shopNewsWrapper .shopNewsContainer__right {
            width: 100%; } }
        .shopName_area .shopNewsWrapper .shopNewsContainer__right .shopNewsPblock {
          margin-bottom: 40px; }
      .shopName_area .shopNewsWrapper .shopNewsContainer .sys-info__list {
        padding-bottom: 30px; }
      .shopName_area .shopNewsWrapper .shopNewsContainer .sys-info__item {
        width: 29%; }
        @media screen and (max-width: 769px) {
          .shopName_area .shopNewsWrapper .shopNewsContainer .sys-info__item {
            width: 33%;
            margin: 0; } }
    .shopName_area .shopNewsWrapper .plink-list_center {
      width: 80%;
      margin: 0 auto; }
  .shopName_area .pastList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 75%;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 0; }
    @media screen and (max-width: 769px) {
      .shopName_area .pastList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
    .shopName_area .pastList .item__text {
      color: #333; }
  .shopName_area .shopSnsWrapper {
    width: 100%; }
    .shopName_area .shopSnsWrapper .shopSnsContainer {
      max-width: 996px;
      margin: 0 auto;
      padding-top: 40px; }
      .shopName_area .shopSnsWrapper .shopSnsContainer__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 120px; }
        @media screen and (max-width: 769px) {
          .shopName_area .shopSnsWrapper .shopSnsContainer__top {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      .shopName_area .shopSnsWrapper .shopSnsContainer__right {
        padding-left: 100px; }
        @media screen and (max-width: 769px) {
          .shopName_area .shopSnsWrapper .shopSnsContainer__right {
            padding-left: 0;
            padding-top: 30px; } }
      .shopName_area .shopSnsWrapper .shopSnsContainer .plink {
        width: 30%;
        margin: 0 auto; }
        @media screen and (max-width: 769px) {
          .shopName_area .shopSnsWrapper .shopSnsContainer .plink {
            width: 80%; } }

.guideDetailFoodArea {
  padding-bottom: 80px;
  /* まず、偶数番目のdivを灰色にする */
  /* 例外として、2番目のdivだけは白に戻す */ }
  @media screen and (max-width: 769px) {
    .guideDetailFoodArea {
      padding-bottom: 30px; } }
  .guideDetailFoodArea > div:nth-of-type(even) {
    background-color: #efefef; }
  .guideDetailFoodArea > div:nth-of-type(2) {
    background-color: #ffffff;
    /* もしくは transparent */ }
  @media screen and (max-width: 769px) {
    .guideDetailFoodArea .spNone {
      display: none; } }
  .guideDetailFoodArea .titleBox {
    padding-bottom: 30px;
    max-width: 996px;
    margin: 0 auto; }
    .guideDetailFoodArea .titleBox__title {
      font-size: 28px;
      margin-bottom: 0; }
    .guideDetailFoodArea .titleBox__orange {
      color: #fe3a01; }
    .guideDetailFoodArea .titleBox__subtitle {
      display: block;
      color: #676f78;
      font-size: 12px; }
  .guideDetailFoodArea .shopDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 996px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 70px;
    padding: 0 20px; }
    @media screen and (max-width: 769px) {
      .guideDetailFoodArea .shopDetail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 0; } }
    .guideDetailFoodArea .shopDetail .left {
      width: 20%; }
      @media screen and (max-width: 769px) {
        .guideDetailFoodArea .shopDetail .left {
          width: 60%;
          margin: 0 auto;
          padding-bottom: 40px; } }
      .guideDetailFoodArea .shopDetail .left__logo {
        width: 100%; }
    .guideDetailFoodArea .shopDetail .right {
      width: 77%; }
      @media screen and (max-width: 769px) {
        .guideDetailFoodArea .shopDetail .right {
          width: 100%; } }
      .guideDetailFoodArea .shopDetail .right__img {
        width: 100%; }
    .guideDetailFoodArea .shopDetail .name {
      position: absolute;
      left: 20px;
      top: 335px;
      background-color: #fff;
      padding-bottom: 10px;
      padding-right: 40px; }
      @media screen and (max-width: 769px) {
        .guideDetailFoodArea .shopDetail .name {
          position: static !important; } }
      @media screen and (max-width: 769px) {
        .guideDetailFoodArea .shopDetail .name {
          bottom: 0;
          position: relative;
          padding-top: 30px;
          left: 0;
          padding-right: 0; } }
      .guideDetailFoodArea .shopDetail .name__category {
        color: #fe3a01;
        font-size: 16px;
        font-weight: bold; }
      .guideDetailFoodArea .shopDetail .name__shopName {
        margin-bottom: 0;
        font-size: 46px;
        font-weight: bold; }
        @media screen and (max-width: 769px) {
          .guideDetailFoodArea .shopDetail .name__shopName {
            font-size: 2.5rem; } }
      .guideDetailFoodArea .shopDetail .name__shopNameEn {
        color: #676f78; }
    .guideDetailFoodArea .shopDetail__text {
      padding-top: 10px; }
  .guideDetailFoodArea .pageanchor {
    padding: 0 20px; }
  @media (min-width: 769px) {
    .guideDetailFoodArea .menu_sp {
      display: none; } }
  .guideDetailFoodArea .menu_sp .menu_sp_menu {
    border: solid 1px #333;
    text-decoration: none;
    padding: 20px;
    display: block;
    width: 94%;
    position: relative;
    margin: 0 auto; }
    .guideDetailFoodArea .menu_sp .menu_sp_menu:hover {
      cursor: pointer; }
    .guideDetailFoodArea .menu_sp .menu_sp_menu__text {
      color: #333; }
    .guideDetailFoodArea .menu_sp .menu_sp_menu__arrow {
      display: inline-block;
      padding-left: 20px;
      position: absolute;
      top: 30px;
      right: 10px; }
      .guideDetailFoodArea .menu_sp .menu_sp_menu__arrow:after {
        content: "";
        width: 8px;
        height: 8px;
        border: 0px;
        border-top: solid 1px #333;
        border-right: solid 1px #333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -4px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
  .guideDetailFoodArea .menu_sp .menu_sp_list {
    list-style: none;
    background-color: #efefef;
    padding: 20px;
    margin: 0 auto;
    width: 94%;
    display: none; }
    .guideDetailFoodArea .menu_sp .menu_sp_list__item {
      border-bottom: solid 1px #d3d3d3;
      padding-bottom: 25px;
      padding-top: 15px; }
    .guideDetailFoodArea .menu_sp .menu_sp_list__text {
      color: #333;
      display: block; }
  .guideDetailFoodArea .menu_sp .menu_sp_menu {
    display: block; }
  .guideDetailFoodArea .foodMenu {
    max-width: 996px;
    margin: 0 auto;
    padding: 70px 20px; }
    .guideDetailFoodArea .foodMenu .menuList {
      list-style: none;
      width: 100%;
      padding-left: 0;
      -webkit-overflow-scrolling: touch; }
      .guideDetailFoodArea .foodMenu .menuList .menuItem {
        width: 29%;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px; }
        @media screen and (max-width: 769px) {
          .guideDetailFoodArea .foodMenu .menuList .menuItem {
            width: 48%; } }
        .guideDetailFoodArea .foodMenu .menuList .menuItem__img {
          width: 100%;
          height: 260px;
          -o-object-fit: cover;
             object-fit: cover; }
          @media screen and (max-width: 769px) {
            .guideDetailFoodArea .foodMenu .menuList .menuItem__img {
              width: 100%;
              height: 240px; } }
        .guideDetailFoodArea .foodMenu .menuList .menuItem__name {
          display: block;
          font-size: 18px;
          font-weight: bold;
          padding: 5px 0;
          white-space: normal;
          word-break: break-all; }
        .guideDetailFoodArea .foodMenu .menuList .menuItem__price {
          display: block;
          padding-bottom: 10px;
          white-space: normal;
          word-break: break-all; }
        .guideDetailFoodArea .foodMenu .menuList .menuItem__text {
          white-space: normal;
          word-break: break-all; }
  .guideDetailFoodArea .informationWrapper {
    padding: 0 20px; }
    .guideDetailFoodArea .informationWrapper .informationContainer {
      max-width: 996px;
      margin: 0 auto;
      padding: 80px 0 130px 0; }
      .guideDetailFoodArea .informationWrapper .informationContainer .mapArea {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media screen and (max-width: 769px) {
          .guideDetailFoodArea .informationWrapper .informationContainer .mapArea {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 67%;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          position: relative; }
          @media screen and (max-width: 769px) {
            .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__list {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              width: 100%; } }
          .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__list .left {
            width: 47%; }
            @media screen and (max-width: 769px) {
              .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__list .left {
                width: 100%; } }
            .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__list .left .item {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              list-style: none;
              padding-left: 0;
              border-bottom: solid 1px #d3d3d3;
              margin-bottom: 0;
              padding-top: 20px;
              padding-bottom: 20px; }
              .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__list .left .item__name {
                width: 40%;
                color: #676f78;
                font-weight: bold; }
              .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__list .left .item__detail {
                padding-left: 30px;
                width: 50%;
                word-break: break-all; }
            .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__list .left .item:first-of-type {
              border-top: solid 1px #d3d3d3; }
          .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__list .right {
            width: 47%; }
            @media screen and (max-width: 769px) {
              .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__list .right {
                width: 100%; } }
            .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__list .right .item {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              list-style: none;
              padding-left: 0;
              border-bottom: solid 1px #d3d3d3;
              margin-bottom: 0;
              padding-top: 20px;
              padding-bottom: 20px; }
              .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__list .right .item__name {
                width: 40%;
                color: #676f78;
                font-weight: bold; }
              .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__list .right .item__detail {
                padding-left: 30px;
                width: 50%;
                word-break: break-all; }
            .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__list .right .item:first-of-type {
              border-top: solid 1px #d3d3d3; }
              @media screen and (max-width: 769px) {
                .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__list .right .item:first-of-type {
                  border-top: none; } }
        .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__map {
          width: 30%; }
          @media screen and (max-width: 769px) {
            .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__map {
              width: 100%;
              text-align: center; } }
        .guideDetailFoodArea .informationWrapper .informationContainer .mapArea__maoImage {
          width: 100%; }
      .guideDetailFoodArea .informationWrapper .informationContainer .tagList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style: none;
        position: absolute;
        left: 0;
        bottom: -80px;
        width: 47%;
        padding-left: 0; }
        @media screen and (max-width: 769px) {
          .guideDetailFoodArea .informationWrapper .informationContainer .tagList {
            position: relative;
            bottom: 0;
            width: 300px;
            margin: 0 auto;
            padding-top: 30px;
            padding-bottom: 30px; } }
        .guideDetailFoodArea .informationWrapper .informationContainer .tagList__item {
          background-color: #fff;
          padding: 5px 10px;
          border-radius: 30px;
          font-size: 12px;
          margin-right: 20px;
          margin-bottom: 20px; }
  .guideDetailFoodArea .payment {
    max-width: 996px;
    margin: 0 auto;
    padding: 60px 20px; }
    .guideDetailFoodArea .payment .payList {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-left: 0; }
      .guideDetailFoodArea .payment .payList__item {
        padding-right: 8px; }
  .guideDetailFoodArea .sys-info {
    padding: 60px 20px; }
    .guideDetailFoodArea .sys-info .storeList {
      max-width: 996px;
      margin: 0 auto; }
    .guideDetailFoodArea .sys-info .plink-list {
      width: 80%;
      margin: 40px auto; }
  .guideDetailFoodArea .shopSns {
    max-width: 996px;
    margin: 0 auto;
    padding: 60px 20px; }
  .guideDetailFoodArea .andMoreWrapper {
    width: 100%;
    padding: 60px 20px; }
    .guideDetailFoodArea .andMoreWrapper .andMoreContainer {
      max-width: 996px;
      margin: 0 auto; }
      .guideDetailFoodArea .andMoreWrapper .andMoreContainer .shopList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style: none;
        padding-left: 0; }
        .guideDetailFoodArea .andMoreWrapper .andMoreContainer .shopList__item {
          width: 15%;
          padding-bottom: 30px; }
          @media screen and (min-width: 480px) and (max-width: 769px) {
            .guideDetailFoodArea .andMoreWrapper .andMoreContainer .shopList__item {
              width: 32%; } }
          @media screen and (max-width: 479px) {
            .guideDetailFoodArea .andMoreWrapper .andMoreContainer .shopList__item {
              width: 45%; } }
        .guideDetailFoodArea .andMoreWrapper .andMoreContainer .shopList__logo {
          width: 100%;
          margin-bottom: 10px; }
        .guideDetailFoodArea .andMoreWrapper .andMoreContainer .shopList__category {
          display: block;
          color: #676f78;
          font-size: 12px; }
        .guideDetailFoodArea .andMoreWrapper .andMoreContainer .shopList__name {
          display: block; }
  .guideDetailFoodArea .plink-list_center {
    padding: 0 20px; }

.shop_guide .shopinfo {
  width: 100%; }
  .shop_guide .shopinfo .infoWrapper {
    max-width: 996px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: inherit; }
    .shop_guide .shopinfo .infoWrapper .infoContainer {
      background-color: inherit;
      max-width: 996px;
      margin: 0 auto; }
      .shop_guide .shopinfo .infoWrapper .infoContainer__map {
        width: 100%; }
      .shop_guide .shopinfo .infoWrapper .infoContainer .infoList {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-left: 0;
        margin-bottom: 60px;
        background-color: inherit; }
        @media screen and (max-width: 769px) {
          .shop_guide .shopinfo .infoWrapper .infoContainer .infoList {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-right: 15px;
            margin-left: 15px; } }
        .shop_guide .shopinfo .infoWrapper .infoContainer .infoList .infoItem {
          text-align: center;
          padding-top: 40px;
          padding-bottom: 40px;
          width: 20%;
          position: relative;
          border-top: solid 1px #676f78;
          border-bottom: solid 1px #676f78;
          border-right: solid 1px #676f78;
          background-color: inherit; }
          @media screen and (max-width: 769px) {
            .shop_guide .shopinfo .infoWrapper .infoContainer .infoList .infoItem {
              width: 100%;
              max-width: 480px;
              margin: 0 auto;
              border-left: solid 1px #676f78;
              border-top: none; } }
          .shop_guide .shopinfo .infoWrapper .infoContainer .infoList .infoItem__container {
            position: relative;
            z-index: 1; }
          .shop_guide .shopinfo .infoWrapper .infoContainer .infoList .infoItem__img {
            padding-bottom: 20px; }
          .shop_guide .shopinfo .infoWrapper .infoContainer .infoList .infoItem__bold {
            font-weight: bold;
            font-size: 18px; }
        .shop_guide .shopinfo .infoWrapper .infoContainer .infoList .infoItem:first-of-type {
          border-left: solid 1px #676f78; }
          @media screen and (max-width: 769px) {
            .shop_guide .shopinfo .infoWrapper .infoContainer .infoList .infoItem:first-of-type {
              border-top: solid 1px #676f78; } }
        .shop_guide .shopinfo .infoWrapper .infoContainer .infoList .infoItem:before,
        .shop_guide .shopinfo .infoWrapper .infoContainer .infoList .infoItem:after {
          position: absolute;
          content: "";
          display: block;
          background-color: inherit; }
        .shop_guide .shopinfo .infoWrapper .infoContainer .infoList .infoItem:before {
          top: -2px;
          bottom: -2px;
          left: 30px;
          right: 30px; }
        .shop_guide .shopinfo .infoWrapper .infoContainer .infoList .infoItem:after {
          top: 30px;
          bottom: 30px;
          left: -2px;
          right: -2px; }

.shopnewsArea .shop_news_search {
  background-color: #efefef;
  padding: 40px 0; }
  @media (max-width: 768.98px) {
    .shopnewsArea .shop_news_search {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  .shopnewsArea .shop_news_search__form {
    max-width: 996px;
    margin: 0 auto; }
  .shopnewsArea .shop_news_search__shopNewsSearch {
    width: 25%; }
    @media screen and (max-width: 769px) {
      .shopnewsArea .shop_news_search__shopNewsSearch {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
        padding-top: 12px;
        padding-bottom: 12px; } }

.shopnewsArea .shopNews_tag {
  max-width: 996px;
  margin: 0 auto;
  padding-top: 20px; }

.shopnewsDetailArea .background {
  background-color: #fff;
  max-width: 996px;
  margin: 0px auto; }

.shopnewsDetailArea .shopName {
  margin-bottom: 60px; }
  .shopnewsDetailArea .shopName__logo {
    display: block;
    margin: 0 auto; }
  .shopnewsDetailArea .shopName__naem {
    text-align: center;
    display: block;
    font-weight: bold;
    padding-top: 15px; }
  .shopnewsDetailArea .shopName__border {
    display: none; }

.shopnewsDetailArea .shopNews_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.shopnewsDetailArea .titleTop {
  padding-bottom: 20px; }
  @media screen and (max-width: 769px) {
    .shopnewsDetailArea .titleTop {
      padding-top: 70px; } }
  .shopnewsDetailArea .titleTop__fashion {
    background-color: #BF4472;
    color: #fff;
    padding: 6px;
    margin-right: 10px; }

.shopnewsDetailArea .shopNews_tag {
  padding-top: 80px;
  padding-bottom: 30px; }

.shopnewsDetailArea .shopNews_box {
  width: 35%; }
  @media screen and (max-width: 769px) {
    .shopnewsDetailArea .shopNews_box {
      width: 80%;
      margin: 0 auto; } }

.shopnewsDetailArea .shopNews_box2 {
  width: 25%;
  margin: 0 auto;
  margin-top: 200px; }
  @media screen and (max-width: 769px) {
    .shopnewsDetailArea .shopNews_box2 {
      width: 80%;
      margin-left: auto;
      margin-right: auto; } }

.newsArea .sys-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px; }
  .newsArea .sys-info__dbox:first-of-type {
    border-top: solid 1px #d3d3d3; }
  .newsArea .sys-info__border {
    border-left: solid 1px #d3d3d3;
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (max-width: 769px) {
      .newsArea .sys-info__border {
        border-left: none;
        padding-left: 0; } }

.newsDetailArea .newsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 996px;
  margin: 0 auto; }
  @media screen and (max-width: 769px) {
    .newsDetailArea .newsArea {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .newsDetailArea .newsArea__left {
    padding-bottom: 30px; }
  .newsDetailArea .newsArea__right {
    padding-right: 3%; }
    @media screen and (max-width: 769px) {
      .newsDetailArea .newsArea__right {
        padding-right: 0; } }
    .newsDetailArea .newsArea__right .pbox_clr_gray {
      background-color: #fff;
      margin-bottom: 20px; }
  .newsDetailArea .newsArea__title {
    font-size: 24px; }

.newsDetailArea .linkList {
  padding-bottom: 20px; }
  .newsDetailArea .linkList__title {
    padding-bottom: 10px;
    display: block; }
  .newsDetailArea .linkList .plink {
    display: block;
    padding-bottom: 10px; }

.newsDetailArea .shopImageArea__shopLogo {
  display: inline-block; }
  @media screen and (max-width: 769px) {
    .newsDetailArea .shopImageArea__shopLogo {
      width: 330px;
      margin: 0 auto;
      display: block; } }

.newsDetailArea .shopImageArea__squea {
  display: inline-block; }
  @media screen and (max-width: 769px) {
    .newsDetailArea .shopImageArea__squea {
      width: 330px;
      margin: 0 auto;
      display: block; } }

@media screen and (max-width: 449px) {
  .specialArea .spNone {
    display: none; } }

.specialArea .pbox {
  background: linear-gradient(-45deg, #f9f5f3, #f3efe6);
  margin-top: 20px;
  margin-bottom: 60px; }
  .specialArea .pbox__pict-img {
    width: 100%; }
  .specialArea .pbox__subtitle {
    display: block;
    color: #BF4472;
    padding-bottom: 25px;
    padding-top: 10px; }
  .specialArea .pbox .row {
    max-width: 996px;
    margin: 0 auto; }
  .specialArea .pbox__title {
    font-size: 3.5vw;
    margin-bottom: 10px;
    padding-top: 70px; }

.specialArea .nav {
  max-width: 996px;
  margin: 0 auto; }
  .specialArea .nav .nav-item {
    width: 49%; }
    @media screen and (min-width: 450px) and (max-width: 769px) {
      .specialArea .nav .nav-item {
        width: 100%; } }

.specialArea .itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 996px;
  margin: 0 auto;
  list-style: none;
  padding-bottom: 60px; }
  .specialArea .itemList .shopItem {
    width: 24%;
    margin-bottom: 80px; }
    @media screen and (min-width: 770px) and (max-width: 1024px) {
      .specialArea .itemList .shopItem {
        width: 32%; } }
    @media screen and (min-width: 450px) and (max-width: 769px) {
      .specialArea .itemList .shopItem {
        width: 49%; } }
    @media screen and (max-width: 449px) {
      .specialArea .itemList .shopItem {
        width: 100%; } }
    .specialArea .itemList .shopItem__frameBox {
      padding: 0 30px;
      height: 50px;
      position: relative;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center;
      padding: 0px 30px;
      overflow: hidden; }
      @media screen and (min-width: 450px) and (max-width: 769px) {
        .specialArea .itemList .shopItem__frameBox {
          height: 50px; } }
    .specialArea .itemList .shopItem__logo {
      width: 60%;
      margin: 0 auto;
      -o-object-fit: cover;
         object-fit: cover;
      text-align: center;
      -o-object-position: 0px -20px;
         object-position: 0px -20px;
      display: block; }
      @media screen and (min-width: 770px) and (max-width: 1024px) {
        .specialArea .itemList .shopItem__logo {
          width: 40%; } }
      @media screen and (min-width: 450px) and (max-width: 769px) {
        .specialArea .itemList .shopItem__logo {
          width: 75px;
          -o-object-position: 0px -2vw;
             object-position: 0px -2vw; } }
      @media screen and (max-width: 449px) {
        .specialArea .itemList .shopItem__logo {
          width: 27%; } }
    .specialArea .itemList .shopItem__frameBox:before, .specialArea .itemList .shopItem__frameBox:after {
      content: '';
      width: 15px;
      height: 100%;
      position: absolute; }
    .specialArea .itemList .shopItem__frameBox:before {
      border-left: solid 1px #676F78;
      border-top: solid 1px #676F78;
      border-bottom: solid 1px #676F78;
      top: 0;
      left: 0; }
    .specialArea .itemList .shopItem__frameBox:after {
      border-right: solid 1px #676F78;
      border-top: solid 1px #676F78;
      border-bottom: solid 1px #676F78;
      top: 0;
      right: 0; }
    .specialArea .itemList .shopItem__name {
      text-align: center;
      display: block;
      font-weight: bold;
      padding: 10px 0;
      color: #333; }
    .specialArea .itemList .shopItem__img {
      height: 300px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media screen and (max-width: 449px) {
        .specialArea .itemList .shopItem__img {
          width: 100%; } }
    .specialArea .itemList .shopItem__price {
      display: block;
      text-align: right;
      padding: 10px 0;
      color: #333; }
    .specialArea .itemList .shopItem__text {
      color: #333; }

.specialArea .itemListBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 996px;
  margin: 0 auto;
  list-style: none;
  padding-bottom: 60px; }
  @media screen and (max-width: 769px) {
    .specialArea .itemListBottom {
      display: none; } }
  .specialArea .itemListBottom .shopItem {
    width: 30%; }
    .specialArea .itemListBottom .shopItem__frameBox {
      width: 40%;
      margin: 0 auto; }
    .specialArea .itemListBottom .shopItem__logo {
      width: 100%;
      display: block; }
    .specialArea .itemListBottom .shopItem__name {
      text-align: center;
      display: block;
      font-weight: bold;
      padding: 10px 0;
      color: #333; }
    .specialArea .itemListBottom .shopItem__img {
      height: 305px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .specialArea .itemListBottom .shopItem__price {
      display: block;
      text-align: right;
      padding: 10px 0;
      color: #333; }
    .specialArea .itemListBottom .shopItem__text {
      color: #333; }

.informationArea .difference {
  font-weight: bold;
  display: block;
  padding-top: 40px;
  padding-bottom: 10px; }

.informationArea__clock {
  display: block;
  margin: 0 auto; }

.informationArea__time {
  font-size: 62px;
  text-align: center;
  display: block;
  font-family: 'Crimson Text'; }

.informationArea__news {
  text-align: center; }

.informationArea .informationList {
  max-width: 996px;
  margin: 0 auto;
  padding-bottom: 20px; }
  .informationArea .informationList .plist__box {
    padding: 15px 0;
    border-bottom: 1px solid #999; }
  .informationArea .informationList .plist__body {
    padding-left: 100px; }
    @media screen and (max-width: 769px) {
      .informationArea .informationList .plist__body {
        padding-left: 0; } }

.informationArea .mapAreaWrapper {
  background-color: #EFEFEF;
  padding-top: 60px;
  padding-bottom: 0; }
  .informationArea .mapAreaWrapper .mapAreaContainer {
    max-width: 996px;
    margin: 0 auto; }
    .informationArea .mapAreaWrapper .mapAreaContainer .mapLogo {
      padding-left: 0;
      padding-top: 30px; }
      .informationArea .mapAreaWrapper .mapAreaContainer .mapLogo__img {
        width: 100%;
        padding: 60px 0; }
        @media screen and (max-width: 769px) {
          .informationArea .mapAreaWrapper .mapAreaContainer .mapLogo__img {
            display: none; } }
      .informationArea .mapAreaWrapper .mapAreaContainer .mapLogo__imgSp {
        width: 55%;
        display: none;
        padding: 60px 0; }
        @media screen and (max-width: 769px) {
          .informationArea .mapAreaWrapper .mapAreaContainer .mapLogo__imgSp {
            display: block; } }

.foodhallArea {
  width: 100%;
  background-color: #efefef;
  /*&__title:after {
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    content: "";
    @media screen and (max-width: 769px) {
      display: none;
    }
  } */ }
  .foodhallArea__bg {
    position: relative;
    width: 100%;
    background-image: url(/foodhall/img/mv_img_pc.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: white;
    border-radius: 0 0 120px 120px;
    margin-top: -5px; }
    @media screen and (max-width: 1024px) {
      .foodhallArea__bg {
        background-image: url(/foodhall/img/mv_img_sp.jpg);
        border-radius: 0 0 40px 40px;
        margin-top: 0; } }
  .foodhallArea__title {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 240px;
    padding-left: 90px; }
    @media screen and (max-width: 769px) {
      .foodhallArea__title {
        padding: 160px 20px 0; } }
  .foodhallArea__img {
    display: block;
    width: 737px; }
    @media screen and (max-width: 769px) {
      .foodhallArea__img {
        display: none; } }
  .foodhallArea__imgSp {
    display: none;
    width: 100%; }
    @media screen and (max-width: 769px) {
      .foodhallArea__imgSp {
        display: block;
        max-width: 460px;
        margin: 0 auto; } }
  .foodhallArea .foodhall__mv {
    width: 100%; }
    .foodhallArea .foodhall__mv-pc {
      display: block; }
      @media screen and (max-width: 769px) {
        .foodhallArea .foodhall__mv-pc {
          display: none; } }
    .foodhallArea .foodhall__mv-sp {
      display: none; }
      @media screen and (max-width: 769px) {
        .foodhallArea .foodhall__mv-sp {
          display: block; } }
  @media screen and (max-width: 769px) {
    .foodhallArea .spNone {
      display: none; } }
  .foodhallArea .mainArea {
    position: relative;
    z-index: 11;
    background-color: #fff; }
    @media screen and (max-width: 769px) {
      .foodhallArea .mainArea {
        padding-bottom: 0; } }
    .foodhallArea .mainArea .slideTopWrapper .slideTopContainer {
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      position: relative;
      padding-left: 0; }
      .foodhallArea .mainArea .slideTopWrapper .slideTopContainer__item {
        display: inline-block;
        margin: 8px; }
      @media screen and (max-width: 769px) {
        .foodhallArea .mainArea .slideTopWrapper .slideTopContainer__img {
          height: 110px;
          -o-object-fit: contain;
             object-fit: contain; } }
    .foodhallArea .mainArea .titleWrapper {
      width: 100%; }
      .foodhallArea .mainArea .titleWrapper .titleContainer {
        max-width: 1200px;
        width: 90%;
        margin: 0 auto; }
        .foodhallArea .mainArea .titleWrapper .titleContainer__title {
          padding-top: 20px;
          margin-bottom: 20px; }
        .foodhallArea .mainArea .titleWrapper .titleContainer__title:after {
          width: 100%;
          height: 2px;
          background: #000;
          display: block;
          content: ""; }
          @media screen and (max-width: 769px) {
            .foodhallArea .mainArea .titleWrapper .titleContainer__title:after {
              display: none; } }
        .foodhallArea .mainArea .titleWrapper .titleContainer__img {
          width: 100%;
          padding-bottom: 20px; }
          @media screen and (max-width: 769px) {
            .foodhallArea .mainArea .titleWrapper .titleContainer__img {
              display: none; } }
        .foodhallArea .mainArea .titleWrapper .titleContainer__imgSp {
          display: none;
          width: 100%; }
          @media screen and (max-width: 769px) {
            .foodhallArea .mainArea .titleWrapper .titleContainer__imgSp {
              display: block;
              max-width: 460px;
              margin: 0 auto; } }
        .foodhallArea .mainArea .titleWrapper .titleContainer .titleBottom {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media screen and (min-width: 770px) and (max-width: 990px) {
            .foodhallArea .mainArea .titleWrapper .titleContainer .titleBottom {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; } }
          @media screen and (max-width: 769px) {
            .foodhallArea .mainArea .titleWrapper .titleContainer .titleBottom {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              bottom: 0; } }
          .foodhallArea .mainArea .titleWrapper .titleContainer .titleBottom .left {
            padding-right: 40px; }
            @media screen and (min-width: 770px) and (max-width: 990px) {
              .foodhallArea .mainArea .titleWrapper .titleContainer .titleBottom .left {
                text-align: center; } }
            @media screen and (max-width: 769px) {
              .foodhallArea .mainArea .titleWrapper .titleContainer .titleBottom .left {
                padding-right: 0;
                text-align: center;
                padding-bottom: 20px; } }
            .foodhallArea .mainArea .titleWrapper .titleContainer .titleBottom .left__text {
              color: #fe3a01;
              font-size: 22px;
              font-weight: bold; }
              @media screen and (min-width: 770px) and (max-width: 990px) {
                .foodhallArea .mainArea .titleWrapper .titleContainer .titleBottom .left__text {
                  margin: 0 auto; } }
          .foodhallArea .mainArea .titleWrapper .titleContainer .titleBottom .right__text {
            font-size: 18px;
            color: #333;
            font-weight: bold;
            font-family: "Yu Gothic"; }
    .foodhallArea .mainArea .slideBottomWrapper .slideBottomContainer {
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      position: relative;
      padding-left: 0;
      padding-right: 0; }
      .foodhallArea .mainArea .slideBottomWrapper .slideBottomContainer__item {
        display: inline-block;
        margin: 8px; }
      @media screen and (max-width: 769px) {
        .foodhallArea .mainArea .slideBottomWrapper .slideBottomContainer__img {
          height: 110px;
          -o-object-fit: contain;
             object-fit: contain; } }
  .foodhallArea .searchWrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 40px 20px;
    background-color: rgba(240, 237, 238, 0.8);
    border-radius: 80px;
    -webkit-box-shadow: inset 15px 25px 25px rgba(255, 255, 255, 0.5), inset -15px -25px 25px rgba(255, 255, 255, 0.5);
            box-shadow: inset 15px 25px 25px rgba(255, 255, 255, 0.5), inset -15px -25px 25px rgba(255, 255, 255, 0.5);
    z-index: 100; }
    @media screen and (max-width: 769px) {
      .foodhallArea .searchWrapper {
        border-radius: 40px;
        max-width: 100%;
        padding: 30px 20px 50px;
        margin: 0 20px 40px; } }
    .foodhallArea .searchWrapper .searchContainer {
      max-width: 824px;
      width: 100%;
      margin: 0 auto;
      /*.titleBox {
        &__title {
          text-align: center;
          font-weight: bold;
          color: #fff;
          margin-bottom: 0;
          font-size: 46px;
        }
        &__subtitle {
          text-align: center;
          display: block;
          color: #fff;
        }
      } */ }
      .foodhallArea .searchWrapper .searchContainer .searchTop {
        margin: 20px auto; }
        .foodhallArea .searchWrapper .searchContainer .searchTop__text {
          color: #fff;
          font-weight: bold;
          line-height: 40px; }
        .foodhallArea .searchWrapper .searchContainer .searchTop .acc-search__form {
          width: 100%; }
          @media screen and (max-width: 769px) {
            .foodhallArea .searchWrapper .searchContainer .searchTop .acc-search__form {
              width: 100%; } }
        .foodhallArea .searchWrapper .searchContainer .searchTop .acc-search__btn {
          width: 62px; }
      .foodhallArea .searchWrapper .searchContainer .searchBottom {
        padding: 20px 0;
        border-bottom: 1px solid #333; }
        .foodhallArea .searchWrapper .searchContainer .searchBottom:last-child {
          border: none; }
        @media screen and (max-width: 769px) {
          .foodhallArea .searchWrapper .searchContainer .searchBottom {
            padding: 10px 0; } }
        .foodhallArea .searchWrapper .searchContainer .searchBottom__title {
          font-weight: bold;
          color: #333333;
          font-size: 20px; }
        .foodhallArea .searchWrapper .searchContainer .searchBottom .checkLabel {
          display: inline-block;
          min-width: calc(3em + 15px);
          margin: 0 1.3em 0.3em 0;
          cursor: pointer;
          margin-bottom: 6px; }
          .foodhallArea .searchWrapper .searchContainer .searchBottom .checkLabel__text {
            font-size: 1.6rem; }
            @media screen and (max-width: 769px) {
              .foodhallArea .searchWrapper .searchContainer .searchBottom .checkLabel__text {
                font-size: 1.4rem; } }
        .foodhallArea .searchWrapper .searchContainer .searchBottom__price {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          gap: 60px;
          width: 100%; }
          @media screen and (max-width: 769px) {
            .foodhallArea .searchWrapper .searchContainer .searchBottom__price {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              gap: 10px; } }
        .foodhallArea .searchWrapper .searchContainer .searchBottom__container {
          width: calc((100% - 60px) / 2); }
          @media screen and (max-width: 769px) {
            .foodhallArea .searchWrapper .searchContainer .searchBottom__container {
              width: 100%; } }
        .foodhallArea .searchWrapper .searchContainer .searchBottom__launch {
          display: block;
          width: 16px;
          height: 16px;
          background: url(/img-com/icon-launch.svg) no-repeat center center/contain; }
        .foodhallArea .searchWrapper .searchContainer .searchBottom__dinner {
          display: block;
          width: 16px;
          height: 16px;
          background: url(/img-com/icon-dinner.svg) no-repeat center center/contain; }
        .foodhallArea .searchWrapper .searchContainer .searchBottom__category {
          font-size: 16px;
          margin-bottom: 5px; }
          @media screen and (max-width: 769px) {
            .foodhallArea .searchWrapper .searchContainer .searchBottom__category {
              font-size: 14px;
              margin-bottom: 0; } }
        .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomLeft {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%; }
          @media screen and (max-width: 769px) {
            .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomLeft {
              width: 100%;
              margin-right: 0; } }
          .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomLeft .checkLabel {
            display: inline-block;
            min-width: calc(3em + 15px);
            margin: 0 1.3em 0.3em 0;
            cursor: pointer;
            margin-bottom: 6px; }
          .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomLeft input {
            display: none; }
            .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomLeft input + span {
              padding-left: 15px;
              position: relative; }
              .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomLeft input + span::before, .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomLeft input + span::after {
                position: absolute;
                content: "";
                top: 6px;
                left: 0; }
              .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomLeft input + span::before {
                width: 8px;
                height: 8px;
                border: solid 1px #000;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%); }
              .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomLeft input + span::after {
                width: 8px;
                height: 14px;
                border: solid 1px #fe3a01;
                border-width: 0 2px 2px 0;
                -webkit-transform: translate(20%, -95%) rotate(45deg);
                        transform: translate(20%, -95%) rotate(45deg);
                opacity: 0; }
            .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomLeft input:checked + span {
              padding-left: 15px;
              position: relative; }
              .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomLeft input:checked + span::before, .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomLeft input:checked + span::after {
                position: absolute;
                content: "";
                top: 6px;
                left: 0; }
              .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomLeft input:checked + span::before {
                width: 8px;
                height: 8px;
                border: solid 1px #000;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%); }
              .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomLeft input:checked + span::after {
                width: 8px;
                height: 14px;
                border: solid 1px #fe3a01;
                border-width: 0 2px 2px 0;
                -webkit-transform: translate(20%, -95%) rotate(45deg);
                        transform: translate(20%, -95%) rotate(45deg);
                opacity: 1; }
        .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomRight {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%; }
          @media screen and (max-width: 769px) {
            .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomRight {
              width: 100%;
              margin-left: 0; } }
          .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomRight .checkLabel {
            display: inline-block;
            min-width: calc(3em + 15px);
            margin: 0 1.3em 0.3em 0;
            cursor: pointer;
            margin-bottom: 6px; }
          .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomRight input {
            display: none; }
            .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomRight input + span {
              padding-left: 15px;
              position: relative; }
              .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomRight input + span::before, .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomRight input + span::after {
                position: absolute;
                content: "";
                top: 6px;
                left: 0; }
              .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomRight input + span::before {
                width: 8px;
                height: 8px;
                border: solid 1px #000;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%); }
              .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomRight input + span::after {
                width: 8px;
                height: 14px;
                border: solid 1px #fe3a01;
                border-width: 0 2px 2px 0;
                -webkit-transform: translate(20%, -95%) rotate(45deg);
                        transform: translate(20%, -95%) rotate(45deg);
                opacity: 0; }
            .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomRight input:checked + span {
              padding-left: 15px;
              position: relative; }
              .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomRight input:checked + span::before, .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomRight input:checked + span::after {
                position: absolute;
                content: "";
                top: 6px;
                left: 0; }
              .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomRight input:checked + span::before {
                width: 8px;
                height: 8px;
                border: solid 1px #000;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%); }
              .foodhallArea .searchWrapper .searchContainer .searchBottom .searchBottomRight input:checked + span::after {
                width: 8px;
                height: 14px;
                border: solid 1px #fe3a01;
                border-width: 0 2px 2px 0;
                -webkit-transform: translate(20%, -95%) rotate(45deg);
                        transform: translate(20%, -95%) rotate(45deg);
                opacity: 1; }
      .foodhallArea .searchWrapper .searchContainer .btnBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 60px;
        margin: 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /*&__more {
          display: flex;
          justify-content: center;
          -webkit-box-align: center;
          align-items: center;
          height: 50px;
          background: #efefef;
          cursor: pointer;
          text-align: center;
          color: #333;
        }
        &__more:hover {
          opacity: 1;
          text-decoration: none;
        }
        &__more:before {
          display: inline-block;
          margin-right: 1em;
          content: "+";
          -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
          transform: scale(1.5);
          color: #fe3a01;
          font-weight: bold;
        } */
        /*&__btn:before {
          display: inline-block;
          vertical-align: middle;
          width: 15px;
          height: 15px;
          margin-right: 0.5em;
          background: url(../foodhall/img/search_icon.png) no-repeat center/contain;
          content: "";
        } */ }
        @media screen and (max-width: 769px) {
          .foodhallArea .searchWrapper .searchContainer .btnBox {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 10px; } }
        .foodhallArea .searchWrapper .searchContainer .btnBox__btn {
          display: block;
          width: 100%;
          max-width: 293px;
          height: 50px;
          border: none;
          background: #333333;
          color: #fff;
          border-radius: 40px; }
          .foodhallArea .searchWrapper .searchContainer .btnBox__btn-clear {
            background: white;
            color: #333333; }
  .foodhallArea .shopListWrapper {
    position: relative;
    width: 100%;
    padding: 0 20px; }
    .foodhallArea .shopListWrapper .shopListContainer {
      max-width: 996px;
      margin: 0 auto;
      padding-bottom: 60px;
      position: relative; }
      @media screen and (max-width: 769px) {
        .foodhallArea .shopListWrapper .shopListContainer {
          padding-bottom: 30px; } }
      .foodhallArea .shopListWrapper .shopListContainer .titleBox {
        margin: 0 0 30px 0; }
        @media screen and (max-width: 769px) {
          .foodhallArea .shopListWrapper .shopListContainer .titleBox {
            margin: 0 0 20px 0; } }
        .foodhallArea .shopListWrapper .shopListContainer .titleBox__title {
          margin-left: 0;
          margin-bottom: 0;
          font-family: "Barlow", sans-serif;
          font-weight: 400;
          font-size: 40px; }
      .foodhallArea .shopListWrapper .shopListContainer .searchResults {
        margin-bottom: 30px; }
        @media screen and (max-width: 769px) {
          .foodhallArea .shopListWrapper .shopListContainer .searchResults {
            margin-bottom: 20px; } }
        .foodhallArea .shopListWrapper .shopListContainer .searchResults__results {
          font-size: 16px; }
        .foodhallArea .shopListWrapper .shopListContainer .searchResults__number {
          margin-left: 0.5rem;
          font-size: 32px;
          font-family: "Barlow";
          font-weight: bold;
          line-height: 23px; }
        .foodhallArea .shopListWrapper .shopListContainer .searchResults__number:after {
          content: "件";
          margin-left: 0.5rem;
          font-size: 16px;
          font-weight: normal; }
      .foodhallArea .shopListWrapper .shopListContainer .shopList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style: none;
        padding-left: 0;
        gap: 20px 60px; }
        @media screen and (max-width: 769px) {
          .foodhallArea .shopListWrapper .shopListContainer .shopList {
            gap: 20px 10px; } }
        .foodhallArea .shopListWrapper .shopListContainer .shopList__foodhall {
          padding-bottom: 60px;
          margin-bottom: 60px;
          border-bottom: 1px solid #676F78; }
          .foodhallArea .shopListWrapper .shopListContainer .shopList__foodhall .titleBox__title {
            color: #fe3a01; }
        .foodhallArea .shopListWrapper .shopListContainer .shopList__restaurants .titleBox__title {
          color: #36b3a8; }
        .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem {
          width: calc((100% - 180px) / 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: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin-bottom: 20px; }
          @media screen and (max-width: 769px) {
            .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem {
              width: calc((100% - 10px) / 2); } }
          .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemLeft {
            width: 100%;
            /*&__logo {
              display: block;
              width: 70%;
              margin: 50px auto 0 auto;
              @media screen and (max-width: 769px) {
                max-width: 140px;
                margin: 0 auto 20px;
              }
            }*/ }
            .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemLeft__img {
              display: block;
              width: 100%; }
          .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight {
            width: 100%;
            margin-top: 10px; }
            @media screen and (max-width: 769px) {
              .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight {
                margin-top: 5px; } }
            .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight__foodhall {
              display: block;
              color: #fe3a01;
              border-bottom: solid 1px #fe3a01;
              font-weight: bold; }
            .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight__category {
              color: #676f78;
              display: block; }
              @media screen and (max-width: 769px) {
                .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight__category {
                  font-size: 1rem; } }
            .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight__restaurants {
              display: block;
              color: #28b151;
              border-bottom: solid 1px #28b151;
              font-weight: bold; }
            .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight__name {
              display: block;
              font-size: 16px;
              font-weight: bold;
              line-height: 1.3; }
            .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight .tagList {
              list-style: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              padding-left: 0;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight .tagList__item {
                font-size: 1.2rem;
                background-color: #efefef;
                border-radius: 30px;
                padding: 5px 10px;
                margin-right: 10px;
                margin-bottom: 10px; }
            .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight .hours {
              padding-bottom: 30px; }
              .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight .hours__business {
                display: block;
                border-top: dotted 1px;
                border-bottom: dotted 1px;
                padding: 5px 0; }
              .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight .hours__holiday {
                display: block;
                padding: 5px 0;
                border-bottom: dotted 1px; }
              .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight .hours__order {
                display: block;
                border-bottom: dotted 1px;
                padding: 5px 0; }
            .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight .btn {
              text-decoration: none;
              color: #676f78;
              border: solid 1px #676f78;
              padding: 7px 20px;
              position: relative;
              display: block;
              width: 100%;
              text-align: left;
              margin-bottom: 15px;
              font-size: 16px;
              border-radius: 0; }
            .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight .btn:after {
              width: 9px;
              height: 9px;
              border: solid #676f78;
              border-width: 0 2px 2px 0;
              position: absolute;
              top: 50%;
              right: 1em;
              content: "";
              -webkit-transform: translateY(-50%) rotate(-45deg);
                      transform: translateY(-50%) rotate(-45deg); }
            .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight .btn:hover {
              background-color: #676f78;
              color: #fff; }
            .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight .btn:hover::after {
              border: solid #fff;
              border-width: 0 2px 2px 0; }
            .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight__trigger {
              display: none; }
              @media screen and (max-width: 769px) {
                .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight__trigger {
                  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;
                  height: 50px;
                  margin-top: 15px;
                  background: #707070;
                  color: #fff;
                  font-size: 0;
                  line-height: 1; }
                  .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight__trigger:before {
                    margin-left: 1em;
                    content: "MORE";
                    font-size: 1.6rem; }
                  .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight__trigger:after {
                    margin-right: 1em;
                    content: "＋";
                    font-size: 1.6rem;
                    font-weight: bold; } }
            @media screen and (max-width: 769px) {
              .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight__drawer {
                display: none; } }
            .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight__trigger__active {
              margin-bottom: 20px; }
              .foodhallArea .shopListWrapper .shopListContainer .shopList .shopItem .shopItemRight__trigger__active:after {
                content: "ー";
                font-size: 16px;
                font-weight: bold; }
  .foodhallArea .mapWrapper {
    width: 100%;
    padding: 60px 0 80px 0; }
    @media screen and (max-width: 769px) {
      .foodhallArea .mapWrapper {
        padding-bottom: 30px 0 40px 0; } }
    .foodhallArea .mapWrapper .mapContainer {
      max-width: 996px;
      margin: 0 auto; }
      .foodhallArea .mapWrapper .mapContainer .titleBox {
        padding: 30px 0;
        text-align: center; }
        .foodhallArea .mapWrapper .mapContainer .titleBox__title {
          font-size: 46px;
          margin-bottom: 0; }
          @media screen and (max-width: 769px) {
            .foodhallArea .mapWrapper .mapContainer .titleBox__title {
              font-size: 3.5rem; } }
        .foodhallArea .mapWrapper .mapContainer .titleBox__subtitle {
          font-size: 12px;
          color: #fe3a01; }
      .foodhallArea .mapWrapper .mapContainer__map {
        width: 100%; }
  .foodhallArea .infoWrapper {
    width: 100%; }
    .foodhallArea .infoWrapper .infoContainer {
      max-width: 996px;
      margin: 0 auto; }
      .foodhallArea .infoWrapper .infoContainer .titleBox {
        padding: 30px 0;
        text-align: center; }
        .foodhallArea .infoWrapper .infoContainer .titleBox__title {
          font-size: 46px;
          margin-bottom: 0; }
          @media screen and (max-width: 769px) {
            .foodhallArea .infoWrapper .infoContainer .titleBox__title {
              font-size: 3.5rem; } }
        .foodhallArea .infoWrapper .infoContainer .titleBox__subtitle {
          font-size: 12px;
          color: #fe3a01; }
      .foodhallArea .infoWrapper .infoContainer__map {
        width: 100%; }
      .foodhallArea .infoWrapper .infoContainer .infoList {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-left: 0;
        margin-bottom: 60px; }
        @media screen and (max-width: 769px) {
          .foodhallArea .infoWrapper .infoContainer .infoList {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-right: 15px;
            margin-left: 15px; } }
        .foodhallArea .infoWrapper .infoContainer .infoList .infoItem {
          text-align: center;
          padding-top: 40px;
          padding-bottom: 40px;
          width: 20%;
          position: relative;
          border-top: solid 1px #676f78;
          border-bottom: solid 1px #676f78;
          border-right: solid 1px #676f78;
          background-color: #fff; }
          @media screen and (max-width: 769px) {
            .foodhallArea .infoWrapper .infoContainer .infoList .infoItem {
              width: 100%;
              max-width: 480px;
              margin: 0 auto;
              border-left: solid 1px #676f78;
              border-top: none; } }
          .foodhallArea .infoWrapper .infoContainer .infoList .infoItem__container {
            position: relative;
            z-index: 1; }
          .foodhallArea .infoWrapper .infoContainer .infoList .infoItem__img {
            padding-bottom: 20px; }
          .foodhallArea .infoWrapper .infoContainer .infoList .infoItem__bold {
            font-weight: bold;
            font-size: 18px; }
        .foodhallArea .infoWrapper .infoContainer .infoList .infoItem:first-of-type {
          border-left: solid 1px #676f78; }
          @media screen and (max-width: 769px) {
            .foodhallArea .infoWrapper .infoContainer .infoList .infoItem:first-of-type {
              border-top: solid 1px #676f78; } }
        .foodhallArea .infoWrapper .infoContainer .infoList .infoItem:before,
        .foodhallArea .infoWrapper .infoContainer .infoList .infoItem:after {
          position: absolute;
          content: "";
          display: block;
          background-color: #fff; }
        .foodhallArea .infoWrapper .infoContainer .infoList .infoItem:before {
          top: -2px;
          bottom: -2px;
          left: 30px;
          right: 30px; }
        .foodhallArea .infoWrapper .infoContainer .infoList .infoItem:after {
          top: 30px;
          bottom: 30px;
          left: -2px;
          right: -2px; }
  .foodhallArea #pageTop {
    position: fixed;
    bottom: 150px;
    right: 0;
    z-index: 10; }
    .foodhallArea #pageTop .scroll {
      display: block;
      width: 38px;
      height: 130px;
      background: url(../foodhall/img/btn_pagetop_txt.png) no-repeat left 34px;
      position: relative; }
    .foodhallArea #pageTop .img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 20;
      -webkit-transition: all 180ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 180ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .foodhallArea #pageTop:hover .scroll:hover {
    opacity: 1; }
  .foodhallArea #pageTop:hover .img {
    top: -10px; }

.checkarea {
  padding: 40px;
  margin-top: 20px;
  background: #fff;
  font-size: 1.6rem;
  padding: 20px; }
  .checkarea__name {
    margin-bottom: 0.5em;
    border-bottom: solid 1px currentColor;
    text-align: center;
    color: #fe3a01;
    font-weight: bold; }
  .checkarea__sub-name {
    margin-top: 0.5em;
    font-weight: bold; }
  .checkarea .check-label {
    display: inline-block;
    min-width: calc(3em + 15px);
    margin: 0 1.3em 0.3em 0;
    cursor: pointer;
    margin-bottom: 0.5em; }
    .checkarea .check-label input {
      display: none; }
      .checkarea .check-label input + span {
        padding-left: 15px;
        position: relative; }
        .checkarea .check-label input + span::before, .checkarea .check-label input + span::after {
          position: absolute;
          content: "";
          top: 0.6em;
          left: 0; }
        .checkarea .check-label input + span::before {
          width: 8px;
          height: 8px;
          border: solid 1px #333333;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .checkarea .check-label input + span::after {
          width: 8px;
          height: 14px;
          border: solid #fe3a01;
          border-width: 0 2px 2px 0;
          -webkit-transform: translate(20%, -95%) rotate(45deg);
                  transform: translate(20%, -95%) rotate(45deg);
          opacity: 0; }
      .checkarea .check-label input:checked + span::after {
        opacity: 1; }
  .checkarea__more {
    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: 50px;
    margin-top: 10px;
    background: #efefef;
    cursor: pointer;
    text-align: center; }
    .checkarea__more::before {
      display: inline-block;
      margin-right: 1em;
      content: "+";
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      color: #fe3a01;
      font-weight: bold; }
    .checkarea__more:hover {
      text-decoration: none; }

.foodhall-search {
  padding: 30px 0 40px;
  background: #fe3a01;
  font-size: 1.6rem;
  padding-bottom: 20px; }
  .foodhall-search .ttl__style01 {
    color: #fff; }
    .foodhall-search .ttl__style01 .ttl-en {
      color: #fff; }
  .foodhall-search__btn {
    display: block;
    width: 100%;
    max-width: 315px;
    height: 50px;
    margin: 40px auto 0;
    border: none;
    background: #707070;
    color: #fff; }
    .foodhall-search__btn.bg_orange {
      background: #fe3a01; }
    .foodhall-search__btn::before {
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 15px;
      margin-right: 0.5em;
      background: url(../foodhall/img/search_icon.png) no-repeat center/contain;
      content: ""; }

.foodhall__bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .foodhall__bg-container .blob {
    position: absolute;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
    background: radial-gradient(circle, #e50065 1%, rgba(229, 0, 101, 0) 70%);
    opacity: 0.08; }
    .foodhall__bg-container .blob-color {
      width: 100%;
      height: 100%;
      -webkit-filter: url(#noiseFilter);
              filter: url(#noiseFilter);
      border-radius: 50%;
      /* 念のためこちらも円形に */
      opacity: 0.5; }
    .foodhall__bg-container .blob-1 {
      width: 50%;
      top: 800px;
      right: -150px;
      -webkit-animation: move1 8s infinite alternate;
              animation: move1 8s infinite alternate; }
      @media screen and (max-width: 769px) {
        .foodhall__bg-container .blob-1 {
          width: 80%;
          right: -50px; } }
    .foodhall__bg-container .blob-2 {
      width: 30%;
      top: 1800px;
      left: -100px;
      -webkit-animation: move2 10s infinite alternate;
              animation: move2 10s infinite alternate; }
      @media screen and (max-width: 769px) {
        .foodhall__bg-container .blob-2 {
          width: 80%;
          left: -20px; } }
    .foodhall__bg-container .blob-3 {
      width: 30%;
      top: 2400px;
      right: 0;
      -webkit-animation: move3 15s infinite alternate;
              animation: move3 15s infinite alternate; }
      @media screen and (max-width: 769px) {
        .foodhall__bg-container .blob-3 {
          width: 100%;
          right: -100px; } }

.home2 {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif; }
  .home2 .no-icon::after {
    content: none !important; }
  .home2 .contents {
    margin-top: 40px; }
    @media (max-width: 768.98px) {
      .home2 .contents {
        margin-top: 20px; } }
  .home2__bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1000;
    overflow: hidden;
    background-color: #f0edee; }
    .home2__bg-container .blob {
      position: absolute;
      aspect-ratio: 1;
      overflow: hidden;
      border-radius: 50%;
      background: radial-gradient(circle, #e50065 1%, rgba(229, 0, 101, 0) 70%);
      opacity: 0.1; }
      .home2__bg-container .blob-color {
        width: 100%;
        height: 100%;
        -webkit-filter: url(#noiseFilter);
                filter: url(#noiseFilter);
        border-radius: 50%;
        /* 念のためこちらも円形に */
        opacity: 0.5; }
      .home2__bg-container .blob-1 {
        width: 40%;
        top: 150px;
        left: 0px;
        -webkit-animation: move1 8s infinite alternate;
                animation: move1 8s infinite alternate; }
      .home2__bg-container .blob-2 {
        width: 20%;
        bottom: 0%;
        left: 50%;
        -webkit-animation: move2 10s infinite alternate;
                animation: move2 10s infinite alternate; }
      .home2__bg-container .blob-3 {
        width: 30%;
        top: 300px;
        right: 0px;
        -webkit-animation: move3 15s infinite alternate;
                animation: move3 15s infinite alternate; }
  .home2__mv1 {
    margin-bottom: 40px; }
    @media (max-width: 768.98px) {
      .home2__mv1 {
        margin-bottom: 15px; } }
    @media (max-width: 768.98px) {
      .home2__mv1-slider {
        margin-left: -20px !important;
        margin-right: -20px !important; } }
    .home2__mv1-link {
      aspect-ratio: 1 / 1; }
    .home2__mv1-img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 8px; }
    .home2__mv1-dot {
      position: relative;
      height: 40px; }
    .home2__mv1 .swiper-pagination-bullet {
      margin: 0 10px !important; }
    .home2__mv1 .swiper-pagination-bullet-active {
      background-color: #e50065; }
  .home2__mv2 {
    position: relative;
    width: 48%;
    margin: 0 auto 80px; }
    @media (max-width: 768.98px) {
      .home2__mv2 {
        width: 100%;
        margin-bottom: 20px; } }
    @media (max-width: 768.98px) {
      .home2__mv2-slider {
        margin-left: -20px !important;
        margin-right: -20px !important; } }
    .home2__mv2-link {
      aspect-ratio: 1 / 1;
      width: 100%; }
      @media (min-width: 576px) {
        .home2__mv2-link {
          max-width: calc(100vw / 3 -40px) !important; } }
    .home2__mv2-img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 8px; }
    @media (max-width: 768.98px) {
      .home2__mv2-arrow {
        position: relative;
        height: 50px; } }
    .home2__mv2 .swiper-button-prev, .home2__mv2 .swiper-button-next {
      left: -60px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin: 0;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #676F78; }
      @media (max-width: 768.98px) {
        .home2__mv2 .swiper-button-prev, .home2__mv2 .swiper-button-next {
          left: calc(50% - 40px);
          top: 25px; } }
      .home2__mv2 .swiper-button-prev:after, .home2__mv2 .swiper-button-next:after {
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.2; }
    .home2__mv2 .swiper-button-next {
      left: auto;
      right: -60px; }
      @media (max-width: 768.98px) {
        .home2__mv2 .swiper-button-next {
          left: auto;
          right: calc(50% - 40px); } }
  .home2__section {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    border-radius: 80px;
    background: white;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 0.8; }
    @media (max-width: 768.98px) {
      .home2__section {
        width: 100%;
        padding: 20px 0;
        border-radius: 40px; } }
  .home2__search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 25px 50px 75px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px; }
    @media (max-width: 768.98px) {
      .home2__search-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 20px 30px 20px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        gap: 10px; } }
  .home2__search-name {
    width: 250px;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 0; }
    @media (max-width: 768.98px) {
      .home2__search-name {
        text-align: left; } }
  .home2__search-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 150px 30px 150px;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768.98px) {
      .home2__search-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 20px 30px; } }
  .home2__search .category__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px; }
    @media (max-width: 768.98px) {
      .home2__search .category__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .home2__search .category__item {
    width: calc((100% - 20px) / 5); }
    @media (max-width: 768.98px) {
      .home2__search .category__item {
        min-width: 145px;
        width: calc((100% - 5px) / 2); } }
    .home2__search .category__item:nth-child(1) .category__link::before {
      background-image: url(/img-com/icon-search-cat-01.svg); }
    .home2__search .category__item:nth-child(1) .category__link:hover::before {
      background-image: url(/img-com/icon-search-cat-01w.svg); }
    .home2__search .category__item:nth-child(2) .category__link::before {
      background-image: url(/img-com/icon-search-cat-02.svg); }
    .home2__search .category__item:nth-child(2) .category__link:hover::before {
      background-image: url(/img-com/icon-search-cat-02w.svg); }
    .home2__search .category__item:nth-child(3) .category__link::before {
      background-image: url(/img-com/icon-search-cat-03.svg); }
    .home2__search .category__item:nth-child(3) .category__link:hover::before {
      background-image: url(/img-com/icon-search-cat-03w.svg); }
    .home2__search .category__item:nth-child(4) .category__link::before {
      background-image: url(/img-com/icon-search-cat-04.svg); }
    .home2__search .category__item:nth-child(4) .category__link:hover::before {
      background-image: url(/img-com/icon-search-cat-04w.svg); }
    .home2__search .category__item:nth-child(5) .category__link::before {
      background-image: url(/img-com/icon-search-cat-05.svg); }
    .home2__search .category__item:nth-child(5) .category__link:hover::before {
      background-image: url(/img-com/icon-search-cat-05w.svg); }
  .home2__search .category__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    color: #333;
    background: #F0EDEE;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem; }
    @media (max-width: 768.98px) {
      .home2__search .category__link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
        aspect-ratio: 1 / 0.4;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 6px;
        text-align: left;
        font-size: 1.1rem;
        gap: 3px; } }
    .home2__search .category__link:hover {
      text-decoration: none;
      background: #e50065;
      color: white;
      opacity: 1 !important; }
    .home2__search .category__link:hover::before {
      background: url(/img-com/icon-search-cat-01w.svg) no-repeat center center/contain; }
    .home2__search .category__link::before {
      content: "";
      display: block;
      height: 45px;
      width: 45px;
      background: url(/img-com/icon-search-cat-01.svg) no-repeat center center/contain; }
      @media (max-width: 768.98px) {
        .home2__search .category__link::before {
          width: 20px;
          height: 20px; } }
    .home2__search .category__link-name {
      font-size: clamp(10px, 1.3vw, 16px); }
  .home2__search .shopname__box {
    width: 100%; }
  .home2__search .shopname__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px; }
    @media (max-width: 768.98px) {
      .home2__search .shopname__list {
        gap: 10px;
        margin-bottom: 10px; } }
  .home2__search .shopname__item {
    width: 50%; }
    @media (max-width: 768.98px) {
      .home2__search .shopname__item {
        width: calc((100% - 10px) / 2); } }
  .home2__search .shopname__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    height: 100%;
    border: 1px solid #333;
    border-left: none;
    border-radius: 10px; }
    .home2__search .shopname__link:hover {
      text-decoration: none; }
    .home2__search .shopname__link-main {
      height: 100%;
      width: 5rem;
      height: 100%;
      text-align: center;
      font-size: 2.6rem;
      color: white;
      background: #333;
      border-left: 1px solid #333;
      border-radius: 10px 0 0 10px; }
      @media (max-width: 768.98px) {
        .home2__search .shopname__link-main {
          font-size: 1.6rem;
          padding: 0.5rem 0.7rem;
          width: 3rem; } }
    .home2__search .shopname__link-sub {
      padding: 1rem 20px;
      font-size: 1.6rem;
      color: #333;
      line-height: 1.2; }
      @media (max-width: 768.98px) {
        .home2__search .shopname__link-sub {
          font-size: 1rem;
          padding: 0.5rem 2.2rem 0.5rem 0.8rem; } }
      .home2__search .shopname__link-sub::after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #333;
        font-size: 2.5rem; }
        @media (max-width: 768.98px) {
          .home2__search .shopname__link-sub::after {
            right: 0.8rem;
            font-size: 2rem; } }
  .home2__foodhall {
    background: #333333; }
    @media (max-width: 768.98px) {
      .home2__foodhall {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 768.98px) {
      .home2__foodhall {
        background: url(/img/img-foodhall-bg-sp.jpg) no-repeat center center/cover;
        padding: 20px 40px; } }
    @media (min-width: 576px) {
      .home2__foodhall {
        background: url(/img/img-foodhall-bg-pc.jpg) no-repeat center center/cover;
        padding: 60px 0; } }
    .home2__foodhall-container {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto; }
    .home2__foodhall-ttl {
      font-family: "Barlow", sans-serif;
      font-size: 40px;
      font-weight: 500;
      color: #fff; }
      @media (max-width: 768.98px) {
        .home2__foodhall-ttl {
          text-align: left; } }
  .home2__news-wrapper {
    margin: 0 150px 30px; }
    @media (max-width: 768.98px) {
      .home2__news-wrapper {
        margin: 0 20px 30px; } }
  .home2__news .sys-info.sys-info_ti4 .sys-info__link {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .home2__news .sys-info.sys-info_ti4 .sys-info__box {
    position: relative;
    padding: 0; }
  .home2__news .sys-info.sys-info_ti4 .sys-info__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0 6px 0; }
  .home2__news .sys-info.sys-info_ti4 .sys-info__label {
    position: static;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    padding: 0.5rem 1rem;
    margin: 0;
    border-radius: 1rem;
    background: #676F78; }
    @media (min-width: 769px) {
      .home2__news .sys-info.sys-info_ti4 .sys-info__label {
        font-size: 1rem; } }
    @media (max-width: 768.98px) {
      .home2__news .sys-info.sys-info_ti4 .sys-info__label {
        font-size: 1rem; } }
    .home2__news .sys-info.sys-info_ti4 .sys-info__label::before {
      content: none; }
  .home2__news .sys-info.sys-info_ti4 .sys-info__date {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    margin: 0; }
    @media (min-width: 769px) {
      .home2__news .sys-info.sys-info_ti4 .sys-info__date {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .home2__news .sys-info.sys-info_ti4 .sys-info__date {
        font-size: 1.4rem; } }

@media (max-width: 768.98px) and (min-width: 769px) {
  .home2__news .sys-info.sys-info_ti4 .sys-info__date {
    font-size: 1rem; } }

@media (max-width: 768.98px) and (max-width: 768.98px) {
  .home2__news .sys-info.sys-info_ti4 .sys-info__date {
    font-size: 1rem; } }
  .home2__news .sys-info.sys-info_ti4 .sys-info__text {
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    @media (min-width: 769px) {
      .home2__news .sys-info.sys-info_ti4 .sys-info__text {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .home2__news .sys-info.sys-info_ti4 .sys-info__text {
        font-size: 1.4rem; } }
  .home2__news .sys-info.sys-info_ti4 .sys-info__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; }
    @media (min-width: 769px) {
      .home2__news .sys-info.sys-info_ti4 .sys-info__title {
        font-size: 1.4rem; } }
    @media (max-width: 768.98px) {
      .home2__news .sys-info.sys-info_ti4 .sys-info__title {
        font-size: 1.4rem; } }

@media (max-width: 768.98px) and (min-width: 769px) {
  .home2__news .sys-info.sys-info_ti4 .sys-info__title {
    font-size: 1rem; } }

@media (max-width: 768.98px) and (max-width: 768.98px) {
  .home2__news .sys-info.sys-info_ti4 .sys-info__title {
    font-size: 1rem; } }
  .home2__sns {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px; }
    @media (max-width: 768.98px) {
      .home2__sns {
        width: 100%; } }
    .home2__sns-title {
      font-family: "Barlow", sans-serif;
      font-weight: 400;
      font-size: 78px; }
      @media (max-width: 768.98px) {
        .home2__sns-title {
          text-align: center;
          font-size: 48px;
          margin-bottom: 10px; } }
    .home2__sns-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 30px; }
      @media (max-width: 768.98px) {
        .home2__sns-wrapper {
          gap: 10px; } }
    .home2__sns-box {
      position: relative;
      padding: 25px 20px;
      border-radius: 10px;
      background: white;
      -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
              box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
      opacity: 0.8; }
    .home2__sns-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      padding: 0 20px; }
      .home2__sns-slider-item {
        width: calc(50% - 20px);
        border-radius: 10px;
        background: #F0EDEE;
        padding: 10px; }
        @media (max-width: 768.98px) {
          .home2__sns-slider-item {
            width: 100%; } }
      .home2__sns-slider-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #333; }
        .home2__sns-slider-link::after {
          text-decoration: none; }
      .home2__sns-slider-img {
        width: 80px;
        aspect-ratio: 1; }
      .home2__sns-slider-account {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0; }
      .home2__sns-slider-txt {
        text-align: center;
        font-size: 12px;
        margin-bottom: 0;
        line-height: 1.3; }
      .home2__sns-slider-arrow {
        width: 30px;
        aspect-ratio: 1;
        background: url(/img-com/arrow-right-maru-black.svg) no-repeat; }
    .home2__sns .swiper-pagination-bullet {
      margin: 0 10px !important; }
    .home2__sns .swiper-pagination-bullet-active {
      background-color: #e50065; }
    @media (max-width: 768.98px) {
      .home2__sns-arrow {
        position: relative;
        height: 50px; } }
    .home2__sns .swiper-button-prev, .home2__sns .swiper-button-next {
      left: -60px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin: 0;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #676F78; }
      @media (max-width: 768.98px) {
        .home2__sns .swiper-button-prev, .home2__sns .swiper-button-next {
          left: 0;
          top: 25px; } }
      .home2__sns .swiper-button-prev:after, .home2__sns .swiper-button-next:after {
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.2; }
    .home2__sns .swiper-button-next {
      left: auto;
      right: -60px; }
      @media (max-width: 768.98px) {
        .home2__sns .swiper-button-next {
          left: auto;
          right: 0; } }
    .home2__sns-x:hover {
      opacity: 0.8; }
    .home2__sns-x::after {
      content: "" !important;
      display: block;
      position: absolute;
      z-index: 1;
      top: 50%;
      right: 84px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 30px;
      height: 30px;
      background: url(/img-com/arrow-right-maru-black.svg) no-repeat; }
      @media (max-width: 768.98px) {
        .home2__sns-x::after {
          right: 20px; } }

.home2__popup {
  position: fixed;
  z-index: 1070;
  max-width: 140px;
  left: 20px;
  bottom: 80px;
  -webkit-box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.16);
          box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.16); }
  .home2__popup__link {
    display: block; }
    .home2__popup__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
  .home2__popup__close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    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;
    padding: 0 0 1px 1px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #676f78;
    border-radius: 50rem; }
    .home2__popup__close:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff; }

.home2__shopname__popup__list {
  max-width: 420px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto 30px; }
  @media (min-width: 769px) {
    .home2__shopname__popup__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .home2__shopname__popup__list > * {
        width: calc((100% - 30px * 4) / 5); }
        .ie11 .home2__shopname__popup__list > * {
          width: calc((100% - 30px * 4) / 5 - 0.1px); }
        .home2__shopname__popup__list > *:not(:nth-child(5n)) {
          margin-right: 30px; }
        .home2__shopname__popup__list > *:nth-last-child(n + 6) {
          margin-bottom: 30px; }
        .home2__shopname__popup__list > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    .home2__shopname__popup__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .home2__shopname__popup__list > * {
        width: calc((100% - 15px * 4) / 5); }
        .ie11 .home2__shopname__popup__list > * {
          width: calc((100% - 15px * 4) / 5 - 0.1px); }
        .home2__shopname__popup__list > *:not(:nth-child(5n)) {
          margin-right: 15px; }
        .home2__shopname__popup__list > *:nth-last-child(n + 6) {
          margin-bottom: 15px; }
        .home2__shopname__popup__list > * img {
          width: 100%; } }

.home2__shopname__popup__item_inactive {
  opacity: 0.3; }
  .home2__shopname__popup__item_inactive .search-shop__link {
    pointer-events: none; }

.home2__shopname__popup__link {
  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;
  background: #F0EDEE;
  border-radius: 50rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: currentColor;
  position: relative; }
  @media (min-width: 769px) {
    .home2__shopname__popup__link {
      font-size: 2rem; } }
  @media (max-width: 768.98px) {
    .home2__shopname__popup__link {
      font-size: 2rem; } }
  .home2__shopname__popup__link:hover {
    color: currentColor;
    text-decoration: none;
    opacity: 0.6; }
  .home2__shopname__popup__link::after {
    content: "";
    display: block;
    padding-bottom: 100%;
    background: #eee; }

.home2__shopname__popup__close {
  max-width: 170px; }

/*# sourceMappingURL=style.css.map */
