@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: 1024px;
  --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 {
  scroll-behavior: smooth;
  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.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #212529;
  scroll-padding-top:130px;
  text-align: left;
  background-color: #fff; }
:target{scroll-margin-top:130px;}
@media (max-width: 768.98px) {
  body{
  scroll-padding-top:130px;
  }
  :target{scroll-margin-top:80px;}
}
[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: #0000ff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0000b3;
    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; }

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: 4.4rem; }

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

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

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

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

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

.lead {
  font-size: 3.2rem;
  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: 2rem; }

.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: 1024px) {
  .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: 1024px) {
  .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 #c6c6c6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #c6c6c6; }
  .table tbody + tbody {
    border-top: 2px solid #c6c6c6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #c6c6c6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #c6c6c6; }
  .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: #c6c6c6; }

.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); }

/* table normal ここから */

table.table_normal_01 {
  width: 100%;
}
table.table_normal_01,
table.table_normal_01 th,
table.table_normal_01 td {
  border: 1px solid #ccc;
  padding: 15px;
  vertical-align: middle;
  font-weight: initial;
}
table.table_normal_01 .bg__red{
  text-align: center;
  color: #fff;
  background: #64072a;
}


dl.table_normal_02{
    display: flex;
    flex-wrap: wrap;
    /*border: 1px solid #ccc;*/
}
dl.table_normal_02 dt{
    width: 15%;
    color: #fff;
    padding: 10px;
    background-color: #64072a;
    border-top: 1px solid #ccc;
    font-weight: initial;
    text-align-last: justify;
    text-justify: inter-ideograph;
}
dl.table_normal_02 dt:first-child{
    border-top: 1px solid #ccc;
}
dl.table_normal_02 dt:last-child{
    border-bottom: 1px solid #ccc;
}
dl.table_normal_02 dd:first-child{
    border-top: 1px solid #ccc;
}
dl.table_normal_02 dd:last-child{
    border-bottom: 1px solid #ccc;
}
dl.table_normal_02 dd{
    width: 85%;
    margin-bottom: 0;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
dl.table_normal_02 dd:nth-of-type(1){
  /*border-top: none;*/
}

dl.table_normal_03{
    display: flex;
    flex-wrap: wrap;
}
dl.table_normal_03 dt{
    width: 7rem;
    font-weight: initial;
    text-align-last: justify;
    text-justify: inter-ideograph;
}
dl.table_normal_03 dd:nth-of-type(2n-1){
    width: 1.5rem;
    text-align: center;
}
dl.table_normal_03 dd{
    width: calc(100% - 8.5rem);
}

dl.table_normal_04{
    display: flex;
    flex-wrap: wrap;
}
dl.table_normal_04 dt{
    width: 8.5rem;
    font-weight: initial;
    text-align-last: justify;
    text-justify: inter-ideograph;
}
dl.table_normal_04 dd:nth-of-type(2n-1){
    width: 1.5rem;
    text-align: center;
}
dl.table_normal_04 dd{
    width: calc(100% - 10rem);
}


@media screen and (max-width: 560px) {
    dl.table_normal_02 dt{
      width: 25%;
    }
    dl.table_normal_02 dd{
      width: 75%;
    }
    dl.table_normal_03 dt{
        width: 6rem;
        text-align: center;
    }
    dl.table_normal_03 dd:nth-of-type(2n-1){
        width: 1.5rem;
    }
    dl.table_normal_03 dd{
        width: calc(100% - 7.5rem);
    }
    dl.table_normal_04 dt{
        width: 9rem;
        text-align: center;
    }
    dl.table_normal_04 dd:nth-of-type(2n-1){
        width: 1.5rem;
    }
    dl.table_normal_04 dd{
        width: calc(100% - 10.5rem);
    }
    
}

/* table normal ここまで */


  /* sticky table (見出し固定) ここから */

  .table-responsive table.sticky_table_01{
    width: 100%;
    border:none;
    border-bottom: none;
    border-collapse: collapse;
    word-break: break-all;
    table-layout: fixed;
    display:block;
    /*overflow:scroll;*/
    max-height: 80vh;
  }
  .table-responsive table.sticky_table_01 thead th:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .table-responsive table.sticky_table_01 thead th.sticky__off{
    left: initial;
  }
  .table-responsive table.sticky_table_01 thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    text-align:center;
  }
  .table-responsive table.sticky_table_01 tbody th:first-child{
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    border:none;
    white-space: normal;
    min-width: 130px;
  }
  .table-responsive table.sticky_table_01 th, 
  .table-responsive table.sticky_table_01 td {
    min-width: 50px;
    /* text-align: left; */
    /* font-size: 16px ; */
    position: relative;
    padding: 13px ;
    color: #333;
    border: none ;
    z-index: 0;
    vertical-align:middle ;
    background:#fff;
  }
  .table-responsive table.sticky_table_01 th{
    background:#64072a;
    letter-spacing: 1px;
    font-weight: 500 ;
    color: #fff;
  }
  .table-responsive table.sticky_table_01 tr{
    border-bottom:none ;
  }
  .table-responsive table.sticky_table_01 img{
    margin: 10px auto;
    display: block;
    padding: 0;
    max-width: 80% ;
  }
  .table-responsive table.sticky_table_01 th::before, 
  .table-responsive table.sticky_table_01 td::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    z-index: -1;
  }
  .scroll-hint-icon{
    z-index: 100;
  }

  @media screen and (max-width: 560px) {
    .table-responsive table.sticky_table_01 {
      max-height: 60vh;
      }
    .table-responsive table.sticky_table_01 thead th:first-child, 
    .table-responsive table.sticky_table_01 tbody th:first-child {
          min-width: 25vw;
      }
     .table-responsive table.sticky_table_01 th, 
     .table-responsive table.sticky_table_01 td {
          font-size: 12px ;
          padding: 7px ;
      }
  }
  /* .pst-center td {
    text-align: center;
  } */


  /* sticky table (見出し固定) ここまで */
  

@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: 1023.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.6rem;
  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: 2rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.4rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  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.4rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 2rem;
  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.4rem;
  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.4rem;
  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.6rem;
  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: #0000ff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0000b3;
    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: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  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.6rem;
  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: 1024px) {
  .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.4rem;
  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.6rem;
  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: 2rem;
  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.4rem;
  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.72rem;
  padding-left: 1.5rem; }

.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.86rem;
  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.86rem;
    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.86rem;
    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.86rem + 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.6rem;
  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.4rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 2rem; }

.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.16rem;
  padding-bottom: 0.16rem;
  margin-right: 1rem;
  font-size: 2rem;
  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: 2rem;
  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: 1023.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: 1024px) {
  .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: #24140e;
      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: #0000ff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0000b3;
    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: 2rem;
  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.4rem;
  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.9rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    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.2rem;
  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; } }

.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: 1024px) {
  .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.4rem;
  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: 1024px) {
  .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.4rem;
  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.4rem;
  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.6rem;
  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: 1024px) {
  .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%; }

.embed-responsive-5by6::before {
  padding-top: 120%; }

.embed-responsive-10by11::before {
  padding-top: 110%; }

.embed-responsive-3by2::before {
  padding-top: 66.66667%; }

.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: 1024px) {
  .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: 1024px) {
  .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; }

.overflow-visible {
  overflow: visible !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: 1024px) {
  .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: 1024px) {
  .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-decoration-underline {
  text-decoration: underline; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 1024px) {
  .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: 1024px) {
  .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; }

.w-1250px {
  width: 1250px !important; }

.w-1300px {
  width: 1300px !important; }

.w-1350px {
  width: 1350px !important; }

.w-1400px {
  width: 1400px !important; }

.w-1450px {
  width: 1450px !important; }

.w-1500px {
  width: 1500px !important; }

.w-1550px {
  width: 1550px !important; }

.w-1600px {
  width: 1600px !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; }

.h-1250px {
  height: 1250px !important; }

.h-1300px {
  height: 1300px !important; }

.h-1350px {
  height: 1350px !important; }

.h-1400px {
  height: 1400px !important; }

.h-1450px {
  height: 1450px !important; }

.h-1500px {
  height: 1500px !important; }

.h-1550px {
  height: 1550px !important; }

.h-1600px {
  height: 1600px !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; }
  .w-sm-1250px {
    width: 1250px !important; }
  .w-sm-1300px {
    width: 1300px !important; }
  .w-sm-1350px {
    width: 1350px !important; }
  .w-sm-1400px {
    width: 1400px !important; }
  .w-sm-1450px {
    width: 1450px !important; }
  .w-sm-1500px {
    width: 1500px !important; }
  .w-sm-1550px {
    width: 1550px !important; }
  .w-sm-1600px {
    width: 1600px !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; }
  .h-sm-1250px {
    height: 1250px !important; }
  .h-sm-1300px {
    height: 1300px !important; }
  .h-sm-1350px {
    height: 1350px !important; }
  .h-sm-1400px {
    height: 1400px !important; }
  .h-sm-1450px {
    height: 1450px !important; }
  .h-sm-1500px {
    height: 1500px !important; }
  .h-sm-1550px {
    height: 1550px !important; }
  .h-sm-1600px {
    height: 1600px !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; }
  .w-md-1250px {
    width: 1250px !important; }
  .w-md-1300px {
    width: 1300px !important; }
  .w-md-1350px {
    width: 1350px !important; }
  .w-md-1400px {
    width: 1400px !important; }
  .w-md-1450px {
    width: 1450px !important; }
  .w-md-1500px {
    width: 1500px !important; }
  .w-md-1550px {
    width: 1550px !important; }
  .w-md-1600px {
    width: 1600px !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; }
  .h-md-1250px {
    height: 1250px !important; }
  .h-md-1300px {
    height: 1300px !important; }
  .h-md-1350px {
    height: 1350px !important; }
  .h-md-1400px {
    height: 1400px !important; }
  .h-md-1450px {
    height: 1450px !important; }
  .h-md-1500px {
    height: 1500px !important; }
  .h-md-1550px {
    height: 1550px !important; }
  .h-md-1600px {
    height: 1600px !important; } }

@media (min-width: 1024px) {
  .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; }
  .w-lg-1250px {
    width: 1250px !important; }
  .w-lg-1300px {
    width: 1300px !important; }
  .w-lg-1350px {
    width: 1350px !important; }
  .w-lg-1400px {
    width: 1400px !important; }
  .w-lg-1450px {
    width: 1450px !important; }
  .w-lg-1500px {
    width: 1500px !important; }
  .w-lg-1550px {
    width: 1550px !important; }
  .w-lg-1600px {
    width: 1600px !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; }
  .h-lg-1250px {
    height: 1250px !important; }
  .h-lg-1300px {
    height: 1300px !important; }
  .h-lg-1350px {
    height: 1350px !important; }
  .h-lg-1400px {
    height: 1400px !important; }
  .h-lg-1450px {
    height: 1450px !important; }
  .h-lg-1500px {
    height: 1500px !important; }
  .h-lg-1550px {
    height: 1550px !important; }
  .h-lg-1600px {
    height: 1600px !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; }
  .w-xl-1250px {
    width: 1250px !important; }
  .w-xl-1300px {
    width: 1300px !important; }
  .w-xl-1350px {
    width: 1350px !important; }
  .w-xl-1400px {
    width: 1400px !important; }
  .w-xl-1450px {
    width: 1450px !important; }
  .w-xl-1500px {
    width: 1500px !important; }
  .w-xl-1550px {
    width: 1550px !important; }
  .w-xl-1600px {
    width: 1600px !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; }
  .h-xl-1250px {
    height: 1250px !important; }
  .h-xl-1300px {
    height: 1300px !important; }
  .h-xl-1350px {
    height: 1350px !important; }
  .h-xl-1400px {
    height: 1400px !important; }
  .h-xl-1450px {
    height: 1450px !important; }
  .h-xl-1500px {
    height: 1500px !important; }
  .h-xl-1550px {
    height: 1550px !important; }
  .h-xl-1600px {
    height: 1600px !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; }
  .w-sp-1250px {
    width: 1250px !important; }
  .w-sp-1300px {
    width: 1300px !important; }
  .w-sp-1350px {
    width: 1350px !important; }
  .w-sp-1400px {
    width: 1400px !important; }
  .w-sp-1450px {
    width: 1450px !important; }
  .w-sp-1500px {
    width: 1500px !important; }
  .w-sp-1550px {
    width: 1550px !important; }
  .w-sp-1600px {
    width: 1600px !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; }
  .h-sp-1250px {
    height: 1250px !important; }
  .h-sp-1300px {
    height: 1300px !important; }
  .h-sp-1350px {
    height: 1350px !important; }
  .h-sp-1400px {
    height: 1400px !important; }
  .h-sp-1450px {
    height: 1450px !important; }
  .h-sp-1500px {
    height: 1500px !important; }
  .h-sp-1550px {
    height: 1550px !important; }
  .h-sp-1600px {
    height: 1600px !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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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;
  -webkit-text-orientation: upright;
          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;
    -webkit-text-orientation: upright;
            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;
    -webkit-text-orientation: upright;
            text-orientation: upright;
    line-height: 1; } }

@media (min-width: 1024px) {
  .wm-lg-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
            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;
    -webkit-text-orientation: upright;
            text-orientation: upright;
    line-height: 1; } }

.opacity-0 {
  opacity: 0 !important; }

.opacity-5 {
  opacity: 5 !important; }

.opacity-10 {
  opacity: 10 !important; }

.opacity-15 {
  opacity: 15 !important; }

.opacity-20 {
  opacity: 20 !important; }

.opacity-25 {
  opacity: 25 !important; }

.opacity-30 {
  opacity: 30 !important; }

.opacity-35 {
  opacity: 35 !important; }

.opacity-40 {
  opacity: 40 !important; }

.opacity-45 {
  opacity: 45 !important; }

.opacity-50 {
  opacity: 50 !important; }

.opacity-55 {
  opacity: 55 !important; }

.opacity-60 {
  opacity: 60 !important; }

.opacity-65 {
  opacity: 65 !important; }

.opacity-70 {
  opacity: 70 !important; }

.opacity-75 {
  opacity: 75 !important; }

.opacity-80 {
  opacity: 80 !important; }

.opacity-85 {
  opacity: 85 !important; }

.opacity-90 {
  opacity: 90 !important; }

.opacity-95 {
  opacity: 95 !important; }

.opacity-100 {
  opacity: 100 !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: 1024px) {
  .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: 1024px) {
  .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: #24140e; }

.text-indent {
  text-indent: 1em; }

.border-color-black {
  border-color: #24140e !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: 1024px) {
  .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: #666; }

.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: #666; }

.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: #666; }

.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: #24140e;
    border: 1px solid #24140e;
    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: #24140e;
    color: #fff; }
    .nav_btn.btn_fill a::before {
      color: #fff; }
  .nav_btn.btn_clr1 a {
    border-color: #64072a;
    color: #64072a; }
  .nav_btn.btn_clr1.btn_fill a {
    background-color: #64072a;
    color: #fff; }
  .nav_btn.btn_clr2 a {
    border-color: #00964f;
    color: #00964f; }
  .nav_btn.btn_clr2.btn_fill a {
    background-color: #00964f;
    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: #24140e; }
    @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: #64072a;
    color: #fff;
    border: 1px #64072a 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: #24140e; }
  .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: #24140e;
          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: -.5em;
    width: 1em;
    height: 1em;
    line-height: 1;
    z-index: -1;
    color: #24140e; }
  .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 #c6c6c6 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: #24140e; }
  .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: #24140e; }
  @media (max-width: 768.98px) {
    .table.tbl__style_1.table__break_sm {
      border-top: 1px #c6c6c6 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 #c6c6c6 solid; }
  .table.tbl__style_2 tbody::before {
    display: none; }
  .table.tbl__style_2 tbody tr td {
    border: 0;
    border-bottom: 1px #c6c6c6 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 #c6c6c6 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: #c6c6c6; }
  .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 #c6c6c6 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: 1024px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) {
    .inner {
      width: 1024px; } }

.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.56rem;
  font-weight: 300; }
  @media (min-width: 769px) {
    .txt__lead {
      font-size: 3.2rem; } }

.txt__lead_s {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 2.08rem;
  font-weight: 400; }
  @media (min-width: 769px) {
    .txt__lead_s {
      font-size: 2.56rem; } }

.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; }

.txt__cap_01 {
  text-indent: -2em;
  padding-left: 2em; }

.txt__cap_02 {
  text-indent: -1.5em;
  padding-left: 1.5em; }

.txt__cap_03 {
  text-indent: -0.3em;
  padding-left: 0.3em; }

.txt__cap_04 {
  text-indent: -0.4em;
  padding-left: 0.4em; }

.txt__cap_05 {
  text-indent: -0.5em;
  padding-left: 0.5em; }

.txt__cap_06 {
  text-indent: -0.6em;
  padding-left: 0.6em; }

.txt__cap_07 {
  text-indent: -0.7em;
  padding-left: 0.7em; }

.txt__cap_08 {
  text-indent: -0.8em;
  padding-left: 0.8em; }

.txt__cap_09 {
  text-indent: -0.9em;
  padding-left: 0.9em; }

.txt__cap_10 {
  text-indent: -1em;
  padding-left: 1em; }

.txt__cap_11 {
  text-indent: -1.1em;
  padding-left: 1.1em; }

.txt__cap_12 {
  text-indent: -1.2em;
  padding-left: 1.2em; }

.txt__cap_13 {
  text-indent: -1.3em;
  padding-left: 1.3em; }

.txt__cap_14 {
  text-indent: -1.4em;
  padding-left: 1.4em; }

.txt__cap_15 {
  text-indent: -1.5em;
  padding-left: 1.5em; }

.txt__cap_16 {
  text-indent: -1.6em;
  padding-left: 1.6em; }

.txt__cap_17 {
  text-indent: -1.7em;
  padding-left: 1.7em; }

.txt__cap_18 {
  text-indent: -1.8em;
  padding-left: 1.8em; }

.txt__cap_19 {
  text-indent: -1.9em;
  padding-left: 1.9em; }

.txt__cap_20 {
  text-indent: -2em;
  padding-left: 2em; }

.txt__cap_21 {
  text-indent: -2.1em;
  padding-left: 2.1em; }

.txt__cap_22 {
  text-indent: -2.2em;
  padding-left: 2.2em; }

.txt__cap_23 {
  text-indent: -2.3em;
  padding-left: 2.3em; }

.txt__cap_24 {
  text-indent: -2.4em;
  padding-left: 2.4em; }

.txt__cap_25 {
  text-indent: -2.5em;
  padding-left: 2.5em; }

.txt__cap_26 {
  text-indent: -2.6em;
  padding-left: 2.6em; }

.txt__cap_27 {
  text-indent: -2.7em;
  padding-left: 2.7em; }

.txt__cap_28 {
  text-indent: -2.8em;
  padding-left: 2.8em; }

.txt__cap_29 {
  text-indent: -2.9em;
  padding-left: 2.9em; }

.txt__cap_30 {
  text-indent: -3em;
  padding-left: 3em; }

.txt__cap_31 {
  text-indent: -3.1em;
  padding-left: 3.1em; }

.txt__cap_32 {
  text-indent: -3.2em;
  padding-left: 3.2em; }

.txt__cap_33 {
  text-indent: -3.3em;
  padding-left: 3.3em; }

.txt__cap_34 {
  text-indent: -3.4em;
  padding-left: 3.4em; }

.txt__cap_35 {
  text-indent: -3.5em;
  padding-left: 3.5em; }

.txt__cap_36 {
  text-indent: -3.6em;
  padding-left: 3.6em; }

.txt__cap_37 {
  text-indent: -3.7em;
  padding-left: 3.7em; }

.txt__cap_38 {
  text-indent: -3.8em;
  padding-left: 3.8em; }

.txt__cap_39 {
  text-indent: -3.9em;
  padding-left: 3.9em; }

.txt__cap_40 {
  text-indent: -4em;
  padding-left: 4em; }

.txt__cap_41 {
  text-indent: -4.1em;
  padding-left: 4.1em; }

.txt__cap_42 {
  text-indent: -4.2em;
  padding-left: 4.2em; }

.txt__cap_43 {
  text-indent: -4.3em;
  padding-left: 4.3em; }

.txt__cap_44 {
  text-indent: -4.4em;
  padding-left: 4.4em; }

.txt__cap_45 {
  text-indent: -4.5em;
  padding-left: 4.5em; }

.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: #64072a; }

.color__sub1 {
  color: #00964f; }

.color__sub2 {
  color: #01502b; }

.color__sub3 {
  color: #007450; }

.color__red {
  color: #e12f3b; }

.color__white {
  color: #fff; }

.color__black {
  color: #24140e; }

.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), .ptitle.ptitle_t4_ptn1, .ptitle.ptitle_t4_ptn2, .ptitle.ptitle_t4_ptn3 .ptitle__title-jp, .ptitle.ptitle_t6_ptn2 .ptitle__title-jp, .ptitle.ptitle_t6_ptn2 .ptitle__title-en, .ptitle.ptitle_c1, .ptitle.ptitle_c3 .ptitle__title-sbj, .pdate.pdate_type_m1 span:nth-child(2), .sys-info.sys-info_ti5 .sys-info__title, .home__guidebox .tutorial__sp_ttl, .home .info__title, .home .explore-bk__title-en, body.academics .faculty__link1 span:nth-child(1), body.academics .faculty__link1 span:nth-child(2), body.academics.explore .explore-subject_kwd .explore-subject__title-en, body.academics.explore .explore-sdgs-labo__title span:nth-child(2) {
  font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif; }

a[target='_blank']::after {
  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; }

a.printer::after {
  content: '\f02f' !important;
  font-family: 'FontAwesome';
  color: black !important; }

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: 1024px) {
  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: 1024px) {
  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: #24140e;
  background-color: #fff;
  -webkit-font-feature-settings: "normal";
          font-feature-settings: "normal";
  font-size: 1.6rem; }
  @media (min-width: 769px) {
    body {
      font-size: 1.6rem; } }

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.52rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.5em; }
  @media (min-width: 769px) {
    .h1,
    h1 {
      font-size: 4.4rem; } }

.h2,
h2 {
  font-size: 2.56rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.8em; }
  @media (min-width: 769px) {
    .h2,
    h2 {
      font-size: 3.2rem;
      margin-bottom: 1em; } }

.h3,
h3 {
  font-size: 2.24rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.8em; }
  @media (min-width: 769px) {
    .h3,
    h3 {
      font-size: 2.8rem;
      margin-bottom: 1em; } }

.h4,
h4 {
  font-size: 1.768rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.8em; }
  @media (min-width: 769px) {
    .h4,
    h4 {
      font-size: 2.08rem;
      margin-bottom: 1em; } }

.h5,
h5 {
  font-size: 1.632rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.8em; }
  @media (min-width: 769px) {
    .h5,
    h5 {
      font-size: 1.92rem;
      margin-bottom: 1em; } }

figcaption {
  font-size: 90%;
  display: block;
  padding-top: 0.2em;
  text-align: left;
  color: #24140e; }

*: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.6rem; }
  @media (max-width: 768.98px) {
    body {
      font-size: 1.4rem; } }

::-moz-selection {
  color: #fff;
  background: #64072a; }

::selection {
  color: #fff;
  background: #64072a; }

.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, .ft__copy, .ft-discover-slider__tag-en, .ft-discover-slider__tag-en1, .plink_ptn3, .plink_ptn6 span:nth-child(3), .plink_ptn9, .plink_ptn9c, .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_tp1 .ptitle__title-en, .ptitle.ptitle_tp1a .ptitle__title-en, .ptitle.ptitle_tp1b .ptitle__title-en, .ptitle.ptitle_tp2 .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en, .ptitle.ptitle_t4_ptn3 .ptitle__title-en, .ptitle.ptitle_t6_ptn2 .ptitle__title-en, .ptitle.ptitle_c2 .ptitle__title-en, .ptitle.ptitle_c3 .ptitle__title-en, .ptitle.ptitle_c4 .ptitle__title-en, .ptitle.ptitle_c5 .ptitle__title-en, .plist.plist_type_base.plist_type_base_qa .plist__head::before, .plist.plist_type_base.plist_type_base_qa .plist__body::before, .pstep.pstep_type1 span:nth-child(1), .pstep.pstep_type1 span:nth-child(2), .sys-info.sys-info_ti5 .sys-info__tag-en, .sys-info.sys-info_ti5 .sys-info__date, body .discover__filter-icon, body.academics.explore .explore-index-feature-box__ttl-no, body.academics.explore .explore-sdgs__no, body.academics.explore .explore-sdgs__text-en, body.academics.explore .explore-sdgs__more {
  font-family: "Barlow", sans-serif;
  font-weight: 400; }
  .ff__en-gothic, .ptitle.ptitle_t4_ptn3 .ptitle__title-en {
    font-family: "Barlow", sans-serif;
    font-weight: 400; }
  .ff__en-mincho, .fnav__link1-en, .plink_ptn6 span:nth-child(2), .plink_ptn10 span:nth-child(2), .plink_ptn11 .plink__fig-cap span:nth-child(2), .plink_ptn16, .ptitle.ptitle_tp1 .ptitle__title-en, .ptitle.ptitle_tp1a .ptitle__title-en, .ptitle.ptitle_tp1a .ptitle__title-en2, .ptitle.ptitle_tp1b .ptitle__title-en, .ptitle.ptitle_c2 .ptitle__title-en, .ptitle.ptitle_c3 .ptitle__title-en, .ptitle.ptitle_c4 .ptitle__title-en, .ptitle.ptitle_c5 .ptitle__title-en, .ptitle.ptitle_c6, .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, .home .mv-slide__fig-cap, body .discover__title-en, body.academics.explore .explore-index-lead__ttl-en, body.academics.explore .explore-title__en, body.academics.explore .explore-area__title, body.academics.explore .explore-light-box__title span:nth-child(2) {
    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%, #64072a));
  background: linear-gradient(transparent 60%, #64072a 60%); }

.color__black {
  color: #24140e; }

.color__rits {
  color: #ad181f; }

.color__c11 {
  color: #4b9bb9; }

.color__c12 {
  color: #7f8e2b; }

.color__c13 {
  color: #cb6a6d; }

.color__c14 {
  color: #a17c5a; }

.color__c15 {
  color: #3d60c2; }

.color__c16 {
  color: #b8749c; }

.color__c17 {
  color: #4d9d8a; }

.color__c18 {
  color: #8b8a8a; }

.color__c19 {
  color: #0e975b; }

.color__c21 {
  color: #22424e; }

.color__c22 {
  color: #586320; }

.color__c23 {
  color: #824043; }

.color__c24 {
  color: #826143; }

.color__c25 {
  color: #26408d; }

.color__c26 {
  color: #a15984; }

.color__c27 {
  color: #706d1e; }

.color__c28 {
  color: #948629; }

.color__c29 {
  color: #a50e10; }

.color__c31 {
  color: #8d1d28; }

.color__c32 {
  color: #cee7e4; }

.color__c33 {
  color: #bb9e81; }

.color__c34 {
  color: #5890ae; }

.color__c35 {
  color: #c5737f; }

.color__g01 {
  color: #18b3c2; }

.color__g02 {
  color: #e56400; }

.color__g03 {
  color: #003c78; }

.color__g04 {
  color: #d1bd00; }

.color__g05 {
  color: #c53c8b; }

.color__g06 {
  color: #008364; }

.color__g07 {
  color: #f29b8f; }

a[target="_blank"]:not([data-noicon]):not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"])::after {
  /*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; }

.gnav-main__box1 a[target="_blank"]:not([data-noicon]):not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"])::after {
  font-size: smaller;
  vertical-align: super;
  display: inline;
  margin-left: 0.2em; }

@media (max-width: 768.98px) {
  body {
    padding-top: 0px; } }

@media (min-width: 769px) {
  body {
    padding-top: 0px; } }

@media (max-width: 768.98px) {
  main.contents > :last-child {
    margin-bottom: 90px; }
    body.home main.contents > :last-child {
      margin-bottom: 0px; } }

@media (min-width: 769px) {
  main.contents > :last-child {
    margin-bottom: 150px; }
    body.home main.contents > :last-child {
      margin-bottom: 0px; } }

main.contents,
footer.g-footer {
  overflow: hidden; }
  @media (min-width: 769px) {
    main.contents,
    footer.g-footer {
      min-width: 1024px;
      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: #24140e; }

.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: 1300px; } }
  @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: #24140e; }

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.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 #c6c6c6;
      border-right: 1px solid #c6c6c6;
      border-bottom: 1px solid #c6c6c6; }
      .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='%23c6c6c6' 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='%23c6c6c6' 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_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 #c6c6c6;
      outline: none; }
    .acc-search__txt {
      background-color: #fff;
      border: 1px solid #c6c6c6;
      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__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 #c6c6c6;
        border-right: 1px solid #c6c6c6;
        border-bottom: 1px solid #c6c6c6; }
        .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='%23c6c6c6' 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='%23c6c6c6' 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 #64072a;
    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: #24140e;
      background: #64072a;
      border-color: #64072a;
      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: #24140e;
        background: #fff;
        border-color: #fff; }
        .acc__item.active {
          color: #fff;
          background: #24140e;
          border-color: #24140e; }
        .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_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='%23c6c6c6' 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='%23c6c6c6' 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:%23c6c6c6;%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:%23c6c6c6;%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_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='%23c6c6c6' 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='%23c6c6c6' 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='%23c6c6c6'/%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='%23c6c6c6' 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='%23c6c6c6' 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='%23c6c6c6' 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='%23c6c6c6' 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='%23c6c6c6' 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: #64072a;
    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: #24140e;
      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: #24140e !important;
  width: auto;
  height: auto; }

.gnav {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1001;
  background: #fff;
  top: 0;
  left: 0;
  right: 0; }

.gnav__logo {
  margin-bottom: 0;
  font-size: 1rem; }
  .gnav__logo-link {
    display: block; }

@media (min-width: 769px) {
  .gnav {
    min-width: 1024px; }
    .gnav-option {
      color: #fff;
      background: #24140e;
      margin-bottom: 20px; } }
    @media (min-width: 769px) and (min-width: 769px) {
      .gnav-option {
        font-size: 1.2rem; } }
    @media (min-width: 769px) and (max-width: 768.98px) {
      .gnav-option {
        font-size: 1.2rem; } }

@media (min-width: 769px) {
      .gnav-option__list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .gnav-option__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; }
        .gnav-option__item_language {
          position: relative; }
          .gnav-option__item_language .gnav-option__box0 {
            width: 180px;
            left: 0;
            right: auto; }
        .gnav-option__item_search .gnav-option__box0 {
          padding: 10px; }
        .gnav-option__item_visitor {
          padding: 4px 4px 4px 15px; }
          .gnav-option__item_visitor .gnav-option__link {
            min-width: 135px;
            padding: 5px 10px;
            background: #00964f;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            .gnav-option__item_visitor .gnav-option__link::after {
              display: inline-block;
              content: "";
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 8px;
                      flex: 0 0 8px;
              width: 8px;
              height: 8px;
              border: 0;
              border-right: 2px solid #fff;
              border-bottom: 2px solid #fff;
              -webkit-transform: translate(-1px, -1px) rotate(45deg);
                      transform: translate(-1px, -1px) rotate(45deg); }
            .gnav-option__item_visitor .gnav-option__link:hover {
              background: #00964f; }
        .gnav-option__item:hover .gnav-option__box0 {
          opacity: 1;
          pointer-events: auto; }
        .gnav-option__item:focus-within .gnav-option__box0 {
          opacity: 1;
          pointer-events: auto; }
      .gnav-option__link {
        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;
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        padding: 1em 15px;
        line-height: 1;
        background: no-repeat left 10px center; }
        .gnav-option__link:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor;
          background-color: #666; }
        .gnav-option__link_language::before {
          display: inline-block;
          content: "";
          width: 16px;
          height: 16px;
          vertical-align: middle;
          margin-right: 5px;
          background: url(/static/img-com/img-icon-language.svg) no-repeat center center; }
        .gnav-option__link_access::before {
          display: inline-block;
          content: "";
          width: 16px;
          height: 16px;
          vertical-align: middle;
          margin-right: 5px;
          background: url(/static/img-com/img-icon-access.svg) no-repeat center center; }
        .gnav-option__link_donation::before {
          display: inline-block;
          content: "";
          width: 16px;
          height: 16px;
          vertical-align: middle;
          margin-right: 5px;
          background: url(/static/img-com/img-icon-donation.svg) no-repeat center center; }
        .gnav-option__link_search::before {
          display: inline-block;
          content: "";
          width: 16px;
          height: 16px;
          vertical-align: middle;
          margin-right: 5px;
          background: url(/static/img-com/img-icon-search.svg) no-repeat center center; }
        .gnav-option__link_filter::before {
          display: inline-block;
          content: "";
          width: 16px;
          height: 16px;
          vertical-align: middle;
          margin-right: 5px;
          background: url(/static/img-com/img-icon-filter.svg) no-repeat center center; }
      .gnav-option__box0 {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        position: absolute;
        z-index: 1030;
        width: 375px;
        top: 40px;
        right: 0;
        color: #fff;
        background: #24140e;
        overflow-y: auto; }
      .gnav-option__list11 {
        margin: 0;
        padding: 0;
        list-style: none;
        margin: 20px; }
        .gnav-option__list11_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) and (min-width: 769px) {
          .gnav-option__list11_col2 {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .gnav-option__list11_col2 > * {
              width: calc((100% - 0px * 1) / 2 - 0.1px); }
              .gnav-option__list11_col2 > * img {
                width: 100%; } }
        @media (min-width: 769px) and (max-width: 768.98px) {
          .gnav-option__list11_col2 {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .gnav-option__list11_col2 > * {
              width: calc((100% - 0px * 1) / 2 - 0.1px); }
              .gnav-option__list11_col2 > * img {
                width: 100%; } }

@media (min-width: 769px) {
          .gnav-option__list11_col2 .gnav-option__item11 {
            text-align: center; }
            .gnav-option__list11_col2 .gnav-option__item11:not(:last-child) {
              border-right: 1px solid #fff; }
          .gnav-option__list11_col2 .gnav-option__link11 {
            -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; }
            .gnav-option__list11_col2 .gnav-option__link11::after {
              right: 10px; }
        .gnav-option__list11_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) and (min-width: 769px) {
          .gnav-option__list11_col3 {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .gnav-option__list11_col3 > * {
              width: calc((100% - 0px * 2) / 3 - 0.1px); }
              .gnav-option__list11_col3 > * img {
                width: 100%; } }
        @media (min-width: 769px) and (max-width: 768.98px) {
          .gnav-option__list11_col3 {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .gnav-option__list11_col3 > * {
              width: calc((100% - 0px * 2) / 3 - 0.1px); }
              .gnav-option__list11_col3 > * img {
                width: 100%; } }

@media (min-width: 769px) {
          .gnav-option__list11_col3 .gnav-option__item11 {
            text-align: center; }
            .gnav-option__list11_col3 .gnav-option__item11:not(:last-child) {
              border-right: 1px solid #fff; }
          .gnav-option__list11_col3 .gnav-option__link11 {
            -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; }
            .gnav-option__list11_col3 .gnav-option__link11::after {
              right: 10px; }
        .gnav-option__list11_type1 .gnav-option__item11 {
          border-bottom: 1px solid #fff; }
          .gnav-option__list11_type1 .gnav-option__item11:nth-child(1) {
            border-top: 1px solid #fff; }
        .gnav-option__list11_type2 {
          margin: 0;
          background: #64072a; }
          .gnav-option__list11_type2 .gnav-option__item11:not(:last-child) {
            border-bottom: 1px solid #fff; }
          .gnav-option__list11_type2 .gnav-option__link11 {
            padding-left: 20px;
            padding-right: 20px; }
            .gnav-option__list11_type2 .gnav-option__link11::after {
              right: 20px; }
      .gnav-option__link11 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 15px 0;
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        position: relative; }
        .gnav-option__link11:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor;
          opacity: 0.6; }
        .gnav-option__link11::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
          width: 6px;
          height: 6px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff; }
        .gnav-option__link11_icon01::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-01.svg) no-repeat center center/contain; }
        .gnav-option__link11_icon02::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-02.svg) no-repeat center center/contain; }
        .gnav-option__link11_icon03::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-03.svg) no-repeat center center/contain; }
        .gnav-option__link11_icon04::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-04.svg) no-repeat center center/contain; }
        .gnav-option__link11_icon05::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-05.svg) no-repeat center center/contain; }
        .gnav-option__link11_icon06::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-06.svg) no-repeat center center/contain; }
        .gnav-option__link11_icon07::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-07.svg) no-repeat center center/contain; }
        .gnav-option__link11_icon08::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-08.svg) no-repeat center center/contain; }
        .gnav-option__link11_icon09::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-09.svg) no-repeat center center/contain; }
        .gnav-option__link11_icon10::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-10.svg) no-repeat center center/contain; }
        .gnav-option__link11_icon01::before, .gnav-option__link11_icon02::before, .gnav-option__link11_icon06::before, .gnav-option__link11_icon07::before, .gnav-option__link11_icon08::before {
          width: 40px;
          height: 40px;
          margin-right: 0;
          margin-bottom: 10px; }
        .gnav-option__link11_icon01::after, .gnav-option__link11_icon02::after, .gnav-option__link11_icon06::after, .gnav-option__link11_icon07::after, .gnav-option__link11_icon08::after {
          content: none; }
        .gnav-option__link11_icon09, .gnav-option__link11_icon10 {
          font-weight: bold; }
          .gnav-option__link11_icon09::before, .gnav-option__link11_icon10::before {
            width: 30px;
            height: 30px; }
    .gnav__group {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .gnav__group.active {
        position: fixed;
        z-index: 1001;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 10px; }
        .gnav__group.active .gnav-main__item1 {
          padding-bottom: 15px; }
      .gnav__group .gnav-main_left {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc((100% - 158px) / 2);
                flex: 0 1 calc((100% - 158px) / 2); }
        .gnav__group .gnav-main_left .gnav-main__list1 {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
      .gnav__group .gnav__logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin: -2px 60px 0; }
      .gnav__group .gnav-main_right {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc((100% - 158px) / 2);
                flex: 0 1 calc((100% - 158px) / 2); }
        .gnav__group .gnav-main_right .gnav-main__list1 {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
    .gnav__logo {
      top: -5px; }
      .gnav__logo-img {
        height: 40px; }
    .gnav-main {
      line-height: 1.5; }
      .gnav-main__list1 {
        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; }
      .gnav-main__item1 {
        padding-bottom: 20px; }
        .gnav-main__item1.hover .gnav-main__link1-en {
          color: #64072a; }
        .gnav-main__item1.hover .gnav-main__box1 {
          opacity: 1;
          pointer-events: inherit; }
          .gnav-main__item1.hover .gnav-main__box1 .gnav-main__item2:first-child .gnav-main__link2 {
            border-bottom-color: #64072a; }
          .gnav-main__item1.hover .gnav-main__box1 .gnav-main__item2:first-child .gnav-main__box2 {
            opacity: 1;
            pointer-events: inherit; }
          .gnav-main__item1.hover .gnav-main__box1 .gnav-main__list2.hover .gnav-main__item2:first-child .gnav-main__link2 {
            border-bottom-color: #c6c6c6; }
          .gnav-main__item1.hover .gnav-main__box1 .gnav-main__list2.hover .gnav-main__item2:first-child .gnav-main__box2 {
            opacity: 0;
            pointer-events: none; }
        .gnav-main__item1:focus-within .gnav-main__link1-en {
          color: #64072a; }
        .gnav-main__item1:focus-within .gnav-main__box1 {
          opacity: 1;
          pointer-events: inherit; }
          .gnav-main__item1:focus-within .gnav-main__box1 .gnav-main__item2:first-child .gnav-main__link2 {
            border-bottom-color: #64072a; }
          .gnav-main__item1:focus-within .gnav-main__box1 .gnav-main__item2:first-child .gnav-main__box2 {
            opacity: 1;
            pointer-events: inherit; }
          .gnav-main__item1:focus-within .gnav-main__box1 .gnav-main__list2:focus-within .gnav-main__item2:first-child .gnav-main__link2 {
            border-bottom-color: #c6c6c6; }
          .gnav-main__item1:focus-within .gnav-main__box1 .gnav-main__list2:focus-within .gnav-main__item2:first-child .gnav-main__box2 {
            opacity: 0;
            pointer-events: none; }
      .gnav-main__link1 {
        padding: 0 10px;
        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;
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .gnav-main__link1:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor; }
        .gnav-main__link1-en {
          font-family: "Crimson Text", serif;
          font-weight: 400;
          letter-spacing: normal;
          font-size: 1.7rem;
          font-weight: bold;
          color: #24140e;
          white-space: nowrap; }
        .gnav-main__link1-jp {
          font-size: 1.1rem;
          font-weight: bold;
          color: #64072a;
          white-space: nowrap; }
      .gnav-main__box1 {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        z-index: 1030;
        top: 100%;
        left: 0;
        right: 0;
        border-top: 1px solid #c6c6c6; }
        .gnav-main__box1_ptn1 {
          padding: 30px 0;
          background: #fff; }
        .gnav-main__box1_ptn2 {
          color: #fff;
          background: #64072a; }
          .gnav-main__box1_ptn2::after {
            content: "";
            display: block;
            position: absolute;
            z-index: 1;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: #000;
            z-index: -1;
            left: 50%; }
        .gnav-main__box1_ptn3 {
          color: #fff;
          background: #64072a; }
          .gnav-main__box1_ptn3 .gnav-main__box3 {
            width: 90%; }
      .gnav-main__list2 {
        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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .gnav-main__item2 {
        width: 25%; }
        .gnav-main__item2.hover .gnav-main__link2 {
          border-bottom-color: #64072a !important; }
        .gnav-main__item2.hover .gnav-main__box2 {
          opacity: 1 !important;
          pointer-events: inherit !important; }
        .gnav-main__item2:focus-within .gnav-main__link2 {
          border-bottom-color: #64072a !important; }
        .gnav-main__item2:focus-within .gnav-main__box2 {
          opacity: 1 !important;
          pointer-events: inherit !important; }
      .gnav-main__link2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        font-size: 1.8rem;
        font-weight: bold;
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        padding: 10px 0;
        border-bottom: 3px solid #c6c6c6; }
        .gnav-main__link2:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor; }
      .gnav-main__box2 {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        z-index: 1030;
        top: calc(100% - 30px);
        left: 0;
        right: 0;
        padding: 0 0 30px;
        background: #fff; }
      .gnav-main .sys-info.sys-info_t3 .sys-info__citem_date {
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.2;
        color: #24140e; }
      .gnav-main .sys-info.sys-info_t3 .sys-info__citem_tags {
        width: 140px; }
        .gnav-main .sys-info.sys-info_t3 .sys-info__citem_tags .ptag__item {
          margin-bottom: 0; }
      .gnav-main .sys-info.sys-info_t3 .sys-info__citem_link {
        margin-top: 0; }
      .gnav-main__area2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*font-size: 1.5rem;*/
        justify-content: center; }
        .gnav-main__area2-dir2 {
          width: 33%;
          padding: 20px 0 20px 65px;
          position: relative; }
        .gnav-main__area2-dir3 {
          width: 33%;
          padding: 20px 20px;
          color: #24140e;
          background: #efefef; }
        .gnav-main__area2-featured {
          width: 33%;
          padding: 20px 20px; }
        .gnav-main__area2-featured .pfig{
            width: auto;
          }
        .gnav-main__area2-featured .pfig .pfig__img{
          width: auto;
        }
      .gnav-main__area3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.5rem;
        justify-content: center; }
        .gnav-main__area3-dir2 {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          width: 27.5%;
          padding: 20px 0 20px 100px;
          position: relative; }
          .gnav-main__area3-dir2_right {
            -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3;
            padding: 20px 100px 20px 0; }
        .gnav-main__area3-dir3 {
          width: 33%;
          padding: 20px 20px;
          color: #24140e;
          background: #c6c6c6; }
        .gnav-main__area3-featured {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          width: 45%;
          padding: 20px 20px;
          background: #000; }
          .gnav-main__area3-featured .gnav-main__item3{
            font-size: 1.2rem;
          }
          .gnav-main__area3-featured .gnav-main__link3{
            padding: 6.5px 0;
          }
          .gnav-main__area3-featured .pfig{
            line-height: 1;
            width: auto;
          }
          .gnav-main__area3-featured .pfig .pfig__img{
            width: auto;
          }
          .gnav-main__area3-featured .slick-dots{
            margin: 0 0 10px!important;
          }
          .gnav-main__area3-featured .slick-dots li button:before{
            width: 80%;
            height: 80%;
          }
          .gnav-main__area3-featured .slick-slider#slider-gm-academics-featured .slick-arrow{
            top: 40%;
          }
      .gnav-main__list3 {
        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; }
        .gnav-main__list3_col2 {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
                  margin-top: 5px; } }
        @media (min-width: 769px) and (min-width: 769px) {
          .gnav-main__list3_col2 {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .gnav-main__list3_col2 > * {
              width: calc((100% - 20px * 1) / 2); }
              .gnav-main__list3_col2 > * img {
                width: 100%; } }
        @media (min-width: 769px) and (max-width: 768.98px) {
          .gnav-main__list3_col2 {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .gnav-main__list3_col2 > * {
              width: 100%; }
              .gnav-main__list3_col2 > * img {
                width: 100%; } }

@media (min-width: 769px) {
          .gnav-main__list3_col2 .gnav-main__item3 {
            padding-right: 0; }
        .gnav-main__list3_right .gnav-main__item3 {
          padding-left: 20px;
          padding-right: 0; }
          .gnav-main__list3_right .gnav-main__item3:hover .gnav-main__link3::before {
            -webkit-transform: translateX(-0.5em);
                    transform: translateX(-0.5em); }
          .gnav-main__list3_right .gnav-main__item3:focus-within .gnav-main__link3::before {
            -webkit-transform: translateX(-0.5em);
                    transform: translateX(-0.5em); }
        .gnav-main__list3_right .gnav-main__link3 {
          -webkit-box-pack: inherit;
              -ms-flex-pack: inherit;
                  justify-content: inherit;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: currentColor; }
          .gnav-main__list3_right .gnav-main__link3:hover {
            color: currentColor;
            text-decoration: none; }
          .gnav-main__list3_right .gnav-main__link3::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 .gnav-main__list3_right .gnav-main__link3::before {
              display: inline-block !important;
              text-decoration: none; }
          .gnav-main__list3_right .gnav-main__link3::before {
            -webkit-box-ordinal-group: inherit;
                -ms-flex-order: inherit;
                    order: inherit;
            margin-left: 0; }
        .gnav-main__list3_right .gnav-main__box3 {
          left: auto;
          right: 100%; }
      .gnav-main__item3 {
        padding-right: 20px; }
        .gnav-main__item3.hover .gnav-main__link3::before {
          -webkit-transform: translateX(0.5em);
                  transform: translateX(0.5em); }
        .gnav-main__item3.hover .gnav-main__box3 {
          opacity: 1;
          pointer-events: inherit; }
        .gnav-main__item3:focus-within .gnav-main__link3::before {
          -webkit-transform: translateX(0.5em);
                  transform: translateX(0.5em); }
        .gnav-main__item3:focus-within .gnav-main__box3 {
          opacity: 1;
          pointer-events: inherit; }
      .gnav-main__link3 {
        border-bottom: 1px solid #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 8px 0;
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: currentColor; }
        .gnav-main__link3:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor; }
        .gnav-main__link3:hover {
          color: currentColor;
          text-decoration: none; }
        .gnav-main__link3::before {
          color: currentColor;
          font-family: fontawesome;
          content: "\f105";
          text-decoration: none;
          margin-right: 0.5em;
          font-size: 1em;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .ie11 .gnav-main__link3::before {
            display: inline-block !important;
            text-decoration: none; }
        .gnav-main__link3::before {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin-left: auto; }
        .gnav-main__link3[href="#"] {
          pointer-events: none; }
      .gnav-main__box3 {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        z-index: 1030;
        top: 0;
        left: 100%;
        right: 0;
        bottom: 0;
        color: #24140e;
        background: #efefef;
        width: 100%;
        padding: 30px 20px; }
      .gnav-main__list4 {
        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;
        overflow-y: auto;
        height: 100%; }
        .gnav-main__list4::-webkit-scrollbar {
          width: 14px; }
        .gnav-main__list4::-webkit-scrollbar-track {
          background: linear-gradient(90deg, transparent 0, transparent 5px, #fff 6px, #fff 8px, transparent 9px, transparent 14px); }
        .gnav-main__list4::-webkit-scrollbar-thumb {
          background-color: #c6c6c6; }
      .gnav-main__link4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0;
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: currentColor; }
        .gnav-main__link4:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor;
          -webkit-transition: 0.1s;
          transition: 0.1s;
          background: rgba(198, 198, 198, 0.5); }
        .gnav-main__link4:hover {
          color: currentColor;
          text-decoration: none; }
        .gnav-main__link4::before {
          color: currentColor;
          font-family: fontawesome;
          content: "\f054";
          text-decoration: none;
          margin-right: 0.5em;
          font-size: 1rem;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .ie11 .gnav-main__link4::before {
            display: inline-block !important;
            text-decoration: none; }
        .gnav-main__link4::before {
          color: #64072a; }
      .gnav-main__link4r {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0;
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        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;
        padding-left: 1em; }
        .gnav-main__link4r:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor;
          -webkit-transition: 0.1s;
          transition: 0.1s;
          background: rgba(198, 198, 198, 0.5); }
        .gnav-main__link4r:hover {
          color: currentColor;
          text-decoration: none; }
        .gnav-main__link4r::after {
          color: currentColor;
          font-family: fontawesome;
          content: "\f054";
          text-decoration: none;
          margin-left: 0.5em;
          font-size: 1rem;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .ie11 .gnav-main__link4r::after {
            display: inline-block !important;
            text-decoration: none; }
        .gnav-main__link4r::after {
          color: #64072a; }
      .gnav-main__list5 {
        margin: 0;
        padding: 0;
        list-style: none; }
      .gnav-main__link5 {
        opacity: 1;
        text-decoration: none;
        color: currentColor; }
        .gnav-main__link5:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor; }
        .gnav-main__link5::after {
          content: none !important; }
        .gnav-main__link5 .pfig__cap {
          font-size: 1.5rem;
          font-weight: bold; }
    .gnav-sp {
      display: none; } }

@media (max-width: 768.98px) {
  .gnav {
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding-left: 20px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body {
      padding-top: 60px; }
    .gnav-option {
      display: none; }
    .gnav__logo-img {
      height: 35px; }
    .gnav-main {
      display: none; }
    .gnav-sp {
      margin-left: auto; }
      .gnav-sp__list1 {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .gnav-sp__item1:not(:last-child) {
        border-right: 1px solid #fff; }
      .gnav-sp__item1_user .gnav-sp__link1 {
        background: #64072a;
        text-align: center; }
        .gnav-sp__item1_user .gnav-sp__link1::before {
          width: 20px;
          height: 25px;
          background-image: url(/static/img-com/img-icon-sp-user.svg); }
      .gnav-sp__link1 {
        display: block;
        width: 60px;
        height: 60px;
        color: #fff;
        background: #24140e;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        line-height: 1;
        font-size: 1rem;
        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-sp__link1::before {
          content: "";
          width: 22px;
          height: 22px;
          background: url(/static/img-com/img-icon-sp-menu.svg) no-repeat center center/contain;
          margin-bottom: 5px; }
        .gnav-sp__link1:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor;
          color: #fff; }
      .gnav-sp__box0 {
        position: fixed;
        z-index: 1030;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        background: #64072a;
        overflow-y: scroll; }
      .gnav-sp__box1 {
        position: fixed;
        z-index: 1030;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        overflow-y: scroll; }
      .gnav-sp__list2 {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 60px;
        padding: 20px; }
      .gnav-sp__link2 {
        display: block;
        border-bottom: 1px solid #c6c6c6;
        padding: 20px 40px 20px 0;
        font-family: "Crimson Text", serif;
        font-weight: 400;
        letter-spacing: normal;
        font-weight: bold;
        font-size: 2.4rem;
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        position: relative; }
        .gnav-sp__link2:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor; }
        .gnav-sp__link2::before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 16px;
          height: 2px;
          background: #24140e; }
        .gnav-sp__link2[aria-expanded="false"]::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 7px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 2px;
          height: 16px;
          background: #24140e; }


        .gnav-sp__link20 {
          display: block;
          border-bottom: 1px solid #c6c6c6;
          padding: 20px 40px 20px 0;
          font-family: "Crimson Text", serif;
          font-weight: 400;
          letter-spacing: normal;
          font-weight: bold;
          font-size: 2.4rem;
          opacity: 1;
          text-decoration: none;
          color: currentColor;
          position: relative;} 

        .gnav-sp__link20::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 5px;
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
          width: 12px;
          height: 12px;
          border-top: 2px solid #24140e;
          border-right: 2px solid #24140e; }



      .gnav-sp__list3 {
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 0 20px;
        background: #efefef; }
      .gnav-sp__item3 {
        border-bottom: 1px dotted #c6c6c6; }
      .gnav-sp__link3 {
        display: block;
        padding: 20px 20px 20px 0;
        font-weight: bold;
        font-size: 1.6rem;
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        position: relative; }
        .gnav-sp__link3:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor; }
        .gnav-sp__link3::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
          width: 6px;
          height: 6px;
          border-top: 2px solid #24140e;
          border-right: 2px solid #24140e; }
        .gnav-sp__link3[aria-expanded="false"]::after {
          -webkit-transform: translateY(-50%) rotate(135deg);
                  transform: translateY(-50%) rotate(135deg); }
        .gnav-sp__link3[aria-expanded="true"]::after {
          -webkit-transform: translateY(-50%) rotate(135deg) scale(-1);
                  transform: translateY(-50%) rotate(135deg) scale(-1); }
        .gnav-sp__link3[href="#"]::after {
          content: none; }
      .gnav-sp__box3 {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        background: rgba(198, 198, 198, 0.3); }
      .gnav-sp__list4 {
        margin: 0;
        padding: 0;
        list-style: none; }
      .gnav-sp__item4 {
        border-top: 1px dotted #c6c6c6; }
      .gnav-sp__link4 {
        display: block;
        padding: 0.7em 0;
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: currentColor; }
        .gnav-sp__link4:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor; }
        .gnav-sp__link4:hover {
          color: currentColor;
          text-decoration: none; }
        .gnav-sp__link4::before {
          color: currentColor;
          font-family: fontawesome;
          content: "\f054";
          text-decoration: none;
          margin-right: 0.5em;
          font-size: 1rem;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .ie11 .gnav-sp__link4::before {
            display: inline-block !important;
            text-decoration: none; }
      .gnav-sp__link4r {
        display: block;
        padding: 0.7em 0;
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        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;
        padding-left: 1em; }
        .gnav-sp__link4r:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor; }
        .gnav-sp__link4r:hover {
          color: currentColor;
          text-decoration: none; }
        .gnav-sp__link4r::after {
          color: currentColor;
          font-family: fontawesome;
          content: "\f054";
          text-decoration: none;
          margin-left: 0.5em;
          font-size: 1rem;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .ie11 .gnav-sp__link4r::after {
            display: inline-block !important;
            text-decoration: none; }
      .gnav-sp__fill {
        margin-bottom: 60px;
        padding: 20px;
        color: #fff;
        background: #64072a; }
      .gnav-sp__list5 {
        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; }
        .gnav-sp__list5-title {
          font-weight: bold; } }
      @media (max-width: 768.98px) and (max-width: 768.98px) {
        .gnav-sp__list5 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .gnav-sp__list5 > * {
            width: calc((100% - 15px * 1) / 2); }
            .gnav-sp__list5 > *:nth-last-child(n + 3) {
              margin-bottom: 10px; }
            .gnav-sp__list5 > * img {
              width: 100%; } }

@media (max-width: 768.98px) {
      .gnav-sp__item5 {
        color: #24140e; }
      .gnav-sp__link5 {
        display: block;
        padding: 10px;
        background: #fff;
        text-align: center;
        opacity: 1;
        text-decoration: none;
        color: currentColor; }
        .gnav-sp__link5:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor; }
      .gnav-sp__list6 {
        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;
        border-top: 1px solid #c6c6c6; }
        .gnav-sp__list6-title {
          font-weight: bold;
          margin-left: 20px; } }
      @media (max-width: 768.98px) and (max-width: 768.98px) {
        .gnav-sp__list6 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .gnav-sp__list6 > * {
            width: calc((100% - 0px * 1) / 2 - 0.1px); }
            .gnav-sp__list6 > * img {
              width: 100%; } }

@media (max-width: 768.98px) {
      .gnav-sp__item6 {
        border-bottom: 1px solid #c6c6c6; }
        .gnav-sp__item6:nth-child(odd) {
          border-right: 1px solid #c6c6c6; }
      .gnav-sp__link6 {
        display: block;
        padding: 10px 20px;
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        position: relative; }
        .gnav-sp__link6:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor; }
        .gnav-sp__link6::before, .gnav-sp__link6::after {
          position: absolute;
          display: block;
          content: "";
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .gnav-sp__link6::before {
          top: 50%;
          right: 0;
          width: 25px;
          height: 1px;
          background: #24140e;
          -webkit-transform: translate(-30px, -50%);
                  transform: translate(-30px, -50%); }
        .gnav-sp__link6::after {
          top: 50%;
          right: 0;
          width: 6px;
          height: 6px;
          border-top: 1px solid #24140e;
          border-right: 1px solid #24140e;
          -webkit-transform: translate(-20px, -50%) rotate(45deg);
                  transform: translate(-20px, -50%) rotate(45deg); }
        .gnav-sp__link6:hover::before {
          -webkit-transform: translate(-20px, -50%);
                  transform: translate(-20px, -50%); }
        .gnav-sp__link6:hover::after {
          -webkit-transform: translate(-20px, -50%) rotate(45deg);
                  transform: translate(-20px, -50%) rotate(45deg); }
      .gnav-sp__list11 {
        margin: 0;
        padding: 0;
        list-style: none;
        margin: 10px 20px; }
        .gnav-sp__list11_col2 {
          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) and (min-width: 769px) {
          .gnav-sp__list11_col2 {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .gnav-sp__list11_col2 > * {
              width: calc((100% - 0px * 1) / 2 - 0.1px); }
              .gnav-sp__list11_col2 > * img {
                width: 100%; } }
        @media (max-width: 768.98px) and (max-width: 768.98px) {
          .gnav-sp__list11_col2 {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .gnav-sp__list11_col2 > * {
              width: calc((100% - 0px * 1) / 2 - 0.1px); }
              .gnav-sp__list11_col2 > * img {
                width: 100%; } }

@media (max-width: 768.98px) {
          .gnav-sp__list11_col2 .gnav-sp__item11 {
            text-align: center; }
            .gnav-sp__list11_col2 .gnav-sp__item11:not(:last-child) {
              border-right: 1px solid #fff; }
          .gnav-sp__list11_col2 .gnav-sp__link11 {
            -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; }
            .gnav-sp__list11_col2 .gnav-sp__link11::after {
              right: 10px; }
        .gnav-sp__list11_col3 {
          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) and (min-width: 769px) {
          .gnav-sp__list11_col3 {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .gnav-sp__list11_col3 > * {
              width: calc((100% - 0px * 2) / 3 - 0.1px); }
              .gnav-sp__list11_col3 > * img {
                width: 100%; } }
        @media (max-width: 768.98px) and (max-width: 768.98px) {
          .gnav-sp__list11_col3 {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .gnav-sp__list11_col3 > * {
              width: calc((100% - 0px * 2) / 3 - 0.1px); }
              .gnav-sp__list11_col3 > * img {
                width: 100%; } }

@media (max-width: 768.98px) {
          .gnav-sp__list11_col3 .gnav-sp__item11 {
            text-align: center; }
            .gnav-sp__list11_col3 .gnav-sp__item11:not(:last-child) {
              border-right: 1px solid #fff; }
          .gnav-sp__list11_col3 .gnav-sp__link11 {
            -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; }
            .gnav-sp__list11_col3 .gnav-sp__link11::after {
              right: 10px; }
        .gnav-sp__list11_type1 .gnav-sp__item11 {
          border-bottom: 1px solid #fff; }
          .gnav-sp__list11_type1 .gnav-sp__item11:nth-child(1) {
            border-top: 1px solid #fff; }
        .gnav-sp__list11_type2 {
          margin: 0;
          background: #24140e; }
          .gnav-sp__list11_type2 .gnav-sp__item11:not(:last-child) {
            border-bottom: 1px solid #fff; }
          .gnav-sp__list11_type2 .gnav-sp__link11 {
            padding-left: 20px;
            padding-right: 20px; }
            .gnav-sp__list11_type2 .gnav-sp__link11::after {
              right: 20px; }
      .gnav-sp__link11 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 0;
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        position: relative; }
        .gnav-sp__link11:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor; }
        .gnav-sp__link11::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
          width: 6px;
          height: 6px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff; }
        .gnav-sp__link11_icon01::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-01.svg) no-repeat center center/contain; }
        .gnav-sp__link11_icon02::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-02.svg) no-repeat center center/contain; }
        .gnav-sp__link11_icon03::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-03.svg) no-repeat center center/contain; }
        .gnav-sp__link11_icon04::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-04.svg) no-repeat center center/contain; }
        .gnav-sp__link11_icon05::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-05.svg) no-repeat center center/contain; }
        .gnav-sp__link11_icon06::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-06.svg) no-repeat center center/contain; }
        .gnav-sp__link11_icon07::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-07.svg) no-repeat center center/contain; }
        .gnav-sp__link11_icon08::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-08.svg) no-repeat center center/contain; }
        .gnav-sp__link11_icon09::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-09.svg) no-repeat center center/contain; }
        .gnav-sp__link11_icon10::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background: url(/static/img-com/img-icon-user-10.svg) no-repeat center center/contain; }
        .gnav-sp__link11_icon01::before, .gnav-sp__link11_icon02::before, .gnav-sp__link11_icon06::before, .gnav-sp__link11_icon07::before, .gnav-sp__link11_icon08::before {
          width: 40px;
          height: 40px;
          margin-right: 0;
          margin-bottom: 10px; }
        .gnav-sp__link11_icon01::after, .gnav-sp__link11_icon02::after, .gnav-sp__link11_icon06::after, .gnav-sp__link11_icon07::after, .gnav-sp__link11_icon08::after {
          content: none; }
        .gnav-sp__link11_icon09, .gnav-sp__link11_icon10 {
          font-weight: bold; }
          .gnav-sp__link11_icon09::before, .gnav-sp__link11_icon10::before {
            width: 30px;
            height: 30px; } }

.ess__dlist {
  background: #fff; }

.ess__dhead {
  color: #fff;
  background: #e12f3b; }
  @media (min-width: 769px) {
    .ess__dhead {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .ess__dhead {
      font-size: 1.6rem; } }
  .ess__dhead-link {
    display: block;
    padding: 10px 40px 10px 20px;
    opacity: 1;
    text-decoration: none;
    color: currentColor;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .ess__dhead-link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
    .ess__dhead-link::after {
      content: "";
      display: block;
      position: absolute;
      right: 20px;
      top: 50%;
      width: 6px;
      height: 6px;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff; }
    .ess__dhead-link[aria-expanded="true"]::after {
      -webkit-transform: translateY(-50%) rotate(45deg) scale(-1, -1);
              transform: translateY(-50%) rotate(45deg) scale(-1, -1); }
    .ess__dhead-link[aria-expanded="true"] .ess__slim {
      display: none; }

.ess__slim {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #fff;
  font-weight: normal; }
  .ess__slim-date {
    margin-right: 1em;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 1.5rem; }
  .ess__slim-tags {
    margin-right: 1em;
    font-size: 1.2rem; }
  .ess__slim-text {
    font-size: 1.6rem; }

.ess__dbody .pblock, .ess__dbody .pblock-sub, .ess__dbody .pblock-slim, .ess__dbody .pblock-wide, .ess__dbody .pblock-full {
  padding: 30px 0; }

.ess__more {
  margin-top: 20px;
  margin-right: 15px;
  text-align: right; }

@media (max-width: 768.98px) {
  .ess__slim {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    display: block; }
    .ess__slim-text {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .ess .sys-info {
    margin-left: 20px;
    margin-right: 20px; }
  .ess__more {
    margin-right: 5px; } }

.pagetop {
  margin-bottom: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0; }
  .pagetop_show {
    opacity: 1; }
  .pagetop a.scroll {
    display: block;
    color: transparent;
    width: 50px;
    height: 50px;
    overflow: hidden; }
    .pagetop a.scroll::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("/static/img-com/icon-pagetop.png") no-repeat center center/contain; }
  @media (max-width: 768.98px) {
    .pagetop {
      right: 0;
      bottom: 0; }
      .pagetop a.scroll {
        width: 50px;
        height: 50px; } }

.ft {
  overflow: hidden; }
  .ft {
    color: #fff;
    background: #24140e; }
    @media (min-width: 769px) {
      .ft {
        min-width: 1024px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px; }
        body.home .ft {
          margin-top: 0px; } }
    @media (max-width: 768.98px) {
      .ft {
        margin-top: 0px;
        margin-bottom: 0px; }
        body.home .ft {
          margin-top: 0px; } }
  .ft__copy {
    margin-top: 15px;
    padding: 10px 0;
    font-size: 1.1rem;
    text-align: right; }
  @media (min-width: 769px) {
    .ft__copy {
      position: relative; }
      .ft__copy::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 100vw;
        height: 1px;
        background: #fff; } }
  @media (max-width: 768.98px) {
    .ft {
      padding-left: 20px;
      padding-right: 20px; }
      .ft__copy {
        margin: 30px -20px 0;
        text-align: center;
        border-top: 1px solid #fff; } }

.ft-discover__title {
  padding: 10px 0;
  margin: 0;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 3rem;
  font-weight: normal;
  text-align: center; }

.ft-discover__more {
  text-align: center; }

.ft-discover__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff; }

@media (min-width: 769px) {
  .ft-discover-discover .sys-info__label {
    font-size: 1.2rem !important;
    padding: 5px 35px !important; }
  .ft-discover-discover .sys-info .ptag {
    font-size: 1rem; }
  .ft-discover-discover .sys-info__date {
    font-size: 1.2rem !important;
    margin-bottom: 0.5em; }
  .ft-discover-discover .sys-info__title {
    margin-bottom: 0.5em;
    font-size: 1.5rem !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
    .ie11 .ft-discover-discover .sys-info__title {
      margin-bottom: 0; }
  .ft-discover-discover .sys-info__more {
    font-size: 1.2rem !important; } }

.ft-discover-slider {
  background: #fff;
  padding: 10px 50px 10px 10px;
  position: relative; }
  .ft-discover-slider__tag {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 40%;
    width: 152px;
    background: #64072a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 10px;
    line-height: 1.3; }
    .ft-discover-slider__tag-jp {
      color: #fff;
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      /*margin-bottom: 30px;*/ }
      @media (min-width: 769px) {
        .ft-discover-slider__tag-jp {
          font-size: 1.6rem; } }
      @media (max-width: 768.98px) {
        .ft-discover-slider__tag-jp {
          font-size: 1.4rem; } }
    .ft-discover-slider__tag-en {
      color: #fff; }
      @media (min-width: 769px) {
        .ft-discover-slider__tag-en {
          font-size: 1rem; } }
      @media (max-width: 768.98px) {
        .ft-discover-slider__tag-en {
          font-size: 1rem; } }
    .ft-discover-slider__tag-en1 {
      color: #64072a;
      position: absolute;
      right: 5px;
      bottom: 5px;
      -webkit-writing-mode: vertical-lr;
          -ms-writing-mode: tb-lr;
              writing-mode: vertical-lr;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding: 10px;
      line-height: 1; }
      @media (min-width: 769px) {
        .ft-discover-slider__tag-en1 {
          font-size: 1rem; } }
      @media (max-width: 768.98px) {
        .ft-discover-slider__tag-en1 {
          font-size: 1rem; } }
/*    .ft-discover-slider__tag::after {
      content: "";
      display: block;
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background-image: url(/static/img-com/icon-discover-featured.svg); }*/
  .ft-discover-slider .slick-slider {
    margin: 0; }
  .ft-discover-slider .slick-list,
  .ft-discover-slider .slick-track {
    height: 100%;
    background: #fff; }
  .ft-discover-slider__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .ft-discover-slider__item {
    height: 100%; }
  .ft-discover-slider__link {
    height: 100%;
    display: block;
    font-size: 1.4rem;
    font-weight: bold; }
    .ft-discover-slider__link:hover {
      text-decoration: none; }
  .ft-discover-slider__fig {
    margin: 0;
    height: 100%;
    position: relative; }
    .ft-discover-slider__fig-cap {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      background: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0.2em 0.5em 0; }
  .ft-discover-slider_home .ft-discover-slider {
    width: 100%; }

@media (min-width: 769px) {
  .ft-discover {
    position: relative; }
    .ft-discover__more {
      position: absolute;
      top: 20px;
      right: 20px; }
    .ft-discover-discover {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 6 * 4);
              flex: 0 0 calc(100% / 6 * 4);
      width: calc(100% / 6 * 4); }
    .ft-discover-slider {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc(100% / 6 * 2); }
      .ft-discover-slider_home {
        width: 100%;
        padding: 10px 50px 40px 0; }
        .ft-discover-slider_home .ft-discover-slider__tag {
          bottom: 25%; }
        .ft-discover-slider_home .slick-slider {
          position: static;
          margin-bottom: 5px !important; }
          .ft-discover-slider_home .slick-slider .slick-dots {
            position: absolute;
            bottom: 0; } }

@media (max-width: 768.98px) {
  .ft-discover__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .ft-discover-discover {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .ft-discover-discover .sys-info__item:nth-child(n + 3) {
      display: none; }
    .ft-discover-discover .sys-info__list_col4 > * {
      width: 50% !important; }
  .ft-discover-slider {
    padding: 10px 50px 0 0; }
    .ft-discover-slider .ft-discover-slider__tag {
      bottom: 20%; }
    .ft-discover-slider_home .ft-discover-slider__tag {
      bottom: 30%; }
    .ft-discover-slider_home .slick-slider {
      margin-bottom: 0 !important; }
      .ft-discover-slider_home .slick-slider .slick-dots {
        margin: 20px 0; } }

.fnav {
  font-size: 1.4rem;
  line-height: 1.3;
  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 (min-width: 769px) {
    .fnav {
      padding-top: 40px; } }
  @media (max-width: 768.98px) {
    .fnav {
      padding-top: 25px; } }
  @media (min-width: 769px) {
    .fnav {
      padding-bottom: 40px; } }
  @media (max-width: 768.98px) {
    .fnav {
      padding-bottom: 0px; } }
  .fnav__list1 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .fnav__list1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .fnav__list1 > * {
          width: calc((100% - 2px * 4) / 5); }
          .fnav__list1 > *:nth-last-child(n + 6) {
            margin-bottom: 10px; }
          .fnav__list1 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .fnav__list1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .fnav__list1 > * {
          width: calc((100% - 7px * 1) / 2); }
          .fnav__list1 > *:nth-last-child(n + 3) {
            margin-bottom: 7px; }
          .fnav__list1 > * img {
            width: 100%; } }
  .fnav__link1 {
    display: block;
    color: currentColor;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .fnav__link1:hover {
      opacity: 1;
      color: currentColor; }
    .fnav__link1-img {
      margin-bottom: 5px;
      height: 100%; }
    .fnav__link1-txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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; }
    .fnav__link1-en {
      line-height: 1;
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: normal; }
    .fnav__link1-jp {
      font-size: 1rem; }
  .fnav__list3 {
    margin-bottom: 30px !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .fnav__list4 {
    margin-bottom: 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .fnav__list4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .fnav__list4 > * {
          width: calc((100% - 30px * 1) / 2); }
          .fnav__list4 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .fnav__list4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .fnav__list4 > * {
          width: 100%; }
          .fnav__list4 > * img {
            width: 100%; } }
  .fnav__list5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .fnav__list5 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .fnav__list5 > * {
          width: calc((100% - 10px * 1) / 2); }
          .fnav__list5 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .fnav__list5 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .fnav__list5 > * {
          width: 100%; }
          .fnav__list5 > * img {
            width: 100%; } }
  @media (min-width: 769px) {
    .fnav__box1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 558px;
              flex: 0 0 558px; }
    .fnav__box2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 430px;
              flex: 0 0 430px; }
    .fnav__box3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    .fnav__item1_wide {
      width: 100%; }
      .fnav__item1_wide .fnav__link1 {
        background: #00964f;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: currentColor;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .fnav__item1_wide .fnav__link1-img {
          margin-bottom: 0;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 314px;
                  flex: 0 0 314px; }
        .fnav__item1_wide .fnav__link1-txt {
          padding: 0 20px;
          -webkit-box-flex: 1;
              -ms-flex: 1 1 0%;
                  flex: 1 1 0%; }
        .fnav__item1_wide .fnav__link1-en {
          font-size: 2rem; }
          .fnav__item1_wide .fnav__link1-en small {
            font-size: 1.4rem; }
    .fnav__list4 .plist__item:nth-child(2) {
      border-top: 1px solid #24140e; } }
  @media (max-width: 768.98px) {
    .fnav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .fnav__list1 {
        margin-bottom: 30px; }
      .fnav__item1 {
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .fnav__item1_wide .fnav__link1-img::after {
          content: "";
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(0, 150, 79, 0.6);
          z-index: 1; }
        .fnav__item1_wide .fnav__link1-txt {
          padding: 0 20px; }
        .fnav__item1_wide .fnav__link1-en {
          font-size: 2rem; }
          .fnav__item1_wide .fnav__link1-en small {
            font-size: 2rem; }
        .fnav__item1:hover {
          opacity: 0.7; }
      .fnav__link1 {
        display: block;
        position: relative; }
        .fnav__link1-img {
          display: block;
          margin-bottom: 0; }
          .fnav__link1-img::after {
            content: "";
            content: "";
            display: block;
            position: absolute;
            z-index: 1;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(36, 20, 14, 0.5);
            z-index: 1; }
        .fnav__link1-txt {
          position: absolute;
          z-index: 2;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 10px; }
        .fnav__link1-en {
          font-size: 1.8rem; }
        .fnav__link1-jp {
          font-size: 1.2rem; }
      .fnav__list3 {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.ppager, div.WCMpager span.WCMpaged {
  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__item {
    margin-bottom: 0.5em; }
  .ppager__link, div.WCMpager span.WCMpaged 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__link_page, .ppager__link_arrow, div.WCMpager span.WCMpaged a {
      border: 1px solid #64072a; }
      .ppager__link_page:hover, .ppager__link_arrow:hover, div.WCMpager span.WCMpaged a:hover {
        opacity: 1;
        text-decoration: none;
        color: #fff;
        background: #64072a;
        border-color: #64072a; }
    .ppager__link_active, div.WCMpager span.WCMpaged a.WCMselected {
      pointer-events: none;
      color: #fff;
      background: #64072a;
      border-color: #64072a; }
    .ppager__link_noborder {
      border: none; }
    .ppager__link_arrow {
      color: transparent;
      position: relative; }
      .ppager__link_arrow:hover {
        color: transparent; }
        .ppager__link_arrow:hover::after {
          border-color: #fff; }
      .ppager__link_arrow::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        border-top: 2px solid #24140e;
        border-right: 2px solid #24140e;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .ppager__link_arrow_prev {
        margin-right: 0.7em; }
        .ppager__link_arrow_prev::after {
          -webkit-transform: translate(-50%, -50%) translateX(2px) rotate(225deg);
                  transform: translate(-50%, -50%) translateX(2px) rotate(225deg); }
      .ppager__link_arrow_next {
        margin-left: 0.7em; }
        .ppager__link_arrow_next::after {
          -webkit-transform: translate(-50%, -50%) translateX(-2px) rotate(45deg);
                  transform: translate(-50%, -50%) translateX(-2px) rotate(45deg); }
  .ppager_white {
    color: #fff; }
    .ppager_white .ppager__link_page, .ppager_white .ppager__link_arrow, .ppager_white div.WCMpager span.WCMpaged a, div.WCMpager span.WCMpaged .ppager_white a {
      border-color: #fff; }
      .ppager_white .ppager__link_page:hover, .ppager_white .ppager__link_arrow:hover, .ppager_white div.WCMpager span.WCMpaged a:hover, div.WCMpager span.WCMpaged .ppager_white a:hover {
        color: #24140e;
        background: #fff;
        border-color: #fff; }
    .ppager_white .ppager__link_active, .ppager_white div.WCMpager span.WCMpaged a.WCMselected, div.WCMpager span.WCMpaged .ppager_white a.WCMselected {
      color: #24140e;
      background: #fff;
      border-color: #fff; }
    .ppager_white .ppager__link_arrow:hover {
      color: transparent; }
      .ppager_white .ppager__link_arrow:hover::after {
        border-color: #24140e; }
    .ppager_white .ppager__link_arrow::after {
      border-color: #fff; }

.plink {
  color: #24140e;
  color: #0000ff; }
  .plink_ptn, .plink_ptn2, .plink_ptn4, .plink_ptn3, .plink_ptn7, .plink_ptn8, .plink_ptn12, .plink_ptn14, .plink_ptn20, .telemail, .plink_ptn50 {
    line-height: 1.3;
    display: block;
    color: currentColor;
    border: 2px solid #24140e;
    padding: 20px;
    position: relative; }
    @media (min-width: 769px) {
      .plink_ptn, .plink_ptn2, .plink_ptn4, .plink_ptn3, .plink_ptn7, .plink_ptn8, .plink_ptn12, .plink_ptn14, .plink_ptn20, .telemail, .plink_ptn50 {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .plink_ptn, .plink_ptn2, .plink_ptn4, .plink_ptn3, .plink_ptn7, .plink_ptn8, .plink_ptn12, .plink_ptn14, .plink_ptn20, .telemail, .plink_ptn50 {
        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, .plink_ptn14::before, .plink_ptn20::before, .telemail::before, .plink_ptn50::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, .plink_ptn14::after, .plink_ptn20::after, .telemail::after, .plink_ptn50::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, .plink_ptn14:hover, .plink_ptn20:hover, .telemail:hover, .plink_ptn50: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: #0000ff; }
      @media (min-width: 769px) {
        .plink_ptn1, .plink_ptn21, .plink_ptn22 {
          font-size: 1.6rem; } }
      @media (max-width: 768.98px) {
        .plink_ptn1, plink_ptn21, .plink_ptn22 {
          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 #64072a;
        border-right: 2px solid #64072a;
        -webkit-transform: translateX(0) rotate(45deg);
                transform: translateX(0) rotate(45deg); }
      .plink_ptn21::after,
      .plink_ptn22::after{
        text-decoration: none;
        padding-right: 0;
        margin-left: 5px;
        font-size: smaller;
        vertical-align: 1px;
      }
      .plink_ptn21::after{
        color: #64072a;
        font-family: 'FontAwesome';
        content: '\f08e';
      }
      .plink_ptn22::after{
        color: #64072a;
        font-family: 'FontAwesome';
        content: '\f24d';
      }
      .plink_ptn21:hover::after,
      .plink_ptn22:hover::after{
        text-decoration: none;
      }
      .plink_ptn23::after{
        -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: 5px;
        margin-right: 5px;
        position: relative;
        vertical-align: 1px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #64072a;
        border-right: 1px solid #64072a;
        -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, .plink_ptn20, .telemail, .plink_ptn50 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 65px;
      background: #fff; }
      .plink_ptn2[target="_blank"]::after, .plink_ptn4[target="_blank"]::after, .plink_ptn20::after, .telemail::after, .plink_ptn50::after {
        right: 30px; }
      .plink_ptn2[target="_blank"]:hover::after, .plink_ptn4[target="_blank"]:hover::after, .plink_ptn20:hover::after, .telemail:hover::after, .plink_ptn50:hover::after {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
      .plink_ptn2[href$="pdf"]::after, .plink_ptn4[href$="pdf"]::after, .plink_ptn20::after, .telemail::after, .plink_ptn50::after {
        right: 25px; }
      .plink_ptn2:not([target="_blank"]):not([href$="pdf"])::before, .plink_ptn4:not([target="_blank"]):not([href$="pdf"])::before {
        top: 50%;
        right: 0;
        width: 20px;
        height: 1px;
        background: #24140e;
        -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 #24140e;
        border-right: 1px solid #24140e;
        -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; }
      .plink_ptn20::after,
      .plink_ptn50::after{
        font-family: 'FontAwesome';
        content: '\f08e';
      }
      .plink_color_01{
        background-color: #4b9bb9;
        border-color: #4b9bb9;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_01:hover{
        background-color: #fff;
        border-color: #4b9bb9;
        color: #4b9bb9!important;
      }
      .plink_color_01::after{
        color: #fff;
      }
      .plink_color_01:hover::after{
        color: #4b9bb9;
      }
      .plink_color_02{
        background-color: #7f8e2b;
        border-color: #7f8e2b;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_02:hover{
        background-color: #fff;
        border-color: #7f8e2b;
        color: #7f8e2b!important;
      }
      .plink_color_02::after{
        color: #fff;
      }
      .plink_color_02:hover::after{
        color: #7f8e2b;
      }
      .plink_color_03{
        background-color: #cb6a6d;
        border-color: #cb6a6d;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_03:hover{
        background-color: #fff;
        border-color: #cb6a6d;
        color: #cb6a6d!important;
      }
      .plink_color_03::after{
        color: #fff;
      }
      .plink_color_03:hover::after{
        color: #cb6a6d;
      }
      .plink_color_04{
        background-color: #a17c5a;
        border-color: #a17c5a;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_04:hover{
        background-color: #fff;
        border-color: #a17c5a;
        color: #a17c5a!important;
      }
      .plink_color_04::after{
        color: #fff;
      }
      .plink_color_04:hover::after{
        color: #a17c5a;
      }
      .plink_color_05{
        background-color: #3d60c2;
        border-color: #3d60c2;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_05:hover{
        background-color: #fff;
        border-color: #3d60c2;
        color: #3d60c2!important;
      }
      .plink_color_05::after{
        color: #fff;
      }
      .plink_color_05:hover::after{
        color: #3d60c2;
      }
      .plink_color_06{
        background-color: #b8749c;
        border-color: #b8749c;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_06:hover{
        background-color: #fff;
        border-color: #b8749c;
        color: #b8749c!important;
      }
      .plink_color_06::after{
        color: #fff;
      }
      .plink_color_06:hover::after{
        color: #b8749c;
      }
      .plink_color_07{
        background-color: #4d9d8a;
        border-color: #4d9d8a;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_07:hover{
        background-color: #fff;
        border-color: #4d9d8a;
        color: #4d9d8a!important;
      }
      .plink_color_07::after{
        color: #fff;
      }
      .plink_color_07:hover::after{
        color: #4d9d8a;
      }
      .plink_color_08{
        background-color: #666;
        border-color: #666;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_08:hover{
        background-color: #fff;
        border-color: #666;
        color: #666!important;
      }
      .plink_color_08::after{
        color: #fff;
      }
      .plink_color_08:hover::after{
        color: #666;
      }
      .plink_color_09{
        background-color: #22424e;
        border-color: #22424e;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_09:hover{
        background-color: #fff;
        border-color: #22424e;
        color: #22424e!important;
      }
      .plink_color_09::after{
        color: #fff;
      }
      .plink_color_09:hover::after{
        color: #22424e;
      }
      .plink_color_10{
        background-color: #586320;
        border-color: #586320;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_10:hover{
        background-color: #fff;
        border-color: #586320;
        color: #586320!important;
      }
      .plink_color_10::after{
        color: #fff;
      }
      .plink_color_10:hover::after{
        color: #586320;
      }
      .plink_color_11{
        background-color: #824043;
        border-color: #824043;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_11:hover{
        background-color: #fff;
        border-color: #824043;
        color: #824043!important;
      }
      .plink_color_11::after{
        color: #fff;
      }
      .plink_color_11:hover::after{
        color: #824043;
      }
      .plink_color_12{
        background-color: #826143;
        border-color: #826143;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_12:hover{
        background-color: #fff;
        border-color: #826143;
        color: #824043!important;
      }
      .plink_color_12::after{
        color: #fff;
      }
      .plink_color_12:hover::after{
        color: #826143;
      }
      .plink_color_12{
        background-color: #826143;
        border-color: #826143;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_12:hover{
        background-color: #fff;
        border-color: #826143;
        color: #824043!important;
      }
      .plink_color_12::after{
        color: #fff;
      }
      .plink_color_12:hover::after{
        color: #826143;
      }
      .plink_color_13{
        background-color: #26408d;
        border-color: #26408d;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_13:hover{
        background-color: #fff;
        border-color: #26408d;
        color: #26408d!important;
      }
      .plink_color_13::after{
        color: #fff;
      }
      .plink_color_13:hover::after{
        color: #26408d;
      }
      .plink_color_14{
        background-color: #a15984;
        border-color: #a15984;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_14:hover{
        background-color: #fff;
        border-color: #a15984;
        color: #a15984!important;
      }
      .plink_color_14::after{
        color: #fff;
      }
      .plink_color_14:hover::after{
        color: #a15984;
      }
      .plink_color_15{
        background-color: #706d1e;
        border-color: #706d1e;
        color: #fff!important;
        font-weight: bold;
      }
      .plink_color_15:hover{
        background-color: #fff;
        border-color: #706d1e;
        color: #706d1e!important;
      }
      .plink_color_15::after{
        color: #fff;
      }
      .plink_color_15:hover::after{
        color: #706d1e;
      }
      .telemail::after{
        background-image: url(https://www.tus.ac.jp/documentrequest/img/telemail_logo.svg);
        display: inline-block;
        width: 2rem;
        height: 1.5rem;
        vertical-align: middle;
        background-repeat: no-repeat;
      }
    @media (max-width: 768.98px) {
      .plink_ptn3 {
        padding-right: 70px; }
        .plink_ptn3::before {
          top: 50%;
          right: 0;
          width: 25px;
          height: 1px;
          background: #24140e;
          -webkit-transform: translate(-30px, -50%);
                  transform: translate(-30px, -50%); }
        .plink_ptn3::after {
          top: 50%;
          right: 0;
          width: 6px;
          height: 6px;
          border-top: 1px solid #24140e;
          border-right: 1px solid #24140e;
          -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: #24140e; }
        .plink_ptn3::after {
          width: 6px;
          height: 6px;
          left: 20px;
          bottom: 25px;
          border-top: 1px solid #24140e;
          border-right: 1px solid #24140e;
          -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: #64072a;
      background: #64072a; }
      .plink_ptn4::before {
        background: #fff !important; }
      .plink_ptn4::after {
        border-color: #fff !important; }
      .plink_ptn4:hover {
        color: #64072a !important;
        background: transparent !important; }
        .plink_ptn4:hover::before {
          background: #64072a !important; }
        .plink_ptn4:hover::after {
          border-color: #64072a !important; }
    .plink_ptn5 {
      line-height: 1.7;
      display: block;
      width: 170px;
      height: 170px;
      padding: 25px;
      font-weight: bold;
      color: #fff;
      border: 2px solid #707070;
      background: #707070;
      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 #707070;
        border-bottom: 2px solid #707070;
        -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: #24140e;
      background: #64072a;
      border: 10px solid #64072a;
      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: #24140e; }
      .plink_ptn6_r2 {
        border: none;
        color: #fff;
        background: #707070 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: #24140e; }
    .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, .plink_ptn9c {
      line-height: 1;
      display: inline-block;
      text-align: center;
      color: currentColor;
      padding-top: 45px;
      position: relative; }
      @media (min-width: 769px) {
        .plink_ptn9, .plink_ptn9c {
          font-size: 1.5rem; } }
      @media (max-width: 768.98px) {
        .plink_ptn9, .plink_ptn9c {
          font-size: 1.5rem; } }
      .plink_ptn9::before, .plink_ptn9c::before {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        display: block;
        content: "";
        width: 40px;
        height: 40px;
        background: #24140e;
        border-radius: 50rem;
        -webkit-transition: 0.1s linear;
        transition: 0.1s linear; }
      .plink_ptn9::after, .plink_ptn9c::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, .plink_ptn9c:hover {
        opacity: 1;
        text-decoration: none;
        color: currentColor; }
        .plink_ptn9:hover::before, .plink_ptn9c:hover::before {
          background: #c6c6c6; }
    .plink_ptn9c {
      padding-top: 0;
      padding-left: 45px; }
      .plink_ptn9c::before {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); }
      .plink_ptn9c::after {
        top: 50%;
        left: 12px;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); }
    .plink_ptn10 {
      line-height: 1.3;
      color: #24140e;
      border: 10px solid #64072a;
      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: #24140e; }
        @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: #64072a;
        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: #24140e;
        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 #64072a;
          border-right: 2px solid #64072a;
          -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(36, 20, 14, 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 #24140e;
        border-bottom: 2px solid #24140e;
        -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_ptn12a {
        color: #64072a;
        font-weight: bold;
        border: 2px solid #64072a; }
        .plink_ptn12a.collapsed {
          background: #64072a;
          color: white;
          font-weight: bold;
          border: none;
          padding-top: 22px;
          padding-top: 23px; }
          .plink_ptn12a.collapsed::after {
            border-right: 2px solid white;
            border-bottom: 2px solid white; }
    .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(36, 20, 14, 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(36, 20, 14, 0.6); }
    .plink_ptn14 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 40px;
      background: #fff;
      font-weight: bold; }
      .plink_ptn14::after {
        content: "";
        display: block;
        top: 50%;
        right: 20px;
        width: 6.5px;
        height: 6.5px;
        border-right: 2px solid #24140e;
        border-bottom: 2px solid #24140e;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        -webkit-transform: translate(0, -50%) rotate(-45deg);
                transform: translate(0, -50%) rotate(-45deg); }
      .plink_ptn14:hover::after {
        -webkit-transform: translate(5px, -50%) rotate(-45deg);
                transform: translate(5px, -50%) rotate(-45deg); }
      .plink_ptn14[target="_blank"]::after {
        border: none;
        -webkit-transform: translate(0, -100%);
                transform: translate(0, -100%); }
      .plink_ptn14[target="_blank"]:hover::after {
        -webkit-transform: translate(0, -100%);
                transform: translate(0, -100%); }
    .plink_ptn15 {
      display: block;
      color: currentColor;
      position: relative;
      padding-right: 70px; }
      .plink_ptn15::before {
        position: absolute;
        display: block;
        content: "";
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .plink_ptn15::after {
        position: absolute;
        display: block;
        content: "";
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .plink_ptn15:hover {
        opacity: 1;
        text-decoration: none;
        color: currentColor; }
      .plink_ptn15::after {
        content: "";
        display: block;
        top: 50%;
        right: 20px;
        width: 6.5px;
        height: 6.5px;
        border-right: 2px solid #24140e;
        border-bottom: 2px solid #24140e;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        -webkit-transform: translate(0, -40%) rotate(45deg);
                transform: translate(0, -40%) rotate(45deg); }
      .plink_ptn15[aria-expanded="true"]::after {
        -webkit-transform: translate(0, -20%) rotate(45deg) scale(-1, -1);
                transform: translate(0, -20%) rotate(45deg) scale(-1, -1); }
      .plink_ptn15:hover {
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        color: currentColor; }
    .plink_ptn16 {
      font-size: 1.5rem;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 2px solid #64072a;
      padding: 0.5em;
      padding-right: 30px;
      color: currentColor;
      position: relative; }
      .plink_ptn16::before, .plink_ptn16::after {
        position: absolute;
        display: block;
        content: "";
        -webkit-transition: 0.2s;
        transition: 0.2s;
        background: #64072a;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .plink_ptn16 svg {
        width: 1em;
        height: 1em;
        margin-right: 10px; }
        .plink_ptn16 svg .st0 {
          fill: #24140e; }
      .plink_ptn16::before {
        right: 20px;
        width: 2px;
        height: 22px; }
      .plink_ptn16::after {
        right: 10px;
        width: 22px;
        height: 2px; }
      .plink_ptn16:hover {
        opacity: 1;
        text-decoration: none;
        color: currentColor; }
      .plink_ptn16[aria-expanded="true"] {
        color: #fff;
        background: #64072a; }
        .plink_ptn16[aria-expanded="true"]::before, .plink_ptn16[aria-expanded="true"]::after {
          background: #fff;
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg); }
        .plink_ptn16[aria-expanded="true"] svg .st0 {
          fill: #fff; }
    .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, .plink_ptn21::before, .plink_ptn22::before {
        border-color: #fff !important;
        background: transparent !important; }
    .plink_ptn1_brown{
        color: #54433d;
        font-weight:600; }
      .plink_ptn1_brown {
        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: #54433d; }
      @media (min-width: 769px) {
        .plink_ptn1_brown {
          font-size: 1.6rem; } }
      @media (max-width: 768.98px) {
        .plink_ptn1_brown {
          font-size: 1.6rem; } }
      .plink_ptn1_brown::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 #64072a;
        border-right: 2px solid #64072a;
        -webkit-transform: translateX(0) rotate(45deg);
                transform: translateX(0) rotate(45deg); }
      .plink_ptn1_brown:hover {
        opacity: 1;
        text-decoration: none;
        color: currentColor;
        color: currentColor; }
        .plink_ptn1_brown:hover::before {
          -webkit-transform: translateX(10px) rotate(45deg);
                  transform: translateX(10px) rotate(45deg); }
      .plink_ptn1_brown_reverse::before {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-left: 0px;
        margin-right: 15px; }
    .plink_ptn_clr_black {
      color: #24140e;
      border-color: #24140e; }
      .plink_ptn_clr_black::before {
        background: #24140e; }
      .plink_ptn_clr_black::after {
        border-color: #24140e; }
      .plink_ptn_clr_black:hover {
        color: #24140e; }
      .plink_ptn_clr_black.plink_ptn5 {
        color: #fff;
        background-color: #24140e; }
      .plink_ptn_clr_black.plink_ptn6 span:nth-child(2) {
        color: #24140e; }
      .plink_ptn_clr_black.plink_ptn6 span:nth-child(3)::after {
        border-color: #24140e; }
    .plink_ptn_clr_rits {
      color: #ad181f;
      border-color: #ad181f; }
      .plink_ptn_clr_rits::before {
        background: #ad181f; }
      .plink_ptn_clr_rits::after {
        border-color: #ad181f; }
      .plink_ptn_clr_rits:hover {
        color: #ad181f; }
      .plink_ptn_clr_rits.plink_ptn5 {
        color: #fff;
        background-color: #ad181f; }
      .plink_ptn_clr_rits.plink_ptn6 span:nth-child(2) {
        color: #ad181f; }
      .plink_ptn_clr_rits.plink_ptn6 span:nth-child(3)::after {
        border-color: #ad181f; }
    .plink_ptn_clr_c11 {
      color: #4b9bb9;
      border-color: #4b9bb9; }
      .plink_ptn_clr_c11::before {
        background: #4b9bb9; }
      .plink_ptn_clr_c11::after {
        border-color: #4b9bb9; }
      .plink_ptn_clr_c11:hover {
        color: #4b9bb9; }
      .plink_ptn_clr_c11.plink_ptn5 {
        color: #fff;
        background-color: #4b9bb9; }
      .plink_ptn_clr_c11.plink_ptn6 span:nth-child(2) {
        color: #4b9bb9; }
      .plink_ptn_clr_c11.plink_ptn6 span:nth-child(3)::after {
        border-color: #4b9bb9; }
    .plink_ptn_clr_c12 {
      color: #7f8e2b;
      border-color: #7f8e2b; }
      .plink_ptn_clr_c12::before {
        background: #7f8e2b; }
      .plink_ptn_clr_c12::after {
        border-color: #7f8e2b; }
      .plink_ptn_clr_c12:hover {
        color: #7f8e2b; }
      .plink_ptn_clr_c12.plink_ptn5 {
        color: #fff;
        background-color: #7f8e2b; }
      .plink_ptn_clr_c12.plink_ptn6 span:nth-child(2) {
        color: #7f8e2b; }
      .plink_ptn_clr_c12.plink_ptn6 span:nth-child(3)::after {
        border-color: #7f8e2b; }
    .plink_ptn_clr_c13 {
      color: #cb6a6d;
      border-color: #cb6a6d; }
      .plink_ptn_clr_c13::before {
        background: #cb6a6d; }
      .plink_ptn_clr_c13::after {
        border-color: #cb6a6d; }
      .plink_ptn_clr_c13:hover {
        color: #cb6a6d; }
      .plink_ptn_clr_c13.plink_ptn5 {
        color: #fff;
        background-color: #cb6a6d; }
      .plink_ptn_clr_c13.plink_ptn6 span:nth-child(2) {
        color: #cb6a6d; }
      .plink_ptn_clr_c13.plink_ptn6 span:nth-child(3)::after {
        border-color: #cb6a6d; }
    .plink_ptn_clr_c14 {
      color: #a17c5a;
      border-color: #a17c5a; }
      .plink_ptn_clr_c14::before {
        background: #a17c5a; }
      .plink_ptn_clr_c14::after {
        border-color: #a17c5a; }
      .plink_ptn_clr_c14:hover {
        color: #a17c5a; }
      .plink_ptn_clr_c14.plink_ptn5 {
        color: #fff;
        background-color: #a17c5a; }
      .plink_ptn_clr_c14.plink_ptn6 span:nth-child(2) {
        color: #a17c5a; }
      .plink_ptn_clr_c14.plink_ptn6 span:nth-child(3)::after {
        border-color: #a17c5a; }
    .plink_ptn_clr_c15 {
      color: #3d60c2;
      border-color: #3d60c2; }
      .plink_ptn_clr_c15::before {
        background: #3d60c2; }
      .plink_ptn_clr_c15::after {
        border-color: #3d60c2; }
      .plink_ptn_clr_c15:hover {
        color: #3d60c2; }
      .plink_ptn_clr_c15.plink_ptn5 {
        color: #fff;
        background-color: #3d60c2; }
      .plink_ptn_clr_c15.plink_ptn6 span:nth-child(2) {
        color: #3d60c2; }
      .plink_ptn_clr_c15.plink_ptn6 span:nth-child(3)::after {
        border-color: #3d60c2; }
    .plink_ptn_clr_c16 {
      color: #b8749c;
      border-color: #b8749c; }
      .plink_ptn_clr_c16::before {
        background: #b8749c; }
      .plink_ptn_clr_c16::after {
        border-color: #b8749c; }
      .plink_ptn_clr_c16:hover {
        color: #b8749c; }
      .plink_ptn_clr_c16.plink_ptn5 {
        color: #fff;
        background-color: #b8749c; }
      .plink_ptn_clr_c16.plink_ptn6 span:nth-child(2) {
        color: #b8749c; }
      .plink_ptn_clr_c16.plink_ptn6 span:nth-child(3)::after {
        border-color: #b8749c; }
    .plink_ptn_clr_c17 {
      color: #4d9d8a;
      border-color: #4d9d8a; }
      .plink_ptn_clr_c17::before {
        background: #4d9d8a; }
      .plink_ptn_clr_c17::after {
        border-color: #4d9d8a; }
      .plink_ptn_clr_c17:hover {
        color: #4d9d8a; }
      .plink_ptn_clr_c17.plink_ptn5 {
        color: #fff;
        background-color: #4d9d8a; }
      .plink_ptn_clr_c17.plink_ptn6 span:nth-child(2) {
        color: #4d9d8a; }
      .plink_ptn_clr_c17.plink_ptn6 span:nth-child(3)::after {
        border-color: #4d9d8a; }
    .plink_ptn_clr_c18 {
      color: #8b8a8a;
      border-color: #8b8a8a; }
      .plink_ptn_clr_c18::before {
        background: #8b8a8a; }
      .plink_ptn_clr_c18::after {
        border-color: #8b8a8a; }
      .plink_ptn_clr_c18:hover {
        color: #8b8a8a; }
      .plink_ptn_clr_c18.plink_ptn5 {
        color: #fff;
        background-color: #8b8a8a; }
      .plink_ptn_clr_c18.plink_ptn6 span:nth-child(2) {
        color: #8b8a8a; }
      .plink_ptn_clr_c18.plink_ptn6 span:nth-child(3)::after {
        border-color: #8b8a8a; }
    .plink_ptn_clr_c19 {
      color: #0e975b;
      border-color: #0e975b; }
      .plink_ptn_clr_c19::before {
        background: #0e975b; }
      .plink_ptn_clr_c19::after {
        border-color: #0e975b; }
      .plink_ptn_clr_c19:hover {
        color: #0e975b; }
      .plink_ptn_clr_c19.plink_ptn5 {
        color: #fff;
        background-color: #0e975b; }
      .plink_ptn_clr_c19.plink_ptn6 span:nth-child(2) {
        color: #0e975b; }
      .plink_ptn_clr_c19.plink_ptn6 span:nth-child(3)::after {
        border-color: #0e975b; }
    .plink_ptn_clr_c21 {
      color: #22424e;
      border-color: #22424e; }
      .plink_ptn_clr_c21::before {
        background: #22424e; }
      .plink_ptn_clr_c21::after {
        border-color: #22424e; }
      .plink_ptn_clr_c21:hover {
        color: #22424e; }
      .plink_ptn_clr_c21.plink_ptn5 {
        color: #fff;
        background-color: #22424e; }
      .plink_ptn_clr_c21.plink_ptn6 span:nth-child(2) {
        color: #22424e; }
      .plink_ptn_clr_c21.plink_ptn6 span:nth-child(3)::after {
        border-color: #22424e; }
    .plink_ptn_clr_c22 {
      color: #586320;
      border-color: #586320; }
      .plink_ptn_clr_c22::before {
        background: #586320; }
      .plink_ptn_clr_c22::after {
        border-color: #586320; }
      .plink_ptn_clr_c22:hover {
        color: #586320; }
      .plink_ptn_clr_c22.plink_ptn5 {
        color: #fff;
        background-color: #586320; }
      .plink_ptn_clr_c22.plink_ptn6 span:nth-child(2) {
        color: #586320; }
      .plink_ptn_clr_c22.plink_ptn6 span:nth-child(3)::after {
        border-color: #586320; }
    .plink_ptn_clr_c23 {
      color: #824043;
      border-color: #824043; }
      .plink_ptn_clr_c23::before {
        background: #824043; }
      .plink_ptn_clr_c23::after {
        border-color: #824043; }
      .plink_ptn_clr_c23:hover {
        color: #824043; }
      .plink_ptn_clr_c23.plink_ptn5 {
        color: #fff;
        background-color: #824043; }
      .plink_ptn_clr_c23.plink_ptn6 span:nth-child(2) {
        color: #824043; }
      .plink_ptn_clr_c23.plink_ptn6 span:nth-child(3)::after {
        border-color: #824043; }
    .plink_ptn_clr_c24 {
      color: #826143;
      border-color: #826143; }
      .plink_ptn_clr_c24::before {
        background: #826143; }
      .plink_ptn_clr_c24::after {
        border-color: #826143; }
      .plink_ptn_clr_c24:hover {
        color: #826143; }
      .plink_ptn_clr_c24.plink_ptn5 {
        color: #fff;
        background-color: #826143; }
      .plink_ptn_clr_c24.plink_ptn6 span:nth-child(2) {
        color: #826143; }
      .plink_ptn_clr_c24.plink_ptn6 span:nth-child(3)::after {
        border-color: #826143; }
    .plink_ptn_clr_c25 {
      color: #26408d;
      border-color: #26408d; }
      .plink_ptn_clr_c25::before {
        background: #26408d; }
      .plink_ptn_clr_c25::after {
        border-color: #26408d; }
      .plink_ptn_clr_c25:hover {
        color: #26408d; }
      .plink_ptn_clr_c25.plink_ptn5 {
        color: #fff;
        background-color: #26408d; }
      .plink_ptn_clr_c25.plink_ptn6 span:nth-child(2) {
        color: #26408d; }
      .plink_ptn_clr_c25.plink_ptn6 span:nth-child(3)::after {
        border-color: #26408d; }
    .plink_ptn_clr_c26 {
      color: #a15984;
      border-color: #a15984; }
      .plink_ptn_clr_c26::before {
        background: #a15984; }
      .plink_ptn_clr_c26::after {
        border-color: #a15984; }
      .plink_ptn_clr_c26:hover {
        color: #a15984; }
      .plink_ptn_clr_c26.plink_ptn5 {
        color: #fff;
        background-color: #a15984; }
      .plink_ptn_clr_c26.plink_ptn6 span:nth-child(2) {
        color: #a15984; }
      .plink_ptn_clr_c26.plink_ptn6 span:nth-child(3)::after {
        border-color: #a15984; }
    .plink_ptn_clr_c27 {
      color: #706d1e;
      border-color: #706d1e; }
      .plink_ptn_clr_c27::before {
        background: #706d1e; }
      .plink_ptn_clr_c27::after {
        border-color: #706d1e; }
      .plink_ptn_clr_c27:hover {
        color: #706d1e; }
      .plink_ptn_clr_c27.plink_ptn5 {
        color: #fff;
        background-color: #706d1e; }
      .plink_ptn_clr_c27.plink_ptn6 span:nth-child(2) {
        color: #706d1e; }
      .plink_ptn_clr_c27.plink_ptn6 span:nth-child(3)::after {
        border-color: #706d1e; }
    .plink_ptn_clr_c28 {
      color: #948629;
      border-color: #948629; }
      .plink_ptn_clr_c28::before {
        background: #948629; }
      .plink_ptn_clr_c28::after {
        border-color: #948629; }
      .plink_ptn_clr_c28:hover {
        color: #948629; }
      .plink_ptn_clr_c28.plink_ptn5 {
        color: #fff;
        background-color: #948629; }
      .plink_ptn_clr_c28.plink_ptn6 span:nth-child(2) {
        color: #948629; }
      .plink_ptn_clr_c28.plink_ptn6 span:nth-child(3)::after {
        border-color: #948629; }
    .plink_ptn_clr_c29 {
      color: #a50e10;
      border-color: #a50e10; }
      .plink_ptn_clr_c29::before {
        background: #a50e10; }
      .plink_ptn_clr_c29::after {
        border-color: #a50e10; }
      .plink_ptn_clr_c29:hover {
        color: #a50e10; }
      .plink_ptn_clr_c29.plink_ptn5 {
        color: #fff;
        background-color: #a50e10; }
      .plink_ptn_clr_c29.plink_ptn6 span:nth-child(2) {
        color: #a50e10; }
      .plink_ptn_clr_c29.plink_ptn6 span:nth-child(3)::after {
        border-color: #a50e10; }
    .plink_ptn_clr_c31 {
      color: #8d1d28;
      border-color: #8d1d28; }
      .plink_ptn_clr_c31::before {
        background: #8d1d28; }
      .plink_ptn_clr_c31::after {
        border-color: #8d1d28; }
      .plink_ptn_clr_c31:hover {
        color: #8d1d28; }
      .plink_ptn_clr_c31.plink_ptn5 {
        color: #fff;
        background-color: #8d1d28; }
      .plink_ptn_clr_c31.plink_ptn6 span:nth-child(2) {
        color: #8d1d28; }
      .plink_ptn_clr_c31.plink_ptn6 span:nth-child(3)::after {
        border-color: #8d1d28; }
    .plink_ptn_clr_c32 {
      color: #cee7e4;
      border-color: #cee7e4; }
      .plink_ptn_clr_c32::before {
        background: #cee7e4; }
      .plink_ptn_clr_c32::after {
        border-color: #cee7e4; }
      .plink_ptn_clr_c32:hover {
        color: #cee7e4; }
      .plink_ptn_clr_c32.plink_ptn5 {
        color: #fff;
        background-color: #cee7e4; }
      .plink_ptn_clr_c32.plink_ptn6 span:nth-child(2) {
        color: #cee7e4; }
      .plink_ptn_clr_c32.plink_ptn6 span:nth-child(3)::after {
        border-color: #cee7e4; }
    .plink_ptn_clr_c33 {
      color: #bb9e81;
      border-color: #bb9e81; }
      .plink_ptn_clr_c33::before {
        background: #bb9e81; }
      .plink_ptn_clr_c33::after {
        border-color: #bb9e81; }
      .plink_ptn_clr_c33:hover {
        color: #bb9e81; }
      .plink_ptn_clr_c33.plink_ptn5 {
        color: #fff;
        background-color: #bb9e81; }
      .plink_ptn_clr_c33.plink_ptn6 span:nth-child(2) {
        color: #bb9e81; }
      .plink_ptn_clr_c33.plink_ptn6 span:nth-child(3)::after {
        border-color: #bb9e81; }
    .plink_ptn_clr_c34 {
      color: #5890ae;
      border-color: #5890ae; }
      .plink_ptn_clr_c34::before {
        background: #5890ae; }
      .plink_ptn_clr_c34::after {
        border-color: #5890ae; }
      .plink_ptn_clr_c34:hover {
        color: #5890ae; }
      .plink_ptn_clr_c34.plink_ptn5 {
        color: #fff;
        background-color: #5890ae; }
      .plink_ptn_clr_c34.plink_ptn6 span:nth-child(2) {
        color: #5890ae; }
      .plink_ptn_clr_c34.plink_ptn6 span:nth-child(3)::after {
        border-color: #5890ae; }
    .plink_ptn_clr_c35 {
      color: #c5737f;
      border-color: #c5737f; }
      .plink_ptn_clr_c35::before {
        background: #c5737f; }
      .plink_ptn_clr_c35::after {
        border-color: #c5737f; }
      .plink_ptn_clr_c35:hover {
        color: #c5737f; }
      .plink_ptn_clr_c35.plink_ptn5 {
        color: #fff;
        background-color: #c5737f; }
      .plink_ptn_clr_c35.plink_ptn6 span:nth-child(2) {
        color: #c5737f; }
      .plink_ptn_clr_c35.plink_ptn6 span:nth-child(3)::after {
        border-color: #c5737f; }
    .plink_ptn_clr_g01 {
      color: #18b3c2;
      border-color: #18b3c2; }
      .plink_ptn_clr_g01::before {
        background: #18b3c2; }
      .plink_ptn_clr_g01::after {
        border-color: #18b3c2; }
      .plink_ptn_clr_g01:hover {
        color: #18b3c2; }
      .plink_ptn_clr_g01.plink_ptn5 {
        color: #fff;
        background-color: #18b3c2; }
      .plink_ptn_clr_g01.plink_ptn6 span:nth-child(2) {
        color: #18b3c2; }
      .plink_ptn_clr_g01.plink_ptn6 span:nth-child(3)::after {
        border-color: #18b3c2; }
    .plink_ptn_clr_g02 {
      color: #e56400;
      border-color: #e56400; }
      .plink_ptn_clr_g02::before {
        background: #e56400; }
      .plink_ptn_clr_g02::after {
        border-color: #e56400; }
      .plink_ptn_clr_g02:hover {
        color: #e56400; }
      .plink_ptn_clr_g02.plink_ptn5 {
        color: #fff;
        background-color: #e56400; }
      .plink_ptn_clr_g02.plink_ptn6 span:nth-child(2) {
        color: #e56400; }
      .plink_ptn_clr_g02.plink_ptn6 span:nth-child(3)::after {
        border-color: #e56400; }
    .plink_ptn_clr_g03 {
      color: #003c78;
      border-color: #003c78; }
      .plink_ptn_clr_g03::before {
        background: #003c78; }
      .plink_ptn_clr_g03::after {
        border-color: #003c78; }
      .plink_ptn_clr_g03:hover {
        color: #003c78; }
      .plink_ptn_clr_g03.plink_ptn5 {
        color: #fff;
        background-color: #003c78; }
      .plink_ptn_clr_g03.plink_ptn6 span:nth-child(2) {
        color: #003c78; }
      .plink_ptn_clr_g03.plink_ptn6 span:nth-child(3)::after {
        border-color: #003c78; }
    .plink_ptn_clr_g04 {
      color: #d1bd00;
      border-color: #d1bd00; }
      .plink_ptn_clr_g04::before {
        background: #d1bd00; }
      .plink_ptn_clr_g04::after {
        border-color: #d1bd00; }
      .plink_ptn_clr_g04:hover {
        color: #d1bd00; }
      .plink_ptn_clr_g04.plink_ptn5 {
        color: #fff;
        background-color: #d1bd00; }
      .plink_ptn_clr_g04.plink_ptn6 span:nth-child(2) {
        color: #d1bd00; }
      .plink_ptn_clr_g04.plink_ptn6 span:nth-child(3)::after {
        border-color: #d1bd00; }
    .plink_ptn_clr_g05 {
      color: #c53c8b;
      border-color: #c53c8b; }
      .plink_ptn_clr_g05::before {
        background: #c53c8b; }
      .plink_ptn_clr_g05::after {
        border-color: #c53c8b; }
      .plink_ptn_clr_g05:hover {
        color: #c53c8b; }
      .plink_ptn_clr_g05.plink_ptn5 {
        color: #fff;
        background-color: #c53c8b; }
      .plink_ptn_clr_g05.plink_ptn6 span:nth-child(2) {
        color: #c53c8b; }
      .plink_ptn_clr_g05.plink_ptn6 span:nth-child(3)::after {
        border-color: #c53c8b; }
    .plink_ptn_clr_g06 {
      color: #008364;
      border-color: #008364; }
      .plink_ptn_clr_g06::before {
        background: #008364; }
      .plink_ptn_clr_g06::after {
        border-color: #008364; }
      .plink_ptn_clr_g06:hover {
        color: #008364; }
      .plink_ptn_clr_g06.plink_ptn5 {
        color: #fff;
        background-color: #008364; }
      .plink_ptn_clr_g06.plink_ptn6 span:nth-child(2) {
        color: #008364; }
      .plink_ptn_clr_g06.plink_ptn6 span:nth-child(3)::after {
        border-color: #008364; }
    .plink_ptn_clr_g07 {
      color: #f29b8f;
      border-color: #f29b8f; }
      .plink_ptn_clr_g07::before {
        background: #f29b8f; }
      .plink_ptn_clr_g07::after {
        border-color: #f29b8f; }
      .plink_ptn_clr_g07:hover {
        color: #f29b8f; }
      .plink_ptn_clr_g07.plink_ptn5 {
        color: #fff;
        background-color: #f29b8f; }
      .plink_ptn_clr_g07.plink_ptn6 span:nth-child(2) {
        color: #f29b8f; }
      .plink_ptn_clr_g07.plink_ptn6 span:nth-child(3)::after {
        border-color: #f29b8f; }
  .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;
      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(36, 20, 14, 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: #64072a;
      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_arrow_bdr {
    display: inline-block;
    position: relative;
    padding-right: 1em;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: currentColor; }
    .plink.plink_type_arrow_bdr::after {
      content: "";
      display: block;
      position: absolute;
      right: 2px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      width: 8px;
      height: 8px;
      border-top: 1px solid #24140e;
      border-right: 1px solid #24140e;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
    .plink.plink_type_arrow_bdr:hover {
      text-decoration: none;
      color: currentColor; }
  .plink.plink_type_more {
    font-size: 1.4rem;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    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; }
    .plink.plink_type_more:hover {
      color: currentColor;
      text-decoration: none; }
    .plink.plink_type_more::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 .plink.plink_type_more::after {
        display: inline-block !important;
        text-decoration: none; }
  .plink.plink_type_arrow_r {
    color: #5dd0e9; }
    .plink.plink_type_arrow_r::after {
      font-family: fontawesome;
      content: "\f054";
      display: inline-block;
      -webkit-transform: translate(0, -1px);
              transform: translate(0, -1px);
      margin-left: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_arrow_r:hover {
      opacity: 1;
      text-decoration: none;
      color: #5dd0e9; }
      .plink.plink_type_arrow_r:hover::after {
        -webkit-transform: translate(4px, -1px);
                transform: translate(4px, -1px); }
  .plink.plink_type_arrow_b {
    color: currentColor; }
    .plink.plink_type_arrow_b::before {
      font-family: fontawesome;
      content: "\f054";
      display: inline-block;
      -webkit-transform: translateY(-2px) rotate(90deg);
              transform: translateY(-2px) rotate(90deg);
      margin-right: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_arrow_b:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_arrow_b:hover::before {
        -webkit-transform: translateY(2px) rotate(90deg);
                transform: translateY(2px) rotate(90deg); }
  .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::before, .plink.plink_type_inline::after {
      color: #64072a !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: #64072a;
        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: #64072a;
        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::after {
      color: currentColor;
      font-family: fontawesome;
      content: "\f054";
      display: inline-block;
      margin-left: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_rr::after {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_rb::after {
      color: currentColor;
      font-family: fontawesome;
      content: "\f078";
      display: inline-block;
      margin-left: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_rb::after {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_rl::after {
      color: currentColor;
      font-family: fontawesome;
      content: "\f053  ";
      display: inline-block;
      margin-left: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_rl::after {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_rt::after {
      color: currentColor;
      font-family: fontawesome;
      content: "\f077";
      display: inline-block;
      margin-left: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_rt::after {
        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::after {
        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::after {
          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::after {
        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::after {
          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::after {
        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::after {
          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::after {
        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::after {
          display: inline-block !important;
          text-decoration: none; }
    .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, .plink.plink_type_inline_icon::after {
      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: #64072a; }
  .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 #64072a;
    color: #24140e; }
    .plink.plink_type_circle:hover {
      text-decoration: none; }
    .plink.plink_type_circle_sub {
      border-color: #00964f;
      color: #00964f; }
    .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 #64072a;
    color: #24140e;
    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: #64072a; }
      .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: #24140e;
      text-decoration: none;
      background: transparent; }
      .plink.plink_type_box_flip:hover::after {
        color: #24140e !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_arrow_rclose {
      padding-right: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_rclose::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f00d ";
        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_rclose::after {
          display: inline-block !important;
          text-decoration: none; }
    .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_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_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_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_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_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 #64072a; }
      .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: #64072a; }
    .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 #64072a; }
      .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: #64072a; }
    .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_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 #24140e;
    color: #24140e; }
    .plink.plink_type_clr_black.plink_type_box:hover, .plink.plink_type_clr_black.plink_type_box_flip {
      color: #fff;
      background: #24140e; }
    .plink.plink_type_clr_black.plink_type_box_flip:hover {
      color: #24140e;
      background: transparent; }
  .plink.plink_type_clr_black.plink_type_inline::before, .plink.plink_type_clr_black.plink_type_inline::after {
    color: #24140e !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: #24140e; }
  .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: #24140e;
      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_rits.plink_type_box {
    border: 1px solid #ad181f;
    color: #ad181f; }
    .plink.plink_type_clr_rits.plink_type_box:hover, .plink.plink_type_clr_rits.plink_type_box_flip {
      color: #fff;
      background: #ad181f; }
    .plink.plink_type_clr_rits.plink_type_box_flip:hover {
      color: #ad181f;
      background: transparent; }
  .plink.plink_type_clr_rits.plink_type_inline::before, .plink.plink_type_clr_rits.plink_type_inline::after {
    color: #ad181f !important; }
  .plink.plink_type_clr_rits.plink_type_inline_icon::before, .plink.plink_type_clr_rits.plink_type_inline_icon::after {
    color: #fff !important;
    background: #ad181f; }
  .plink.plink_type_clr_rits.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_rits.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #ad181f;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_rits.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_rits.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_rits.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c11.plink_type_box {
    border: 1px solid #4b9bb9;
    color: #4b9bb9; }
    .plink.plink_type_clr_c11.plink_type_box:hover, .plink.plink_type_clr_c11.plink_type_box_flip {
      color: #fff;
      background: #4b9bb9; }
    .plink.plink_type_clr_c11.plink_type_box_flip:hover {
      color: #4b9bb9;
      background: transparent; }
  .plink.plink_type_clr_c11.plink_type_inline::before, .plink.plink_type_clr_c11.plink_type_inline::after {
    color: #4b9bb9 !important; }
  .plink.plink_type_clr_c11.plink_type_inline_icon::before, .plink.plink_type_clr_c11.plink_type_inline_icon::after {
    color: #fff !important;
    background: #4b9bb9; }
  .plink.plink_type_clr_c11.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c11.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #4b9bb9;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c11.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c11.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c11.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c12.plink_type_box {
    border: 1px solid #7f8e2b;
    color: #7f8e2b; }
    .plink.plink_type_clr_c12.plink_type_box:hover, .plink.plink_type_clr_c12.plink_type_box_flip {
      color: #fff;
      background: #7f8e2b; }
    .plink.plink_type_clr_c12.plink_type_box_flip:hover {
      color: #7f8e2b;
      background: transparent; }
  .plink.plink_type_clr_c12.plink_type_inline::before, .plink.plink_type_clr_c12.plink_type_inline::after {
    color: #7f8e2b !important; }
  .plink.plink_type_clr_c12.plink_type_inline_icon::before, .plink.plink_type_clr_c12.plink_type_inline_icon::after {
    color: #fff !important;
    background: #7f8e2b; }
  .plink.plink_type_clr_c12.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c12.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #7f8e2b;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c12.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c12.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c12.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c13.plink_type_box {
    border: 1px solid #cb6a6d;
    color: #cb6a6d; }
    .plink.plink_type_clr_c13.plink_type_box:hover, .plink.plink_type_clr_c13.plink_type_box_flip {
      color: #fff;
      background: #cb6a6d; }
    .plink.plink_type_clr_c13.plink_type_box_flip:hover {
      color: #cb6a6d;
      background: transparent; }
  .plink.plink_type_clr_c13.plink_type_inline::before, .plink.plink_type_clr_c13.plink_type_inline::after {
    color: #cb6a6d !important; }
  .plink.plink_type_clr_c13.plink_type_inline_icon::before, .plink.plink_type_clr_c13.plink_type_inline_icon::after {
    color: #fff !important;
    background: #cb6a6d; }
  .plink.plink_type_clr_c13.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c13.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #cb6a6d;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c13.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c13.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c13.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c14.plink_type_box {
    border: 1px solid #a17c5a;
    color: #a17c5a; }
    .plink.plink_type_clr_c14.plink_type_box:hover, .plink.plink_type_clr_c14.plink_type_box_flip {
      color: #fff;
      background: #a17c5a; }
    .plink.plink_type_clr_c14.plink_type_box_flip:hover {
      color: #a17c5a;
      background: transparent; }
  .plink.plink_type_clr_c14.plink_type_inline::before, .plink.plink_type_clr_c14.plink_type_inline::after {
    color: #a17c5a !important; }
  .plink.plink_type_clr_c14.plink_type_inline_icon::before, .plink.plink_type_clr_c14.plink_type_inline_icon::after {
    color: #fff !important;
    background: #a17c5a; }
  .plink.plink_type_clr_c14.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c14.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #a17c5a;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c14.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c14.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c14.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c15.plink_type_box {
    border: 1px solid #3d60c2;
    color: #3d60c2; }
    .plink.plink_type_clr_c15.plink_type_box:hover, .plink.plink_type_clr_c15.plink_type_box_flip {
      color: #fff;
      background: #3d60c2; }
    .plink.plink_type_clr_c15.plink_type_box_flip:hover {
      color: #3d60c2;
      background: transparent; }
  .plink.plink_type_clr_c15.plink_type_inline::before, .plink.plink_type_clr_c15.plink_type_inline::after {
    color: #3d60c2 !important; }
  .plink.plink_type_clr_c15.plink_type_inline_icon::before, .plink.plink_type_clr_c15.plink_type_inline_icon::after {
    color: #fff !important;
    background: #3d60c2; }
  .plink.plink_type_clr_c15.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c15.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #3d60c2;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c15.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c15.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c15.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c16.plink_type_box {
    border: 1px solid #b8749c;
    color: #b8749c; }
    .plink.plink_type_clr_c16.plink_type_box:hover, .plink.plink_type_clr_c16.plink_type_box_flip {
      color: #fff;
      background: #b8749c; }
    .plink.plink_type_clr_c16.plink_type_box_flip:hover {
      color: #b8749c;
      background: transparent; }
  .plink.plink_type_clr_c16.plink_type_inline::before, .plink.plink_type_clr_c16.plink_type_inline::after {
    color: #b8749c !important; }
  .plink.plink_type_clr_c16.plink_type_inline_icon::before, .plink.plink_type_clr_c16.plink_type_inline_icon::after {
    color: #fff !important;
    background: #b8749c; }
  .plink.plink_type_clr_c16.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c16.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #b8749c;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c16.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c16.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c16.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c17.plink_type_box {
    border: 1px solid #4d9d8a;
    color: #4d9d8a; }
    .plink.plink_type_clr_c17.plink_type_box:hover, .plink.plink_type_clr_c17.plink_type_box_flip {
      color: #fff;
      background: #4d9d8a; }
    .plink.plink_type_clr_c17.plink_type_box_flip:hover {
      color: #4d9d8a;
      background: transparent; }
  .plink.plink_type_clr_c17.plink_type_inline::before, .plink.plink_type_clr_c17.plink_type_inline::after {
    color: #4d9d8a !important; }
  .plink.plink_type_clr_c17.plink_type_inline_icon::before, .plink.plink_type_clr_c17.plink_type_inline_icon::after {
    color: #fff !important;
    background: #4d9d8a; }
  .plink.plink_type_clr_c17.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c17.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #4d9d8a;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c17.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c17.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c17.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c18.plink_type_box {
    border: 1px solid #8b8a8a;
    color: #8b8a8a; }
    .plink.plink_type_clr_c18.plink_type_box:hover, .plink.plink_type_clr_c18.plink_type_box_flip {
      color: #fff;
      background: #8b8a8a; }
    .plink.plink_type_clr_c18.plink_type_box_flip:hover {
      color: #8b8a8a;
      background: transparent; }
  .plink.plink_type_clr_c18.plink_type_inline::before, .plink.plink_type_clr_c18.plink_type_inline::after {
    color: #8b8a8a !important; }
  .plink.plink_type_clr_c18.plink_type_inline_icon::before, .plink.plink_type_clr_c18.plink_type_inline_icon::after {
    color: #fff !important;
    background: #8b8a8a; }
  .plink.plink_type_clr_c18.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c18.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #8b8a8a;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c18.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c18.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c18.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c19.plink_type_box {
    border: 1px solid #0e975b;
    color: #0e975b; }
    .plink.plink_type_clr_c19.plink_type_box:hover, .plink.plink_type_clr_c19.plink_type_box_flip {
      color: #fff;
      background: #0e975b; }
    .plink.plink_type_clr_c19.plink_type_box_flip:hover {
      color: #0e975b;
      background: transparent; }
  .plink.plink_type_clr_c19.plink_type_inline::before, .plink.plink_type_clr_c19.plink_type_inline::after {
    color: #0e975b !important; }
  .plink.plink_type_clr_c19.plink_type_inline_icon::before, .plink.plink_type_clr_c19.plink_type_inline_icon::after {
    color: #fff !important;
    background: #0e975b; }
  .plink.plink_type_clr_c19.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c19.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #0e975b;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c19.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c19.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c19.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c21.plink_type_box {
    border: 1px solid #22424e;
    color: #22424e; }
    .plink.plink_type_clr_c21.plink_type_box:hover, .plink.plink_type_clr_c21.plink_type_box_flip {
      color: #fff;
      background: #22424e; }
    .plink.plink_type_clr_c21.plink_type_box_flip:hover {
      color: #22424e;
      background: transparent; }
  .plink.plink_type_clr_c21.plink_type_inline::before, .plink.plink_type_clr_c21.plink_type_inline::after {
    color: #22424e !important; }
  .plink.plink_type_clr_c21.plink_type_inline_icon::before, .plink.plink_type_clr_c21.plink_type_inline_icon::after {
    color: #fff !important;
    background: #22424e; }
  .plink.plink_type_clr_c21.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c21.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #22424e;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c21.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c21.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c21.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c22.plink_type_box {
    border: 1px solid #586320;
    color: #586320; }
    .plink.plink_type_clr_c22.plink_type_box:hover, .plink.plink_type_clr_c22.plink_type_box_flip {
      color: #fff;
      background: #586320; }
    .plink.plink_type_clr_c22.plink_type_box_flip:hover {
      color: #586320;
      background: transparent; }
  .plink.plink_type_clr_c22.plink_type_inline::before, .plink.plink_type_clr_c22.plink_type_inline::after {
    color: #586320 !important; }
  .plink.plink_type_clr_c22.plink_type_inline_icon::before, .plink.plink_type_clr_c22.plink_type_inline_icon::after {
    color: #fff !important;
    background: #586320; }
  .plink.plink_type_clr_c22.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c22.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #586320;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c22.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c22.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c22.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c23.plink_type_box {
    border: 1px solid #824043;
    color: #824043; }
    .plink.plink_type_clr_c23.plink_type_box:hover, .plink.plink_type_clr_c23.plink_type_box_flip {
      color: #fff;
      background: #824043; }
    .plink.plink_type_clr_c23.plink_type_box_flip:hover {
      color: #824043;
      background: transparent; }
  .plink.plink_type_clr_c23.plink_type_inline::before, .plink.plink_type_clr_c23.plink_type_inline::after {
    color: #824043 !important; }
  .plink.plink_type_clr_c23.plink_type_inline_icon::before, .plink.plink_type_clr_c23.plink_type_inline_icon::after {
    color: #fff !important;
    background: #824043; }
  .plink.plink_type_clr_c23.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c23.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #824043;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c23.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c23.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c23.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c24.plink_type_box {
    border: 1px solid #826143;
    color: #826143; }
    .plink.plink_type_clr_c24.plink_type_box:hover, .plink.plink_type_clr_c24.plink_type_box_flip {
      color: #fff;
      background: #826143; }
    .plink.plink_type_clr_c24.plink_type_box_flip:hover {
      color: #826143;
      background: transparent; }
  .plink.plink_type_clr_c24.plink_type_inline::before, .plink.plink_type_clr_c24.plink_type_inline::after {
    color: #826143 !important; }
  .plink.plink_type_clr_c24.plink_type_inline_icon::before, .plink.plink_type_clr_c24.plink_type_inline_icon::after {
    color: #fff !important;
    background: #826143; }
  .plink.plink_type_clr_c24.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c24.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #826143;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c24.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c24.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c24.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c25.plink_type_box {
    border: 1px solid #26408d;
    color: #26408d; }
    .plink.plink_type_clr_c25.plink_type_box:hover, .plink.plink_type_clr_c25.plink_type_box_flip {
      color: #fff;
      background: #26408d; }
    .plink.plink_type_clr_c25.plink_type_box_flip:hover {
      color: #26408d;
      background: transparent; }
  .plink.plink_type_clr_c25.plink_type_inline::before, .plink.plink_type_clr_c25.plink_type_inline::after {
    color: #26408d !important; }
  .plink.plink_type_clr_c25.plink_type_inline_icon::before, .plink.plink_type_clr_c25.plink_type_inline_icon::after {
    color: #fff !important;
    background: #26408d; }
  .plink.plink_type_clr_c25.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c25.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #26408d;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c25.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c25.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c25.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c26.plink_type_box {
    border: 1px solid #a15984;
    color: #a15984; }
    .plink.plink_type_clr_c26.plink_type_box:hover, .plink.plink_type_clr_c26.plink_type_box_flip {
      color: #fff;
      background: #a15984; }
    .plink.plink_type_clr_c26.plink_type_box_flip:hover {
      color: #a15984;
      background: transparent; }
  .plink.plink_type_clr_c26.plink_type_inline::before, .plink.plink_type_clr_c26.plink_type_inline::after {
    color: #a15984 !important; }
  .plink.plink_type_clr_c26.plink_type_inline_icon::before, .plink.plink_type_clr_c26.plink_type_inline_icon::after {
    color: #fff !important;
    background: #a15984; }
  .plink.plink_type_clr_c26.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c26.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #a15984;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c26.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c26.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c26.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c27.plink_type_box {
    border: 1px solid #706d1e;
    color: #706d1e; }
    .plink.plink_type_clr_c27.plink_type_box:hover, .plink.plink_type_clr_c27.plink_type_box_flip {
      color: #fff;
      background: #706d1e; }
    .plink.plink_type_clr_c27.plink_type_box_flip:hover {
      color: #706d1e;
      background: transparent; }
  .plink.plink_type_clr_c27.plink_type_inline::before, .plink.plink_type_clr_c27.plink_type_inline::after {
    color: #706d1e !important; }
  .plink.plink_type_clr_c27.plink_type_inline_icon::before, .plink.plink_type_clr_c27.plink_type_inline_icon::after {
    color: #fff !important;
    background: #706d1e; }
  .plink.plink_type_clr_c27.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c27.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #706d1e;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c27.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c27.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c27.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c28.plink_type_box {
    border: 1px solid #948629;
    color: #948629; }
    .plink.plink_type_clr_c28.plink_type_box:hover, .plink.plink_type_clr_c28.plink_type_box_flip {
      color: #fff;
      background: #948629; }
    .plink.plink_type_clr_c28.plink_type_box_flip:hover {
      color: #948629;
      background: transparent; }
  .plink.plink_type_clr_c28.plink_type_inline::before, .plink.plink_type_clr_c28.plink_type_inline::after {
    color: #948629 !important; }
  .plink.plink_type_clr_c28.plink_type_inline_icon::before, .plink.plink_type_clr_c28.plink_type_inline_icon::after {
    color: #fff !important;
    background: #948629; }
  .plink.plink_type_clr_c28.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c28.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #948629;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c28.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c28.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c28.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c29.plink_type_box {
    border: 1px solid #a50e10;
    color: #a50e10; }
    .plink.plink_type_clr_c29.plink_type_box:hover, .plink.plink_type_clr_c29.plink_type_box_flip {
      color: #fff;
      background: #a50e10; }
    .plink.plink_type_clr_c29.plink_type_box_flip:hover {
      color: #a50e10;
      background: transparent; }
  .plink.plink_type_clr_c29.plink_type_inline::before, .plink.plink_type_clr_c29.plink_type_inline::after {
    color: #a50e10 !important; }
  .plink.plink_type_clr_c29.plink_type_inline_icon::before, .plink.plink_type_clr_c29.plink_type_inline_icon::after {
    color: #fff !important;
    background: #a50e10; }
  .plink.plink_type_clr_c29.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c29.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #a50e10;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c29.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c29.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c29.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c31.plink_type_box {
    border: 1px solid #8d1d28;
    color: #8d1d28; }
    .plink.plink_type_clr_c31.plink_type_box:hover, .plink.plink_type_clr_c31.plink_type_box_flip {
      color: #fff;
      background: #8d1d28; }
    .plink.plink_type_clr_c31.plink_type_box_flip:hover {
      color: #8d1d28;
      background: transparent; }
  .plink.plink_type_clr_c31.plink_type_inline::before, .plink.plink_type_clr_c31.plink_type_inline::after {
    color: #8d1d28 !important; }
  .plink.plink_type_clr_c31.plink_type_inline_icon::before, .plink.plink_type_clr_c31.plink_type_inline_icon::after {
    color: #fff !important;
    background: #8d1d28; }
  .plink.plink_type_clr_c31.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c31.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #8d1d28;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c31.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c31.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c31.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c32.plink_type_box {
    border: 1px solid #cee7e4;
    color: #cee7e4; }
    .plink.plink_type_clr_c32.plink_type_box:hover, .plink.plink_type_clr_c32.plink_type_box_flip {
      color: #fff;
      background: #cee7e4; }
    .plink.plink_type_clr_c32.plink_type_box_flip:hover {
      color: #cee7e4;
      background: transparent; }
  .plink.plink_type_clr_c32.plink_type_inline::before, .plink.plink_type_clr_c32.plink_type_inline::after {
    color: #cee7e4 !important; }
  .plink.plink_type_clr_c32.plink_type_inline_icon::before, .plink.plink_type_clr_c32.plink_type_inline_icon::after {
    color: #fff !important;
    background: #cee7e4; }
  .plink.plink_type_clr_c32.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c32.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #cee7e4;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c32.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c32.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c32.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c33.plink_type_box {
    border: 1px solid #bb9e81;
    color: #bb9e81; }
    .plink.plink_type_clr_c33.plink_type_box:hover, .plink.plink_type_clr_c33.plink_type_box_flip {
      color: #fff;
      background: #bb9e81; }
    .plink.plink_type_clr_c33.plink_type_box_flip:hover {
      color: #bb9e81;
      background: transparent; }
  .plink.plink_type_clr_c33.plink_type_inline::before, .plink.plink_type_clr_c33.plink_type_inline::after {
    color: #bb9e81 !important; }
  .plink.plink_type_clr_c33.plink_type_inline_icon::before, .plink.plink_type_clr_c33.plink_type_inline_icon::after {
    color: #fff !important;
    background: #bb9e81; }
  .plink.plink_type_clr_c33.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c33.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #bb9e81;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c33.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c33.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c33.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c34.plink_type_box {
    border: 1px solid #5890ae;
    color: #5890ae; }
    .plink.plink_type_clr_c34.plink_type_box:hover, .plink.plink_type_clr_c34.plink_type_box_flip {
      color: #fff;
      background: #5890ae; }
    .plink.plink_type_clr_c34.plink_type_box_flip:hover {
      color: #5890ae;
      background: transparent; }
  .plink.plink_type_clr_c34.plink_type_inline::before, .plink.plink_type_clr_c34.plink_type_inline::after {
    color: #5890ae !important; }
  .plink.plink_type_clr_c34.plink_type_inline_icon::before, .plink.plink_type_clr_c34.plink_type_inline_icon::after {
    color: #fff !important;
    background: #5890ae; }
  .plink.plink_type_clr_c34.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c34.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #5890ae;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c34.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c34.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c34.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c35.plink_type_box {
    border: 1px solid #c5737f;
    color: #c5737f; }
    .plink.plink_type_clr_c35.plink_type_box:hover, .plink.plink_type_clr_c35.plink_type_box_flip {
      color: #fff;
      background: #c5737f; }
    .plink.plink_type_clr_c35.plink_type_box_flip:hover {
      color: #c5737f;
      background: transparent; }
  .plink.plink_type_clr_c35.plink_type_inline::before, .plink.plink_type_clr_c35.plink_type_inline::after {
    color: #c5737f !important; }
  .plink.plink_type_clr_c35.plink_type_inline_icon::before, .plink.plink_type_clr_c35.plink_type_inline_icon::after {
    color: #fff !important;
    background: #c5737f; }
  .plink.plink_type_clr_c35.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c35.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #c5737f;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c35.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c35.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c35.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_g01.plink_type_box {
    border: 1px solid #18b3c2;
    color: #18b3c2; }
    .plink.plink_type_clr_g01.plink_type_box:hover, .plink.plink_type_clr_g01.plink_type_box_flip {
      color: #fff;
      background: #18b3c2; }
    .plink.plink_type_clr_g01.plink_type_box_flip:hover {
      color: #18b3c2;
      background: transparent; }
  .plink.plink_type_clr_g01.plink_type_inline::before, .plink.plink_type_clr_g01.plink_type_inline::after {
    color: #18b3c2 !important; }
  .plink.plink_type_clr_g01.plink_type_inline_icon::before, .plink.plink_type_clr_g01.plink_type_inline_icon::after {
    color: #fff !important;
    background: #18b3c2; }
  .plink.plink_type_clr_g01.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_g01.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #18b3c2;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_g01.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_g01.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_g01.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_g02.plink_type_box {
    border: 1px solid #e56400;
    color: #e56400; }
    .plink.plink_type_clr_g02.plink_type_box:hover, .plink.plink_type_clr_g02.plink_type_box_flip {
      color: #fff;
      background: #e56400; }
    .plink.plink_type_clr_g02.plink_type_box_flip:hover {
      color: #e56400;
      background: transparent; }
  .plink.plink_type_clr_g02.plink_type_inline::before, .plink.plink_type_clr_g02.plink_type_inline::after {
    color: #e56400 !important; }
  .plink.plink_type_clr_g02.plink_type_inline_icon::before, .plink.plink_type_clr_g02.plink_type_inline_icon::after {
    color: #fff !important;
    background: #e56400; }
  .plink.plink_type_clr_g02.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_g02.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #e56400;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_g02.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_g02.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_g02.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_g03.plink_type_box {
    border: 1px solid #003c78;
    color: #003c78; }
    .plink.plink_type_clr_g03.plink_type_box:hover, .plink.plink_type_clr_g03.plink_type_box_flip {
      color: #fff;
      background: #003c78; }
    .plink.plink_type_clr_g03.plink_type_box_flip:hover {
      color: #003c78;
      background: transparent; }
  .plink.plink_type_clr_g03.plink_type_inline::before, .plink.plink_type_clr_g03.plink_type_inline::after {
    color: #003c78 !important; }
  .plink.plink_type_clr_g03.plink_type_inline_icon::before, .plink.plink_type_clr_g03.plink_type_inline_icon::after {
    color: #fff !important;
    background: #003c78; }
  .plink.plink_type_clr_g03.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_g03.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #003c78;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_g03.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_g03.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_g03.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_g04.plink_type_box {
    border: 1px solid #d1bd00;
    color: #d1bd00; }
    .plink.plink_type_clr_g04.plink_type_box:hover, .plink.plink_type_clr_g04.plink_type_box_flip {
      color: #fff;
      background: #d1bd00; }
    .plink.plink_type_clr_g04.plink_type_box_flip:hover {
      color: #d1bd00;
      background: transparent; }
  .plink.plink_type_clr_g04.plink_type_inline::before, .plink.plink_type_clr_g04.plink_type_inline::after {
    color: #d1bd00 !important; }
  .plink.plink_type_clr_g04.plink_type_inline_icon::before, .plink.plink_type_clr_g04.plink_type_inline_icon::after {
    color: #fff !important;
    background: #d1bd00; }
  .plink.plink_type_clr_g04.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_g04.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #d1bd00;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_g04.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_g04.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_g04.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_g05.plink_type_box {
    border: 1px solid #c53c8b;
    color: #c53c8b; }
    .plink.plink_type_clr_g05.plink_type_box:hover, .plink.plink_type_clr_g05.plink_type_box_flip {
      color: #fff;
      background: #c53c8b; }
    .plink.plink_type_clr_g05.plink_type_box_flip:hover {
      color: #c53c8b;
      background: transparent; }
  .plink.plink_type_clr_g05.plink_type_inline::before, .plink.plink_type_clr_g05.plink_type_inline::after {
    color: #c53c8b !important; }
  .plink.plink_type_clr_g05.plink_type_inline_icon::before, .plink.plink_type_clr_g05.plink_type_inline_icon::after {
    color: #fff !important;
    background: #c53c8b; }
  .plink.plink_type_clr_g05.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_g05.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #c53c8b;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_g05.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_g05.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_g05.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_g06.plink_type_box {
    border: 1px solid #008364;
    color: #008364; }
    .plink.plink_type_clr_g06.plink_type_box:hover, .plink.plink_type_clr_g06.plink_type_box_flip {
      color: #fff;
      background: #008364; }
    .plink.plink_type_clr_g06.plink_type_box_flip:hover {
      color: #008364;
      background: transparent; }
  .plink.plink_type_clr_g06.plink_type_inline::before, .plink.plink_type_clr_g06.plink_type_inline::after {
    color: #008364 !important; }
  .plink.plink_type_clr_g06.plink_type_inline_icon::before, .plink.plink_type_clr_g06.plink_type_inline_icon::after {
    color: #fff !important;
    background: #008364; }
  .plink.plink_type_clr_g06.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_g06.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #008364;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_g06.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_g06.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_g06.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_g07.plink_type_box {
    border: 1px solid #f29b8f;
    color: #f29b8f; }
    .plink.plink_type_clr_g07.plink_type_box:hover, .plink.plink_type_clr_g07.plink_type_box_flip {
      color: #fff;
      background: #f29b8f; }
    .plink.plink_type_clr_g07.plink_type_box_flip:hover {
      color: #f29b8f;
      background: transparent; }
  .plink.plink_type_clr_g07.plink_type_inline::before, .plink.plink_type_clr_g07.plink_type_inline::after {
    color: #f29b8f !important; }
  .plink.plink_type_clr_g07.plink_type_inline_icon::before, .plink.plink_type_clr_g07.plink_type_inline_icon::after {
    color: #fff !important;
    background: #f29b8f; }
  .plink.plink_type_clr_g07.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_g07.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #f29b8f;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_g07.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_g07.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_g07.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-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.5em; }
        .plink-list-inline__item:first-child {
          padding-left: 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: #c6c6c6; }
        @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 #c6c6c6; }
        .plink-list-inline.plink-list-inline_border .plink-list-inline__item:not(:last-child) {
          border-right: 1px solid #c6c6c6; }
        .plink-list-inline.plink-list-inline_border .plink-list-inline__item:last-child {
          border-right: 1px solid #c6c6c6; }
      .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: #c6c6c6; }
          .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: #c6c6c6; }
          .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: #c6c6c6; }
      .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: #64072a;
          -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%; }

.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: #64072a; }
    @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: #64072a;
    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: #24140e;
      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: #64072a;
    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: #64072a;
    padding: 0.3em;
    border: 2px solid #64072a; }
    @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, .ptitle.ptitle_t5 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #64072a; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s6, .ptitle.ptitle_t5 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s6, .ptitle.ptitle_t5 {
        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: #00964f;
      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: #64072a;
      bottom: 0;
      left: 0; }
  .ptitle.ptitle_s8, .ptitle.ptitle_t3, .ptitle.ptitle_t3_ptn2 {
    padding-left: 0.5em;
    border-left: 2px solid #64072a; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s8, .ptitle.ptitle_t3, .ptitle.ptitle_t3_ptn2 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s8, .ptitle.ptitle_t3, .ptitle.ptitle_t3_ptn2 {
        font-size: 1.8rem; } }
  .ptitle.ptitle_s9 {
    color: #64072a;
    border-left: 15px solid #64072a;
    background: #00964f;
    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: #64072a;
      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: #00964f;
      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: #00964f;
      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: #64072a;
        bottom: 0;
        left: 0; }
  .ptitle.ptitle_tag2 {
    color: #64072a; }
    @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: #64072a;
        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: #64072a;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
  .ptitle.ptitle_tag4, .ptitle.ptitle_t2_ptn1, .ptitle.ptitle_t2_ptn3 {
    font-size: 2rem;
    position: relative; }
    .ptitle.ptitle_tag4::before, .ptitle.ptitle_t2_ptn1::before, .ptitle.ptitle_t2_ptn3::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 1px;
      background-color: #c6c6c6;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .ptitle.ptitle_tag4 .ptitle__title, .ptitle.ptitle_t2_ptn1 .ptitle__title, .ptitle.ptitle_t2_ptn3 .ptitle__title {
      font-weight: bold;
      padding-top: 0.5em;
      padding-right: 0.5em;
      display: inline-block;
      position: relative; }
      .ptitle.ptitle_tag4 .ptitle__title::after, .ptitle.ptitle_t2_ptn1 .ptitle__title::after, .ptitle.ptitle_t2_ptn3 .ptitle__title::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 3px;
        background-color: #64072a;
        top: 0;
        left: 0; }
  .widhid{margin-top:-120px;padding-top:120px}
  .ptitle.ptitle_d1 {
    color: #fff;
    background: #64072a;
    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: #64072a;
      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: #64072a;
      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: #64072a;
      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_tp1, .ptitle.ptitle_tp1a, .ptitle.ptitle_tp1b, .ptitle.ptitle_tp2, .ptitle.ptitle_tp3, .ptitle.ptitle_t4_ptn3, .ptitle.ptitle_t6_ptn2, .ptitle.ptitle_c2, .ptitle.ptitle_c3, .ptitle.ptitle_c4, .ptitle.ptitle_c5 {
    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_tp1 .ptitle__title-en, .ptitle.ptitle_tp1a .ptitle__title-en, .ptitle.ptitle_tp1b .ptitle__title-en, .ptitle.ptitle_tp2 .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en, .ptitle.ptitle_t4_ptn3 .ptitle__title-en, .ptitle.ptitle_t6_ptn2 .ptitle__title-en, .ptitle.ptitle_c2 .ptitle__title-en, .ptitle.ptitle_c3 .ptitle__title-en, .ptitle.ptitle_c4 .ptitle__title-en, .ptitle.ptitle_c5 .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_tp1 .ptitle__title-en, .ptitle.ptitle_tp1a .ptitle__title-en, .ptitle.ptitle_tp1b .ptitle__title-en, .ptitle.ptitle_tp2 .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en, .ptitle.ptitle_t4_ptn3 .ptitle__title-en, .ptitle.ptitle_t6_ptn2 .ptitle__title-en, .ptitle.ptitle_c2 .ptitle__title-en, .ptitle.ptitle_c3 .ptitle__title-en, .ptitle.ptitle_c4 .ptitle__title-en, .ptitle.ptitle_c5 .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_tp1 .ptitle__title-en, .ptitle.ptitle_tp1a .ptitle__title-en, .ptitle.ptitle_tp1b .ptitle__title-en, .ptitle.ptitle_tp2 .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en, .ptitle.ptitle_t4_ptn3 .ptitle__title-en, .ptitle.ptitle_t6_ptn2 .ptitle__title-en, .ptitle.ptitle_c2 .ptitle__title-en, .ptitle.ptitle_c3 .ptitle__title-en, .ptitle.ptitle_c4 .ptitle__title-en, .ptitle.ptitle_c5 .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_tp1 .ptitle__title-jp, .ptitle.ptitle_tp1a .ptitle__title-jp, .ptitle.ptitle_tp1b .ptitle__title-jp, .ptitle.ptitle_tp2 .ptitle__title-jp, .ptitle.ptitle_tp3 .ptitle__title-jp, .ptitle.ptitle_t4_ptn3 .ptitle__title-jp, .ptitle.ptitle_t6_ptn2 .ptitle__title-jp, .ptitle.ptitle_c2 .ptitle__title-jp, .ptitle.ptitle_c3 .ptitle__title-jp, .ptitle.ptitle_c4 .ptitle__title-jp, .ptitle.ptitle_c5 .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_tp1 .ptitle__title-jp, .ptitle.ptitle_tp1a .ptitle__title-jp, .ptitle.ptitle_tp1b .ptitle__title-jp, .ptitle.ptitle_tp2 .ptitle__title-jp, .ptitle.ptitle_tp3 .ptitle__title-jp, .ptitle.ptitle_t4_ptn3 .ptitle__title-jp, .ptitle.ptitle_t6_ptn2 .ptitle__title-jp, .ptitle.ptitle_c2 .ptitle__title-jp, .ptitle.ptitle_c3 .ptitle__title-jp, .ptitle.ptitle_c4 .ptitle__title-jp, .ptitle.ptitle_c5 .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_tp1 .ptitle__title-jp, .ptitle.ptitle_tp1a .ptitle__title-jp, .ptitle.ptitle_tp1b .ptitle__title-jp, .ptitle.ptitle_tp2 .ptitle__title-jp, .ptitle.ptitle_tp3 .ptitle__title-jp, .ptitle.ptitle_t4_ptn3 .ptitle__title-jp, .ptitle.ptitle_t6_ptn2 .ptitle__title-jp, .ptitle.ptitle_c2 .ptitle__title-jp, .ptitle.ptitle_c3 .ptitle__title-jp, .ptitle.ptitle_c4 .ptitle__title-jp, .ptitle.ptitle_c5 .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: #64072a;
    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: #64072a; }
    .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: #64072a;
        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: #64072a; }
      @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(#1e91cc), to(#f8ff94));
      background: linear-gradient(90deg, #1e91cc 0%, #f8ff94 100%);
      z-index: -1;
      opacity: 15%; }

.ptitle.ptitle_tp1 {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  height: 100%; }
  .ptitle.ptitle_tp1::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(36, 20, 14, 0.2);
    z-index: -1; }
  .ptitle.ptitle_tp1 .ptitle__title-en {
    font-weight: bold; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tp1 .ptitle__title-en {
        font-size: 7.6rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tp1 .ptitle__title-en {
        font-size: 5rem; } }
  .ptitle.ptitle_tp1 .ptitle__title-jp {
    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 {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tp1 .ptitle__title-jp {
        font-size: 1.4rem; } }
    .ptitle.ptitle_tp1 .ptitle__title-jp::before, .ptitle.ptitle_tp1 .ptitle__title-jp::after {
      content: "";
      width: 60px;
      height: 1px;
      background: #fff; }
    .ptitle.ptitle_tp1 .ptitle__title-jp::before {
      margin-right: 10px; }
    .ptitle.ptitle_tp1 .ptitle__title-jp::after {
      margin-left: 10px; }

.ptitle.ptitle_tp1a {
  color: #fff;
  height: 240px;
  position: relative; }
  .ptitle.ptitle_tp1a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #24140e;
    z-index: -3; }
  .ptitle.ptitle_tp1a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(36, 20, 14, 0.2);
    z-index: -1; }
  .ptitle.ptitle_tp1a .ptitle__title-jp {
    font-weight: bold;
    margin-bottom: 10px; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tp1a .ptitle__title-jp {
        font-size: 3.4rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tp1a .ptitle__title-jp {
        font-size: 3.4rem; } }
  .ptitle.ptitle_tp1a .ptitle__title-en {
    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_tp1a .ptitle__title-en {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tp1a .ptitle__title-en {
        font-size: 1.4rem; } }
    .ptitle.ptitle_tp1a .ptitle__title-en::before, .ptitle.ptitle_tp1a .ptitle__title-en::after {
      content: "";
      width: 30px;
      height: 1px;
      background: #fff; }
    .ptitle.ptitle_tp1a .ptitle__title-en::before {
      margin-right: 10px; }
    .ptitle.ptitle_tp1a .ptitle__title-en::after {
      margin-left: 10px; }
  .ptitle.ptitle_tp1a .ptitle__title-jp2 {
    font-weight: bold; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tp1a .ptitle__title-jp2 {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tp1a .ptitle__title-jp2 {
        font-size: 1.6rem; } }
  .ptitle.ptitle_tp1a .ptitle__title-en2 {
    font-weight: bold; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tp1a .ptitle__title-en2 {
        font-size: 4.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tp1a .ptitle__title-en2 {
        font-size: 4.2rem; } }
  .ptitle.ptitle_tp1a .ptitle__fig {
    z-index: -2;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    margin: 0; }
    .ptitle.ptitle_tp1a .ptitle__fig-img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp1a {
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 30px; } }

.ptitle.ptitle_tp1b {
  color: #fff;
  height: 190px;
  position: relative; }
  .ptitle.ptitle_tp1b::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #24140e;
    z-index: -3; }
  .ptitle.ptitle_tp1b .ptitle__title-en {
    font-weight: bold; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tp1b .ptitle__title-en {
        font-size: 4.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tp1b .ptitle__title-en {
        font-size: 2.8rem; } }
  .ptitle.ptitle_tp1b .ptitle__title-jp {
    font-weight: bold; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tp1b .ptitle__title-jp {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tp1b .ptitle__title-jp {
        font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp1b {
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 50px;
      height: 140px; } }

@media (min-width: 769px) {
  .ptitle.ptitle_tp2 {
    margin-bottom: 40px; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_tp2 {
    margin-bottom: 30px; } }

.ptitle.ptitle_tp2 .ptitle__title-jp {
  font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  line-height: 1.5;
  margin-bottom: 10px; }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp2 .ptitle__title-jp {
      font-size: 3.8rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp2 .ptitle__title-jp {
      font-size: 2.8rem; } }
  .ptitle.ptitle_tp2 .ptitle__title-jp span {
    color: #64072a; }

.ptitle.ptitle_tp2 .ptitle__title-en {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.3;
  color: #64072a;
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp2 .ptitle__title-en {
      font-size: 2.5rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp2 .ptitle__title-en {
      font-size: 2rem; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_tp2 {
    text-align: left; } }

.ptitle.ptitle_tp3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  background: #fff;
  padding: 20px; }
  .ptitle.ptitle_tp3 .ptitle__title-jp {
    font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tp3 .ptitle__title-jp {
        font-size: 6.6rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tp3 .ptitle__title-jp {
        font-size: 4.6rem; } }
  .ptitle.ptitle_tp3 .ptitle__title-en {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.3;
    color: #64072a;
    margin-bottom: 0; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tp3 .ptitle__title-en {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tp3 .ptitle__title-en {
        font-size: 1.4rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp3 {
      text-align: left; } }

.ptitle.ptitle_tp4 {
  font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  font-weight: bold;
  line-height: 1.5; }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp4 {
      margin-bottom: 30px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp4 {
      margin-bottom: 30px; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp4 {
      font-size: 3.8rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp4 {
      font-size: 2.8rem; } }
  .ptitle.ptitle_tp4 span {
    color: #64072a; }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp4 {
      text-align: center; } }

@media (min-width: 769px) {
  .ptitle.ptitle_t0 {
    margin-bottom: 20px; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_t0 {
    margin-bottom: 20px; } }

.ptitle.ptitle_t1 {
  font-weight: bold; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t1 {
      font-size: 3rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t1 {
      font-size: 2.4rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_t1 {
      margin-bottom: 15px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t1 {
      margin-bottom: 15px; } }

@media (min-width: 769px) {
  .ptitle.ptitle_t2_ptn1, .ptitle.ptitle_t2_ptn3 {
    margin-bottom: 30px; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_t2_ptn1, .ptitle.ptitle_t2_ptn3 {
    margin-bottom: 30px; } }

@media (min-width: 769px) {
  .ptitle.ptitle_t2_ptn1, .ptitle.ptitle_t2_ptn3 {
    font-size: 2.4rem; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_t2_ptn1, .ptitle.ptitle_t2_ptn3 {
    font-size: 2.4rem; } }

.ptitle.ptitle_t2_ptn1::before, .ptitle.ptitle_t2_ptn3::before {
  width: 100vw; }

.ptitle.ptitle_t2_ptn1 .ptitle__title, .ptitle.ptitle_t2_ptn3 .ptitle__title {
  padding-top: 15px;
  padding-right: 0; }
  .ptitle.ptitle_t2_ptn1 .ptitle__title::after, .ptitle.ptitle_t2_ptn3 .ptitle__title::after {
    height: 4px; }

.ptitle.ptitle_t2_ptn3 .ptitle__title {
  color: #fff; }
  .ptitle.ptitle_t2_ptn3 .ptitle__title::after {
    background: #fff; }

.ptitle.ptitle_t3, .ptitle.ptitle_t3_ptn2 {
  line-height: 1.5;
  font-weight: bold;
  padding-left: 0.5em;
  border-left: 3px solid #64072a; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t3, .ptitle.ptitle_t3_ptn2 {
      margin-bottom: 30px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t3, .ptitle.ptitle_t3_ptn2 {
      margin-bottom: 20px; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_t3, .ptitle.ptitle_t3_ptn2 {
      font-size: 2rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t3, .ptitle.ptitle_t3_ptn2 {
      font-size: 2rem; } }

.ptitle.ptitle_t3_ptn2 {
  color: #fff;
  border-color: #fff; }

.ptitle.ptitle_t4_ptn1, .ptitle.ptitle_t4_ptn2 {
  font-weight: bold; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t4_ptn1, .ptitle.ptitle_t4_ptn2 {
      font-size: 2.4rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t4_ptn1, .ptitle.ptitle_t4_ptn2 {
      font-size: 2.4rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_t4_ptn1, .ptitle.ptitle_t4_ptn2 {
      margin-bottom: 30px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t4_ptn1, .ptitle.ptitle_t4_ptn2 {
      margin-bottom: 20px; } }

.ptitle.ptitle_t4_ptn2 {
  text-align: center; }

.ptitle.ptitle_t4_ptn3 .ptitle__title-jp {
  line-height: 1.5; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t4_ptn3 .ptitle__title-jp {
      font-size: 2.4rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t4_ptn3 .ptitle__title-jp {
      font-size: 2.4rem; } }

.ptitle.ptitle_t4_ptn3 .ptitle__title-en {
  color: #64072a; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t4_ptn3 .ptitle__title-en {
      font-size: 1rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t4_ptn3 .ptitle__title-en {
      font-size: 1rem; } }

.ptitle.ptitle_t5 {
  font-weight: bold; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t5 {
      margin-bottom: 20px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t5 {
      margin-bottom: 20px; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_t5 {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t5 {
      font-size: 1.6rem; } }
  .ptitle.ptitle_t5 .ptitle__link {
    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; }
    .ptitle.ptitle_t5 .ptitle__link:hover {
      color: currentColor;
      text-decoration: none; }
    .ptitle.ptitle_t5 .ptitle__link::before {
      color: #24140e;
      font-family: fontawesome;
      content: "\f054";
      text-decoration: none;
      margin-right: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .ptitle.ptitle_t5 .ptitle__link::before {
        display: inline-block !important;
        text-decoration: none; }
    .ptitle.ptitle_t5 .ptitle__link::before {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px);
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-left: auto;
      margin-right: 0; }
    .ptitle.ptitle_t5 .ptitle__link:hover {
      opacity: 1; }
      .ptitle.ptitle_t5 .ptitle__link:hover::before {
        -webkit-transform: translateX(0);
                transform: translateX(0); }

.ptitle.ptitle_t6_ptn1 {
  font-weight: bold;
  margin-bottom: 10px; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t6_ptn1 {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t6_ptn1 {
      font-size: 1.6rem; } }

.ptitle.ptitle_t6_ptn2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left; }
  .ptitle.ptitle_t6_ptn2 .ptitle__title-jp {
    font-weight: bold;
    line-height: 1.5; }
    @media (min-width: 769px) {
      .ptitle.ptitle_t6_ptn2 .ptitle__title-jp {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_t6_ptn2 .ptitle__title-jp {
        font-size: 2.2rem; } }
  .ptitle.ptitle_t6_ptn2 .ptitle__title-en {
    color: #64072a; }
    @media (min-width: 769px) {
      .ptitle.ptitle_t6_ptn2 .ptitle__title-en {
        font-size: 1.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_t6_ptn2 .ptitle__title-en {
        font-size: 1.2rem; } }

.ptitle.ptitle_t6_ptn3, .ptitle.ptitle_t6_ptn4 {
  color: #64072a;
  font-weight: bold;
  margin-bottom: 10px; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t6_ptn3, .ptitle.ptitle_t6_ptn4 {
      font-size: 1.8rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t6_ptn3, .ptitle.ptitle_t6_ptn4 {
      font-size: 1.8rem; } }

.ptitle.ptitle_t6_ptn4 {
  color: #fff; }

.ptitle.ptitle_t6_ptn5 {
  font-weight: bold;
  margin-bottom: 30px; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t6_ptn5 {
      font-size: 2rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t6_ptn5 {
      font-size: 2rem; } }

.ptitle.ptitle_t7 {
  font-weight: bold;
  color: #fff;
  background: #64072a;
  padding: 0.5em 0.7em; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t7 {
      font-size: 2rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t7 {
      font-size: 2rem; } }
  .ptitle.ptitle_t7 small {
    font-weight: bold; }

.ptitle.ptitle_t8 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
  position: relative; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t8 {
      font-size: 2.2rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t8 {
      font-size: 2.2rem; } }
  .ptitle.ptitle_t8::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 2px;
    background-color: #64072a;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.ptitle.ptitle_c1 {
  font-weight: bold; }
  @media (min-width: 769px) {
    .ptitle.ptitle_c1 {
      font-size: 3.6rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_c1 {
      font-size: 3.6rem; } }

.ptitle.ptitle_c2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 769px) {
    .ptitle.ptitle_c2 {
      margin-bottom: 30px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_c2 {
      margin-bottom: 30px; } }
  .ptitle.ptitle_c2 .ptitle__title-jp {
    font-weight: bold;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 2px solid #c6c6c6; }
    @media (min-width: 769px) {
      .ptitle.ptitle_c2 .ptitle__title-jp {
        font-size: 1.8rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_c2 .ptitle__title-jp {
        font-size: 1.8rem; } }
  .ptitle.ptitle_c2 .ptitle__title-en {
    margin-bottom: 0; }
    @media (min-width: 769px) {
      .ptitle.ptitle_c2 .ptitle__title-en {
        font-size: 1.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_c2 .ptitle__title-en {
        font-size: 1.2rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_c2 .ptitle__title-jp {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .ptitle.ptitle_c2 .ptitle__title-en {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; } }

.ptitle.ptitle_c3 {
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 769px) {
    .ptitle.ptitle_c3 {
      margin-bottom: 30px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_c3 {
      margin-bottom: 30px; } }
  .ptitle.ptitle_c3 .ptitle__box:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .ptitle.ptitle_c3 .ptitle__box:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 2px solid #c6c6c6;
    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;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    @media (min-width: 769px) {
      .ptitle.ptitle_c3 .ptitle__box:last-child {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_c3 .ptitle__box:last-child {
        font-size: 1.6rem; } }
  .ptitle.ptitle_c3 .ptitle__title-jp {
    font-weight: bold;
    line-height: 1.7; }
    @media (min-width: 769px) {
      .ptitle.ptitle_c3 .ptitle__title-jp {
        font-size: 1.8rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_c3 .ptitle__title-jp {
        font-size: 1.8rem; } }
  .ptitle.ptitle_c3 .ptitle__title-en {
    margin-bottom: 0; }
    @media (min-width: 769px) {
      .ptitle.ptitle_c3 .ptitle__title-en {
        font-size: 1.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_c3 .ptitle__title-en {
        font-size: 1.2rem; } }
  .ptitle.ptitle_c3 .ptitle__title-sbj {
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold; }
    @media (min-width: 769px) {
      .ptitle.ptitle_c3 .ptitle__title-sbj {
        font-size: 2.4rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_c3 .ptitle__title-sbj {
        font-size: 2.4rem; } }
  .ptitle.ptitle_c3 .ptitle__title-name {
    font-weight: bold; }
    @media (min-width: 769px) {
      .ptitle.ptitle_c3 .ptitle__title-name {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_c3 .ptitle__title-name {
        font-size: 1.6rem; } }
  .ptitle.ptitle_c3 .ptitle__title-suffix {
    margin-left: 0.2em; }
    @media (min-width: 769px) {
      .ptitle.ptitle_c3 .ptitle__title-suffix {
        font-size: 1.4rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_c3 .ptitle__title-suffix {
        font-size: 1.4rem; } }

.ptitle.ptitle_c4 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 769px) {
    .ptitle.ptitle_c4 {
      margin-bottom: 30px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_c4 {
      margin-bottom: 30px; } }
  .ptitle.ptitle_c4 .ptitle__title-en {
    font-weight: bold;
    margin-bottom: 0; }
    @media (min-width: 769px) {
      .ptitle.ptitle_c4 .ptitle__title-en {
        font-size: 4.8rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_c4 .ptitle__title-en {
        font-size: 3.4rem; } }
  .ptitle.ptitle_c4 .ptitle__title-jp {
    font-weight: bold; }
    @media (min-width: 769px) {
      .ptitle.ptitle_c4 .ptitle__title-jp {
        font-size: 1.4rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_c4 .ptitle__title-jp {
        font-size: 1.4rem; } }
  .ptitle.ptitle_c4_ptn2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 769px) {
      .ptitle.ptitle_c4_ptn2 {
        margin-bottom: 10px; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_c4_ptn2 {
        margin-bottom: 10px; } }
    @media (min-width: 769px) {
      .ptitle.ptitle_c4_ptn2 .ptitle__title-en {
        font-size: 3.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_c4_ptn2 .ptitle__title-en {
        font-size: 3.2rem; } }

.ptitle.ptitle_c5 {
  margin: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .ptitle.ptitle_c5 .ptitle__title-en {
    font-weight: bold;
    margin-bottom: 0; }
    @media (min-width: 769px) {
      .ptitle.ptitle_c5 .ptitle__title-en {
        font-size: 8.4rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_c5 .ptitle__title-en {
        font-size: 4.8rem; } }
  .ptitle.ptitle_c5 .ptitle__title-jp {
    font-weight: bold; }
    @media (min-width: 769px) {
      .ptitle.ptitle_c5 .ptitle__title-jp {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_c5 .ptitle__title-jp {
        font-size: 1.2rem; } }
  .ptitle.ptitle_c5_small .ptitle__title-en {
    -moz-text-align-last: left;
         text-align-last: left; }
    @media (min-width: 769px) {
      .ptitle.ptitle_c5_small .ptitle__title-en {
        font-size: 6.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_c5_small .ptitle__title-en {
        font-size: 4.8rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_c5 {
      white-space: nowrap;
      float: right;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl; }
      .ptitle.ptitle_c5 .ptitle__title-jp {
        line-height: 1; }
        .ptitle.ptitle_c5 .ptitle__title-jp span {
          display: inline-block; }
          .ptitle.ptitle_c5 .ptitle__title-jp span:nth-child(2) {
            position: relative;
            padding-top: 5px;
            margin-top: 40px; }
            .ptitle.ptitle_c5 .ptitle__title-jp span:nth-child(2)::after {
              content: "";
              display: block;
              position: absolute;
              z-index: 1;
              width: 1px;
              height: 33px;
              background-color: #24140e;
              top: auto;
              bottom: 100%;
              left: 50%; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_c5 {
      margin-bottom: 20px; }
      .ptitle.ptitle_c5 .ptitle__title-en {
        text-align: left; }
      .ptitle.ptitle_c5 .ptitle__title-jp {
        line-height: 1; }
        .ptitle.ptitle_c5 .ptitle__title-jp span {
          display: inline-block; }
          .ptitle.ptitle_c5 .ptitle__title-jp span:nth-child(2) {
            position: relative;
            padding-left: 5px;
            margin-left: 40px; }
            .ptitle.ptitle_c5 .ptitle__title-jp span:nth-child(2)::after {
              content: "";
              display: block;
              position: absolute;
              z-index: 1;
              width: 33px;
              height: 1px;
              background-color: #24140e;
              left: auto;
              right: 100%;
              top: 50%; } }

.ptitle.ptitle_c6 {
  margin-bottom: 35px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 30px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #64072a;
  max-width: 750px; }
  @media (min-width: 769px) {
    .ptitle.ptitle_c6 {
      font-size: 2.2rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_c6 {
      font-size: 1.6rem; } }
  .ptitle.ptitle_c6::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; }
  .ptitle.ptitle_c6::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transform: rotate(5.5deg);
            transform: rotate(5.5deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom; }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_c6 {
      min-height: 40px;
      padding-left: 15px;
      padding-bottom: 0px;
      max-width: 335px; }
      .ptitle.ptitle_c6::before {
        -webkit-transform: rotate(7deg);
                transform: rotate(7deg); } }

.ptitle.ptitle_c7 {
  font-weight: bold;
  padding: 25px;
  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;
  position: relative;
  z-index: 3;
  width: 220px; }
  @media (min-width: 769px) {
    .ptitle.ptitle_c7 {
      font-size: 2.2rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_c7 {
      font-size: 1.6rem; } }
  .ptitle.ptitle_c7::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #64072a;
    z-index: -1; }
  .ptitle.ptitle_c7::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    margin: 25px; }

.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: #24140e !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: 1024px) {
  .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: #64072a; }

.plist.plist_type_column_head_weight_bold .plist__head {
  font-weight: bold !important; }

.plist.plist_type_column_head_clr_sub .plist__head {
  color: #00964f; }

.plist.plist_type_column_bdt {
  border-top: 1px solid #24140e; }

.plist.plist_type_column_border .plist__box {
  border-bottom: 1px solid #24140e; }

.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: #64072a; }

.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: #64072a; }

.plist.plist_type_flow .plist__body {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #64072a; }

@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: #64072a 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: #64072a 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: #24140e;
      -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 #24140e;
      border-bottom: 3px solid #24140e;
      -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_flow_arrow_center .plist__box:not(:last-child)::before, .plist.plist_type_flow_arrow_center .plist__box:not(:last-child)::after {
  left: 50%; }

.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: #64072a;
      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 #c6c6c6;
    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 #64072a;
    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: #64072a; }
    .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_base > .plist__box {
  border-bottom: 1px solid #c6c6c6; }
  .plist.plist_type_base > .plist__box:first-child {
    border-top: 1px solid #c6c6c6; }
  .plist.plist_type_base > .plist__box > .plist__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 769px) {
      .plist.plist_type_base > .plist__box > .plist__head {
        font-size: 2rem; }

      .plist.plist_type_base > .plist__box.sp_only_toggle > .plist__body.collapse{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .plist.plist_type_base > .plist__box.sp_only_toggle > .plist__head{
        pointer-events: none!important;
      }
      .plist.plist_type_base > .plist__box.sp_only_toggle > .plist__head > .plist__head-link::after{
        background-color: transparent!important;
      }
      .plist.plist_type_base > .plist__box.sp_only_toggle > .plist__head > .plist__head-link::before{
        background-color: transparent!important;
      }
      .sp_only_toggle a span::after{
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 3px;
        background-color: #64072a;
        top: 0;
        left: 0;
      }
         }
    @media (max-width: 768.98px) {
      .plist.plist_type_base > .plist__box > .plist__head {
        font-size: 2rem; } }
    .plist.plist_type_base > .plist__box > .plist__head > .plist__head-link {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 30px;
      -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; }
      .plist.plist_type_base > .plist__box > .plist__head > .plist__head-link[aria-expanded] {
        position: relative; }
        .plist.plist_type_base > .plist__box > .plist__head > .plist__head-link[aria-expanded]::before {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          width: 28px;
          height: 1px;
          background-color: #64072a;
          right: 0;
          top: 50%; }
        .plist.plist_type_base > .plist__box > .plist__head > .plist__head-link[aria-expanded].collapsed {
          position: relative; }
          .plist.plist_type_base > .plist__box > .plist__head > .plist__head-link[aria-expanded].collapsed::after {
            content: "";
            display: block;
            position: absolute;
            z-index: 1;
            width: 1px;
            height: 28px;
            background-color: #64072a;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
          .plist.plist_type_base > .plist__box > .plist__head > .plist__head-link[aria-expanded].collapsed::after {
            right: 14px; }
      .plist.plist_type_base > .plist__box > .plist__head > .plist__head-link:hover {
        text-decoration: none; }
  .plist.plist_type_base > .plist__box > .plist__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; }
    .plist.plist_type_base > .plist__box > .plist__body.collapse {
      display: none; }
      .plist.plist_type_base > .plist__box > .plist__body.collapse.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .plist.plist_type_base > .plist__box > .plist__body > .plist__body-box {
      width: 100%; }
      .plist.plist_type_base > .plist__box > .plist__body > .plist__body-box > .plist__body-title {
        margin-bottom: 0;
        padding: 5px 0;
        color: #64072a;
        font-size: 18px;
        font-weight: bold; }
      .plist.plist_type_base > .plist__box > .plist__body > .plist__body-box > *:last-child {
        padding-bottom: 20px; }
    .plist.plist_type_base > .plist__box > .plist__body > .plist__body-text {
      margin-bottom: 20px; }

.plist.plist_type_base.plist_type_base_white {
  color: #fff; }
  .plist.plist_type_base.plist_type_base_white .plist__box {
    border-bottom-color: #fff; }
    .plist.plist_type_base.plist_type_base_white .plist__box:first-child {
      border-top-color: #fff; }
  .plist.plist_type_base.plist_type_base_white .plist__head-link::before {
    background: #fff !important; }
  .plist.plist_type_base.plist_type_base_white .plist__head-link.collapsed::after {
    background: #fff !important; }
  .plist.plist_type_base.plist_type_base_white .plist__body-title {
    color: #fff; }

.plist.plist_type_base.plist_type_base2 {
  margin: 0 20px; }
  .plist.plist_type_base.plist_type_base2 > .plist__box {
    border-bottom: none;
    margin-bottom: 10px; }
    @media (min-width: 769px) {
      .plist.plist_type_base.plist_type_base2 > .plist__box > .plist__head {
        font-size: 1.8rem; } }
    @media (max-width: 768.98px) {
      .plist.plist_type_base.plist_type_base2 > .plist__box > .plist__head {
        font-size: 1.8rem; }
         }
    .plist.plist_type_base.plist_type_base2 > .plist__box > .plist__head > .plist__head-link {
      padding: 15px 20px;
      color: #fff;
      background: #64072a; }
      .plist.plist_type_base.plist_type_base2 > .plist__box > .plist__head > .plist__head-link[aria-expanded]::before {
        background: #fff;
        width: 24px;
        right: 10px; }
      .plist.plist_type_base.plist_type_base2 > .plist__box > .plist__head > .plist__head-link[aria-expanded].collapsed::after {
        background: #fff;
        height: 24px;
        right: 22px; }
    .plist.plist_type_base.plist_type_base2 > .plist__box > .plist__body > .plist__body-box {
      margin: 20px 0 0; }

.plist.plist_type_base.plist_type_base_qa .plist__head::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-top: 15px;
  margin-right: 10px;
  content: "Q";
  width: 40px;
  height: 40px;
  border: 2px solid #64072a;
  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.8rem;
  font-weight: normal;
  color: #64072a; }

.plist.plist_type_base.plist_type_base_qa .plist__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-size: 2rem;
  font-weight: normal;
  color: #fff;
  background: #64072a; }

.plist.plist_type_base.plist_type_base_qa .plist__body-box {
  width: calc(100% - 50px) !important; }

.plist.plist_type_base.plist_type_qa .plist__head {
  padding: 20px 0; }

.plist.plist_type_table {
  border-bottom: 1px solid #c6c6c6; }
  .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: 1024px) {
    .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: #64072a; }
  .plist.plist_type_table .plist__body {
    padding: 0.5em; }
  @media (max-width: 768.98px) {
    .plist.plist_type_table .plist__head {
      border: 1px solid #c6c6c6; }
    .plist.plist_type_table .plist__body {
      border-left: 1px solid #c6c6c6;
      border-right: 1px solid #c6c6c6; } }
  @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 #c6c6c6;
      border-right: 1px solid #c6c6c6;
      border-left: 1px solid #c6c6c6; }
    .plist.plist_type_table .plist__body {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%;
      border-top: 1px solid #c6c6c6;
      border-right: 1px solid #c6c6c6; } }

.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%, #c6c6c6), color-stop(50%, #c6c6c6), color-stop(50%, transparent), color-stop(75%, transparent), color-stop(75%, #c6c6c6), to(#c6c6c6));
    background-image: linear-gradient(to right, transparent 25%, #c6c6c6 25%, #c6c6c6 50%, transparent 50%, transparent 75%, #c6c6c6 75%, #c6c6c6 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%, #c6c6c6), color-stop(50%, #c6c6c6), color-stop(50%, transparent), color-stop(75%, transparent), color-stop(75%, #c6c6c6), to(#c6c6c6));
    background-image: linear-gradient(to right, transparent 25%, #c6c6c6 25%, #c6c6c6 50%, transparent 50%, transparent 75%, #c6c6c6 75%, #c6c6c6 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_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_arrow_white > .plist__item {
  color: #fff; }
  .plist.plist_type_arrow_white > .plist__item::before {
    color: #fff; }

.plist.plist_type_arrow_main > .plist__item::before {
  color: #64072a; }

.plist.plist_type_link {
  margin: 0;
  padding: 0;
  list-style: none; }
  .plist.plist_type_link_arrow_lr .plist__item {
    border-bottom: 1px solid #24140e; }
  .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: #64072a;
      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 #24140e; }
  .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: #64072a;
      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 #24140e; }
  .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: #64072a;
      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 #24140e;
    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: #24140e;
      -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 #24140e;
      border-right: 1px solid #24140e;
      -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 #24140e; }
  .plist.plist_type_link_noborder .plist__item {
    border-bottom: 0; }
  .plist.plist_type_link_noborder .plist__link {
    padding: 0.2em 0; }
  .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_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: #64072a;
      position: absolute;
      top: 0.3rem;
      left: 0;
      content: counter(list-cnt); }

.plist.plist_type_order_circle-start2 {
  counter-reset: list-cnt 1; }

.plist.plist_type_order_circle > .plist__item::before {
  border-radius: 50%; }

.plist.plist_type_order_circle_white > .plist__item {
  color: #fff; }
  .plist.plist_type_order_circle_white > .plist__item::before {
    color: #24140e;
    background: #fff; }

.plist.plist_type_order_circle_black > .plist__item::before {
  background: #24140e; }

.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: #64072a;
      position: absolute;
      top: 10px;
      left: 8px; }

.plist.plist_type_circle > .plist__item::before {
  background: #64072a;
  border-radius: 50%; }

.plist.plist_type_circle_white > .plist__item {
  color: #fff; }
  .plist.plist_type_circle_white > .plist__item::before {
    background: #fff; }

.plist.plist_type_circle_black > .plist__item::before {
  background: #24140e; }

.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 #64072a;
    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: #64072a 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: #64072a; }
      @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: #64072a;
      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 #64072a;
    color: #64072a;
    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: #64072a;
        top: 100%;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    .plist.plist_type_flow_box > .plist__item_type2 {
      color: #fff;
      background: #64072a; }
    .plist.plist_type_flow_box > .plist__item_type3 {
      color: #fff;
      background: #64072a;
      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: #64072a; }
  .plist.plist_type_flow_box2 .plist__head {
    position: absolute;
    top: -30px;
    left: 0;
    color: #24140e;
    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%, #64072a)) no-repeat top left/100% 50.5%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(51%, #64072a)) no-repeat bottom left/100% 50.5%;
        background: linear-gradient(to bottom left, transparent 49%, #64072a 51%) no-repeat top left/100% 50.5%, linear-gradient(to top left, transparent 49%, #64072a 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%, #64072a)) no-repeat top right/50.5% 100%, -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(51%, #64072a)) no-repeat bottom left/50.5% 100%;
          background: linear-gradient(to top left, transparent 49%, #64072a 51%) no-repeat top right/50.5% 100%, linear-gradient(to top right, transparent 49%, #64072a 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: #64072a;
    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%, #64072a)) no-repeat top right/50.5% 100%, -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(51%, #64072a)) no-repeat bottom left/50.5% 100%;
      background: linear-gradient(to top left, transparent 49%, #64072a 51%) no-repeat top right/50.5% 100%, linear-gradient(to top right, transparent 49%, #64072a 51%) no-repeat bottom left/50.5% 100%; }
  .plist.plist_type_flow_box3 .plist__head {
    position: absolute;
    top: -30px;
    left: 0;
    color: #24140e;
    font-weight: bold;
    top: -1.2em;
    line-height: 1;
    background: #fff; }
  .plist.plist_type_flow_box3_c15 > .plist__item {
    background: #3d60c2; }
    .plist.plist_type_flow_box3_c15 > .plist__item::after {
      background: -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(51%, #3d60c2)) no-repeat top right/50.5% 100%, -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(51%, #3d60c2)) no-repeat bottom left/50.5% 100%;
      background: linear-gradient(to top left, transparent 49%, #3d60c2 51%) no-repeat top right/50.5% 100%, linear-gradient(to top right, transparent 49%, #3d60c2 51%) no-repeat bottom left/50.5% 100%; }
  .plist.plist_type_flow_box3_sub1 > .plist__item {
    background: #00964f; }
    .plist.plist_type_flow_box3_sub1 > .plist__item::after {
      background: -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(51%, #00964f)) no-repeat top right/50.5% 100%, -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(51%, #00964f)) no-repeat bottom left/50.5% 100%;
      background: linear-gradient(to top left, transparent 49%, #00964f 51%) no-repeat top right/50.5% 100%, linear-gradient(to top right, transparent 49%, #00964f 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: #64072a;
      -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: #64072a;
          -webkit-transform: scale(0.4);
                  transform: scale(0.4); }

.pblock, .pblock-sub, .pblock-slim, .pblock-wide, .pblock-full {
  max-width: 1024px;
  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: 0px !important; }
    @media (min-width: 769px) {
      .pblock-end {
        margin-bottom: 0px !important; } }
    @media (min-width: 769px) {
      .pblock-end-pc {
        margin-bottom: 0px !important; } }
    @media (max-width: 768.98px) {
      .pblock-end-sp {
        margin-bottom: 0px !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 240px;
              flex: 0 0 240px; }
    .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 240px;
              flex: 0 0 240px; }
    .pblock-row-4::after {
      display: block;
      content: "";
      -webkit-box-flex: 0;
          -ms-flex: 0 0 240px;
              flex: 0 0 240px; }
    .pblock-row-3 > .pblock-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 320px;
              flex: 0 0 320px; }
      .pblock-sub .pblock-row-3 > .pblock-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 280px;
                flex: 0 0 280px; }
    .pblock-row-3::after {
      display: block;
      content: "";
      -webkit-box-flex: 0;
          -ms-flex: 0 0 320px;
              flex: 0 0 320px; }
      .pblock-sub .pblock-row-3::after {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 280px;
                flex: 0 0 280px; }
    .pblock-row-2 > .pblock-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 482px;
              flex: 0 0 482px; }
      .pblock-sub .pblock-row-2 > .pblock-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 435px;
                flex: 0 0 435px; } }
  @media (min-width: 769px) {
    .pblock, .pblock-sub, .pblock-slim, .pblock-wide, .pblock-full {
      width: 1024px;
      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: 930px; }
    @media (min-width: 769px) {
      .pblock-sub {
        min-width: 930px; }
        .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: 1300px; }
    @media (min-width: 769px) {
      .pblock-wide {
        min-width: 1300px; } }
    .pblock-wide:last-child {
      margin-bottom: 0; }
  .pblock-full {
    width: auto;
    max-width: none; }
    @media (min-width: 769px) {
      .pblock-full {
        min-width: 1024px; } }
    @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;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (min-width: 769px) {
      .pblock-kuzu {
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px; } }
    .pblock-kuzu_btm {
      background: #efefef;
      margin-bottom: 0; }
    .pblock-kuzu_gray {
      background: #efefef;
      margin-bottom: 0;
      padding-bottom: 100px; }
    .pblock-kuzu_black {
      background: #24140e;
      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 {
        display: none; }
        .pblock-kuzu .breadcrumb {
          line-height: 1.5em;
          overflow-x: scroll;
          white-space: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
          .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 !important; }

.pbox_clr_white {
  background: #fff !important; }

.pbox_clr_gray {
  background: #efefef !important; }

.pbox_clr_dark {
  background: #707070 !important; }

.pbox_clr_beige {
  background: #f5ede1 !important; }

.pbox_clr_red {
  background: #e12f3b !important; }

.pbox_clr_main {
  background: #64072a !important; }

.pbox_clr_sub1 {
  background: #00964f !important; }

.pbox_clr_sub2 {
  background: #01502b !important; }

.pbox_clr_grd {
  background: -webkit-gradient(linear, left top, right top, from(#1e91cc), to(#f8ff94));
  background: linear-gradient(90deg, #1e91cc 0%, #f8ff94 100%); }

.pbox_clr_black {
  background: #24140e !important; }

.pbox_clr_rits {
  background: #ad181f !important; }

.pbox_clr_c11 {
  background: #4b9bb9 !important; }

.pbox_clr_c12 {
  background: #7f8e2b !important; }

.pbox_clr_c13 {
  background: #cb6a6d !important; }

.pbox_clr_c14 {
  background: #a17c5a !important; }

.pbox_clr_c15 {
  background: #3d60c2 !important; }

.pbox_clr_c16 {
  background: #b8749c !important; }

.pbox_clr_c17 {
  background: #4d9d8a !important; }

.pbox_clr_c18 {
  background: #8b8a8a !important; }

.pbox_clr_c19 {
  background: #0e975b !important; }

.pbox_clr_c21 {
  background: #22424e !important; }

.pbox_clr_c22 {
  background: #586320 !important; }

.pbox_clr_c23 {
  background: #824043 !important; }

.pbox_clr_c24 {
  background: #826143 !important; }

.pbox_clr_c25 {
  background: #26408d !important; }

.pbox_clr_c26 {
  background: #a15984 !important; }

.pbox_clr_c27 {
  background: #706d1e !important; }

.pbox_clr_c28 {
  background: #948629 !important; }

.pbox_clr_c29 {
  background: #a50e10 !important; }

.pbox_clr_c31 {
  background: #8d1d28 !important; }

.pbox_clr_c32 {
  background: #cee7e4 !important; }

.pbox_clr_c33 {
  background: #bb9e81 !important; }

.pbox_clr_c34 {
  background: #5890ae !important; }

.pbox_clr_c35 {
  background: #c5737f !important; }

.pbox_clr_g01 {
  background: #18b3c2 !important; }

.pbox_clr_g02 {
  background: #e56400 !important; }

.pbox_clr_g03 {
  background: #003c78 !important; }

.pbox_clr_g04 {
  background: #d1bd00 !important; }

.pbox_clr_g05 {
  background: #c53c8b !important; }

.pbox_clr_g06 {
  background: #008364 !important; }

.pbox_clr_g07 {
  background: #f29b8f !important; }

.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 #707070; }

.pbox_bdr_beige {
  border: 1px solid #f5ede1; }

.pbox_bdr_red {
  border: 1px solid #e12f3b; }

.pbox_bdr_main {
  border: 1px solid #64072a; }

.pbox_bdr_sub1 {
  border: 1px solid #00964f; }

.pbox_bdr_sub2 {
  border: 1px solid #01502b; }

.pbox_bdr_grd {
  border: 1px solid #999;
  -o-border-image: linear-gradient(90deg, #1e91cc 0%, #f8ff94 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#1e91cc), to(#f8ff94)) 1;
     border-image: linear-gradient(90deg, #1e91cc 0%, #f8ff94 100%) 1; }

.pbox_bdr_black {
  border: 1px solid #24140e; }

.pbox_bdr_rits {
  border: 1px solid #ad181f; }

.pbox_bdr_c11 {
  border: 1px solid #4b9bb9; }

.pbox_bdr_c12 {
  border: 1px solid #7f8e2b; }

.pbox_bdr_c13 {
  border: 1px solid #cb6a6d; }

.pbox_bdr_c14 {
  border: 1px solid #a17c5a; }

.pbox_bdr_c15 {
  border: 1px solid #3d60c2; }

.pbox_bdr_c16 {
  border: 1px solid #b8749c; }

.pbox_bdr_c17 {
  border: 1px solid #4d9d8a; }

.pbox_bdr_c18 {
  border: 1px solid #8b8a8a; }

.pbox_bdr_c19 {
  border: 1px solid #0e975b; }

.pbox_bdr_c21 {
  border: 1px solid #22424e; }

.pbox_bdr_c22 {
  border: 1px solid #586320; }

.pbox_bdr_c23 {
  border: 1px solid #824043; }

.pbox_bdr_c24 {
  border: 1px solid #826143; }

.pbox_bdr_c25 {
  border: 1px solid #26408d; }

.pbox_bdr_c26 {
  border: 1px solid #a15984; }

.pbox_bdr_c27 {
  border: 1px solid #706d1e; }

.pbox_bdr_c28 {
  border: 1px solid #948629; }

.pbox_bdr_c29 {
  border: 1px solid #a50e10; }

.pbox_bdr_c31 {
  border: 1px solid #8d1d28; }

.pbox_bdr_c32 {
  border: 1px solid #cee7e4; }

.pbox_bdr_c33 {
  border: 1px solid #bb9e81; }

.pbox_bdr_c34 {
  border: 1px solid #5890ae; }

.pbox_bdr_c35 {
  border: 1px solid #c5737f; }

.pbox_bdr_g01 {
  border: 1px solid #18b3c2; }

.pbox_bdr_g02 {
  border: 1px solid #e56400; }

.pbox_bdr_g03 {
  border: 1px solid #003c78; }

.pbox_bdr_g04 {
  border: 1px solid #d1bd00; }

.pbox_bdr_g05 {
  border: 1px solid #c53c8b; }

.pbox_bdr_g06 {
  border: 1px solid #008364; }

.pbox_bdr_g07 {
  border: 1px solid #f29b8f; }

.pbox_t1 {
  padding: 30px;
  border: 1px solid #24140e; }
  @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 {
        background: #efefef; }
        .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 #24140e;
    border-bottom: 1px solid #24140e;
    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 #c6c6c6;
       -moz-column-rule: 1px solid #c6c6c6;
            column-rule: 1px solid #c6c6c6; } }

.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: #24140e;
      -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: #64072a;
  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; }
  @media (max-width: 768.98px) {
    .pdate.pdate_type_m1 {
      width: 100%;
      display: block;
      height: auto;
      padding: 0 1rem; } }
  .pdate.pdate_type_m1 span:nth-child(1) {
    font-size: 6rem;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    @media (max-width: 768.98px) {
      .pdate.pdate_type_m1 span:nth-child(1) {
        font-size: 4rem; } }
  .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; }
    @media (max-width: 768.98px) {
      .pdate.pdate_type_m1 span:nth-child(2) {
        margin-right: 1rem; } }
  .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%); }
    @media (max-width: 768.98px) {
      .pdate.pdate_type_m1 span:nth-child(3)::after {
        display: none; } }

.pstep.pstep_type1 {
  width: 68px;
  height: 68px;
  line-height: 1;
  color: #fff;
  background: #64072a;
  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: inherit; }
    .ptag__link:hover {
      opacity: 1; }
  .ptag__item {
    line-height: 1;
    width: auto;
    margin-bottom: 0.5em;
    margin-right: 5px !important; }
    .ptag__item_type_border {
      color: #24140e !important;
      background: #fff !important;
      border: 1px solid #707070; }
      .ptag__item_type_border.ptag__item_tag1 {
        color: #64072a !important;
        background: #fff !important;
        border: 1px solid #64072a !important; }
      .ptag__item_type_border.ptag__item_tag2 {
        color: #e12f3b !important;
        background: #fff !important;
        border: 1px solid #e12f3b !important; }
    .ptag__item_tag1 {
      color: #64072a; }
    .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: #707070; }
    .ptag.ptag_type_box .ptag__item_tag1, .ptag.ptag_type_rounded .ptag__item_tag1, .ptag.ptag_type_pill .ptag__item_tag1 {
      background: #64072a; }
    .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_transparent .ptag__item {
    background: transparent !important; }
  .ptag.ptag_clr_black .ptag__item {
    color: #24140e !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(36, 20, 14, 0.16);
          box-shadow: 0px 3px 6px rgba(36, 20, 14, 0.16);
  border-top: 3px solid #00964f;
  border-bottom: 3px solid #00964f; }
  @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: #00964f; }
      @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: #64072a; }
      .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: #64072a; }
  .sys-cal.sys-cal_t1 .sys-cal__table {
    width: 100%;
    border-top: 2px solid #00964f;
    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 #00964f;
    margin: 0.5em; }
  .sys-cal.sys-cal_t1 .sys-cal__data {
    width: 50px;
    border: 1px solid #00964f;
    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(100, 7, 42, 0.1); }

.sys-info.sys-info_t1 .sys-info__list-head {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  color: #64072a; }

.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: #64072a;
    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 #c6c6c6; }

.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 #c6c6c6;
  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(100, 7, 42, 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: 0.8em 0;*/
    padding: .5rem 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.2; }
    @media (min-width: 769px) {
      .sys-info.sys-info_t3 .sys-info__citem_date {
        font-size: 1.4rem;
        width:9% } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_t3 .sys-info__citem_date {
        font-size: 1.4rem;
        width:22% } }
  @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(100, 7, 42, 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: #8d8178;
        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: #64072a; }

.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: #64072a;
  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 #707070; }
  .sys-info.sys-info_ti2 .sys-info__tags-item:last-child {
    border-right: 1px solid #707070; }

.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(36, 20, 14, 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 #24140e;
  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_col1 {
    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_col1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col1 > * {
          width: 100%; }
          .sys-info.sys-info_ti4 .sys-info__list_col1 > *:nth-last-child(n + 2) {
            margin-bottom: 90px; }
          .sys-info.sys-info_ti4 .sys-info__list_col1 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti4 .sys-info__list_col1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col1 > * {
          width: 100%; }
          .sys-info.sys-info_ti4 .sys-info__list_col1 > *:nth-last-child(n + 2) {
            margin-bottom: 60px; }
          .sys-info.sys-info_ti4 .sys-info__list_col1 > * img {
            width: 100%; } }
  .sys-info.sys-info_ti4 .sys-info__list_col2 {
    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_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col2 > * {
          width: calc((100% - 30px * 1) / 2); }
          .ie11 .sys-info.sys-info_ti4 .sys-info__list_col2 > * {
            width: calc((100% - 30px * 1) / 2 - 0.1px); }
          .sys-info.sys-info_ti4 .sys-info__list_col2 > *:not(:nth-child(2n)) {
            margin-right: 30px; }
          .sys-info.sys-info_ti4 .sys-info__list_col2 > *:nth-last-child(n + 3) {
            margin-bottom: 90px; }
          .sys-info.sys-info_ti4 .sys-info__list_col2 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti4 .sys-info__list_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col2 > * {
          width: 100%; }
          .sys-info.sys-info_ti4 .sys-info__list_col2 > *:nth-last-child(n + 2) {
            margin-bottom: 60px; }
          .sys-info.sys-info_ti4 .sys-info__list_col2 > * img {
            width: 100%; } }
  .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: 25px; }
          .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: 15px; }
          .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: 90px; }
          .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: 100%; }
          .sys-info.sys-info_ti4 .sys-info__list_col4 > *:nth-last-child(n + 2) {
            margin-bottom: 60px; }
          .sys-info.sys-info_ti4 .sys-info__list_col4 > * 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 .sys-info__fig {
    position: relative; }
    .sys-info.sys-info_ti4 .sys-info__item .sys-info__fig::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(36, 20, 14, 0);
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .sys-info.sys-info_ti4 .sys-info__item:hover .sys-info__fig::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(36, 20, 14, 0.5); }

.sys-info.sys-info_ti4 .sys-info__fig {
  background: #e2e2e2;
  position: relative;
  overflow: hidden;
  padding-bottom: 75.4%;
  padding-bottom: 77%; }
  .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 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto !important;
  height: 100%;
  max-width: none; }

.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: #64072a; }
  .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;
  margin-bottom: 30px; }
  .sys-info.sys-info_ti5 .sys-info__list_col5 {
    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_col5 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti5 .sys-info__list_col5 > * {
          width: calc((100% - 10px * 1) / 2); }
          .ie11 .sys-info.sys-info_ti5 .sys-info__list_col5 > * {
            width: calc((100% - 10px * 1) / 2 - 0.1px); }
          .sys-info.sys-info_ti5 .sys-info__list_col5 > *:not(:nth-child(2n)) {
            margin-right: 10px; }
          .sys-info.sys-info_ti5 .sys-info__list_col5 > *:nth-last-child(n + 3) {
            margin-bottom: 10px; }
          .sys-info.sys-info_ti5 .sys-info__list_col5 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti5 .sys-info__list_col5 {
        display: none;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti5 .sys-info__list_col5 > * {
          width: 100%; }
          .sys-info.sys-info_ti5 .sys-info__list_col5 > *:nth-last-child(n + 2) {
            margin-bottom: 15px; }
          .sys-info.sys-info_ti5 .sys-info__list_col5 > * img {
            width: 100%; } }

.sys-info.sys-info_ti5 .sys-info__list {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px; }
  .sys-info.sys-info_ti5 .sys-info__list_col2 {
    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_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti5 .sys-info__list_col2 > * {
          width: calc((100% - 10px * 1) / 2); }
          .ie11 .sys-info.sys-info_ti5 .sys-info__list_col2 > * {
            width: calc((100% - 10px * 1) / 2 - 0.1px); }
          .sys-info.sys-info_ti5 .sys-info__list_col2 > *:not(:nth-child(2n)) {
            margin-right: 10px; }
          .sys-info.sys-info_ti5 .sys-info__list_col2 > *:nth-last-child(n + 3) {
            margin-bottom: 10px; }
          .sys-info.sys-info_ti5 .sys-info__list_col2 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti5 .sys-info__list_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti5 .sys-info__list_col2 > * {
          width: 100%; }
          .sys-info.sys-info_ti5 .sys-info__list_col2 > *:nth-last-child(n + 2) {
            margin-bottom: 15px; }
          .sys-info.sys-info_ti5 .sys-info__list_col2 > * img {
            width: 100%; } }
  .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% - 10px * 2) / 3); }
          .ie11 .sys-info.sys-info_ti5 .sys-info__list_col3 > * {
            width: calc((100% - 10px * 2) / 3 - 0.1px); }
          .sys-info.sys-info_ti5 .sys-info__list_col3 > *:not(:nth-child(3n)) {
            margin-right: 10px; }
          .sys-info.sys-info_ti5 .sys-info__list_col3 > *:nth-last-child(n + 4) {
            margin-bottom: 10px; }
          .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 > *:nth-last-child(n + 2) {
            margin-bottom: 15px; }
          .sys-info.sys-info_ti5 .sys-info__list_col3 > * img {
            width: 100%; } }
  .sys-info.sys-info_ti5 .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_ti5 .sys-info__list_col3s0 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti5 .sys-info__list_col3s0 > * {
          width: calc((100% - 0px * 2) / 3 - 0.1px); }
          .ie11 .sys-info.sys-info_ti5 .sys-info__list_col3s0 > * {
            width: calc((100% - 0px * 2) / 3 - 0.1px); }
          .sys-info.sys-info_ti5 .sys-info__list_col3s0 > *:not(:nth-child(3n)) {
            margin-right: 0px; }
          .sys-info.sys-info_ti5 .sys-info__list_col3s0 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti5 .sys-info__list_col3s0 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti5 .sys-info__list_col3s0 > * {
          width: 100%; }
          .sys-info.sys-info_ti5 .sys-info__list_col3s0 > *:nth-last-child(n + 2) {
            margin-bottom: 15px; }
          .sys-info.sys-info_ti5 .sys-info__list_col3s0 > * img {
            width: 100%; } }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti5 .sys-info__list_col3s0 .sys-info__body {
        padding: 8px; } }
  .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% - 10px * 3) / 4); }
          .ie11 .sys-info.sys-info_ti5 .sys-info__list_col4 > * {
            width: calc((100% - 10px * 3) / 4 - 0.1px); }
          .sys-info.sys-info_ti5 .sys-info__list_col4 > *:not(:nth-child(4n)) {
            margin-right: 10px; }
          .sys-info.sys-info_ti5 .sys-info__list_col4 > *:nth-last-child(n + 5) {
            margin-bottom: 10px; }
          .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 > *:nth-last-child(n + 2) {
            margin-bottom: 15px; }
          .sys-info.sys-info_ti5 .sys-info__list_col4 > * img {
            width: 100%; } }

.sys-info.sys-info_ti5 .sys-info__item {
  position: relative;
  background: #fff; }

.sys-info.sys-info_ti5 .sys-info__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  text-decoration: none;
  color: currentColor; }
  .sys-info.sys-info_ti5 .sys-info__link:hover .sys-info__pict-hover {
    opacity: 1; }
  .sys-info.sys-info_ti5 .sys-info__link::after {
    color: #24140e;
    position: absolute;
    right: 15px;
    bottom: 10px; }

.sys-info.sys-info_ti5 .sys-info__head {
  position: relative;
  padding-top: 10px; }

.sys-info.sys-info_ti5 .sys-info__tag {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  padding: 10px;
  width: 152px;
  margin-left: auto;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #fff;
  background: #24140e;
  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;
  line-height: 1.3; }
  .sys-info.sys-info_ti5 .sys-info__tag-jp {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 30px; }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti5 .sys-info__tag-jp {
        font-size: 1.4rem; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti5 .sys-info__tag-jp {
        font-size: 1rem; } }
  .sys-info.sys-info_ti5 .sys-info__tag-en {
    margin-bottom: 0.3em; }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti5 .sys-info__tag-en {
        font-size: 1rem; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti5 .sys-info__tag-en {
        font-size: 1rem; } }
  .sys-info.sys-info_ti5 .sys-info__tag::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .sys-info.sys-info_ti5 .sys-info__tag_research::after {
    background-image: url(/static/img-com/icon-discover-research.svg); }
  .sys-info.sys-info_ti5 .sys-info__tag_award::after {
    background-image: url(/static/img-com/icon-discover-award.svg); }
  .sys-info.sys-info_ti5 .sys-info__tag_academics::after {
    background-image: url(/static/img-com/icon-discover-academics.svg); }
  .sys-info.sys-info_ti5 .sys-info__tag_activity::after {
    background-image: url(/static/img-com/icon-discover-activity.svg); }
  .sys-info.sys-info_ti5 .sys-info__tag_event::after {
    background-image: url(/static/img-com/icon-discover-event.svg); }
  .sys-info.sys-info_ti5 .sys-info__tag_others::after {
    background-image: url(/static/img-com/icon-discover-others.svg); }
  .sys-info.sys-info_ti5 .sys-info__tag_admission::after {
    background-image: url(/static/img-com/icon-discover-admission.svg); }
  .sys-info.sys-info_ti5 .sys-info__tag_business::after {
    background-image: url(/static/img-com/icon-discover-business.svg); }
  .sys-info.sys-info_ti5 .sys-info__tag_media::after {
    background-image: url(/static/img-com/icon-discover-media.svg); }
  .sys-info.sys-info_ti5 .sys-info__tag_news::after {
    background-image: url(/static/img-com/icon-discover-news.svg); }
  .sys-info.sys-info_ti5 .sys-info__tag_pressrelease::after {
    background-image: url(/static/img-com/icon-discover-pressrelease.svg); }
  .sys-info.sys-info_ti5 .sys-info__tag_local::after {
    background-image: url(/static/img-com/icon-discover-local.svg); }

.sys-info.sys-info_ti5 .sys-info__pict {
  margin: 0 50px 0 0;
  position: relative; }
  .sys-info.sys-info_ti5 .sys-info__pict-hover {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(36, 20, 14, 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0; }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti5 .sys-info__pict-hover-text {
        font-size: 1.1rem; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti5 .sys-info__pict-hover-text {
        font-size: 1.1rem; } }

.sys-info.sys-info_ti5 .sys-info__fig {
  margin: 0;
  background: #e2e2e2;
  position: relative;
  overflow: hidden;
  padding-bottom: 75.4%;
  padding-bottom: 77%; }
  .sys-info.sys-info_ti5 .sys-info__fig-img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto !important;
    height: 100%;
    max-width: none; }

.sys-info.sys-info_ti5 .sys-info__body {
  height: 100%;
  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;
  color: #24140e; }

.sys-info.sys-info_ti5 .sys-info__title {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media (min-width: 769px) {
    .sys-info.sys-info_ti5 .sys-info__title {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti5 .sys-info__title {
      font-size: 1.2rem; } }

.sys-info.sys-info_ti5 .sys-info__date {
  margin-top: auto;
  line-height: 1; }
  @media (min-width: 769px) {
    .sys-info.sys-info_ti5 .sys-info__date {
      font-size: 1.1rem; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti5 .sys-info__date {
      font-size: 0.8rem; } }

@media (max-width: 768.98px) {
  .sys-info.sys-info_ti5 .sys-info__item {
    background: transparent;
    margin-bottom: 15px;
    height: 115px; }
  .sys-info.sys-info_ti5 .sys-info__tag {
    width: 64px;
    height: 115px;
    padding: 10px 5px 5px; }
    .sys-info.sys-info_ti5 .sys-info__tag::after {
      right: 5px;
      bottom: 5px;
      width: 15px;
      height: 15px; }
    .sys-info.sys-info_ti5 .sys-info__tag-jp {
      margin-bottom: 15px; }
    .sys-info.sys-info_ti5 .sys-info__tag-en {
      display: none; }
  .sys-info.sys-info_ti5 .sys-info__pict {
    position: absolute;
    z-index: 2;
    top: 35px;
    left: 0;
    width: 85px;
    margin-right: 35px; }
    .sys-info.sys-info_ti5 .sys-info__pict-hover {
      display: none !important; }
  .sys-info.sys-info_ti5 .sys-info__body {
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    right: 27px;
    padding: 10px 10px 10px 95px;
    height: 115px; }
  .sys-info.sys-info_ti5 .sys-info__title {
    min-height: 50px;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    overflow: hidden; } }

.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 #24140e; }

.sys-info__detail-cms table th {
  vertical-align: top; }

.sys-info__detail-cms a {
  word-break: break-all; }

.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_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 .fa.fa-question-circle-o {
  display: none; }

.sys-form .form-control-danger {
  background: rgba(225, 47, 59, 0.1); }

.sys-form .form-control-feedback {
  color: #e12f3b; }

.sys-form_type_bdr .sys-form__dlist {
  border-top: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6; }

.sys-form_type_bdr .sys-form__dhead {
  padding: 10px;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  background: #efefef; }

.sys-form_type_bdr .sys-form__dbody {
  padding: 10px;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6; }

.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 #00964f;
    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 #00964f;
      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: #00964f; }

.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__column .col-0 {
  display: none; }

.sys-form__column_zip .p-postal-code {
  max-width: 10em;
  margin-bottom: 10px; }

.sys-form__column1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sys-form__column1 > * {
    width: calc(100% - 1em) !important;
    margin: 0 1em; }
    .sys-form__column1 > *:first-child {
      margin-left: 0; }
    .sys-form__column1 > *:last-child {
      margin-right: 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__column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sys-form__column3 > * {
    width: calc(33.3% - 1em) !important;
    margin: 0 1em; }
    .sys-form__column3 > *:first-child {
      margin-left: 0; }
    .sys-form__column3 > *:last-child {
      margin-right: 0; }

.sys-form__column4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sys-form__column4 > * {
    width: calc(25% - 1em) !important;
    margin: 0 1em; }
    .sys-form__column4 > *:first-child {
      margin-left: 0; }
    .sys-form__column4 > *: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 #c6c6c6;
  -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(36, 20, 14, 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: #24140e; }
  .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 #64072a;
    border-right: 2px solid #64072a;
    -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 #c6c6c6;
      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: #64072a;
    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 #c6c6c6;
      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: #64072a;
  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: #707070; }
  .sys-form__btn_post {
    width: auto;
    height: auto;
    margin: 0; }
  .sys-form__btn:disabled {
    background: rgba(36, 20, 14, 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: #24140e;
    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 #c6c6c6;
  font-weight: normal; }

.sys-select__body {
  border: 1px solid #c6c6c6;
  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: #24140e; }
  .sys-select__link:hover, .sys-select__toggle:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor;
    background: rgba(100, 7, 42, 0.1); }

@media (min-width: 769px) {
  .table-responsive {
    position: static !important; } }

@media (max-width: 768.98px) {
  .table-responsive table {
    min-width: 800px; } }

.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: #00964f; }
  .table.table_stripe tr:nth-child(odd) th,
  .table.table_stripe tr:nth-child(odd) td {
    background: #00964f; }

.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: #64072a;
  color: #fff; }

.table.tbl__style_3 thead tr th:first-child {
  border-left: 1px #c6c6c6 solid; }

.table.tbl__style_3 thead tr th:last-child {
  border-right: 1px #c6c6c6 solid; }

.table.tbl__style_3 tbody {
  border-top: 1px #c6c6c6 solid; }
  .table.tbl__style_3 tbody::before {
    display: none; }
  .table.tbl__style_3 tbody tr td {
    vertical-align: middle;
    border: 0;
    border-bottom: 1px #c6c6c6 solid;
    border-left: 1px #c6c6c6 solid; }
  .table.tbl__style_3 tbody tr th {
    background-color: #fff;
    color: #64072a;
    font-weight: bold;
    border: 0;
    border-bottom: 1px #c6c6c6 solid;
    border-left: 1px #c6c6c6 solid;
    text-align: center; }
  .table.tbl__style_3 tbody tr .thead_th {
    color: #fff !important;
    font-weight: normal;
    background-color: #64072a !important;
    border-left: 1px #c6c6c6 solid; }
  .table.tbl__style_3 tbody tr:last-child .thead_th {
    border-bottom-color: #c6c6c6; }
  .table.tbl__style_3 tbody tr th:last-child {
    border-right: 1px #c6c6c6 solid; }
  .table.tbl__style_3 tbody tr td:last-child {
    border-right: 1px #c6c6c6 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: #c6c6c6; }
  .table.tbl__style_3 tbody tr th.dark,
  .table.tbl__style_3 tbody tr td.dark {
    color: #fff;
    background: #390518; }
  .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: #c6c6c6; }
  .table.tbl__style_3 tbody tr.dark th,
  .table.tbl__style_3 tbody tr.dark td {
    color: #fff;
    background: #390518; }
  .table.tbl__style_3 tbody tr.sub1 th,
  .table.tbl__style_3 tbody tr.sub1 td {
    background: #00964f; }
  .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 #c6c6c6 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-discon .tab-content {
  padding: 20px 0; }

.ptab.ptab_t2-discon .nav {
  background: #efefef;
  font-weight: bold;
  padding: 0 30px; }
  .ptab.ptab_t2-discon .nav_top {
    border-top: 1px solid #c6c6c6; }
    .ptab.ptab_t2-discon .nav_top .nav-link {
      padding-bottom: 1.5em;
      position: relative;
      z-index: 1;
      border-top: 3px solid transparent; }
      .ptab.ptab_t2-discon .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-discon .nav_top .nav-link::before {
          display: inline-block !important;
          text-decoration: none; }
      .ptab.ptab_t2-discon .nav_top .nav-link.active {
        border-top-color: #64072a; }
      .ptab.ptab_t2-discon .nav_top .nav-link:hover {
        border-top-color: rgba(100, 7, 42, 0.5);
        opacity: 1; }
  .ptab.ptab_t2-discon .nav_bottom {
    border-bottom: 1px solid #c6c6c6; }
    .ptab.ptab_t2-discon .nav_bottom .nav-link {
      padding-top: 1.5em;
      position: relative;
      z-index: 1;
      border-bottom: 3px solid transparent; }
      .ptab.ptab_t2-discon .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-discon .nav_bottom .nav-link::before {
          display: inline-block !important;
          text-decoration: none; }
      .ptab.ptab_t2-discon .nav_bottom .nav-link.active {
        border-bottom-color: #64072a; }
      .ptab.ptab_t2-discon .nav_bottom .nav-link:hover {
        border-bottom-color: rgba(100, 7, 42, 0.5);
        opacity: 1; }
  .ptab.ptab_t2-discon .nav-item:not(:last-child) {
    margin-right: 30px; }
  .ptab.ptab_t2-discon .nav-link {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    color: currentColor;
    border-radius: 0; }
    .ptab.ptab_t2-discon .nav-link.active {
      background: transparent; }
  @media (max-width: 768.98px) {
    .ptab.ptab_t2-discon .nav {
      overflow-x: auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .ptab.ptab_t2-discon .nav-item {
        padding: 0; }
      .ptab.ptab_t2-discon .nav::-webkit-scrollbar {
        height: 10px; }
      .ptab.ptab_t2-discon .nav::-webkit-scrollbar-track {
        background: #d3d3d3; }
      .ptab.ptab_t2-discon .nav::-webkit-scrollbar-thumb {
        background-color: #707070; }
      .ptab.ptab_t2-discon .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-discon .nav-link:hover {
          opacity: 1; } }

.ptab.ptab_t2 .nav {
  background: transparent;
  padding: 0;
  font-weight: bold; }
  .ptab.ptab_t2 .nav_top {
    margin-bottom: 10px; }
  .ptab.ptab_t2 .nav_bottom {
    margin-top: 60px; }
  @media (min-width: 769px) {
    .ptab.ptab_t2 .nav {
      font-size: 1.4rem; } }
  @media (max-width: 768.98px) {
    .ptab.ptab_t2 .nav {
      font-size: 1.4rem; } }
  .ptab.ptab_t2 .nav-item {
    margin-bottom: 10px; }
    .ptab.ptab_t2 .nav-item:not(:last-child) {
      margin-right: 10px; }
  .ptab.ptab_t2 .nav-link {
    color: #64072a;
    background: #fff;
    border: 2px solid #64072a;
    border-radius: 14px;
    padding: 1em 1.3em;
    line-height: 1; }
    .ptab.ptab_t2 .nav-link.active {
      color: #fff;
      background: #64072a; }
  @media (max-width: 768.98px) {
    .ptab.ptab_t2 .nav {
      margin-bottom: 30px;
      overflow-x: auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .ptab.ptab_t2 .nav::-webkit-scrollbar {
        height: 10px; }
      .ptab.ptab_t2 .nav::-webkit-scrollbar-track {
        background: linear-gradient(0, transparent 0, transparent 4px, #efefef 5px, #efefef 7px, transparent 8px, transparent 10px); }
      .ptab.ptab_t2 .nav::-webkit-scrollbar-thumb {
        background-color: #d3d3d3; }
      .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_t2_white .nav-link {
  color: #fff;
  background: transparent;
  border-color: #fff; }
  .ptab.ptab_t2_white .nav-link.active {
    color: #24140e;
    background: #fff; }

.ptab.ptab_t2_gray .nav-link {
  color: #707070;
  background: #fff;
  border-color: #707070; }
  .ptab.ptab_t2_gray .nav-link.active {
    color: #fff;
    background: #707070; }

.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: #64072a;
    background: #fff;
    border: 2px solid #64072a;
    border-radius: 14px;
    padding: 1em 1.3em;
    line-height: 1; }
    .ptab.ptab_t3 .nav-link.active {
      color: #fff;
      background: #64072a; }
  @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: #24140e;
    background: #fff; }

.ptab.ptab_t3_gray .nav-link {
  color: #707070;
  background: #fff;
  border-color: #707070; }
  .ptab.ptab_t3_gray .nav-link.active {
    color: #fff;
    background: #707070; }

.pcollapse__toggle {
  display: block;
  color: currentColor;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.5em 15px;
  position: relative;
  z-index: 1; }
  .pcollapse__toggle::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__toggle::after {
      display: inline-block !important;
      text-decoration: none; }
  .pcollapse__toggle[aria-expanded="true"] {
    position: relative;
    z-index: 1; }
    .pcollapse__toggle[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__toggle[aria-expanded="true"]::after {
        display: inline-block !important;
        text-decoration: none; }
  .pcollapse__toggle:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor; }

.pcollapse__body {
  margin-bottom: 0; }

.pcollapse__content {
  padding: 0.5em 15px; }

.pcollapse.pcollapse_t1 {
  border-bottom: 1px solid #666666; }
  .pcollapse.pcollapse_t1 .pcollapse__head {
    border-top: 1px solid #666666; }

.pcollapse.pcollapse_t2 .pcollapse__head {
  color: #fff;
  background: #64072a;
  margin-bottom: 10px; }

.pcollapse.pcollapse_t3 .pcollapse__toggle {
  padding-left: 0;
  padding-right: 0; }
  .pcollapse.pcollapse_t3 .pcollapse__toggle::after {
    width: 22px;
    height: 22px;
    color: #fff;
    background: #64072a;
    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-left: 0;
  padding-right: 0; }

.pcollapse.pcollapse_t3 .pcollapse__head {
  font-size: 1.8rem;
  border-bottom: 2px solid #24140e; }

.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(100, 7, 42, 0.5); }
      @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: #24140e; }
    @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: #24140e;
      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: #64072a; }
    @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: #24140e;
      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: 2rem; } }
    @media (max-width: 768.98px) {
      .pfig_position_overlay-pict {
        font-size: 2rem; } }
    .pfig_position_overlay-pict .pfig__cap {
      margin: 25px;
      color: #24140e;
      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: #24140e; }
  .pfig_clr_white .pfig__cap {
    color: #fff; }
  .pfig_bg_black .pfig__cap {
    color: #fff;
    background: rgba(36, 20, 14, 0.8); }
  .pfig_bg_white .pfig__cap {
    color: #24140e;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
    height: 220px; }
    .pfig_type2 .pfig {
      margin-bottom: 0; }
      .pfig_type2 .pfig__title {
        margin-right: 7px;
        color: #64072a;
        font-weight: bold;
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
        width: 46px;
        height: 100%; }
        @media (min-width: 769px) {
          .pfig_type2 .pfig__title {
            font-size: 1.5rem; } }
        @media (max-width: 768.98px) {
          .pfig_type2 .pfig__title {
            font-size: 1.5rem; } }
        @media (min-width: 769px) {
          .pfig_type2 .pfig__title_s {
            font-size: 1.4rem; } }
        @media (max-width: 768.98px) {
          .pfig_type2 .pfig__title_s {
            font-size: 1.4rem; } }
      .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: #24140e; }
  .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; }

figure.news_banner_responsive{ width: 50%; }

@media (max-width: 768.98px){
  figure.news_banner_responsive { width: 100%; }
  .news_banner_responsive figcaption{ text-align: center; }
  .sp_text_center{ text-align:center } }

  .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 #24140e;
  color: #24140e;
  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 #24140e;
    border-bottom: 2px solid #24140e;
    -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: #24140e;
  white-space: normal; }
  .dropdown-item:hover {
    color: currentColor; }

.pdropdown__select {
  border: 2px solid #24140e;
  width: 100%;
  padding: 0.3em; }

@media (min-width: 769px) {
  .scroll-hint.scroll-hint-sp-only .scroll-hint-icon-wrap {
    display: none;
    z-index:100; } }

@media (max-width: 768.98px) {
  .scroll-hint.scroll-hint-pc-only .scroll-hint-icon-wrap {
    display: none;
    z-index:100; } }

.slick-slider {
   margin-left: -20px;
   margin-right: -20px;
 }
#slider-news-main2{
   display:none;
 }
#slider-news-main2.slick-initialized{
  display:block;
 }
  .slick-slider .slick-arrow {
    z-index: 1; }
    .slick-slider .slick-arrow.slick-prev {
      top: 30%;
      left: 0px; }
      .slick-slider .slick-arrow.slick-prev::before {
        content: "\f104"; }
    .slick-slider .slick-arrow.slick-next {
      top: 30%;
      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-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: #24140e; }
    .slick-slider.slick-type-arrow > .slick-arrow:hover {
      background: rgba(198, 198, 198, 0.3); }
  .slick-slider.slick-type-arrow-box > .slick-arrow {
    font-size: 3rem;
    width: 40px !important;
    height: 40px !important;
    background: #24140e;
    -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-pos-out > .slick-arrow.slick-prev {
    left: -50px; }
  .slick-slider.slick-type-pos-out > .slick-arrow.slick-next {
    right: -50px; }
  .news-slider-main .slick-slider.slick-type-pos-out > .slick-arrow.slick-prev {
    left: -20px; }
  .news-slider-main .slick-slider.slick-type-pos-out > .slick-arrow.slick-next {
    right: -20px; }
  .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: #24140e; }
      .slick-slider.slick-type-sp-arrow > .slick-arrow:hover {
        background: rgba(198, 198, 198, 0.3); }
    .slick-slider.slick-type-sp-arrow-box > .slick-arrow {
      font-size: 3rem;
      width: 50px !important;
      height: 50px !important;
      background: #24140e;
      -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: #24140e; }
      .slick-slider.slick-type-pc-arrow > .slick-arrow:hover {
        background: rgba(198, 198, 198, 0.3); }
    .slick-slider.slick-type-pc-arrow-box > .slick-arrow {
      font-size: 3rem;
      width: 50px !important;
      height: 50px !important;
      background: #24140e;
      -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: #c6c6c6;
        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: #c6c6c6;
        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: #c6c6c6;
        border-radius: 50%;
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      background: #64072a;
      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; }

.slick-type-dot-clr1 .slick-dots li.slick-active button:before {
  background: #fff; }
.slick-slider.slick-type-arrow-box > .slick-arrow{
 color:transparent;
}
[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 {
  margin-bottom: 20px; }
  .parts .pblock, .parts .pblock-sub, .parts .pblock-slim, .parts .pblock-wide, .parts .pblock-full {
    -webkit-box-shadow: 0 0 5px 5px rgba(112, 112, 112, 0.5);
            box-shadow: 0 0 5px 5px rgba(112, 112, 112, 0.5);
    margin-bottom: 0; }
  .parts [class*="pblock-col"] {
    background: #c6c6c6; }
  .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__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: #24140e; }
  .parts__block {
    border: 1px solid #707070;
    padding: 10px; }
    .parts__block + .parts__block {
      margin-top: 10px; }
  .parts__title {
    color: #64072a;
    font-weight: bold; }
    .parts__title ~ .parts__title {
      margin-top: 10px; }
  .parts__note {
    color: #298d79;
    font-size: 90%; }
  .parts__code {
    border: 1px solid rgba(112, 112, 112, 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; }

.home .pagetop {
  bottom: 80px; }

.home__guide {
  width: 167px;
  position: fixed;
  z-index: 10000;
  right: 0;
  bottom: 0; }
  .home__guide-link:hover {
    opacity: 1; }

.home__guidebox .mfp-close {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%); }

.home__guidebox__guide {
  background: white; }
  .home__guidebox__guide_ttl {
    text-align: center;
    padding: 1rem 0;
    background: #21020e;
    margin-bottom: 0; }
    .home__guidebox__guide_ttl img {
      width: 85%;
      max-width: 305px; }
  .home__guidebox__guide_cont {
    padding: 2rem 5rem;
    max-height: 80vh; }
    .home__guidebox__guide_cont-pc {
      overflow-y: scroll; }

.home__guidebox .tutorial__sp {
  position: relative; }
  .home__guidebox .tutorial__sp.slick-slider {
    margin-left: 0;
    margin-right: 0; }
    .home__guidebox .tutorial__sp.slick-slider .slick-list {
      max-height: 60vh;
      overflow-y: scroll; }
    .home__guidebox .tutorial__sp.slick-slider .slick-arrow {
      position: absolute;
      margin-bottom: 0;
      width: 50%;
      background: #01964e;
      text-align: center;
      color: white;
      height: 4rem; }
      .home__guidebox .tutorial__sp.slick-slider .slick-arrow.slick-disabled {
        background: gray; }
    .home__guidebox .tutorial__sp.slick-slider .slick-prev {
      bottom: auto;
      left: 0;
      top: 100%;
      border-top: 2px solid #fff;
      border-right: 1px solid #fff; }
      .home__guidebox .tutorial__sp.slick-slider .slick-prev::before {
        content: "\f104　前へ"; }
      .home__guidebox .tutorial__sp.slick-slider .slick-prev.slick-disabled {
        display: none !important; }
        .home__guidebox .tutorial__sp.slick-slider .slick-prev.slick-disabled ~ .slick-next {
          width: 100%;
          border-left: none; }
    .home__guidebox .tutorial__sp.slick-slider .slick-next {
      bottom: 0;
      right: 0;
      top: 100%;
      border-top: 2px solid #fff;
      border-left: 1px solid #fff; }
      .home__guidebox .tutorial__sp.slick-slider .slick-next::before {
        content: "次へ　\f105"; }
      .home__guidebox .tutorial__sp.slick-slider .slick-next.slick-disabled::before {
        content: "最初へ戻る　\f105"; }
    .home__guidebox .tutorial__sp.slick-slider .slick-prev::before,
    .home__guidebox .tutorial__sp.slick-slider .slick-next::before {
      width: 100%;
      text-align: center;
      left: 0;
      opacity: 1;
      font-size: 1.5rem; }
  .home__guidebox .tutorial__sp .tutorial__item {
    padding: 2rem 2rem 6rem; }
  .home__guidebox .tutorial__sp_no {
    text-align: center; }
    .home__guidebox .tutorial__sp_no span {
      display: inline-block;
      background: #392a30;
      color: white;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 0 0.5rem; }
  .home__guidebox .tutorial__sp_ttl {
    text-align: center;
    font-weight: normal;
    font-size: 2rem;
    color: #64072a; }
    .home__guidebox .tutorial__sp_ttl .bold {
      font-weight: bold; }

.home .mfp-content {
  padding: 0 0; }
  @media (max-width: 1023.98px) {
    .home .mfp-content {
      width: 90%; } }

@media (max-width: 768.98px) {
  .home .pagetop {
    bottom: 60px; }
  .home__guide {
    width: 120px; } }

.home__mv {
  position: relative; }

.home__140th {
  border-top: 1px solid #24140e;
  padding: 20px 0;
  text-align: center; }
  .home__140th img {
    max-width: 550px; }
  @media (max-width: 768.98px) {
    .home__140th {
      padding: 10px 0; }
      .home__140th img {
        width: 100%;
        max-width: 350px;
        padding: 0 20px; } }




.special_link {
    transform: skew( 330deg );
    display: flex;
    margin-left: -5.8%;
}
.special_link, 
.special_link div {
  height: 100%;
    transform-origin: 0 100%;
    overflow: hidden;
    object-fit: cover;
}
.special_link div {
  /*display: inline-block;*/
}
.special_link_01{
    border-right: 1px solid #fff;
}
.special_link_02{
  border-left: 1px solid #fff;
}
.special_link img {
    transform: skew( 30deg );
}
.special_link_01 img {
    margin-left: 5%;
}
.special_link_02 img {
    margin-left: -4.1%;
}
  @media (max-width: 768.98px) {
    .special_link{
      display: block;
      transform: none;
      margin-left:  -7%;
      margin-right: -7%;
    }
    .special_link,
    .special_link div {
      overflow: initial;
    }
    .special_link div {
      display: block;
    }
    .special_link_01{
      margin-left: -38%;
      border-bottom: 3px solid #fff;
    }
    .special_link_02{
      margin-right: -38%;
    }
    .special_link img{
      transform: none;
    }
    .special_link img{
      margin-left: 0;
    }
  }




.home .mv {
  position: relative;
  padding-bottom: 2%; }
  @media (min-width: 769px) {
    .home .mv {
      margin-bottom: 50px; } }
  @media (max-width: 768.98px) {
    .home .mv {
      margin-bottom: 100px; } }
  .home .mv::after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .home .mv-slide {
    margin: 0;
    padding: 0;
    list-style: none; }
  .home .mv-slide__fig {
    position: relative; }
    @media (min-width: 769px) {
      .home .mv-slide__fig .embed-responsive::before {
        padding-top: 46%; } }
    @media (max-width: 768.98px) {
      .home .mv-slide__fig .embed-responsive::before {
        padding-top: 85%; } }
    .home .mv-slide__fig .embed-responsive-item {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: auto;
      height: 125%; }
    .home .mv-slide__fig-pic::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(36, 20, 14, 0.1);
      z-index: 1; }
    .home .mv-slide__fig-img {
      width: 100%; }
    .home .mv-slide__fig-cap {
      pointer-events: none;
      display: block;
      color: #fff;
      text-align: center;
      line-height: 1.3;
      position: absolute;
      top: 50%;
      left: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2;
      width: 100%; }
      @media (min-width: 769px) {
        .home .mv-slide__fig-cap {
          font-size: 7.2rem; } }
      @media (max-width: 768.98px) {
        .home .mv-slide__fig-cap {
          font-size: 4.8rem; } }
  @media (max-width: 768.98px) {
    .home .mv {
      margin-left: -20px;
      margin-right: -20px;
      padding-bottom: 6%; }
      .home .mv-slide__fig .embed-responsive-item {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 150%; } }

@media (min-width: 769px) {
  .home .info {
    margin-bottom: 120px; } }

@media (max-width: 768.98px) {
  .home .info {
    margin-bottom: 90px; } }

.home .info__title {
  font-size: 2.4rem; }

.home .info__body_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) {
    .home .info__body_col2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .home .info__body_col2 > * {
        width: calc((100% - 60px * 1) / 2); }
        .home .info__body_col2 > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    .home .info__body_col2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .home .info__body_col2 > * {
        width: 100%; }
        .home .info__body_col2 > *:nth-last-child(n + 2) {
          margin-bottom: 30px; }
        .home .info__body_col2 > * img {
          width: 100%; } }

.home .info__body_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) {
    .home .info__body_col3 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .home .info__body_col3 > * {
        width: calc((100% - 60px * 2) / 3); }
        .home .info__body_col3 > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    .home .info__body_col3 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .home .info__body_col3 > * {
        width: 100%; }
        .home .info__body_col3 > *:nth-last-child(n + 2) {
          margin-bottom: 30px; }
        .home .info__body_col3 > * img {
          width: 100%; } }

.home .info__box .ptitle {
  margin-bottom: 20px; }

.home .info .sys-info {
  padding: 0 20px 0 5px;
  overflow-y: scroll;
  max-height: 215px; }
  .home .info .sys-info::-webkit-scrollbar {
    width: 14px; }
  .home .info .sys-info::-webkit-scrollbar-track {
    background: linear-gradient(90deg, transparent 0, transparent 5px, #efefef 6px, #efefef 8px, transparent 9px, transparent 14px); }
  .home .info .sys-info::-webkit-scrollbar-thumb {
    background-color: #d3d3d3; }
  .home .info .sys-info__ritem {
    padding: 0.5em 0; }
    .home .info .sys-info__ritem:first-child {
      padding-top: 0; }

@media (max-width: 768.98px) {
  .home .explore {
    margin-left: -20px;
    margin-right: -20px; } }

.home .explore__img-link {
  display: block;
  position: relative; }
  .home .explore__img-link-on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .home .explore__img-link:hover {
    opacity: 1; }
    .home .explore__img-link:hover .explore__img-link-on {
      opacity: 1; }

.home .explore-bk {
  position: relative; }
  @media (min-width: 769px) {
    .home .explore-bk {
      padding-top: 100px; } }
  @media (max-width: 768.98px) {
    .home .explore-bk {
      padding-top: 70px; } }
  .home .explore-bk__title {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    bottom: auto;
    z-index: 1;
    margin-bottom: 0;
    width: 270px;
    height: 270px;
    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;
    color: #fff;
    background: #64072a;
    font-weight: normal; }
    .home .explore-bk__title-en {
      display: block;
      line-height: 1.3;
      margin-bottom: 10px; }
      @media (min-width: 769px) {
        .home .explore-bk__title-en {
          font-size: 4.6rem; } }
      @media (max-width: 768.98px) {
        .home .explore-bk__title-en {
          font-size: 3.6rem; } }
    .home .explore-bk__title-jp {
      line-height: 1.5;
      display: block;
      font-weight: bold;
      font-size: 1.6rem; }
  .home .explore-bk__body {
    padding: 60px 0;
    background: #c6c6c6 url(/static/img/img-explore-bg-pc.jpg) no-repeat center center/cover; }
  .home .explore-bk__box {
    margin: 0 auto; }
    .home .explore-bk__box_col2 {
      max-width: 880px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (min-width: 769px) {
        .home .explore-bk__box_col2 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .home .explore-bk__box_col2 > * {
            width: calc((100% - 0px * 1) / 2 - 0.1px); }
            .home .explore-bk__box_col2 > * img {
              width: 100%; } }
      @media (max-width: 768.98px) {
        .home .explore-bk__box_col2 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .home .explore-bk__box_col2 > * {
            width: 100%; }
            .home .explore-bk__box_col2 > *:nth-last-child(n + 2) {
              margin-bottom: 20px; }
            .home .explore-bk__box_col2 > * img {
              width: 100%; } }
    .home .explore-bk__box_col3 {
      max-width: calc(100% - 80px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (min-width: 769px) {
        .home .explore-bk__box_col3 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .home .explore-bk__box_col3 > * {
            width: calc((100% - 0px * 2) / 3 - 0.1px); }
            .home .explore-bk__box_col3 > * img {
              width: 100%; } }
      @media (max-width: 768.98px) {
        .home .explore-bk__box_col3 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .home .explore-bk__box_col3 > * {
            width: 100%; }
            .home .explore-bk__box_col3 > *:nth-last-child(n + 2) {
              margin-bottom: 20px; }
            .home .explore-bk__box_col3 > * img {
              width: 100%; } }
  @media (max-width: 768.98px) {
    .home .explore-bk__title {
      width: 220px;
      height: 220px; }
    .home .explore-bk__body {
      padding-top: 220px;
      background: #c6c6c6;
      background-image: url(/static/img/img-explore-bg-sp.jpg); } }
  @media (max-width: 768.98px) and (max-width: 768.98px) {
    .home .explore-bk__body {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }

body .discover {
  position: relative; }
  @media (min-width: 769px) {
    body .discover {
      margin-bottom: 120px; } }
  @media (max-width: 768.98px) {
    body .discover {
      margin-bottom: 90px; } }
  body .discover::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #efefef;
    z-index: -1;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
    left: -50%;
    right: 50%;
    width: 200%;
    height: 100%; }
  body .discover__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  body .discover__title {
    line-height: 1;
    margin-bottom: 30px;
    text-align: center; }
    body .discover__title-en {
      display: block;
      line-height: 0.8; }
      @media (min-width: 769px) {
        body .discover__title-en {
          font-size: 8.4rem; } }
      @media (max-width: 768.98px) {
        body .discover__title-en {
          font-size: 5rem; } }
    body .discover__title-jp {
      display: block; }
      @media (min-width: 769px) {
        body .discover__title-jp {
          font-size: 1.6rem; } }
      @media (max-width: 768.98px) {
        body .discover__title-jp {
          font-size: 1.4rem; } }
  body .discover__filter-icon {
    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;
    width: 60px;
    height: 60px;
    font-size: 1rem;
    color: #fff;
    background: #24140e;
    border-radius: 50rem; }
    body .discover__filter-icon::before {
      content: "";
      width: 20px;
      height: 20px;
      background: #24140e url(/static/img-com/img-icon-filter.svg) no-repeat center center/contain; }
    body .discover__filter-icon:hover {
      color: #fff;
      text-decoration: none; }
  body .discover__frm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px; }
    @media (min-width: 769px) {
      body .discover__frm {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body .discover__frm > * {
          width: calc((100% - 10px * 1) / 2); }
          body .discover__frm > *:nth-last-child(n + 3) {
            margin-bottom: 10px; }
          body .discover__frm > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      body .discover__frm {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body .discover__frm > * {
          width: 100%; }
          body .discover__frm > *:nth-last-child(n + 2) {
            margin-bottom: 10px; }
          body .discover__frm > * img {
            width: 100%; } }
  body .discover__frm1 {
    background: #fff;
    position: relative; }
    body .discover__frm1 .ft-discover-slider {
      position: static; }
  @media (min-width: 769px) {
    body .discover__head {
      padding: 0 20px; }
    body .discover__filter {
      position: absolute;
      right: 40px;
      bottom: 30px; }
    body .discover .sys-info {
      max-width: calc(100% - 80px);
      margin: 0 auto; } }
  @media (max-width: 768.98px) {
    body .discover::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #efefef;
      z-index: -1;
      -webkit-transform: rotate(-18deg);
              transform: rotate(-18deg);
      left: -100%;
      right: 100%;
      width: 300%;
      height: 97%; }
    body .discover__head {
      -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; }
    body .discover__title {
      margin-bottom: 30px; }
      body .discover__title-jp {
        margin-top: 0.6em; }
    body .discover__filter {
      width: 100%;
      margin-bottom: 30px; } }

@media (max-width: 768.98px) {
  body.homebody.home .discover .sys-info__item:nth-child(n + 5) {
    display: none; }
  body.research.discover .discover::before {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); } }

.sys-info.sys-info_t3 p.text-right {
  display: none; }

.sys-info.sys-info_t3 [data-cat-id] {
  max-height: 215px; }
  .sys-info.sys-info_t3 [data-cat-id] .sys-info__ritem {
    padding: 0.5em 0; }
    .sys-info.sys-info_t3 [data-cat-id] .sys-info__ritem:first-child {
      padding-top: 0; }

.sys-info.sys-info_t3 [data-output-id] {
  max-height: 175px; }

.sys-info.sys-info_t3 [data-cat-id],
.sys-info.sys-info_t3 [data-output-id] {
  padding: 0 20px 0 5px;
  overflow-y: scroll; }
  .sys-info.sys-info_t3 [data-cat-id]::-webkit-scrollbar,
  .sys-info.sys-info_t3 [data-output-id]::-webkit-scrollbar {
    width: 14px; }
  .sys-info.sys-info_t3 [data-cat-id]::-webkit-scrollbar-track,
  .sys-info.sys-info_t3 [data-output-id]::-webkit-scrollbar-track {
    background: linear-gradient(90deg, transparent 0, transparent 5px, #efefef 6px, #efefef 8px, transparent 9px, transparent 14px); }
  .sys-info.sys-info_t3 [data-cat-id]::-webkit-scrollbar-thumb,
  .sys-info.sys-info_t3 [data-output-id]::-webkit-scrollbar-thumb {
    background-color: #d3d3d3; }

.sys-info.sys-info_t3 .sys-info__ritem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sys-info.sys-info_t3 .sys-info__cfig {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-right: 1rem;
  margin-bottom: -1em;
  position: relative; }
  .sys-info.sys-info_t3 .sys-info__cfig::before {
    content: "";
    display: block;
    padding-bottom: 70%; }
  .sys-info.sys-info_t3 .sys-info__cfig-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.sys-info.sys-info_t3 .sys-info__clist {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  overflow: hidden; }
  .sys-info.sys-info_t3 .sys-info__clist::before {
    opacity: 1; }
  .sys-info.sys-info_t3 .sys-info__clist:hover::before {
    color: #24140e;
    font-size: 1.2rem;
    -webkit-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%); }

.sys-info.sys-info_t3 .sys-info__citem_date {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #24140e; }
.sys-info__citem.sys-info__citem_date {
  font-family: initial;
  font-size: initial;
}

.sys-info.sys-info_t3 .sys-info__citem_tags {
  font-size: 1.2rem;
  margin-right: 1em; }

.sys-info.sys-info_t3 .sys-info__citem_link {
  margin-top: 0;
  font-size: 1.3rem;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.sys-info.sys-info_t3 .sys-info__citem_link p{
  max-width: 100%;
  max-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sys-info.sys-info_t3 .sys-info__citem_link a[href$='.pdf']::after{
  display: none;
}
.sys-info.sys-info_t3 .sys-info__citem_link a[href$='.pdf'] p::after{
  content: '\f1c1';
  font-family: 'FontAwesome';
  color: red;
  margin-left: 4px;
}
  .sys-info.sys-info_t3 .sys-info__citem_link_full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }

.sys-info.sys-info_t3 .sys-info__link:hover::before {
  background: transparent; }

/*@media (max-width: 768.98px) {
  .sys-info.sys-info_t3 .sys-info__citem_link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }*/

body.home {
  display: none; }

#home-loading {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#24140e), color-stop(70%, #460d1d), to(#64072a));
  background: linear-gradient(90deg, #24140e 0%, #460d1d 70%, #64072a 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  -webkit-transition: 1s 6s ease-in-out;
  transition: 1s 6s ease-in-out;
  text-align: center; }
  .js_imgload #home-loading {
    left: -110%; }
  #home-loading::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100vh 0px 3.5vw 10vw;
    border-color: transparent transparent transparent #64072a;
    position: absolute;
    bottom: 0;
    right: 1px;
    content: "";
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0s 8s;
    transition: 0s 8s;
    z-index: -1; }
    @media (min-width: 769px) {
      #home-loading::after {
        border-width: 100vh 0px 2vw 5.5vw; } }
    .js_imgload #home-loading::after {
      opacity: 0; }
  #home-loading::before {
    width: 100%;
    height: 100%;
    background: #24140e;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    -webkit-transition: 2s 2s;
    transition: 2s 2s; }
  .js_imgload #home-loading::before {
    opacity: 0; }
  #home-loading .home-loading__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 2em 5em;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: 0.5s 6s;
    transition: 0.5s 6s; }
    .js_imgload #home-loading .home-loading__inner {
      visibility: hidden;
      opacity: 0; }
  #home-loading .home-loading__logo {
    margin-bottom: 30px; }
    #home-loading .home-loading__logo img {
      -webkit-animation: loading-logo 60s linear infinite;
              animation: loading-logo 60s linear infinite; }
  #home-loading .home-loading__txt {
    opacity: 0;
    -webkit-transition: 2s 1s;
    transition: 2s 1s; }
    .js_imgload #home-loading .home-loading__txt {
      opacity: 1; }
  #home-loading .home-loading__skip {
    opacity: 1;
    position: fixed;
    bottom: 2em;
    right: 2em;
    z-index: 5;
    -webkit-transition: 0.5s 6s;
    transition: 0.5s 6s; }
    .js_imgload #home-loading .home-loading__skip {
      opacity: 0;
      visibility: hidden; }
    #home-loading .home-loading__skip a {
      display: none;
      padding: 0.4em 0.3em;
      -webkit-box-shadow: 0 -1px 0 0 #fff inset;
              box-shadow: 0 -1px 0 0 #fff inset;
      color: #fff;
      font-family: "Crimson Text", serif;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1; }
      #home-loading .home-loading__skip a:hover {
        background: #fff;
        opacity: 1;
        color: #24140e;
        text-decoration: none; }
      .js_imgload #home-loading .home-loading__skip a {
        display: block; }

@-webkit-keyframes delay-overflow {
  from {
    overflow: hidden; }
  to {
    overflow: auto; } }

@keyframes delay-overflow {
  from {
    overflow: hidden; }
  to {
    overflow: auto; } }

@-webkit-keyframes loading-logo {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loading-logo {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

body.detail.xxxx .xxxx__list {
  margin: 0;
  padding: 0;
  list-style: none; }

body.detail.xxxx .xxxx__link {
  display: block; }

body.news .ptag__item::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none; }

body.news .ptag__item.cat02 {
  padding-right: 25px; }
  body.news .ptag__item.cat02::after {
    background-image: url(/static/img-com/icon-discover-academics-b.svg); }

body.news .ptag__item.cat03 {
  padding-right: 25px; }
  body.news .ptag__item.cat03::after {
    background-image: url(/static/img-com/icon-discover-research-b.svg); }

body.news .ptag__item.cat04 {
  padding-right: 25px; }
  body.news .ptag__item.cat04::after {
    background-image: url(/static/img-com/icon-discover-media-b.svg); }

body.news .ptag__item.cat05 {
  padding-right: 25px; }
  body.news .ptag__item.cat05::after {
    background-image: url(/static/img-com/icon-discover-event-b.svg); }

body.news .ptag__item.cat06 {
  padding-right: 25px; }
  body.news .ptag__item.cat06::after {
    background-image: url(/static/img-com/icon-discover-pressrelease-b.svg); }

body.news .ptag__item.cat07 {
  padding-right: 25px; }
  body.news .ptag__item.cat07::after {
    background-image: url(/static/img-com/icon-discover-award-b.svg); }

body.news .ptag__item.cat08 {
  padding-right: 25px; }
  body.news .ptag__item.cat08::after {
    background-image: url(/static/img-com/icon-discover-activity-b.svg); }

body.news .ptag__item.cat10 {
  padding-right: 25px; }
  body.news .ptag__item.cat10::after {
    background-image: url(/static/img-com/icon-discover-admission-b.svg); }

body.news .ptag__item.cat11 {
  padding-right: 25px; }
  body.news .ptag__item.cat11::after {
    background-image: url(/static/img-com/icon-discover-news-b.svg); }

body.news .ptag__item.cat12 {
  padding-right: 25px; }
  body.news .ptag__item.cat12::after {
    background-image: url(/static/img-com/icon-discover-local-b.svg); }

body.news.archive .ptag_type_box, body.news.archive .ptag.ptag_type_rounded, body.news.archive .ptag.ptag_type_pill {
  margin-bottom: 20px; }

body.news.archive .plink-sdgs {
  margin-bottom: 30px; }
  @media (min-width: 769px) {
    body.news.archive .plink-sdgs__item {
      width: 100px; } }

body.news.archive .sys-info__detail-post {
  margin-bottom: 30px; }

body.news.archive .sys-info__detail-line_file {
  margin-bottom: 10px; }

body.news .ptag_type_box .ptag__item, body.news .ptag.ptag_type_rounded .ptag__item, body.news .ptag.ptag_type_pill .ptag__item {
  position: relative; }
  body.news .ptag_type_box .ptag__item a, body.news .ptag.ptag_type_rounded .ptag__item a, body.news .ptag.ptag_type_pill .ptag__item a {
    display: block;
    color: currentColor; }
    body.news .ptag_type_box .ptag__item a::after, body.news .ptag.ptag_type_rounded .ptag__item a::after, body.news .ptag.ptag_type_pill .ptag__item a::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); }
      body.news .ptag_type_box .ptag__item a:hover{
        text-decoration: none;
      }

body.news .ptag_type_pill .ptag__item {
  background: transparent !important; }
  body.news .ptag_type_pill .ptag__item a {
    display: block;
    color: currentColor; }

body.news .news-slider-main {
  position: relative; }
  body.news .news-slider-main #slider-news-main-stop {
    position: absolute;
    right: 0;
    bottom: -11px; }
  body.news .news-slider-main #slider-news-main-stop2 {
    position: absolute;
    right: 0;
    bottom: -11px; }
  body.news .news-slider-main__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  body.news .news-slider-main__list2.slick-slider > .slick-list > .slick-track > .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
    }
  body.news .news-slider-main__list2  li > a{
    display:block;
    height:100%;
    }
  body.news .news-slider-main__list2  li > a img{
    width:100%;
    height:100%;
    object-fit: contain;
    }
  body.news .news-slider-main__link {
    display: block;
    color: #24140e; }
    body.news .news-slider-main__link:hover {
      text-decoration: none; }
  @media (min-width: 769px) {
    body.news .news-slider-main .slick-dots {
      width: auto;
      margin-right: 100px; } }
  body.news .news-slider-main__box-img {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 77%; }
    body.news .news-slider-main__box-img-in {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: auto !important;
      height: 100%;
      max-width: none; }
  body.news .news-slider-main__box-date {
    width: 100%; }
    @media (min-width: 769px) {
      body.news .news-slider-main__box-date {
        font-size: 1.4rem; } }
    @media (max-width: 768.98px) {
      body.news .news-slider-main__box-date {
        font-size: 1.4rem; } }
  body.news .news-slider-main__box-sbj {
    line-height: 1.5;
    font-weight: bold; }
    @media (min-width: 769px) {
      body.news .news-slider-main__box-sbj {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      body.news .news-slider-main__box-sbj {
        font-size: 1.6rem; } }
  @media (min-width: 769px) {
    body.news .news-slider-main__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

body.news .news-slider-sub {
  overflow-y: auto;
  max-height: 420px;
  padding-right: 30px; }
  body.news .news-slider-sub::-webkit-scrollbar {
    width: 14px; }
  body.news .news-slider-sub::-webkit-scrollbar-track {
    background: linear-gradient(90deg, transparent 0, transparent 5px, #efefef 6px, #efefef 8px, transparent 9px, transparent 14px); }
  body.news .news-slider-sub::-webkit-scrollbar-thumb {
    background-color: #d3d3d3; }
  body.news .news-slider-sub__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  body.news .news-slider-sub__item {
    margin-bottom: 20px; }
  body.news .news-slider-sub__link {
    display: block;
    color: #24140e; }
    body.news .news-slider-sub__link:hover {
      text-decoration: none; }
  body.news .news-slider-sub__box-img {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 77%; }
    body.news .news-slider-sub__box-img-in {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: auto !important;
      height: 100%;
      max-width: none; }
  body.news .news-slider-sub__box-date {
    margin: 0; }
    @media (min-width: 769px) {
      body.news .news-slider-sub__box-date {
        font-size: 1.4rem; } }
    @media (max-width: 768.98px) {
      body.news .news-slider-sub__box-date {
        font-size: 1.4rem; } }
  body.news .news-slider-sub__box-tags {
    margin: 0; }
    body.news .news-slider-sub__box-tags .ptag__item {
      margin-bottom: 0; }
  body.news .news-slider-sub__box-sbj {
    /*line-height: 1.5;*/
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
    @media (min-width: 769px) {
      body.news .news-slider-sub__box-sbj {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      body.news .news-slider-sub__box-sbj {
        font-size: 1.6rem; } }
  @media (min-width: 769px) {
    body.news .news-slider-sub__box {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 155px 10px auto;
      grid-template-columns: 155px auto;
      -ms-grid-rows: 22px 5px minmax(22px, auto) 5px minmax(24px, auto);
      grid-template-rows: 22px minmax(22px, auto) minmax(24px, auto);
      -ms-grid-template-rows: auto auto auto;
      gap: 5px 10px;
          grid-template-areas: "img date"
 "img tags"
 "img sbj"; }
      body.news .news-slider-sub__box-img {
        grid-area: img;
        background: #efefef; }
      body.news .news-slider-sub__box-date {
        grid-area: date; }
      body.news .news-slider-sub__box-tags {
        grid-area: tags; }
        body.news .news-slider-sub__box-tags .ptag__item {
          max-height: 24px; }
      body.news .news-slider-sub__box-sbj {
        grid-area: sbj; } }
  @media (min-width: 769px){
    body.news .news-slider-sub__box-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1; }
    body.news .news-slider-sub__box-date {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    body.news .news-slider-sub__box-tags {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
    body.news .news-slider-sub__box-sbj {
    -ms-grid-row: 5;
    -ms-grid-column: 3; } }

body.news .news-tags__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;
  margin-bottom: 30px; }
  @media (min-width: 769px) {
    body.news .news-tags__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.news .news-tags__list > * {
/*        width: calc((100% - 1px * 9) / 10);*/
        margin: 0 auto; }
        body.news .news-tags__list > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    body.news .news-tags__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.news .news-tags__list > * {
        width: 100%; }
        body.news .news-tags__list > * img {
          width: 100%; } }

body.news .news-tags__item {
  margin-bottom: 1px;
  position: relative;
  top: -10px;
  overflow: hidden; }
  /*body.news .news-tags__item:last-child {
    width: 100%; }*/

body.news .news-tags__link {
  display: block;
  background: #64072a;
  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.25rem;
  color: #fff;
  height: 50px;
  border-radius: 10px 10px 0 0;
  bottom:-7px;
  position:relative;
  padding: 0 18.9px; }
  body.news .news-tags__link:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor;
    color: #fff;
    background: #64072a;
    top:1px; }
  body.news .news-tags__link.active {
    border-top: 5px solid #64072a;
    background: #fff;
    color: #64072a;
    font-weight:700;
    top:1px; }

@media (min-width: 769px) {
  body.news .news-tab .tus-tab-link__list {
    font-size: 2rem; } }

body.news .ptag__item.active {
  color: #fff !important;
  background: #64072a !important; }

body.news .plink-list-inline__item .plink.active {
  color: #fff !important;
  background: #64072a !important;
  display: inline-block;
  padding: 0 5px; }

body.news .plink_type_reset {
  border: 0;
  background: #fff; }

body.news .sys-info_ti4 .sys-info__item .sys-info__fig {
  position: relative;
  padding-top: 0; }
  body.news .sys-info_ti4 .sys-info__item .sys-info__fig::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(36, 20, 14, 0);
    -webkit-transition: 0.2s;
    transition: 0.2s; }

body.news .sys-info_ti4 .sys-info__item:hover .sys-info__fig::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(36, 20, 14, 0.5); }

body.news .sys-info_ti4 .sys-info__box {
  padding: 10px 0; }

body.news .sys-info_ti4 .sys-info__date {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #24140e; }

body.news .sys-info_ti4 .sys-info__tags {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  font-size: 1.3rem;
  margin-right: 1em; }

body.news .sys-info_ti4 .sys-info__text {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px; }

body.local .ptag_type_box .ptag__item, body.local .ptag.ptag_type_rounded .ptag__item, body.local .ptag.ptag_type_pill .ptag__item {
  position: relative; }
  body.local .ptag_type_box .ptag__item a, body.local .ptag.ptag_type_rounded .ptag__item a, body.local .ptag.ptag_type_pill .ptag__item a {
    display: block;
    color: currentColor; }
    body.local .ptag_type_box .ptag__item a::after, body.local .ptag.ptag_type_rounded .ptag__item a::after, body.local .ptag.ptag_type_pill .ptag__item a::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); }
      body.local .ptag_type_box .ptag__item a:hover{
        text-decoration: none;
      }

body.local .ptag__item::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none; }

body.local .ptag__item.cat02 {
  padding-right: 25px; }
  body.local .ptag__item.cat02::after {
    background-image: url(/static/img-com/icon-discover-academics-b.svg); }

body.local .ptag__item.cat03 {
  padding-right: 25px; }
  body.local .ptag__item.cat03::after {
    background-image: url(/static/img-com/icon-discover-research-b.svg); }

body.local .ptag__item.cat04 {
  padding-right: 25px; }
  body.local .ptag__item.cat04::after {
    background-image: url(/static/img-com/icon-discover-media-b.svg); }

body.local .ptag__item.cat05 {
  padding-right: 25px; }
  body.local .ptag__item.cat05::after {
    background-image: url(/static/img-com/icon-discover-event-b.svg); }

body.local .ptag__item.cat06 {
  padding-right: 25px; }
  body.local .ptag__item.cat06::after {
    background-image: url(/static/img-com/icon-discover-pressrelease-b.svg); }

body.local .ptag__item.cat07 {
  padding-right: 25px; }
  body.local .ptag__item.cat07::after {
    background-image: url(/static/img-com/icon-discover-award-b.svg); }

body.local .ptag__item.cat08 {
  padding-right: 25px; }
  body.local .ptag__item.cat08::after {
    background-image: url(/static/img-com/icon-discover-activity-b.svg); }

body.local .ptag__item.cat10 {
  padding-right: 25px; }
  body.local .ptag__item.cat10::after {
    background-image: url(/static/img-com/icon-discover-admission-b.svg); }

body.local .ptag__item.cat11 {
  padding-right: 25px; }
  body.local .ptag__item.cat11::after {
    background-image: url(/static/img-com/icon-discover-news-b.svg); }

body.local .ptag__item.cat12 {
  padding-right: 25px; }
  body.local .ptag__item.cat12::after {
    background-image: url(/static/img-com/icon-discover-local-b.svg); }


body.local .news-tags__list {
  gap:1px;
  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;
  margin-bottom: 30px; }
  @media (min-width: 769px) {
    body.local .news-tags__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      justify-content: space-between; }
      body.local .news-tags__list > .subtitle{
        width:calc(60% - 2px);}
      body.local .news-tags__list > .anc{
        width:20%;}
      body.local .news-tags__list > * {
        width:100%; }
        body.local .news-tags__list > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    body.local .news-tags__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.local .news-tags__list > .subtitle{
        width:100%;}
      body.local .news-tags__list > .anc{
        width:calc(50% - 2px);}
      body.local .news-tags__list > * {
        width: 100%; }
        body.local .news-tags__list > * img {
          width: 100%; } }
body.local .news-tags__list  .news-tags__list{
 margin-bottom:0;
}
body.local .news-tags__list  .news-tags__list{
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      justify-content: space-between;
}
body.local .news-tags__list .news-tags__item{
    display: flex;
     align-items: stretch;
    flex-direction: column;
}
body.local .news-tags__list .news-tags__item > span{
    display: flex;
    flex-direction: column;
     align-items: center;
    justify-content: center;
    border:1px solid #333;
}
body.local .news-tags__list .news-tags__item > a{
    display: flex;
    flex-direction: column;
     align-items: center;
    justify-content: center;
}
/*長万部非表示*/
body.local .news-tags__list  .news-tags__list .news-tags__item:last-child {
  display:none;}
/*長万部非表示*/

body.local .news-tags__item {
  margin-bottom: 1px; }

body.local .news-tags__item:last-child {
    width: 100%; }

body.local .news-tags__link {
  display: block;
  background: #64072a;
  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.25rem;
  color: #fff;
  height:calc(100% - 1px);
  min-height: 50px; }
  body.local .news-tags__link:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor;
    color: #fff;
    background: #24140e; }
  body.local .news-tags__link.active {
    background: #24140e; }

@media (min-width: 769px) {
  body.local .news-tab .tus-tab-link__list {
    font-size: 2rem; } }

body.local .ptag__item.active {
  color: #fff !important;
  background: #64072a !important; }

body.local .plink-list-inline__item .plink.active {
  color: #fff !important;
  background: #64072a !important;
  display: inline-block;
  padding: 0 5px; }

body.local .plink_type_reset {
  border: 0;
  background: #fff; }

body.local .sys-info_ti4 .sys-info__item .sys-info__fig {
  position: relative;
  padding-top: 0; }
  body.local .sys-info_ti4 .sys-info__item .sys-info__fig::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(36, 20, 14, 0);
    -webkit-transition: 0.2s;
    transition: 0.2s; }

body.local .sys-info_ti4 .sys-info__item:hover .sys-info__fig::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(36, 20, 14, 0.5); }

body.local .sys-info_ti4 .sys-info__box {
  padding: 10px 0; }

body.local .sys-info_ti4 .sys-info__date {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #24140e; }

body.local .sys-info_ti4 .sys-info__tags {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  font-size: 1.3rem;
  margin-right: 1em; }

body.local .sys-info_ti4 .sys-info__text {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px; }

@media print {
  body.news .contents {
    padding-top: 30px; }
  body.news .gnav,
  body.news .ess,
  body.news .ptitle.ptitle_tp1b,
  body.news .pblock-kuzu,
  body.news .plink-list-inline_sns,
  body.news .tus-cat-link,
  body.news .ft {
    display: none; } }

body.academics.explore.diagram {
  min-width: 1100px; }
  body.academics.explore.diagram .gnav {
    min-width: 1100px; }

body.academics .pbox_clr_gray_light {
  background: #f9f9f9; }

body.academics .tus-program__youtube {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin-bottom: 0.5em; }
  body.academics .tus-program__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body.academics .tus-program__fit .pfig {
  position: relative;
  padding-top: 75%;
  width: 100%;
  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;
  text-align: center; }
  body.academics .tus-program__fit .pfig a[href$=".pdf"]::after {
    content: "";
    padding-left: 0; }
  body.academics .tus-program__fit .pfig img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    display: inline-block !important; }

body.academics .pblock-kuzu_bb {
  border-bottom: 1px solid #ddd; }

body.academics .plist.plist_type_link_arrow_rr .plist__link {
  padding: 0.75em 0; }

body.academics .plist.plist_type_circle.hide-txt {
  position: relative;
  left: 50%;
  margin-left: -10px; }
  body.academics .plist.plist_type_circle.hide-txt span {
    visibility: hidden; }
  body.academics .plist.plist_type_circle.hide-txt .plist__item::before {
    width: 16px;
    height: 16px;
    background: #fff; }
  body.academics .plist.plist_type_circle.hide-txt.color-black .plist__item::before {
    background: #333; }

body.academics .plist.four-col, body.academics .plist.three-col, body.academics .plist.two-col {
  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; }

body.academics .plist.two-col li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%; }
  body.academics .plist.two-col li > span {
    display: inline-block;
    padding-left: 25px; }

body.academics .plist.three-col li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%; }

body.academics .plist.four-col li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%; }

body.academics .plist.plist_type_step.no-wrap {
  display: block; }
  body.academics .plist.plist_type_step.no-wrap .plist__box {
    width: 100%; }
    body.academics .plist.plist_type_step.no-wrap .plist__box .plist__body,
    body.academics .plist.plist_type_step.no-wrap .plist__box .plist__head {
      display: block;
      border: none; }
    body.academics .plist.plist_type_step.no-wrap .plist__box .plist__head {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70px;
              flex: 0 0 70px;
      margin-right: 0; }

body.academics .plist.plist_type_step.no-border .plist__box {
  border: none; }

body.academics.cooperation .newspaper-02 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  text-align: justify; }
  @media (max-width: 768.98px) {
    body.academics.cooperation .newspaper-02 {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

body.academics.faculty.sciencedivision1.applied_physics .plist__notes {
  text-align: right; }
  @media (max-width: 768.98px) {
    body.academics.faculty.sciencedivision1.applied_physics .plist__notes {
      text-align: left; } }

body.academics.faculty.transfer .letter-spacing-1rem {
  letter-spacing: 1rem; }

body.academics.faculty.math_sen .w-33per {
  width: 33.333%; }

body.academics.faculty .voice_lightbox .voice-carriculum__cap {
  position: relative; }
  body.academics.faculty .voice_lightbox .voice-carriculum__cap::before {
    position: absolute;
    content: "※科目名は開講当時のものです";
    top: -25px;
    right: 0;
    font-size: 14px; }

body.academics.degree.support_mechansm .pblock-row-2.width-50per > .pblock-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%; }

body.academics.degree.support_mechansm .pblock-row-2.br-c {
  position: relative; }
  body.academics.degree.support_mechansm .pblock-row-2.br-c:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    height: calc(100% - 40px);
    width: 1px;
    background: #ccc; }
    @media (max-width: 768.98px) {
      body.academics.degree.support_mechansm .pblock-row-2.br-c:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: calc(100% - 40px);
        width: 0px;
        background: #ccc; } }

body.academics.degree.support_mechansm ol.counter li {
  counter-increment: mycounter !important;
  list-style-type: none; }
  body.academics.degree.support_mechansm ol.counter li:before {
    content: counter(mycounter) !important; }

body.academics.degree.support_mechansm ol.counter.start {
  counter-reset: mycounter !important; }

body.academics.degree.support_mechansm ol.counter.continue-1 {
  counter-reset: mycounter 1; }

body.academics.degree.support_mechansm ol.counter.continue-2 {
  counter-reset: mycounter 2; }

body.academics.degree.support_mechansm ol.counter.continue-3 {
  counter-reset: mycounter 3; }

body.academics.degree.support_mechansm ol.counter.continue-4 {
  counter-reset: mycounter 4; }

body.academics.degree.support_mechansm ol.counter.continue-5 {
  counter-reset: mycounter 5; }

body.academics.degree.support_mechansm ol.counter.continue-6 {
  counter-reset: mycounter 6; }

body.academics.degree.support_mechansm ol.counter.continue-7 {
  counter-reset: mycounter 7; }

body.academics.degree.support_mechansm ol.counter.continue-8 {
  counter-reset: mycounter 8; }

body.academics.degree.support_mechansm ol.counter.continue-9 {
  counter-reset: mycounter 9; }

body.academics.degree.support_mechansm ol.counter.continue-10 {
  counter-reset: mycounter 10; }

body.academics.degree.data .pbox_clr_d0b {
  background-color: #d0b4be !important; }

body.academics.degree .fz__small_80 {
  font-size: 80%;
  line-height: 1.4; }

body.academics.education.data_science .fsize-24 {
  font-size: 2.4rem; }

@media (min-width: 769px) {
  body.academics.education.data_science .row .col-35 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
    max-width: 26%; }
  body.academics.education.data_science .row .col-85 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 74%;
            flex: 0 0 74%;
    max-width: 74%; } }

body.academics.education.cooperation .pbox_t4 .pbox__title.no-icon::before {
  display: none; }

body.academics.education.credit a[target="_blank"]::after {
  font-size: 16px !important;
  vertical-align: middle !important; }

body.academics.education.credit a[href$=".pdf"].plink_type_reverse,
body.academics.education.credit a[href$=".pdf#page=1"].plink_type_reverse,
body.academics.education.credit a[href$=".pdf#page=2"].plink_type_reverse,
body.academics.education.credit a[href$=".pdf#page=3"].plink_type_reverse,
body.academics.education.credit a[href$=".pdf#page=4"].plink_type_reverse,
body.academics.education.credit a[href$=".pdf#page=5"].plink_type_reverse,
body.academics.education.credit a[href$=".pdf#page=6"].plink_type_reverse,
body.academics.education.credit a[href$=".pdf#page=7"].plink_type_reverse,
body.academics.education.credit a[href$=".pdf#page=10"].plink_type_reverse,
body.academics.education.credit a[href$=".pdf#page=45"].plink_type_reverse,
body.academics.education.credit a[href$=".pdf#page=53"].plink_type_reverse {
  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; }
  body.academics.education.credit a[href$=".pdf"].plink_type_reverse::after,
  body.academics.education.credit a[href$=".pdf#page=1"].plink_type_reverse::after,
  body.academics.education.credit a[href$=".pdf#page=2"].plink_type_reverse::after,
  body.academics.education.credit a[href$=".pdf#page=3"].plink_type_reverse::after,
  body.academics.education.credit a[href$=".pdf#page=4"].plink_type_reverse::after,
  body.academics.education.credit a[href$=".pdf#page=5"].plink_type_reverse::after,
  body.academics.education.credit a[href$=".pdf#page=6"].plink_type_reverse::after,
  body.academics.education.credit a[href$=".pdf#page=7"].plink_type_reverse::after,
  body.academics.education.credit a[href$=".pdf#page=10"].plink_type_reverse::after,
  body.academics.education.credit a[href$=".pdf#page=45"].plink_type_reverse::after,
  body.academics.education.credit a[href$=".pdf#page=53"].plink_type_reverse::after {
    content: "\f1c1" !important;
    font-family: "FontAwesome";
    color: red; }

body.academics.faculty.sciencedivision1 .slick-dots li.slick-active button:before {
  background: #4b9bb9; }

body.academics.faculty.sciencedivision1 .plink.plink_type_inline::after {
  color: #4b9bb9 !important; }

body.academics.faculty.sciencedivision1 .ptab.ptab_t3 .nav-link {
  color: #4b9bb9;
  border-color: #4b9bb9; }
  body.academics.faculty.sciencedivision1 .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #4b9bb9; }

body.academics.faculty.sciencedivision1 .ptitle_tp3 .ptitle__title-en {
  color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .ptitle_tp4 span {
  color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .ptitle_c2 .ptitle__title-jp {
  border-right-color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .ptitle_c2 .ptitle__title-en {
  color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .ptitle_c3 .ptitle__title-en {
  color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .plink_ptn4 {
  border-color: #4b9bb9;
  background-color: #4b9bb9; }
  body.academics.faculty.sciencedivision1 .plink_ptn4:hover {
    color: #4b9bb9 !important;
    background: transparent !important; }
    body.academics.faculty.sciencedivision1 .plink_ptn4:hover::before {
      background: #4b9bb9 !important; }
    body.academics.faculty.sciencedivision1 .plink_ptn4:hover::after {
      border-color: #4b9bb9 !important; }

body.academics.faculty.sciencedivision1 .plink_ptn5 {
  color: #fff;
  background-color: #4b9bb9;
  border-color: #4b9bb9; }
  body.academics.faculty.sciencedivision1 .plink_ptn5::after {
    border-color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .plink_ptn6 {
  border-color: #4b9bb9;
  background-color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .plink_ptn10 {
  border-color: #4b9bb9; }
  body.academics.faculty.sciencedivision1 .plink_ptn10 span:nth-child(2) {
    color: #4b9bb9; }
  body.academics.faculty.sciencedivision1 .plink_ptn10 span:nth-child(3)::after {
    border-color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .mv2 .plink_ptn1::before {
  border-color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .mv3::before, body.academics.faculty.sciencedivision1 .mv3::after {
  background: #4b9bb9; }

body.academics.faculty.sciencedivision1 .mv3__title span:first-child {
  color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .mv3 .plist__link::before {
  color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .plist.plist_type_order_circle .plist__item::before,
body.academics.faculty.sciencedivision1 .plist.plist_type_circle .plist__item::before {
  background: #4b9bb9; }

body.academics.faculty.sciencedivision1 .features__head {
  color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .carriculum table thead th,
body.academics.faculty.sciencedivision1 .labo_sub table thead th {
  background: #4b9bb9; }

body.academics.faculty.sciencedivision1 .carriculum table tbody th,
body.academics.faculty.sciencedivision1 .labo_sub table tbody th {
  color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.faculty.sciencedivision1 .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.sciencedivision1 .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.faculty.sciencedivision1 .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.sciencedivision1 .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(75, 155, 185, 0.2); }

body.academics.faculty.sciencedivision1 .carriculum_kamoku_unit .nav-link,
body.academics.faculty.sciencedivision1 .labo_sub_kamoku_unit .nav-link {
  color: #4b9bb9;
  border-color: #4b9bb9; }
  body.academics.faculty.sciencedivision1 .carriculum_kamoku_unit .nav-link.active,
  body.academics.faculty.sciencedivision1 .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.faculty.sciencedivision1 .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.faculty.sciencedivision1 .laboratory .plist__head-link::before, body.academics.faculty.sciencedivision1 .laboratory .plist__head-link::after {
  background: #4b9bb9; }

body.academics.faculty.sciencedivision1 .laboratory .pbox__title::before {
  color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .teacher .plist__link::before {
  color: #4b9bb9; }

body.academics.faculty.sciencedivision1 .tus-tab-link__link:hover, body.academics.faculty.sciencedivision1 .tus-tab-link__link.active {
  border-color: #4b9bb9; }

body.academics.faculty.engineering .slick-dots li.slick-active button:before {
  background: #7f8e2b; }

body.academics.faculty.engineering .plink.plink_type_inline::after {
  color: #7f8e2b !important; }

body.academics.faculty.engineering .ptab.ptab_t3 .nav-link {
  color: #7f8e2b;
  border-color: #7f8e2b; }
  body.academics.faculty.engineering .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #7f8e2b; }

body.academics.faculty.engineering .ptitle_tp3 .ptitle__title-en {
  color: #7f8e2b; }

body.academics.faculty.engineering .ptitle_tp4 span {
  color: #7f8e2b; }

body.academics.faculty.engineering .ptitle_c2 .ptitle__title-jp {
  border-right-color: #7f8e2b; }

body.academics.faculty.engineering .ptitle_c2 .ptitle__title-en {
  color: #7f8e2b; }

body.academics.faculty.engineering .ptitle_c3 .ptitle__title-en {
  color: #7f8e2b; }

body.academics.faculty.engineering .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #7f8e2b; }

body.academics.faculty.engineering .plink_ptn4 {
  border-color: #7f8e2b;
  background-color: #7f8e2b; }
  body.academics.faculty.engineering .plink_ptn4:hover {
    color: #7f8e2b !important;
    background: transparent !important; }
    body.academics.faculty.engineering .plink_ptn4:hover::before {
      background: #7f8e2b !important; }
    body.academics.faculty.engineering .plink_ptn4:hover::after {
      border-color: #7f8e2b !important; }

body.academics.faculty.engineering .plink_ptn5 {
  color: #fff;
  background-color: #7f8e2b;
  border-color: #7f8e2b; }
  body.academics.faculty.engineering .plink_ptn5::after {
    border-color: #7f8e2b; }

body.academics.faculty.engineering .plink_ptn6 {
  border-color: #7f8e2b;
  background-color: #7f8e2b; }

body.academics.faculty.engineering .plink_ptn10 {
  border-color: #7f8e2b; }
  body.academics.faculty.engineering .plink_ptn10 span:nth-child(2) {
    color: #7f8e2b; }
  body.academics.faculty.engineering .plink_ptn10 span:nth-child(3)::after {
    border-color: #7f8e2b; }

body.academics.faculty.engineering .mv2 .plink_ptn1::before {
  border-color: #7f8e2b; }

body.academics.faculty.engineering .mv3::before, body.academics.faculty.engineering .mv3::after {
  background: #7f8e2b; }

body.academics.faculty.engineering .mv3__title span:first-child {
  color: #7f8e2b; }

body.academics.faculty.engineering .mv3 .plist__link::before {
  color: #7f8e2b; }

body.academics.faculty.engineering .plist.plist_type_order_circle .plist__item::before,
body.academics.faculty.engineering .plist.plist_type_circle .plist__item::before {
  background: #7f8e2b; }

body.academics.faculty.engineering .features__head {
  color: #7f8e2b; }

body.academics.faculty.engineering .carriculum table thead th,
body.academics.faculty.engineering .labo_sub table thead th {
  background: #7f8e2b; }

body.academics.faculty.engineering .carriculum table tbody th,
body.academics.faculty.engineering .labo_sub table tbody th {
  color: #7f8e2b; }

body.academics.faculty.engineering .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.faculty.engineering .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #7f8e2b; }

body.academics.faculty.engineering .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.engineering .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.faculty.engineering .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.engineering .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(127, 142, 43, 0.2); }

body.academics.faculty.engineering .carriculum_kamoku_unit .nav-link,
body.academics.faculty.engineering .labo_sub_kamoku_unit .nav-link {
  color: #7f8e2b;
  border-color: #7f8e2b; }
  body.academics.faculty.engineering .carriculum_kamoku_unit .nav-link.active,
  body.academics.faculty.engineering .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #7f8e2b; }

body.academics.faculty.engineering .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.faculty.engineering .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #7f8e2b; }

body.academics.faculty.engineering .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.faculty.engineering .laboratory .plist__head-link::before, body.academics.faculty.engineering .laboratory .plist__head-link::after {
  background: #7f8e2b; }

body.academics.faculty.engineering .laboratory .pbox__title::before {
  color: #7f8e2b; }

body.academics.faculty.engineering .teacher .plist__link::before {
  color: #7f8e2b; }

body.academics.faculty.engineering .tus-tab-link__link:hover, body.academics.faculty.engineering .tus-tab-link__link.active {
  border-color: #7f8e2b; }

body.academics.faculty.pharmaceuticalsciences .slick-dots li.slick-active button:before {
  background: #c6c6c6; }

body.academics.faculty.pharmaceuticalsciences .plink.plink_type_inline::after {
  color: #cb6a6d !important; }

body.academics.faculty.pharmaceuticalsciences .ptab.ptab_t3 .nav-link {
  color: #cb6a6d;
  border-color: #cb6a6d; }
  body.academics.faculty.pharmaceuticalsciences .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .ptitle_tp3 .ptitle__title-en {
  color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .ptitle_tp4 span {
  color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .ptitle_c2 .ptitle__title-jp {
  border-right-color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .ptitle_c2 .ptitle__title-en {
  color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .ptitle_c3 .ptitle__title-en {
  color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .plink_ptn4 {
  border-color: #cb6a6d;
  background-color: #cb6a6d; }
  body.academics.faculty.pharmaceuticalsciences .plink_ptn4:hover {
    color: #cb6a6d !important;
    background: transparent !important; }
    body.academics.faculty.pharmaceuticalsciences .plink_ptn4:hover::before {
      background: #cb6a6d !important; }
    body.academics.faculty.pharmaceuticalsciences .plink_ptn4:hover::after {
      border-color: #cb6a6d !important; }

body.academics.faculty.pharmaceuticalsciences .plink_ptn5 {
  color: #fff;
  background-color: #cb6a6d;
  border-color: #cb6a6d; }
  body.academics.faculty.pharmaceuticalsciences .plink_ptn5::after {
    border-color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .plink_ptn6 {
  border-color: #cb6a6d;
  background-color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .plink_ptn10 {
  border-color: #cb6a6d; }
  body.academics.faculty.pharmaceuticalsciences .plink_ptn10 span:nth-child(2) {
    color: #cb6a6d; }
  body.academics.faculty.pharmaceuticalsciences .plink_ptn10 span:nth-child(3)::after {
    border-color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .mv2 .plink_ptn1::before {
  border-color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .mv3::before, body.academics.faculty.pharmaceuticalsciences .mv3::after {
  background: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .mv3__title span:first-child {
  color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .mv3 .plist__link::before {
  color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .plist.plist_type_order_circle .plist__item::before,
body.academics.faculty.pharmaceuticalsciences .plist.plist_type_circle .plist__item::before {
  background: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .features__head {
  color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .carriculum table thead th,
body.academics.faculty.pharmaceuticalsciences .labo_sub table thead th {
  background: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .carriculum table tbody th,
body.academics.faculty.pharmaceuticalsciences .labo_sub table tbody th {
  color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.faculty.pharmaceuticalsciences .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.pharmaceuticalsciences .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.faculty.pharmaceuticalsciences .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.pharmaceuticalsciences .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(203, 106, 109, 0.2); }

body.academics.faculty.pharmaceuticalsciences .carriculum_kamoku_unit .nav-link,
body.academics.faculty.pharmaceuticalsciences .labo_sub_kamoku_unit .nav-link {
  color: #cb6a6d;
  border-color: #cb6a6d; }
  body.academics.faculty.pharmaceuticalsciences .carriculum_kamoku_unit .nav-link.active,
  body.academics.faculty.pharmaceuticalsciences .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.faculty.pharmaceuticalsciences .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.faculty.pharmaceuticalsciences .laboratory .plist__head-link::before, body.academics.faculty.pharmaceuticalsciences .laboratory .plist__head-link::after {
  background: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .laboratory .pbox__title::before {
  color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .teacher .plist__link::before {
  color: #cb6a6d; }

body.academics.faculty.pharmaceuticalsciences .tus-tab-link__link:hover, body.academics.faculty.pharmaceuticalsciences .tus-tab-link__link.active {
  border-color: #cb6a6d; }

body.academics.faculty.sciencetechnology .slick-dots li.slick-active button:before {
  background: #a17c5a; }

body.academics.faculty.sciencetechnology .plink.plink_type_inline::after {
  color: #a17c5a !important; }

body.academics.faculty.sciencetechnology .ptab.ptab_t3 .nav-link {
  color: #a17c5a;
  border-color: #a17c5a; }
  body.academics.faculty.sciencetechnology .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #a17c5a; }

body.academics.faculty.sciencetechnology .ptitle_tp3 .ptitle__title-en {
  color: #a17c5a; }

body.academics.faculty.sciencetechnology .ptitle_tp4 span {
  color: #a17c5a; }

body.academics.faculty.sciencetechnology .ptitle_c2 .ptitle__title-jp {
  border-right-color: #a17c5a; }

body.academics.faculty.sciencetechnology .ptitle_c2 .ptitle__title-en {
  color: #a17c5a; }

body.academics.faculty.sciencetechnology .ptitle_c3 .ptitle__title-en {
  color: #a17c5a; }

body.academics.faculty.sciencetechnology .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #a17c5a; }

body.academics.faculty.sciencetechnology .plink_ptn4 {
  border-color: #a17c5a;
  background-color: #a17c5a; }
  body.academics.faculty.sciencetechnology .plink_ptn4:hover {
    color: #a17c5a !important;
    background: transparent !important; }
    body.academics.faculty.sciencetechnology .plink_ptn4:hover::before {
      background: #a17c5a !important; }
    body.academics.faculty.sciencetechnology .plink_ptn4:hover::after {
      border-color: #a17c5a !important; }

body.academics.faculty.sciencetechnology .plink_ptn5 {
  color: #fff;
  background-color: #a17c5a;
  border-color: #a17c5a; }
  body.academics.faculty.sciencetechnology .plink_ptn5::after {
    border-color: #a17c5a; }

body.academics.faculty.sciencetechnology .plink_ptn6 {
  border-color: #a17c5a;
  background-color: #a17c5a; }

body.academics.faculty.sciencetechnology .plink_ptn10 {
  border-color: #a17c5a; }
  body.academics.faculty.sciencetechnology .plink_ptn10 span:nth-child(2) {
    color: #a17c5a; }
  body.academics.faculty.sciencetechnology .plink_ptn10 span:nth-child(3)::after {
    border-color: #a17c5a; }

body.academics.faculty.sciencetechnology .mv2 .plink_ptn1::before {
  border-color: #a17c5a; }

body.academics.faculty.sciencetechnology .mv3::before, body.academics.faculty.sciencetechnology .mv3::after {
  background: #a17c5a; }

body.academics.faculty.sciencetechnology .mv3__title span:first-child {
  color: #a17c5a; }

body.academics.faculty.sciencetechnology .mv3 .plist__link::before {
  color: #a17c5a; }

body.academics.faculty.sciencetechnology .plist.plist_type_order_circle .plist__item::before,
body.academics.faculty.sciencetechnology .plist.plist_type_circle .plist__item::before {
  background: #a17c5a; }

body.academics.faculty.sciencetechnology .features__head {
  color: #a17c5a; }

body.academics.faculty.sciencetechnology .carriculum table thead th,
body.academics.faculty.sciencetechnology .labo_sub table thead th {
  background: #a17c5a; }

body.academics.faculty.sciencetechnology .carriculum table tbody th,
body.academics.faculty.sciencetechnology .labo_sub table tbody th {
  color: #a17c5a; }

body.academics.faculty.sciencetechnology .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.faculty.sciencetechnology .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #a17c5a; }

body.academics.faculty.sciencetechnology .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.sciencetechnology .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.faculty.sciencetechnology .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.sciencetechnology .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(161, 124, 90, 0.2); }

body.academics.faculty.sciencetechnology .carriculum_kamoku_unit .nav-link,
body.academics.faculty.sciencetechnology .labo_sub_kamoku_unit .nav-link {
  color: #a17c5a;
  border-color: #a17c5a; }
  body.academics.faculty.sciencetechnology .carriculum_kamoku_unit .nav-link.active,
  body.academics.faculty.sciencetechnology .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #a17c5a; }

body.academics.faculty.sciencetechnology .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.faculty.sciencetechnology .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #a17c5a; }

body.academics.faculty.sciencetechnology .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.faculty.sciencetechnology .laboratory .plist__head-link::before, body.academics.faculty.sciencetechnology .laboratory .plist__head-link::after {
  background: #a17c5a; }

body.academics.faculty.sciencetechnology .laboratory .pbox__title::before {
  color: #a17c5a; }

body.academics.faculty.sciencetechnology .teacher .plist__link::before {
  color: #a17c5a; }

body.academics.faculty.sciencetechnology .tus-tab-link__link:hover, body.academics.faculty.sciencetechnology .tus-tab-link__link.active {
  border-color: #a17c5a; }

body.academics.faculty.industrialscience_technology .slick-dots li.slick-active button:before {
  background: #3d60c2; }

body.academics.faculty.industrialscience_technology .plink.plink_type_inline::after {
  color: #3d60c2 !important; }

body.academics.faculty.industrialscience_technology .ptab.ptab_t3 .nav-link {
  color: #3d60c2;
  border-color: #3d60c2; }
  body.academics.faculty.industrialscience_technology .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #3d60c2; }

body.academics.faculty.industrialscience_technology .ptitle_tp3 .ptitle__title-en {
  color: #3d60c2; }

body.academics.faculty.industrialscience_technology .ptitle_tp4 span {
  color: #3d60c2; }

body.academics.faculty.industrialscience_technology .ptitle_c2 .ptitle__title-jp {
  border-right-color: #3d60c2; }

body.academics.faculty.industrialscience_technology .ptitle_c2 .ptitle__title-en {
  color: #3d60c2; }

body.academics.faculty.industrialscience_technology .ptitle_c3 .ptitle__title-en {
  color: #3d60c2; }

body.academics.faculty.industrialscience_technology .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #3d60c2; }

body.academics.faculty.industrialscience_technology .plink_ptn4 {
  border-color: #3d60c2;
  background-color: #3d60c2; }
  body.academics.faculty.industrialscience_technology .plink_ptn4:hover {
    color: #3d60c2 !important;
    background: transparent !important; }
    body.academics.faculty.industrialscience_technology .plink_ptn4:hover::before {
      background: #3d60c2 !important; }
    body.academics.faculty.industrialscience_technology .plink_ptn4:hover::after {
      border-color: #3d60c2 !important; }

body.academics.faculty.industrialscience_technology .plink_ptn5 {
  color: #fff;
  background-color: #3d60c2;
  border-color: #3d60c2; }
  body.academics.faculty.industrialscience_technology .plink_ptn5::after {
    border-color: #3d60c2; }

body.academics.faculty.industrialscience_technology .plink_ptn6 {
  border-color: #3d60c2;
  background-color: #3d60c2; }

body.academics.faculty.industrialscience_technology .plink_ptn10 {
  border-color: #3d60c2; }
  body.academics.faculty.industrialscience_technology .plink_ptn10 span:nth-child(2) {
    color: #3d60c2; }
  body.academics.faculty.industrialscience_technology .plink_ptn10 span:nth-child(3)::after {
    border-color: #3d60c2; }

body.academics.faculty.industrialscience_technology .mv2 .plink_ptn1::before {
  border-color: #3d60c2; }

body.academics.faculty.industrialscience_technology .mv3::before, body.academics.faculty.industrialscience_technology .mv3::after {
  background: #3d60c2; }

body.academics.faculty.industrialscience_technology .mv3__title span:first-child {
  color: #3d60c2; }

body.academics.faculty.industrialscience_technology .mv3 .plist__link::before {
  color: #3d60c2; }

body.academics.faculty.industrialscience_technology .plist.plist_type_order_circle .plist__item::before,
body.academics.faculty.industrialscience_technology .plist.plist_type_circle .plist__item::before {
  background: #3d60c2; }

body.academics.faculty.industrialscience_technology .features__head {
  color: #3d60c2; }

body.academics.faculty.industrialscience_technology .carriculum table thead th,
body.academics.faculty.industrialscience_technology .labo_sub table thead th {
  background: #3d60c2; }

body.academics.faculty.industrialscience_technology .carriculum table tbody th,
body.academics.faculty.industrialscience_technology .labo_sub table tbody th {
  color: #3d60c2; }

body.academics.faculty.industrialscience_technology .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.faculty.industrialscience_technology .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #3d60c2; }

body.academics.faculty.industrialscience_technology .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.industrialscience_technology .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.faculty.industrialscience_technology .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.industrialscience_technology .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(61, 96, 194, 0.2); }

body.academics.faculty.industrialscience_technology .carriculum_kamoku_unit .nav-link,
body.academics.faculty.industrialscience_technology .labo_sub_kamoku_unit .nav-link {
  color: #3d60c2;
  border-color: #3d60c2; }
  body.academics.faculty.industrialscience_technology .carriculum_kamoku_unit .nav-link.active,
  body.academics.faculty.industrialscience_technology .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #3d60c2; }

body.academics.faculty.industrialscience_technology .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.faculty.industrialscience_technology .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #3d60c2; }

body.academics.faculty.industrialscience_technology .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.faculty.industrialscience_technology .laboratory .plist__head-link::before, body.academics.faculty.industrialscience_technology .laboratory .plist__head-link::after {
  background: #3d60c2; }

body.academics.faculty.industrialscience_technology .laboratory .pbox__title::before {
  color: #3d60c2; }

body.academics.faculty.industrialscience_technology .teacher .plist__link::before {
  color: #3d60c2; }

body.academics.faculty.industrialscience_technology .tus-tab-link__link:hover, body.academics.faculty.industrialscience_technology .tus-tab-link__link.active {
  border-color: #3d60c2; }

body.academics.faculty.management .slick-dots li.slick-active button:before {
  background: #b8749c; }

body.academics.faculty.management .plink.plink_type_inline::after {
  color: #b8749c !important; }

body.academics.faculty.management .ptab.ptab_t3 .nav-link {
  color: #b8749c;
  border-color: #b8749c; }
  body.academics.faculty.management .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #b8749c; }

body.academics.faculty.management .ptitle_tp3 .ptitle__title-en {
  color: #b8749c; }

body.academics.faculty.management .ptitle_tp4 span {
  color: #b8749c; }

body.academics.faculty.management .ptitle_c2 .ptitle__title-jp {
  border-right-color: #b8749c; }

body.academics.faculty.management .ptitle_c2 .ptitle__title-en {
  color: #b8749c; }

body.academics.faculty.management .ptitle_c3 .ptitle__title-en {
  color: #b8749c; }

body.academics.faculty.management .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #b8749c; }

body.academics.faculty.management .plink_ptn4 {
  border-color: #b8749c;
  background-color: #b8749c; }
  body.academics.faculty.management .plink_ptn4:hover {
    color: #b8749c !important;
    background: transparent !important; }
    body.academics.faculty.management .plink_ptn4:hover::before {
      background: #b8749c !important; }
    body.academics.faculty.management .plink_ptn4:hover::after {
      border-color: #b8749c !important; }

body.academics.faculty.management .plink_ptn5 {
  color: #fff;
  background-color: #b8749c;
  border-color: #b8749c; }
  body.academics.faculty.management .plink_ptn5::after {
    border-color: #b8749c; }

body.academics.faculty.management .plink_ptn6 {
  border-color: #b8749c;
  background-color: #b8749c; }

body.academics.faculty.management .plink_ptn10 {
  border-color: #b8749c; }
  body.academics.faculty.management .plink_ptn10 span:nth-child(2) {
    color: #b8749c; }
  body.academics.faculty.management .plink_ptn10 span:nth-child(3)::after {
    border-color: #b8749c; }

body.academics.faculty.management .mv2 .plink_ptn1::before {
  border-color: #b8749c; }

body.academics.faculty.management .mv3::before, body.academics.faculty.management .mv3::after {
  background: #b8749c; }

body.academics.faculty.management .mv3__title span:first-child {
  color: #b8749c; }

body.academics.faculty.management .mv3 .plist__link::before {
  color: #b8749c; }

body.academics.faculty.management .plist.plist_type_order_circle .plist__item::before,
body.academics.faculty.management .plist.plist_type_circle .plist__item::before {
  background: #b8749c; }

body.academics.faculty.management .features__head {
  color: #b8749c; }

body.academics.faculty.management .carriculum table thead th,
body.academics.faculty.management .labo_sub table thead th {
  background: #b8749c; }

body.academics.faculty.management .carriculum table tbody th,
body.academics.faculty.management .labo_sub table tbody th {
  color: #b8749c; }

body.academics.faculty.management .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.faculty.management .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #b8749c; }

body.academics.faculty.management .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.management .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.faculty.management .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.management .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(184, 116, 156, 0.2); }

body.academics.faculty.management .carriculum_kamoku_unit .nav-link,
body.academics.faculty.management .labo_sub_kamoku_unit .nav-link {
  color: #b8749c;
  border-color: #b8749c; }
  body.academics.faculty.management .carriculum_kamoku_unit .nav-link.active,
  body.academics.faculty.management .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #b8749c; }

body.academics.faculty.management .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.faculty.management .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #b8749c; }

body.academics.faculty.management .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.faculty.management .laboratory .plist__head-link::before, body.academics.faculty.management .laboratory .plist__head-link::after {
  background: #b8749c; }

body.academics.faculty.management .laboratory .pbox__title::before {
  color: #b8749c; }

body.academics.faculty.management .teacher .plist__link::before {
  color: #b8749c; }

body.academics.faculty.management .tus-tab-link__link:hover, body.academics.faculty.management .tus-tab-link__link.active {
  border-color: #b8749c; }

body.academics.faculty.sciencedivision2 .slick-dots li.slick-active button:before {
  background: #4d9d8a; }

body.academics.faculty.sciencedivision2 .plink.plink_type_inline::after {
  color: #4d9d8a !important; }

body.academics.faculty.sciencedivision2 .ptab.ptab_t3 .nav-link {
  color: #4d9d8a;
  border-color: #4d9d8a; }
  body.academics.faculty.sciencedivision2 .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #4d9d8a; }

body.academics.faculty.sciencedivision2 .ptitle_tp3 .ptitle__title-en {
  color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .ptitle_tp4 span {
  color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .ptitle_c2 .ptitle__title-jp {
  border-right-color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .ptitle_c2 .ptitle__title-en {
  color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .ptitle_c3 .ptitle__title-en {
  color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .plink_ptn4 {
  border-color: #4d9d8a;
  background-color: #4d9d8a; }
  body.academics.faculty.sciencedivision2 .plink_ptn4:hover {
    color: #4d9d8a !important;
    background: transparent !important; }
    body.academics.faculty.sciencedivision2 .plink_ptn4:hover::before {
      background: #4d9d8a !important; }
    body.academics.faculty.sciencedivision2 .plink_ptn4:hover::after {
      border-color: #4d9d8a !important; }

body.academics.faculty.sciencedivision2 .plink_ptn5 {
  color: #fff;
  background-color: #4d9d8a;
  border-color: #4d9d8a; }
  body.academics.faculty.sciencedivision2 .plink_ptn5::after {
    border-color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .plink_ptn6 {
  border-color: #4d9d8a;
  background-color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .plink_ptn10 {
  border-color: #4d9d8a; }
  body.academics.faculty.sciencedivision2 .plink_ptn10 span:nth-child(2) {
    color: #4d9d8a; }
  body.academics.faculty.sciencedivision2 .plink_ptn10 span:nth-child(3)::after {
    border-color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .mv2 .plink_ptn1::before {
  border-color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .mv3::before, body.academics.faculty.sciencedivision2 .mv3::after {
  background: #4d9d8a; }

body.academics.faculty.sciencedivision2 .mv3__title span:first-child {
  color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .mv3 .plist__link::before {
  color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .plist.plist_type_order_circle .plist__item::before,
body.academics.faculty.sciencedivision2 .plist.plist_type_circle .plist__item::before {
  background: #4d9d8a; }

body.academics.faculty.sciencedivision2 .features__head {
  color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .carriculum table thead th,
body.academics.faculty.sciencedivision2 .labo_sub table thead th {
  background: #4d9d8a; }

body.academics.faculty.sciencedivision2 .carriculum table tbody th,
body.academics.faculty.sciencedivision2 .labo_sub table tbody th {
  color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.faculty.sciencedivision2 .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.sciencedivision2 .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.faculty.sciencedivision2 .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.sciencedivision2 .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(77, 157, 138, 0.2); }

body.academics.faculty.sciencedivision2 .carriculum_kamoku_unit .nav-link,
body.academics.faculty.sciencedivision2 .labo_sub_kamoku_unit .nav-link {
  color: #4d9d8a;
  border-color: #4d9d8a; }
  body.academics.faculty.sciencedivision2 .carriculum_kamoku_unit .nav-link.active,
  body.academics.faculty.sciencedivision2 .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.faculty.sciencedivision2 .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.faculty.sciencedivision2 .laboratory .plist__head-link::before, body.academics.faculty.sciencedivision2 .laboratory .plist__head-link::after {
  background: #4d9d8a; }

body.academics.faculty.sciencedivision2 .laboratory .pbox__title::before {
  color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .teacher .plist__link::before {
  color: #4d9d8a; }

body.academics.faculty.sciencedivision2 .tus-tab-link__link:hover, body.academics.faculty.sciencedivision2 .tus-tab-link__link.active {
  border-color: #4d9d8a; }

body.academics.faculty.liberal .slick-dots li.slick-active button:before {
  background: #8b8a8a; }

body.academics.faculty.liberal .plink.plink_type_inline::after {
  color: #8b8a8a !important; }

body.academics.faculty.liberal .ptab.ptab_t3 .nav-link {
  color: #8b8a8a;
  border-color: #8b8a8a; }
  body.academics.faculty.liberal .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #8b8a8a; }

body.academics.faculty.liberal .ptitle_tp3 .ptitle__title-en {
  color: #8b8a8a; }

body.academics.faculty.liberal .ptitle_tp4 span {
  color: #8b8a8a; }

body.academics.faculty.liberal .ptitle_c2 .ptitle__title-jp {
  border-right-color: #8b8a8a; }

body.academics.faculty.liberal .ptitle_c2 .ptitle__title-en {
  color: #8b8a8a; }

body.academics.faculty.liberal .ptitle_c3 .ptitle__title-en {
  color: #8b8a8a; }

body.academics.faculty.liberal .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #8b8a8a; }

body.academics.faculty.liberal .plink_ptn4 {
  border-color: #8b8a8a;
  background-color: #8b8a8a; }
  body.academics.faculty.liberal .plink_ptn4:hover {
    color: #8b8a8a !important;
    background: transparent !important; }
    body.academics.faculty.liberal .plink_ptn4:hover::before {
      background: #8b8a8a !important; }
    body.academics.faculty.liberal .plink_ptn4:hover::after {
      border-color: #8b8a8a !important; }

body.academics.faculty.liberal .plink_ptn5 {
  color: #fff;
  background-color: #8b8a8a;
  border-color: #8b8a8a; }
  body.academics.faculty.liberal .plink_ptn5::after {
    border-color: #8b8a8a; }

body.academics.faculty.liberal .plink_ptn6 {
  border-color: #8b8a8a;
  background-color: #8b8a8a; }

body.academics.faculty.liberal .plink_ptn10 {
  border-color: #8b8a8a; }
  body.academics.faculty.liberal .plink_ptn10 span:nth-child(2) {
    color: #8b8a8a; }
  body.academics.faculty.liberal .plink_ptn10 span:nth-child(3)::after {
    border-color: #8b8a8a; }

body.academics.faculty.liberal .mv2 .plink_ptn1::before {
  border-color: #8b8a8a; }

body.academics.faculty.liberal .mv3::before, body.academics.faculty.liberal .mv3::after {
  background: #8b8a8a; }

body.academics.faculty.liberal .mv3__title span:first-child {
  color: #8b8a8a; }

body.academics.faculty.liberal .mv3 .plist__link::before {
  color: #8b8a8a; }

body.academics.faculty.liberal .plist.plist_type_order_circle .plist__item::before,
body.academics.faculty.liberal .plist.plist_type_circle .plist__item::before {
  background: #8b8a8a; }

body.academics.faculty.liberal .features__head {
  color: #8b8a8a; }

body.academics.faculty.liberal .carriculum table thead th,
body.academics.faculty.liberal .labo_sub table thead th {
  background: #8b8a8a; }

body.academics.faculty.liberal .carriculum table tbody th,
body.academics.faculty.liberal .labo_sub table tbody th {
  color: #8b8a8a; }

body.academics.faculty.liberal .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.faculty.liberal .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #8b8a8a; }

body.academics.faculty.liberal .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.liberal .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.faculty.liberal .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.liberal .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(139, 138, 138, 0.2); }

body.academics.faculty.liberal .carriculum_kamoku_unit .nav-link,
body.academics.faculty.liberal .labo_sub_kamoku_unit .nav-link {
  color: #8b8a8a;
  border-color: #8b8a8a; }
  body.academics.faculty.liberal .carriculum_kamoku_unit .nav-link.active,
  body.academics.faculty.liberal .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #8b8a8a; }

body.academics.faculty.liberal .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.faculty.liberal .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #8b8a8a; }

body.academics.faculty.liberal .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.faculty.liberal .laboratory .plist__head-link::before, body.academics.faculty.liberal .laboratory .plist__head-link::after {
  background: #8b8a8a; }

body.academics.faculty.liberal .laboratory .pbox__title::before {
  color: #8b8a8a; }

body.academics.faculty.liberal .teacher .plist__link::before {
  color: #8b8a8a; }

body.academics.faculty.liberal .tus-tab-link__link:hover, body.academics.faculty.liberal .tus-tab-link__link.active {
  border-color: #8b8a8a; }

body.academics.faculty.engineering_division1 .slick-dots li.slick-active button:before {
  background: #7f8e2b; }

body.academics.faculty.engineering_division1 .plink.plink_type_inline::after {
  color: #7f8e2b !important; }

body.academics.faculty.engineering_division1 .ptab.ptab_t3 .nav-link {
  color: #7f8e2b;
  border-color: #7f8e2b; }
  body.academics.faculty.engineering_division1 .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #7f8e2b; }

body.academics.faculty.engineering_division1 .ptitle_tp3 .ptitle__title-en {
  color: #7f8e2b; }

body.academics.faculty.engineering_division1 .ptitle_tp4 span {
  color: #7f8e2b; }

body.academics.faculty.engineering_division1 .ptitle_c2 .ptitle__title-jp {
  border-right-color: #7f8e2b; }

body.academics.faculty.engineering_division1 .ptitle_c2 .ptitle__title-en {
  color: #7f8e2b; }

body.academics.faculty.engineering_division1 .ptitle_c3 .ptitle__title-en {
  color: #7f8e2b; }

body.academics.faculty.engineering_division1 .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #7f8e2b; }

body.academics.faculty.engineering_division1 .plink_ptn4 {
  border-color: #7f8e2b;
  background-color: #7f8e2b; }
  body.academics.faculty.engineering_division1 .plink_ptn4:hover {
    color: #7f8e2b !important;
    background: transparent !important; }
    body.academics.faculty.engineering_division1 .plink_ptn4:hover::before {
      background: #7f8e2b !important; }
    body.academics.faculty.engineering_division1 .plink_ptn4:hover::after {
      border-color: #7f8e2b !important; }

body.academics.faculty.engineering_division1 .plink_ptn5 {
  color: #fff;
  background-color: #7f8e2b;
  border-color: #7f8e2b; }
  body.academics.faculty.engineering_division1 .plink_ptn5::after {
    border-color: #7f8e2b; }

body.academics.faculty.engineering_division1 .plink_ptn6 {
  border-color: #7f8e2b;
  background-color: #7f8e2b; }

body.academics.faculty.engineering_division1 .plink_ptn10 {
  border-color: #7f8e2b; }
  body.academics.faculty.engineering_division1 .plink_ptn10 span:nth-child(2) {
    color: #7f8e2b; }
  body.academics.faculty.engineering_division1 .plink_ptn10 span:nth-child(3)::after {
    border-color: #7f8e2b; }

body.academics.faculty.engineering_division1 .mv2 .plink_ptn1::before {
  border-color: #7f8e2b; }

body.academics.faculty.engineering_division1 .mv3::before, body.academics.faculty.engineering_division1 .mv3::after {
  background: #7f8e2b; }

body.academics.faculty.engineering_division1 .mv3__title span:first-child {
  color: #7f8e2b; }

body.academics.faculty.engineering_division1 .mv3 .plist__link::before {
  color: #7f8e2b; }

body.academics.faculty.engineering_division1 .plist.plist_type_order_circle .plist__item::before,
body.academics.faculty.engineering_division1 .plist.plist_type_circle .plist__item::before {
  background: #7f8e2b; }

body.academics.faculty.engineering_division1 .features__head {
  color: #7f8e2b; }

body.academics.faculty.engineering_division1 .carriculum table thead th,
body.academics.faculty.engineering_division1 .labo_sub table thead th {
  background: #7f8e2b; }

body.academics.faculty.engineering_division1 .carriculum table tbody th,
body.academics.faculty.engineering_division1 .labo_sub table tbody th {
  color: #7f8e2b; }

body.academics.faculty.engineering_division1 .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.faculty.engineering_division1 .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #7f8e2b; }

body.academics.faculty.engineering_division1 .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.engineering_division1 .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.faculty.engineering_division1 .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.engineering_division1 .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(127, 142, 43, 0.2); }

body.academics.faculty.engineering_division1 .carriculum_kamoku_unit .nav-link,
body.academics.faculty.engineering_division1 .labo_sub_kamoku_unit .nav-link {
  color: #7f8e2b;
  border-color: #7f8e2b; }
  body.academics.faculty.engineering_division1 .carriculum_kamoku_unit .nav-link.active,
  body.academics.faculty.engineering_division1 .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #7f8e2b; }

body.academics.faculty.engineering_division1 .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.faculty.engineering_division1 .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #7f8e2b; }

body.academics.faculty.engineering_division1 .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.faculty.engineering_division1 .laboratory .plist__head-link::before, body.academics.faculty.engineering_division1 .laboratory .plist__head-link::after {
  background: #7f8e2b; }

body.academics.faculty.engineering_division1 .laboratory .pbox__title::before {
  color: #7f8e2b; }

body.academics.faculty.engineering_division1 .teacher .plist__link::before {
  color: #7f8e2b; }

body.academics.faculty.engineering_division1 .tus-tab-link__link:hover, body.academics.faculty.engineering_division1 .tus-tab-link__link.active {
  border-color: #7f8e2b; }

body.academics.faculty.engineering_division2 .slick-dots li.slick-active button:before {
  background: #0e975b; }

body.academics.faculty.engineering_division2 .plink.plink_type_inline::after {
  color: #0e975b !important; }

body.academics.faculty.engineering_division2 .ptab.ptab_t3 .nav-link {
  color: #0e975b;
  border-color: #0e975b; }
  body.academics.faculty.engineering_division2 .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #0e975b; }

body.academics.faculty.engineering_division2 .ptitle_tp3 .ptitle__title-en {
  color: #0e975b; }

body.academics.faculty.engineering_division2 .ptitle_tp4 span {
  color: #0e975b; }

body.academics.faculty.engineering_division2 .ptitle_c2 .ptitle__title-jp {
  border-right-color: #0e975b; }

body.academics.faculty.engineering_division2 .ptitle_c2 .ptitle__title-en {
  color: #0e975b; }

body.academics.faculty.engineering_division2 .ptitle_c3 .ptitle__title-en {
  color: #0e975b; }

body.academics.faculty.engineering_division2 .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #0e975b; }

body.academics.faculty.engineering_division2 .plink_ptn4 {
  border-color: #0e975b;
  background-color: #0e975b; }
  body.academics.faculty.engineering_division2 .plink_ptn4:hover {
    color: #0e975b !important;
    background: transparent !important; }
    body.academics.faculty.engineering_division2 .plink_ptn4:hover::before {
      background: #0e975b !important; }
    body.academics.faculty.engineering_division2 .plink_ptn4:hover::after {
      border-color: #0e975b !important; }

body.academics.faculty.engineering_division2 .plink_ptn5 {
  color: #fff;
  background-color: #0e975b;
  border-color: #0e975b; }
  body.academics.faculty.engineering_division2 .plink_ptn5::after {
    border-color: #0e975b; }

body.academics.faculty.engineering_division2 .plink_ptn6 {
  border-color: #0e975b;
  background-color: #0e975b; }

body.academics.faculty.engineering_division2 .plink_ptn10 {
  border-color: #0e975b; }
  body.academics.faculty.engineering_division2 .plink_ptn10 span:nth-child(2) {
    color: #0e975b; }
  body.academics.faculty.engineering_division2 .plink_ptn10 span:nth-child(3)::after {
    border-color: #0e975b; }

body.academics.faculty.engineering_division2 .mv2 .plink_ptn1::before {
  border-color: #0e975b; }

body.academics.faculty.engineering_division2 .mv3::before, body.academics.faculty.engineering_division2 .mv3::after {
  background: #0e975b; }

body.academics.faculty.engineering_division2 .mv3__title span:first-child {
  color: #0e975b; }

body.academics.faculty.engineering_division2 .mv3 .plist__link::before {
  color: #0e975b; }

body.academics.faculty.engineering_division2 .plist.plist_type_order_circle .plist__item::before,
body.academics.faculty.engineering_division2 .plist.plist_type_circle .plist__item::before {
  background: #0e975b; }

body.academics.faculty.engineering_division2 .features__head {
  color: #0e975b; }

body.academics.faculty.engineering_division2 .carriculum table thead th,
body.academics.faculty.engineering_division2 .labo_sub table thead th {
  background: #0e975b; }

body.academics.faculty.engineering_division2 .carriculum table tbody th,
body.academics.faculty.engineering_division2 .labo_sub table tbody th {
  color: #0e975b; }

body.academics.faculty.engineering_division2 .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.faculty.engineering_division2 .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #0e975b; }

body.academics.faculty.engineering_division2 .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.engineering_division2 .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.faculty.engineering_division2 .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.faculty.engineering_division2 .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(14, 151, 91, 0.2); }

body.academics.faculty.engineering_division2 .carriculum_kamoku_unit .nav-link,
body.academics.faculty.engineering_division2 .labo_sub_kamoku_unit .nav-link {
  color: #0e975b;
  border-color: #0e975b; }
  body.academics.faculty.engineering_division2 .carriculum_kamoku_unit .nav-link.active,
  body.academics.faculty.engineering_division2 .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #0e975b; }

body.academics.faculty.engineering_division2 .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.faculty.engineering_division2 .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #0e975b; }

body.academics.faculty.engineering_division2 .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.faculty.engineering_division2 .laboratory .plist__head-link::before, body.academics.faculty.engineering_division2 .laboratory .plist__head-link::after {
  background: #0e975b; }

body.academics.faculty.engineering_division2 .laboratory .pbox__title::before {
  color: #0e975b; }

body.academics.faculty.engineering_division2 .teacher .plist__link::before {
  color: #0e975b; }

body.academics.faculty.engineering_division2 .tus-tab-link__link:hover, body.academics.faculty.engineering_division2 .tus-tab-link__link.active {
  border-color: #0e975b; }

body.academics.graduate_school.science .slick-dots li.slick-active button:before {
  background: #22424e; }

body.academics.graduate_school.science .plink.plink_type_inline::after {
  color: #22424e !important; }

body.academics.graduate_school.science .ptab.ptab_t3 .nav-link {
  color: #22424e;
  border-color: #22424e; }
  body.academics.graduate_school.science .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #22424e; }

body.academics.graduate_school.science .ptitle_tp3 .ptitle__title-en {
  color: #22424e; }

body.academics.graduate_school.science .ptitle_tp4 span {
  color: #22424e; }

body.academics.graduate_school.science .ptitle_c2 .ptitle__title-jp {
  border-right-color: #22424e; }

body.academics.graduate_school.science .ptitle_c2 .ptitle__title-en {
  color: #22424e; }

body.academics.graduate_school.science .ptitle_c3 .ptitle__title-en {
  color: #22424e; }

body.academics.graduate_school.science .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #22424e; }

body.academics.graduate_school.science .plink_ptn4 {
  border-color: #22424e;
  background-color: #22424e; }
  body.academics.graduate_school.science .plink_ptn4:hover {
    color: #22424e !important;
    background: transparent !important; }
    body.academics.graduate_school.science .plink_ptn4:hover::before {
      background: #22424e !important; }
    body.academics.graduate_school.science .plink_ptn4:hover::after {
      border-color: #22424e !important; }

body.academics.graduate_school.science .plink_ptn5 {
  color: #fff;
  background-color: #22424e;
  border-color: #22424e; }
  body.academics.graduate_school.science .plink_ptn5::after {
    border-color: #22424e; }

body.academics.graduate_school.science .plink_ptn6 {
  border-color: #22424e;
  background-color: #22424e; }

body.academics.graduate_school.science .plink_ptn10 {
  border-color: #22424e; }
  body.academics.graduate_school.science .plink_ptn10 span:nth-child(2) {
    color: #22424e; }
  body.academics.graduate_school.science .plink_ptn10 span:nth-child(3)::after {
    border-color: #22424e; }

body.academics.graduate_school.science .mv2 .plink_ptn1::before {
  border-color: #22424e; }

body.academics.graduate_school.science .mv3::before, body.academics.graduate_school.science .mv3::after {
  background: #22424e; }

body.academics.graduate_school.science .mv3__title span:first-child {
  color: #22424e; }

body.academics.graduate_school.science .mv3 .plist__link::before {
  color: #22424e; }

body.academics.graduate_school.science .plist.plist_type_order_circle .plist__item::before,
body.academics.graduate_school.science .plist.plist_type_circle .plist__item::before {
  background: #22424e; }

body.academics.graduate_school.science .features__head {
  color: #22424e; }

body.academics.graduate_school.science .carriculum table thead th,
body.academics.graduate_school.science .labo_sub table thead th {
  background: #22424e; }

body.academics.graduate_school.science .carriculum table tbody th,
body.academics.graduate_school.science .labo_sub table tbody th {
  color: #22424e; }

body.academics.graduate_school.science .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.graduate_school.science .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #22424e; }

body.academics.graduate_school.science .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.science .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.graduate_school.science .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.science .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(34, 66, 78, 0.2); }

body.academics.graduate_school.science .carriculum_kamoku_unit .nav-link,
body.academics.graduate_school.science .labo_sub_kamoku_unit .nav-link {
  color: #22424e;
  border-color: #22424e; }
  body.academics.graduate_school.science .carriculum_kamoku_unit .nav-link.active,
  body.academics.graduate_school.science .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #22424e; }

body.academics.graduate_school.science .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.graduate_school.science .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #22424e; }

body.academics.graduate_school.science .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.graduate_school.science .laboratory .plist__head-link::before, body.academics.graduate_school.science .laboratory .plist__head-link::after {
  background: #22424e; }

body.academics.graduate_school.science .laboratory .pbox__title::before {
  color: #22424e; }

body.academics.graduate_school.science .teacher .plist__link::before {
  color: #22424e; }

body.academics.graduate_school.science .tus-tab-link__link:hover, body.academics.graduate_school.science .tus-tab-link__link.active {
  border-color: #22424e; }

body.academics.graduate_school.engineering .slick-dots li.slick-active button:before {
  background: #586320; }

body.academics.graduate_school.engineering .plink.plink_type_inline::after {
  color: #586320 !important; }

body.academics.graduate_school.engineering .ptab.ptab_t3 .nav-link {
  color: #586320;
  border-color: #586320; }
  body.academics.graduate_school.engineering .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #586320; }

body.academics.graduate_school.engineering .ptitle_tp3 .ptitle__title-en {
  color: #586320; }

body.academics.graduate_school.engineering .ptitle_tp4 span {
  color: #586320; }

body.academics.graduate_school.engineering .ptitle_c2 .ptitle__title-jp {
  border-right-color: #586320; }

body.academics.graduate_school.engineering .ptitle_c2 .ptitle__title-en {
  color: #586320; }

body.academics.graduate_school.engineering .ptitle_c3 .ptitle__title-en {
  color: #586320; }

body.academics.graduate_school.engineering .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #586320; }

body.academics.graduate_school.engineering .plink_ptn4 {
  border-color: #586320;
  background-color: #586320; }
  body.academics.graduate_school.engineering .plink_ptn4:hover {
    color: #586320 !important;
    background: transparent !important; }
    body.academics.graduate_school.engineering .plink_ptn4:hover::before {
      background: #586320 !important; }
    body.academics.graduate_school.engineering .plink_ptn4:hover::after {
      border-color: #586320 !important; }

body.academics.graduate_school.engineering .plink_ptn5 {
  color: #fff;
  background-color: #586320;
  border-color: #586320; }
  body.academics.graduate_school.engineering .plink_ptn5::after {
    border-color: #586320; }

body.academics.graduate_school.engineering .plink_ptn6 {
  border-color: #586320;
  background-color: #586320; }

body.academics.graduate_school.engineering .plink_ptn10 {
  border-color: #586320; }
  body.academics.graduate_school.engineering .plink_ptn10 span:nth-child(2) {
    color: #586320; }
  body.academics.graduate_school.engineering .plink_ptn10 span:nth-child(3)::after {
    border-color: #586320; }

body.academics.graduate_school.engineering .mv2 .plink_ptn1::before {
  border-color: #586320; }

body.academics.graduate_school.engineering .mv3::before, body.academics.graduate_school.engineering .mv3::after {
  background: #586320; }

body.academics.graduate_school.engineering .mv3__title span:first-child {
  color: #586320; }

body.academics.graduate_school.engineering .mv3 .plist__link::before {
  color: #586320; }

body.academics.graduate_school.engineering .plist.plist_type_order_circle .plist__item::before,
body.academics.graduate_school.engineering .plist.plist_type_circle .plist__item::before {
  background: #586320; }

body.academics.graduate_school.engineering .features__head {
  color: #586320; }

body.academics.graduate_school.engineering .carriculum table thead th,
body.academics.graduate_school.engineering .labo_sub table thead th {
  background: #586320; }

body.academics.graduate_school.engineering .carriculum table tbody th,
body.academics.graduate_school.engineering .labo_sub table tbody th {
  color: #586320; }

body.academics.graduate_school.engineering .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.graduate_school.engineering .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #586320; }

body.academics.graduate_school.engineering .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.engineering .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.graduate_school.engineering .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.engineering .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(88, 99, 32, 0.2); }

body.academics.graduate_school.engineering .carriculum_kamoku_unit .nav-link,
body.academics.graduate_school.engineering .labo_sub_kamoku_unit .nav-link {
  color: #586320;
  border-color: #586320; }
  body.academics.graduate_school.engineering .carriculum_kamoku_unit .nav-link.active,
  body.academics.graduate_school.engineering .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #586320; }

body.academics.graduate_school.engineering .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.graduate_school.engineering .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #586320; }

body.academics.graduate_school.engineering .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.graduate_school.engineering .laboratory .plist__head-link::before, body.academics.graduate_school.engineering .laboratory .plist__head-link::after {
  background: #586320; }

body.academics.graduate_school.engineering .laboratory .pbox__title::before {
  color: #586320; }

body.academics.graduate_school.engineering .teacher .plist__link::before {
  color: #586320; }

body.academics.graduate_school.engineering .tus-tab-link__link:hover, body.academics.graduate_school.engineering .tus-tab-link__link.active {
  border-color: #586320; }

body.academics.graduate_school.pharmaceutical_sciences .slick-dots li.slick-active button:before {
  background: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .plink.plink_type_inline::after {
  color: #824043 !important; }

body.academics.graduate_school.pharmaceutical_sciences .ptab.ptab_t3 .nav-link {
  color: #824043;
  border-color: #824043; }
  body.academics.graduate_school.pharmaceutical_sciences .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .ptitle_tp3 .ptitle__title-en {
  color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .ptitle_tp4 span {
  color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .ptitle_c2 .ptitle__title-jp {
  border-right-color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .ptitle_c2 .ptitle__title-en {
  color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .ptitle_c3 .ptitle__title-en {
  color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .plink_ptn4 {
  border-color: #824043;
  background-color: #824043; }
  body.academics.graduate_school.pharmaceutical_sciences .plink_ptn4:hover {
    color: #824043 !important;
    background: transparent !important; }
    body.academics.graduate_school.pharmaceutical_sciences .plink_ptn4:hover::before {
      background: #824043 !important; }
    body.academics.graduate_school.pharmaceutical_sciences .plink_ptn4:hover::after {
      border-color: #824043 !important; }

body.academics.graduate_school.pharmaceutical_sciences .plink_ptn5 {
  color: #fff;
  background-color: #824043;
  border-color: #824043; }
  body.academics.graduate_school.pharmaceutical_sciences .plink_ptn5::after {
    border-color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .plink_ptn6 {
  border-color: #824043;
  background-color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .plink_ptn10 {
  border-color: #824043; }
  body.academics.graduate_school.pharmaceutical_sciences .plink_ptn10 span:nth-child(2) {
    color: #824043; }
  body.academics.graduate_school.pharmaceutical_sciences .plink_ptn10 span:nth-child(3)::after {
    border-color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .mv2 .plink_ptn1::before {
  border-color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .mv3::before, body.academics.graduate_school.pharmaceutical_sciences .mv3::after {
  background: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .mv3__title span:first-child {
  color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .mv3 .plist__link::before {
  color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .plist.plist_type_order_circle .plist__item::before,
body.academics.graduate_school.pharmaceutical_sciences .plist.plist_type_circle .plist__item::before {
  background: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .features__head {
  color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .carriculum table thead th,
body.academics.graduate_school.pharmaceutical_sciences .labo_sub table thead th {
  background: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .carriculum table tbody th,
body.academics.graduate_school.pharmaceutical_sciences .labo_sub table tbody th {
  color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.graduate_school.pharmaceutical_sciences .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.pharmaceutical_sciences .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.graduate_school.pharmaceutical_sciences .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.pharmaceutical_sciences .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(130, 64, 67, 0.2); }

body.academics.graduate_school.pharmaceutical_sciences .carriculum_kamoku_unit .nav-link,
body.academics.graduate_school.pharmaceutical_sciences .labo_sub_kamoku_unit .nav-link {
  color: #824043;
  border-color: #824043; }
  body.academics.graduate_school.pharmaceutical_sciences .carriculum_kamoku_unit .nav-link.active,
  body.academics.graduate_school.pharmaceutical_sciences .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.graduate_school.pharmaceutical_sciences .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.graduate_school.pharmaceutical_sciences .laboratory .plist__head-link::before, body.academics.graduate_school.pharmaceutical_sciences .laboratory .plist__head-link::after {
  background: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .laboratory .pbox__title::before {
  color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .teacher .plist__link::before {
  color: #824043; }

body.academics.graduate_school.pharmaceutical_sciences .tus-tab-link__link:hover, body.academics.graduate_school.pharmaceutical_sciences .tus-tab-link__link.active {
  border-color: #824043; }

body.academics.graduate_school.sciencetechnology .slick-dots li.slick-active button:before {
  background: #826143; }

body.academics.graduate_school.sciencetechnology .plink.plink_type_inline::after {
  color: #826143 !important; }

body.academics.graduate_school.sciencetechnology .ptab.ptab_t3 .nav-link {
  color: #826143;
  border-color: #826143; }
  body.academics.graduate_school.sciencetechnology .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #826143; }

body.academics.graduate_school.sciencetechnology .ptitle_tp3 .ptitle__title-en {
  color: #826143; }

body.academics.graduate_school.sciencetechnology .ptitle_tp4 span {
  color: #826143; }

body.academics.graduate_school.sciencetechnology .ptitle_c2 .ptitle__title-jp {
  border-right-color: #826143; }

body.academics.graduate_school.sciencetechnology .ptitle_c2 .ptitle__title-en {
  color: #826143; }

body.academics.graduate_school.sciencetechnology .ptitle_c3 .ptitle__title-en {
  color: #826143; }

body.academics.graduate_school.sciencetechnology .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #826143; }

body.academics.graduate_school.sciencetechnology .plink_ptn4 {
  border-color: #826143;
  background-color: #826143; }
  body.academics.graduate_school.sciencetechnology .plink_ptn4:hover {
    color: #826143 !important;
    background: transparent !important; }
    body.academics.graduate_school.sciencetechnology .plink_ptn4:hover::before {
      background: #826143 !important; }
    body.academics.graduate_school.sciencetechnology .plink_ptn4:hover::after {
      border-color: #826143 !important; }

body.academics.graduate_school.sciencetechnology .plink_ptn5 {
  color: #fff;
  background-color: #826143;
  border-color: #826143; }
  body.academics.graduate_school.sciencetechnology .plink_ptn5::after {
    border-color: #826143; }

body.academics.graduate_school.sciencetechnology .plink_ptn6 {
  border-color: #826143;
  background-color: #826143; }

body.academics.graduate_school.sciencetechnology .plink_ptn10 {
  border-color: #826143; }
  body.academics.graduate_school.sciencetechnology .plink_ptn10 span:nth-child(2) {
    color: #826143; }
  body.academics.graduate_school.sciencetechnology .plink_ptn10 span:nth-child(3)::after {
    border-color: #826143; }

body.academics.graduate_school.sciencetechnology .mv2 .plink_ptn1::before {
  border-color: #826143; }

body.academics.graduate_school.sciencetechnology .mv3::before, body.academics.graduate_school.sciencetechnology .mv3::after {
  background: #826143; }

body.academics.graduate_school.sciencetechnology .mv3__title span:first-child {
  color: #826143; }

body.academics.graduate_school.sciencetechnology .mv3 .plist__link::before {
  color: #826143; }

body.academics.graduate_school.sciencetechnology .plist.plist_type_order_circle .plist__item::before,
body.academics.graduate_school.sciencetechnology .plist.plist_type_circle .plist__item::before {
  background: #826143; }

body.academics.graduate_school.sciencetechnology .features__head {
  color: #826143; }

body.academics.graduate_school.sciencetechnology .carriculum table thead th,
body.academics.graduate_school.sciencetechnology .labo_sub table thead th {
  background: #826143; }

body.academics.graduate_school.sciencetechnology .carriculum table tbody th,
body.academics.graduate_school.sciencetechnology .labo_sub table tbody th {
  color: #826143; }

body.academics.graduate_school.sciencetechnology .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.graduate_school.sciencetechnology .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #826143; }

body.academics.graduate_school.sciencetechnology .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.sciencetechnology .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.graduate_school.sciencetechnology .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.sciencetechnology .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(130, 97, 67, 0.2); }

body.academics.graduate_school.sciencetechnology .carriculum_kamoku_unit .nav-link,
body.academics.graduate_school.sciencetechnology .labo_sub_kamoku_unit .nav-link {
  color: #826143;
  border-color: #826143; }
  body.academics.graduate_school.sciencetechnology .carriculum_kamoku_unit .nav-link.active,
  body.academics.graduate_school.sciencetechnology .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #826143; }

body.academics.graduate_school.sciencetechnology .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.graduate_school.sciencetechnology .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #826143; }

body.academics.graduate_school.sciencetechnology .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.graduate_school.sciencetechnology .laboratory .plist__head-link::before, body.academics.graduate_school.sciencetechnology .laboratory .plist__head-link::after {
  background: #826143; }

body.academics.graduate_school.sciencetechnology .laboratory .pbox__title::before {
  color: #826143; }

body.academics.graduate_school.sciencetechnology .teacher .plist__link::before {
  color: #826143; }

body.academics.graduate_school.sciencetechnology .tus-tab-link__link:hover, body.academics.graduate_school.sciencetechnology .tus-tab-link__link.active {
  border-color: #826143; }

body.academics.graduate_school.industrialscience_technology .slick-dots li.slick-active button:before {
  background: #26408d; }

body.academics.graduate_school.industrialscience_technology .plink.plink_type_inline::after {
  color: #26408d !important; }

body.academics.graduate_school.industrialscience_technology .ptab.ptab_t3 .nav-link {
  color: #26408d;
  border-color: #26408d; }
  body.academics.graduate_school.industrialscience_technology .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #26408d; }

body.academics.graduate_school.industrialscience_technology .ptitle_tp3 .ptitle__title-en {
  color: #26408d; }

body.academics.graduate_school.industrialscience_technology .ptitle_tp4 span {
  color: #26408d; }

body.academics.graduate_school.industrialscience_technology .ptitle_c2 .ptitle__title-jp {
  border-right-color: #26408d; }

body.academics.graduate_school.industrialscience_technology .ptitle_c2 .ptitle__title-en {
  color: #26408d; }

body.academics.graduate_school.industrialscience_technology .ptitle_c3 .ptitle__title-en {
  color: #26408d; }

body.academics.graduate_school.industrialscience_technology .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #26408d; }

body.academics.graduate_school.industrialscience_technology .plink_ptn4 {
  border-color: #26408d;
  background-color: #26408d; }
  body.academics.graduate_school.industrialscience_technology .plink_ptn4:hover {
    color: #26408d !important;
    background: transparent !important; }
    body.academics.graduate_school.industrialscience_technology .plink_ptn4:hover::before {
      background: #26408d !important; }
    body.academics.graduate_school.industrialscience_technology .plink_ptn4:hover::after {
      border-color: #26408d !important; }

body.academics.graduate_school.industrialscience_technology .plink_ptn5 {
  color: #fff;
  background-color: #26408d;
  border-color: #26408d; }
  body.academics.graduate_school.industrialscience_technology .plink_ptn5::after {
    border-color: #26408d; }

body.academics.graduate_school.industrialscience_technology .plink_ptn6 {
  border-color: #26408d;
  background-color: #26408d; }

body.academics.graduate_school.industrialscience_technology .plink_ptn10 {
  border-color: #26408d; }
  body.academics.graduate_school.industrialscience_technology .plink_ptn10 span:nth-child(2) {
    color: #26408d; }
  body.academics.graduate_school.industrialscience_technology .plink_ptn10 span:nth-child(3)::after {
    border-color: #26408d; }

body.academics.graduate_school.industrialscience_technology .mv2 .plink_ptn1::before {
  border-color: #26408d; }

body.academics.graduate_school.industrialscience_technology .mv3::before, body.academics.graduate_school.industrialscience_technology .mv3::after {
  background: #26408d; }

body.academics.graduate_school.industrialscience_technology .mv3__title span:first-child {
  color: #26408d; }

body.academics.graduate_school.industrialscience_technology .mv3 .plist__link::before {
  color: #26408d; }

body.academics.graduate_school.industrialscience_technology .plist.plist_type_order_circle .plist__item::before,
body.academics.graduate_school.industrialscience_technology .plist.plist_type_circle .plist__item::before {
  background: #26408d; }

body.academics.graduate_school.industrialscience_technology .features__head {
  color: #26408d; }

body.academics.graduate_school.industrialscience_technology .carriculum table thead th,
body.academics.graduate_school.industrialscience_technology .labo_sub table thead th {
  background: #26408d; }

body.academics.graduate_school.industrialscience_technology .carriculum table tbody th,
body.academics.graduate_school.industrialscience_technology .labo_sub table tbody th {
  color: #26408d; }

body.academics.graduate_school.industrialscience_technology .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.graduate_school.industrialscience_technology .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #26408d; }

body.academics.graduate_school.industrialscience_technology .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.industrialscience_technology .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.graduate_school.industrialscience_technology .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.industrialscience_technology .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(38, 64, 141, 0.2); }

body.academics.graduate_school.industrialscience_technology .carriculum_kamoku_unit .nav-link,
body.academics.graduate_school.industrialscience_technology .labo_sub_kamoku_unit .nav-link {
  color: #26408d;
  border-color: #26408d; }
  body.academics.graduate_school.industrialscience_technology .carriculum_kamoku_unit .nav-link.active,
  body.academics.graduate_school.industrialscience_technology .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #26408d; }

body.academics.graduate_school.industrialscience_technology .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.graduate_school.industrialscience_technology .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #26408d; }

body.academics.graduate_school.industrialscience_technology .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.graduate_school.industrialscience_technology .laboratory .plist__head-link::before, body.academics.graduate_school.industrialscience_technology .laboratory .plist__head-link::after {
  background: #26408d; }

body.academics.graduate_school.industrialscience_technology .laboratory .pbox__title::before {
  color: #26408d; }

body.academics.graduate_school.industrialscience_technology .teacher .plist__link::before {
  color: #26408d; }

body.academics.graduate_school.industrialscience_technology .tus-tab-link__link:hover, body.academics.graduate_school.industrialscience_technology .tus-tab-link__link.active {
  border-color: #26408d; }

body.academics.graduate_school.management .slick-dots li.slick-active button:before {
  background: #a15984; }

body.academics.graduate_school.management .plink.plink_type_inline::after {
  color: #a15984 !important; }

body.academics.graduate_school.management .ptab.ptab_t3 .nav-link {
  color: #a15984;
  border-color: #a15984; }
  body.academics.graduate_school.management .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #a15984; }

body.academics.graduate_school.management .ptitle_tp3 .ptitle__title-en {
  color: #a15984; }

body.academics.graduate_school.management .ptitle_tp4 span {
  color: #a15984; }

body.academics.graduate_school.management .ptitle_c2 .ptitle__title-jp {
  border-right-color: #a15984; }

body.academics.graduate_school.management .ptitle_c2 .ptitle__title-en {
  color: #a15984; }

body.academics.graduate_school.management .ptitle_c3 .ptitle__title-en {
  color: #a15984; }

body.academics.graduate_school.management .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #a15984; }

body.academics.graduate_school.management .plink_ptn4 {
  border-color: #a15984;
  background-color: #a15984; }
  body.academics.graduate_school.management .plink_ptn4:hover {
    color: #a15984 !important;
    background: transparent !important; }
    body.academics.graduate_school.management .plink_ptn4:hover::before {
      background: #a15984 !important; }
    body.academics.graduate_school.management .plink_ptn4:hover::after {
      border-color: #a15984 !important; }

body.academics.graduate_school.management .plink_ptn5 {
  color: #fff;
  background-color: #a15984;
  border-color: #a15984; }
  body.academics.graduate_school.management .plink_ptn5::after {
    border-color: #a15984; }

body.academics.graduate_school.management .plink_ptn6 {
  border-color: #a15984;
  background-color: #a15984; }

body.academics.graduate_school.management .plink_ptn10 {
  border-color: #a15984; }
  body.academics.graduate_school.management .plink_ptn10 span:nth-child(2) {
    color: #a15984; }
  body.academics.graduate_school.management .plink_ptn10 span:nth-child(3)::after {
    border-color: #a15984; }

body.academics.graduate_school.management .mv2 .plink_ptn1::before {
  border-color: #a15984; }

body.academics.graduate_school.management .mv3::before, body.academics.graduate_school.management .mv3::after {
  background: #a15984; }

body.academics.graduate_school.management .mv3__title span:first-child {
  color: #a15984; }

body.academics.graduate_school.management .mv3 .plist__link::before {
  color: #a15984; }

body.academics.graduate_school.management .plist.plist_type_order_circle .plist__item::before,
body.academics.graduate_school.management .plist.plist_type_circle .plist__item::before {
  background: #a15984; }

body.academics.graduate_school.management .features__head {
  color: #a15984; }

body.academics.graduate_school.management .carriculum table thead th,
body.academics.graduate_school.management .labo_sub table thead th {
  background: #a15984; }

body.academics.graduate_school.management .carriculum table tbody th,
body.academics.graduate_school.management .labo_sub table tbody th {
  color: #a15984; }

body.academics.graduate_school.management .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.graduate_school.management .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #a15984; }

body.academics.graduate_school.management .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.management .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.graduate_school.management .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.management .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(161, 89, 132, 0.2); }

body.academics.graduate_school.management .carriculum_kamoku_unit .nav-link,
body.academics.graduate_school.management .labo_sub_kamoku_unit .nav-link {
  color: #a15984;
  border-color: #a15984; }
  body.academics.graduate_school.management .carriculum_kamoku_unit .nav-link.active,
  body.academics.graduate_school.management .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #a15984; }

body.academics.graduate_school.management .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.graduate_school.management .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #a15984; }

body.academics.graduate_school.management .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.graduate_school.management .laboratory .plist__head-link::before, body.academics.graduate_school.management .laboratory .plist__head-link::after {
  background: #a15984; }

body.academics.graduate_school.management .laboratory .pbox__title::before {
  color: #a15984; }

body.academics.graduate_school.management .teacher .plist__link::before {
  color: #a15984; }

body.academics.graduate_school.management .tus-tab-link__link:hover, body.academics.graduate_school.management .tus-tab-link__link.active {
  border-color: #a15984; }

body.academics.graduate_school.biologicalsciences .slick-dots li.slick-active button:before {
  background: #706d1e; }

body.academics.graduate_school.biologicalsciences .plink.plink_type_inline::after {
  color: #706d1e !important; }

body.academics.graduate_school.biologicalsciences .ptab.ptab_t3 .nav-link {
  color: #706d1e;
  border-color: #706d1e; }
  body.academics.graduate_school.biologicalsciences .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #706d1e; }

body.academics.graduate_school.biologicalsciences .ptitle_tp3 .ptitle__title-en {
  color: #706d1e; }

body.academics.graduate_school.biologicalsciences .ptitle_tp4 span {
  color: #706d1e; }

body.academics.graduate_school.biologicalsciences .ptitle_c2 .ptitle__title-jp {
  border-right-color: #706d1e; }

body.academics.graduate_school.biologicalsciences .ptitle_c2 .ptitle__title-en {
  color: #706d1e; }

body.academics.graduate_school.biologicalsciences .ptitle_c3 .ptitle__title-en {
  color: #706d1e; }

body.academics.graduate_school.biologicalsciences .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #706d1e; }

body.academics.graduate_school.biologicalsciences .plink_ptn4 {
  border-color: #706d1e;
  background-color: #706d1e; }
  body.academics.graduate_school.biologicalsciences .plink_ptn4:hover {
    color: #706d1e !important;
    background: transparent !important; }
    body.academics.graduate_school.biologicalsciences .plink_ptn4:hover::before {
      background: #706d1e !important; }
    body.academics.graduate_school.biologicalsciences .plink_ptn4:hover::after {
      border-color: #706d1e !important; }

body.academics.graduate_school.biologicalsciences .plink_ptn5 {
  color: #fff;
  background-color: #706d1e;
  border-color: #706d1e; }
  body.academics.graduate_school.biologicalsciences .plink_ptn5::after {
    border-color: #706d1e; }

body.academics.graduate_school.biologicalsciences .plink_ptn6 {
  border-color: #706d1e;
  background-color: #706d1e; }

body.academics.graduate_school.biologicalsciences .plink_ptn10 {
  border-color: #706d1e; }
  body.academics.graduate_school.biologicalsciences .plink_ptn10 span:nth-child(2) {
    color: #706d1e; }
  body.academics.graduate_school.biologicalsciences .plink_ptn10 span:nth-child(3)::after {
    border-color: #706d1e; }

body.academics.graduate_school.biologicalsciences .mv2 .plink_ptn1::before {
  border-color: #706d1e; }

body.academics.graduate_school.biologicalsciences .mv3::before, body.academics.graduate_school.biologicalsciences .mv3::after {
  background: #706d1e; }

body.academics.graduate_school.biologicalsciences .mv3__title span:first-child {
  color: #706d1e; }

body.academics.graduate_school.biologicalsciences .mv3 .plist__link::before {
  color: #706d1e; }

body.academics.graduate_school.biologicalsciences .plist.plist_type_order_circle .plist__item::before,
body.academics.graduate_school.biologicalsciences .plist.plist_type_circle .plist__item::before {
  background: #706d1e; }

body.academics.graduate_school.biologicalsciences .features__head {
  color: #706d1e; }

body.academics.graduate_school.biologicalsciences .carriculum table thead th,
body.academics.graduate_school.biologicalsciences .labo_sub table thead th {
  background: #706d1e; }

body.academics.graduate_school.biologicalsciences .carriculum table tbody th,
body.academics.graduate_school.biologicalsciences .labo_sub table tbody th {
  color: #706d1e; }

body.academics.graduate_school.biologicalsciences .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.graduate_school.biologicalsciences .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #706d1e; }

body.academics.graduate_school.biologicalsciences .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.biologicalsciences .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.graduate_school.biologicalsciences .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.biologicalsciences .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(112, 109, 30, 0.2); }

body.academics.graduate_school.biologicalsciences .carriculum_kamoku_unit .nav-link,
body.academics.graduate_school.biologicalsciences .labo_sub_kamoku_unit .nav-link {
  color: #706d1e;
  border-color: #706d1e; }
  body.academics.graduate_school.biologicalsciences .carriculum_kamoku_unit .nav-link.active,
  body.academics.graduate_school.biologicalsciences .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #706d1e; }

body.academics.graduate_school.biologicalsciences .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.graduate_school.biologicalsciences .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #706d1e; }

body.academics.graduate_school.biologicalsciences .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.graduate_school.biologicalsciences .laboratory .plist__head-link::before, body.academics.graduate_school.biologicalsciences .laboratory .plist__head-link::after {
  background: #706d1e; }

body.academics.graduate_school.biologicalsciences .laboratory .pbox__title::before {
  color: #706d1e; }

body.academics.graduate_school.biologicalsciences .teacher .plist__link::before {
  color: #706d1e; }

body.academics.graduate_school.biologicalsciences .tus-tab-link__link:hover, body.academics.graduate_school.biologicalsciences .tus-tab-link__link.active {
  border-color: #706d1e; }

body.academics.graduate_school.professional_graduateschool .slick-dots li.slick-active button:before {
  background: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .plink.plink_type_inline::after {
  color: #8d1d28 !important; }

body.academics.graduate_school.professional_graduateschool .ptab.ptab_t3 .nav-link {
  color: #8d1d28;
  border-color: #8d1d28; }
  body.academics.graduate_school.professional_graduateschool .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .ptitle_tp3 .ptitle__title-en {
  color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .ptitle_tp4 span {
  color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .ptitle_c2 .ptitle__title-jp {
  border-right-color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .ptitle_c2 .ptitle__title-en {
  color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .ptitle_c3 .ptitle__title-en {
  color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .plink_ptn4 {
  border-color: #8d1d28;
  background-color: #8d1d28; }
  body.academics.graduate_school.professional_graduateschool .plink_ptn4:hover {
    color: #8d1d28 !important;
    background: transparent !important; }
    body.academics.graduate_school.professional_graduateschool .plink_ptn4:hover::before {
      background: #8d1d28 !important; }
    body.academics.graduate_school.professional_graduateschool .plink_ptn4:hover::after {
      border-color: #8d1d28 !important; }

body.academics.graduate_school.professional_graduateschool .plink_ptn5 {
  color: #fff;
  background-color: #8d1d28;
  border-color: #8d1d28; }
  body.academics.graduate_school.professional_graduateschool .plink_ptn5::after {
    border-color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .plink_ptn6 {
  border-color: #8d1d28;
  background-color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .plink_ptn10 {
  border-color: #8d1d28; }
  body.academics.graduate_school.professional_graduateschool .plink_ptn10 span:nth-child(2) {
    color: #8d1d28; }
  body.academics.graduate_school.professional_graduateschool .plink_ptn10 span:nth-child(3)::after {
    border-color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .mv2 .plink_ptn1::before {
  border-color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .mv3::before, body.academics.graduate_school.professional_graduateschool .mv3::after {
  background: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .mv3__title span:first-child {
  color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .mv3 .plist__link::before {
  color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .plist.plist_type_order_circle .plist__item::before,
body.academics.graduate_school.professional_graduateschool .plist.plist_type_circle .plist__item::before {
  background: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .features__head {
  color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .carriculum table thead th,
body.academics.graduate_school.professional_graduateschool .labo_sub table thead th {
  background: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .carriculum table tbody th,
body.academics.graduate_school.professional_graduateschool .labo_sub table tbody th {
  color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.graduate_school.professional_graduateschool .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.professional_graduateschool .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.graduate_school.professional_graduateschool .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.professional_graduateschool .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(141, 29, 40, 0.2); }

body.academics.graduate_school.professional_graduateschool .carriculum_kamoku_unit .nav-link,
body.academics.graduate_school.professional_graduateschool .labo_sub_kamoku_unit .nav-link {
  color: #8d1d28;
  border-color: #8d1d28; }
  body.academics.graduate_school.professional_graduateschool .carriculum_kamoku_unit .nav-link.active,
  body.academics.graduate_school.professional_graduateschool .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.graduate_school.professional_graduateschool .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.graduate_school.professional_graduateschool .laboratory .plist__head-link::before, body.academics.graduate_school.professional_graduateschool .laboratory .plist__head-link::after {
  background: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .laboratory .pbox__title::before {
  color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .teacher .plist__link::before {
  color: #8d1d28; }

body.academics.graduate_school.professional_graduateschool .tus-tab-link__link:hover, body.academics.graduate_school.professional_graduateschool .tus-tab-link__link.active {
  border-color: #8d1d28; }

body.academics.graduate_school.globalfirescience_technology .slick-dots li.slick-active button:before {
  background: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .plink.plink_type_inline::after {
  color: #a50e10 !important; }

body.academics.graduate_school.globalfirescience_technology .ptab.ptab_t3 .nav-link {
  color: #a50e10;
  border-color: #a50e10; }
  body.academics.graduate_school.globalfirescience_technology .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .ptitle_tp3 .ptitle__title-en {
  color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .ptitle_tp4 span {
  color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .ptitle_c2 .ptitle__title-jp {
  border-right-color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .ptitle_c2 .ptitle__title-en {
  color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .ptitle_c3 .ptitle__title-en {
  color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .plink_ptn4 {
  border-color: #a50e10;
  background-color: #a50e10; }
  body.academics.graduate_school.globalfirescience_technology .plink_ptn4:hover {
    color: #a50e10 !important;
    background: transparent !important; }
    body.academics.graduate_school.globalfirescience_technology .plink_ptn4:hover::before {
      background: #a50e10 !important; }
    body.academics.graduate_school.globalfirescience_technology .plink_ptn4:hover::after {
      border-color: #a50e10 !important; }

body.academics.graduate_school.globalfirescience_technology .plink_ptn5 {
  color: #fff;
  background-color: #a50e10;
  border-color: #a50e10; }
  body.academics.graduate_school.globalfirescience_technology .plink_ptn5::after {
    border-color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .plink_ptn6 {
  border-color: #a50e10;
  background-color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .plink_ptn10 {
  border-color: #a50e10; }
  body.academics.graduate_school.globalfirescience_technology .plink_ptn10 span:nth-child(2) {
    color: #a50e10; }
  body.academics.graduate_school.globalfirescience_technology .plink_ptn10 span:nth-child(3)::after {
    border-color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .mv2 .plink_ptn1::before {
  border-color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .mv3::before, body.academics.graduate_school.globalfirescience_technology .mv3::after {
  background: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .mv3__title span:first-child {
  color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .mv3 .plist__link::before {
  color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .plist.plist_type_order_circle .plist__item::before,
body.academics.graduate_school.globalfirescience_technology .plist.plist_type_circle .plist__item::before {
  background: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .features__head {
  color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .carriculum table thead th,
body.academics.graduate_school.globalfirescience_technology .labo_sub table thead th {
  background: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .carriculum table tbody th,
body.academics.graduate_school.globalfirescience_technology .labo_sub table tbody th {
  color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.graduate_school.globalfirescience_technology .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.globalfirescience_technology .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.graduate_school.globalfirescience_technology .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.globalfirescience_technology .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(165, 14, 16, 0.2); }

body.academics.graduate_school.globalfirescience_technology .carriculum_kamoku_unit .nav-link,
body.academics.graduate_school.globalfirescience_technology .labo_sub_kamoku_unit .nav-link {
  color: #a50e10;
  border-color: #a50e10; }
  body.academics.graduate_school.globalfirescience_technology .carriculum_kamoku_unit .nav-link.active,
  body.academics.graduate_school.globalfirescience_technology .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.graduate_school.globalfirescience_technology .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.graduate_school.globalfirescience_technology .laboratory .plist__head-link::before, body.academics.graduate_school.globalfirescience_technology .laboratory .plist__head-link::after {
  background: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .laboratory .pbox__title::before {
  color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .teacher .plist__link::before {
  color: #a50e10; }

body.academics.graduate_school.globalfirescience_technology .tus-tab-link__link:hover, body.academics.graduate_school.globalfirescience_technology .tus-tab-link__link.active {
  border-color: #a50e10; }

body.academics.graduate_school.mathematics_scienceeducation .slick-dots li.slick-active button:before {
  background: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .plink.plink_type_inline::after {
  color: #948629 !important; }

body.academics.graduate_school.mathematics_scienceeducation .ptab.ptab_t3 .nav-link {
  color: #948629;
  border-color: #948629; }
  body.academics.graduate_school.mathematics_scienceeducation .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .ptitle_tp3 .ptitle__title-en {
  color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .ptitle_tp4 span {
  color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .ptitle_c2 .ptitle__title-jp {
  border-right-color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .ptitle_c2 .ptitle__title-en {
  color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .ptitle_c3 .ptitle__title-en {
  color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .plink_ptn4 {
  border-color: #948629;
  background-color: #948629; }
  body.academics.graduate_school.mathematics_scienceeducation .plink_ptn4:hover {
    color: #948629 !important;
    background: transparent !important; }
    body.academics.graduate_school.mathematics_scienceeducation .plink_ptn4:hover::before {
      background: #948629 !important; }
    body.academics.graduate_school.mathematics_scienceeducation .plink_ptn4:hover::after {
      border-color: #948629 !important; }

body.academics.graduate_school.mathematics_scienceeducation .plink_ptn5 {
  color: #fff;
  background-color: #948629;
  border-color: #948629; }
  body.academics.graduate_school.mathematics_scienceeducation .plink_ptn5::after {
    border-color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .plink_ptn6 {
  border-color: #948629;
  background-color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .plink_ptn10 {
  border-color: #948629; }
  body.academics.graduate_school.mathematics_scienceeducation .plink_ptn10 span:nth-child(2) {
    color: #948629; }
  body.academics.graduate_school.mathematics_scienceeducation .plink_ptn10 span:nth-child(3)::after {
    border-color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .mv2 .plink_ptn1::before {
  border-color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .mv3::before, body.academics.graduate_school.mathematics_scienceeducation .mv3::after {
  background: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .mv3__title span:first-child {
  color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .mv3 .plist__link::before {
  color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .plist.plist_type_order_circle .plist__item::before,
body.academics.graduate_school.mathematics_scienceeducation .plist.plist_type_circle .plist__item::before {
  background: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .features__head {
  color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .carriculum table thead th,
body.academics.graduate_school.mathematics_scienceeducation .labo_sub table thead th {
  background: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .carriculum table tbody th,
body.academics.graduate_school.mathematics_scienceeducation .labo_sub table tbody th {
  color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.graduate_school.mathematics_scienceeducation .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.mathematics_scienceeducation .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.graduate_school.mathematics_scienceeducation .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.mathematics_scienceeducation .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(148, 134, 41, 0.2); }

body.academics.graduate_school.mathematics_scienceeducation .carriculum_kamoku_unit .nav-link,
body.academics.graduate_school.mathematics_scienceeducation .labo_sub_kamoku_unit .nav-link {
  color: #948629;
  border-color: #948629; }
  body.academics.graduate_school.mathematics_scienceeducation .carriculum_kamoku_unit .nav-link.active,
  body.academics.graduate_school.mathematics_scienceeducation .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.graduate_school.mathematics_scienceeducation .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.graduate_school.mathematics_scienceeducation .laboratory .plist__head-link::before, body.academics.graduate_school.mathematics_scienceeducation .laboratory .plist__head-link::after {
  background: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .laboratory .pbox__title::before {
  color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .teacher .plist__link::before {
  color: #948629; }

body.academics.graduate_school.mathematics_scienceeducation .tus-tab-link__link:hover, body.academics.graduate_school.mathematics_scienceeducation .tus-tab-link__link.active {
  border-color: #948629; }

body.academics.graduate_school.innovationstudies .slick-dots li.slick-active button:before {
  background: #353754; }

body.academics.graduate_school.innovationstudies .plink.plink_type_inline::after {
  color: #353754 !important; }

body.academics.graduate_school.innovationstudies .ptab.ptab_t3 .nav-link {
  color: #353754;
  border-color: #353754; }
  body.academics.graduate_school.innovationstudies .ptab.ptab_t3 .nav-link.active {
    color: #fff;
    background: #353754; }

body.academics.graduate_school.innovationstudies .ptitle_tp3 .ptitle__title-en {
  color: #353754; }

body.academics.graduate_school.innovationstudies .ptitle_tp4 span {
  color: #353754; }

body.academics.graduate_school.innovationstudies .ptitle_c2 .ptitle__title-jp {
  border-right-color: #353754; }

body.academics.graduate_school.innovationstudies .ptitle_c2 .ptitle__title-en {
  color: #353754; }

body.academics.graduate_school.innovationstudies .ptitle_c3 .ptitle__title-en {
  color: #353754; }

body.academics.graduate_school.innovationstudies .ptitle_c3 .ptitle__box:nth-child(2) {
  border-left-color: #353754; }

body.academics.graduate_school.innovationstudies .plink_ptn4 {
  border-color: #353754;
  background-color: #353754; }
  body.academics.graduate_school.innovationstudies .plink_ptn4:hover {
    color: #353754 !important;
    background: transparent !important; }
    body.academics.graduate_school.innovationstudies .plink_ptn4:hover::before {
      background: #353754 !important; }
    body.academics.graduate_school.innovationstudies .plink_ptn4:hover::after {
      border-color: #353754 !important; }

body.academics.graduate_school.innovationstudies .plink_ptn5 {
  color: #fff;
  background-color: #353754;
  border-color: #353754; }
  body.academics.graduate_school.innovationstudies .plink_ptn5::after {
    border-color: #353754; }

body.academics.graduate_school.innovationstudies .plink_ptn6 {
  border-color: #353754;
  background-color: #353754; }

body.academics.graduate_school.innovationstudies .plink_ptn10 {
  border-color: #353754; }
  body.academics.graduate_school.innovationstudies .plink_ptn10 span:nth-child(2) {
    color: #353754; }
  body.academics.graduate_school.innovationstudies .plink_ptn10 span:nth-child(3)::after {
    border-color: #353754; }

body.academics.graduate_school.innovationstudies .mv2 .plink_ptn1::before {
  border-color: #353754; }

body.academics.graduate_school.innovationstudies .mv3::before, body.academics.graduate_school.innovationstudies .mv3::after {
  background: #353754; }

body.academics.graduate_school.innovationstudies .mv3__title span:first-child {
  color: #353754; }

body.academics.graduate_school.innovationstudies .mv3 .plist__link::before {
  color: #353754; }

body.academics.graduate_school.innovationstudies .plist.plist_type_order_circle .plist__item::before,
body.academics.graduate_school.innovationstudies .plist.plist_type_circle .plist__item::before {
  background: #353754; }

body.academics.graduate_school.innovationstudies .features__head {
  color: #353754; }

body.academics.graduate_school.innovationstudies .carriculum table thead th,
body.academics.graduate_school.innovationstudies .labo_sub table thead th {
  background: #353754; }

body.academics.graduate_school.innovationstudies .carriculum table tbody th,
body.academics.graduate_school.innovationstudies .labo_sub table tbody th {
  color: #353754; }

body.academics.graduate_school.innovationstudies .carriculum .plist_type_link_arrow_rr .plist__link::before,
body.academics.graduate_school.innovationstudies .labo_sub .plist_type_link_arrow_rr .plist__link::before {
  color: #353754; }

body.academics.graduate_school.innovationstudies .carriculum_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.innovationstudies .carriculum_kamoku .table tbody tr:nth-child(even) td,
body.academics.graduate_school.innovationstudies .labo_sub_kamoku .table tbody tr:nth-child(even) th,
body.academics.graduate_school.innovationstudies .labo_sub_kamoku .table tbody tr:nth-child(even) td {
  background: rgba(53, 55, 84, 0.2); }

body.academics.graduate_school.innovationstudies .carriculum_kamoku_unit .nav-link,
body.academics.graduate_school.innovationstudies .labo_sub_kamoku_unit .nav-link {
  color: #353754;
  border-color: #353754; }
  body.academics.graduate_school.innovationstudies .carriculum_kamoku_unit .nav-link.active,
  body.academics.graduate_school.innovationstudies .labo_sub_kamoku_unit .nav-link.active {
    color: #fff;
    background-color: #353754; }

body.academics.graduate_school.innovationstudies .carriculum_kamoku_unit .plist_type_order_circle .plist__item::before,
body.academics.graduate_school.innovationstudies .labo_sub_kamoku_unit .plist_type_order_circle .plist__item::before {
  background-color: #353754; }

body.academics.graduate_school.innovationstudies .labo_sub .plink_ptn1::before {
  border-top: 2px solid #24140e;
  border-right: 2px solid #24140e; }

body.academics.graduate_school.innovationstudies .laboratory .plist__head-link::before, body.academics.graduate_school.innovationstudies .laboratory .plist__head-link::after {
  background: #353754; }

body.academics.graduate_school.innovationstudies .laboratory .pbox__title::before {
  color: #353754; }

body.academics.graduate_school.innovationstudies .teacher .plist__link::before {
  color: #353754; }

body.academics.graduate_school.innovationstudies .tus-tab-link__link:hover, body.academics.graduate_school.innovationstudies .tus-tab-link__link.active {
  border-color: #353754; }

body.academics.sdgs01 .ptitle_t8::after {
  background-color: #db0015; }

body.academics.sdgs01 .plink_ptn1::before {
  border-color: #db0015; }

body.academics.sdgs01 .explore-sdgs-mv {
  background: #db0015; }
  body.academics.sdgs01 .explore-sdgs-mv__title-jp {
    color: #db0015; }
  body.academics.sdgs01 .explore-sdgs-mv__title-en {
    color: #db0015; }

body.academics.sdgs02 .ptitle_t8::after {
  background-color: #d39400; }

body.academics.sdgs02 .plink_ptn1::before {
  border-color: #d39400; }

body.academics.sdgs02 .explore-sdgs-mv {
  background: #d39400; }
  body.academics.sdgs02 .explore-sdgs-mv__title-jp {
    color: #d39400; }
  body.academics.sdgs02 .explore-sdgs-mv__title-en {
    color: #d39400; }

body.academics.sdgs03 .ptitle_t8::after {
  background-color: #25862a; }

body.academics.sdgs03 .plink_ptn1::before {
  border-color: #25862a; }

body.academics.sdgs03 .explore-sdgs-mv {
  background: #25862a; }
  body.academics.sdgs03 .explore-sdgs-mv__title-jp {
    color: #25862a; }
  body.academics.sdgs03 .explore-sdgs-mv__title-en {
    color: #25862a; }

body.academics.sdgs04 .ptitle_t8::after {
  background-color: #b7001e; }

body.academics.sdgs04 .plink_ptn1::before {
  border-color: #b7001e; }

body.academics.sdgs04 .explore-sdgs-mv {
  background: #b7001e; }
  body.academics.sdgs04 .explore-sdgs-mv__title-jp {
    color: #b7001e; }
  body.academics.sdgs04 .explore-sdgs-mv__title-en {
    color: #b7001e; }

body.academics.sdgs05 .ptitle_t8::after {
  background-color: #e01f10; }

body.academics.sdgs05 .plink_ptn1::before {
  border-color: #e01f10; }

body.academics.sdgs05 .explore-sdgs-mv {
  background: #e01f10; }
  body.academics.sdgs05 .explore-sdgs-mv__title-jp {
    color: #e01f10; }
  body.academics.sdgs05 .explore-sdgs-mv__title-en {
    color: #e01f10; }

body.academics.sdgs06 .ptitle_t8::after {
  background-color: #0098d1; }

body.academics.sdgs06 .plink_ptn1::before {
  border-color: #0098d1; }

body.academics.sdgs06 .explore-sdgs-mv {
  background: #0098d1; }
  body.academics.sdgs06 .explore-sdgs-mv__title-jp {
    color: #0098d1; }
  body.academics.sdgs06 .explore-sdgs-mv__title-en {
    color: #0098d1; }

body.academics.sdgs07 .ptitle_t8::after {
  background-color: #ffad00; }

body.academics.sdgs07 .plink_ptn1::before {
  border-color: #ffad00; }

body.academics.sdgs07 .explore-sdgs-mv {
  background: #ffad00; }
  body.academics.sdgs07 .explore-sdgs-mv__title-jp {
    color: #ffad00; }
  body.academics.sdgs07 .explore-sdgs-mv__title-en {
    color: #ffad00; }

body.academics.sdgs08 .ptitle_t8::after {
  background-color: #830025; }

body.academics.sdgs08 .plink_ptn1::before {
  border-color: #830025; }

body.academics.sdgs08 .explore-sdgs-mv {
  background: #830025; }
  body.academics.sdgs08 .explore-sdgs-mv__title-jp {
    color: #830025; }
  body.academics.sdgs08 .explore-sdgs-mv__title-en {
    color: #830025; }

body.academics.sdgs09 .ptitle_t8::after {
  background-color: #e85200; }

body.academics.sdgs09 .plink_ptn1::before {
  border-color: #e85200; }

body.academics.sdgs09 .explore-sdgs-mv {
  background: #e85200; }
  body.academics.sdgs09 .explore-sdgs-mv__title-jp {
    color: #e85200; }
  body.academics.sdgs09 .explore-sdgs-mv__title-en {
    color: #e85200; }

body.academics.sdgs10 .ptitle_t8::after {
  background-color: #cd0068; }

body.academics.sdgs10 .plink_ptn1::before {
  border-color: #cd0068; }

body.academics.sdgs10 .explore-sdgs-mv {
  background: #cd0068; }
  body.academics.sdgs10 .explore-sdgs-mv__title-jp {
    color: #cd0068; }
  body.academics.sdgs10 .explore-sdgs-mv__title-en {
    color: #cd0068; }

body.academics.sdgs11 .ptitle_t8::after {
  background-color: #f68e00; }

body.academics.sdgs11 .plink_ptn1::before {
  border-color: #f68e00; }

body.academics.sdgs11 .explore-sdgs-mv {
  background: #f68e00; }
  body.academics.sdgs11 .explore-sdgs-mv__title-jp {
    color: #f68e00; }
  body.academics.sdgs11 .explore-sdgs-mv__title-en {
    color: #f68e00; }

body.academics.sdgs12 .ptitle_t8::after {
  background-color: #cd7d00; }

body.academics.sdgs12 .plink_ptn1::before {
  border-color: #cd7d00; }

body.academics.sdgs12 .explore-sdgs-mv {
  background: #cd7d00; }
  body.academics.sdgs12 .explore-sdgs-mv__title-jp {
    color: #cd7d00; }
  body.academics.sdgs12 .explore-sdgs-mv__title-en {
    color: #cd7d00; }

body.academics.sdgs13 .ptitle_t8::after {
  background-color: #3d6726; }

body.academics.sdgs13 .plink_ptn1::before {
  border-color: #3d6726; }

body.academics.sdgs13 .explore-sdgs-mv {
  background: #3d6726; }
  body.academics.sdgs13 .explore-sdgs-mv__title-jp {
    color: #3d6726; }
  body.academics.sdgs13 .explore-sdgs-mv__title-en {
    color: #3d6726; }

body.academics.sdgs14 .ptitle_t8::after {
  background-color: #0064ae; }

body.academics.sdgs14 .plink_ptn1::before {
  border-color: #0064ae; }

body.academics.sdgs14 .explore-sdgs-mv {
  background: #0064ae; }
  body.academics.sdgs14 .explore-sdgs-mv__title-jp {
    color: #0064ae; }
  body.academics.sdgs14 .explore-sdgs-mv__title-en {
    color: #0064ae; }

body.academics.sdgs15 .ptitle_t8::after {
  background-color: #3a9927; }

body.academics.sdgs15 .plink_ptn1::before {
  border-color: #3a9927; }

body.academics.sdgs15 .explore-sdgs-mv {
  background: #3a9927; }
  body.academics.sdgs15 .explore-sdgs-mv__title-jp {
    color: #3a9927; }
  body.academics.sdgs15 .explore-sdgs-mv__title-en {
    color: #3a9927; }

body.academics.sdgs16 .ptitle_t8::after {
  background-color: #003d76; }

body.academics.sdgs16 .plink_ptn1::before {
  border-color: #003d76; }

body.academics.sdgs16 .explore-sdgs-mv {
  background: #003d76; }
  body.academics.sdgs16 .explore-sdgs-mv__title-jp {
    color: #003d76; }
  body.academics.sdgs16 .explore-sdgs-mv__title-en {
    color: #003d76; }

body.academics.sdgs17 .ptitle_t8::after {
  background-color: #002555; }

body.academics.sdgs17 .plink_ptn1::before {
  border-color: #002555; }

body.academics.sdgs17 .explore-sdgs-mv {
  background: #002555; }
  body.academics.sdgs17 .explore-sdgs-mv__title-jp {
    color: #002555; }
  body.academics.sdgs17 .explore-sdgs-mv__title-en {
    color: #002555; }

@media (max-width: 768.98px) {
  body.academics .sticky-area__menu {
    display: none; } }

@media (min-width: 769px) {
  body.academics .sticky-area {
    position: relative; }
    body.academics .sticky-area__menu {
      float: left;
      width: 200px;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      border-left: 3px solid #24140e; }
      body.academics .sticky-area__menu-title {
        font-family: "Crimson Text", serif;
        font-weight: 400;
        letter-spacing: normal;
        letter-spacing: normal;
        font-size: 1.6rem;
        font-weight: bold;
        padding-left: 1em;
        margin-top: 1em;
        margin-bottom: 0em; }
      body.academics .sticky-area__menu .plist {
        font-size: 1.4rem; }
        body.academics .sticky-area__menu .plist__item {
          padding-top: 0.5em; }
    body.academics .sticky-area__box {
      margin-left: 240px;
      border-left: 1px solid #efefef;
      padding-left: 40px; }
      body.academics .sticky-area__box .pblock-sub {
        margin-left: 0; } }

@media (min-width: 769px) {
  body.academics .mv2 {
    position: relative; }
    body.academics .mv2__fig {
      text-align: right; }
      body.academics .mv2__fig-img {
        width: calc(100% - 230px); }
    body.academics .mv2__txt {
      position: absolute;
      top: 0;
      left: 0; }
    body.academics .mv2__txt-lead {
      width: 230px;
      padding: 0 20px;
      font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
      font-weight: bold; }
    body.academics .mv2__btn {
      position: absolute;
      bottom: 0;
      left: 20px; }
      body.academics .mv2__btn .plink_ptn1, .plink_ptn21, .plink_ptn22 {
        margin-top: 15px; } }

@media (max-width: 768.98px) {
  body.academics .mv2 {
    margin-bottom: 60px; } }
  @media (max-width: 768.98px) and (max-width: 768.98px) {
    body.academics .mv2 {
      margin-left: -20px;
      margin-right: -20px; } }

@media (max-width: 768.98px) {
    body.academics .mv2__fig {
      margin: 0; }
    body.academics .mv2__txt-lead {
      padding: 0 20px;
      font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
      font-size: 1.6rem;
      font-weight: bold; }
    body.academics .mv2__btn {
      display: none; } }

@media (min-width: 769px) {
  body.academics .mv3 {
    min-width: 1300px;
    padding: 35px 0;
    position: relative;
    overflow: hidden; }
    body.academics .mv3::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #64072a;
      right: -50%;
      bottom: -50%;
      z-index: -1;
      left: calc(100% - 250px);
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg);
      -webkit-transform-origin: right top;
              transform-origin: right top; }
    body.academics .mv3::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #64072a;
      right: -50%;
      bottom: -50%;
      z-index: -1;
      right: calc(100% - (100% - 1300px) / 2);
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg);
      -webkit-transform-origin: right top;
              transform-origin: right top; }
    body.academics .mv3__box {
      margin-left: calc((100% - 1300px) / 2);
      position: relative; }
    body.academics .mv3__fig {
      margin-left: 240px;
      margin-right: 35px; }
    body.academics .mv3__label {
      position: absolute;
      top: 35px;
      right: 0;
      margin: 0;
      line-height: 35px;
      float: right;
      display: inline-block;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      white-space: nowrap;
      font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
      font-size: 1rem;
      color: #fff; }
    body.academics .mv3__txt {
      position: absolute;
      top: 100px;
      left: 0; }
    body.academics .mv3__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: bold;
      background: #fff;
      padding: 20px;
      margin-bottom: 0; }
      body.academics .mv3__title span:first-child {
        font-size: 1.6rem;
        color: #64072a;
        margin-right: 20px; }
      body.academics .mv3__title span:last-child {
        font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
        font-size: 4.8rem; }
    body.academics .mv3__btn {
      width: 180px;
      margin-left: 20px; } }

@media (max-width: 768.98px) {
  body.academics .mv3 {
    margin-bottom: 60px;
    position: relative;
    overflow: hidden; } }
  @media (max-width: 768.98px) and (max-width: 768.98px) {
    body.academics .mv3 {
      margin-left: -20px;
      margin-right: -20px; } }

@media (max-width: 768.98px) {
    body.academics .mv3::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #64072a;
      right: -50%;
      bottom: -50%;
      z-index: -1;
      left: calc(100% - 70px);
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg);
      -webkit-transform-origin: right top;
              transform-origin: right top; }
    body.academics .mv3::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff;
      right: 0;
      bottom: 0;
      top: auto;
      background: #fff !important;
      z-index: -1;
      height: 35px; }
    body.academics .mv3__box {
      position: relative;
      padding: 30px 35px 0 20px; }
    body.academics .mv3__fig {
      margin: 0; }
      body.academics .mv3__fig-img {
        width: 100%; }
    body.academics .mv3__label {
      position: absolute;
      top: 35px;
      right: 0;
      margin: 0;
      line-height: 35px;
      float: right;
      display: inline-block;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      white-space: nowrap;
      font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
      font-size: 1rem;
      color: #fff; }
    body.academics .mv3__txt {
      margin: -45px 0 0 -20px;
      position: relative; }
    body.academics .mv3__title {
      font-weight: bold;
      margin-bottom: 0; }
      body.academics .mv3__title span {
        pointer-events: none;
        position: relative;
        z-index: 2; }
        body.academics .mv3__title span:first-child {
          display: inline-block;
          background: #fff;
          padding: 20px 20px 5px;
          font-size: 1.6rem;
          color: #64072a; }
        body.academics .mv3__title span:last-child {
          display: block;
          padding: 0 20px;
          font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
          font-size: 4.8rem; }
    body.academics .mv3__btn {
      pointer-events: auto;
      padding: 1rem;
      background: #fff;
      width: 100%;
      z-index: 1;
      margin: 20px 0 0 20px;
      border: 1px solid; }
      body.academics .mv3__btn .plist__link {
        padding: 0 !important; } }

body.academics .message2,
body.academics .message3 {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 769px) {
    body.academics .message2,
    body.academics .message3 {
      margin-bottom: 120px; } }
  @media (max-width: 768.98px) {
    body.academics .message2,
    body.academics .message3 {
      margin-bottom: 90px; } }
  body.academics .message2__txt,
  body.academics .message3__txt {
    line-height: 2; }
  @media (max-width: 768.98px) {
    body.academics .message2__txt,
    body.academics .message3__txt {
      margin-bottom: 30px; } }

body.academics .greeting {
  position: relative; }
  @media (min-width: 769px) {
    body.academics .greeting {
      margin-bottom: 120px; } }
  @media (max-width: 768.98px) {
    body.academics .greeting {
      margin-bottom: 90px; } }
  body.academics .greeting > .pblock::after, body.academics .greeting > .pblock-sub::after, body.academics .greeting > .pblock-slim::after, body.academics .greeting > .pblock-wide::after, body.academics .greeting > .pblock-full::after {
    display: block;
    clear: both;
    content: ""; }
  body.academics .greeting__body {
    max-width: 880px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  body.academics .greeting__title {
    font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
    font-size: 2.4rem; }
  body.academics .greeting__fig-img {
    margin-bottom: 10px; }
  body.academics .greeting__fig-cap span:nth-child(1) {
    display: block;
    font-size: 1.4rem; }
  body.academics .greeting__fig-cap span:nth-child(2) {
    display: block;
    font-size: 1.6rem;
    font-weight: bold; }
  @media (min-width: 769px) {
    body.academics .greeting__text {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%; }
    body.academics .greeting__pict {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 200px;
              flex: 0 0 200px;
      margin-right: 30px; } }
  @media (max-width: 768.98px) {
    body.academics .greeting__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    body.academics .greeting__text {
      margin-bottom: 30px; } }

body.academics .faculty {
  position: relative; }
  @media (min-width: 769px) {
    body.academics .faculty {
      margin-bottom: 240px; } }
  @media (max-width: 768.98px) {
    body.academics .faculty {
      margin-bottom: 180px; } }
  body.academics .faculty::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #efefef;
    z-index: -1;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    left: -500%;
    right: 0;
    height: 100%; }
    @media (max-width: 768.98px) {
      body.academics .faculty::before {
        right: -20px;
        -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg); } }
  body.academics .faculty > .pblock::after, body.academics .faculty > .pblock-sub::after, body.academics .faculty > .pblock-slim::after, body.academics .faculty > .pblock-wide::after, body.academics .faculty > .pblock-full::after {
    display: block;
    clear: both;
    content: ""; }
  body.academics .faculty__body {
    max-width: 880px; }
  body.academics .faculty__list1 {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
    position: relative; }
    body.academics .faculty__list1:hover .faculty__item1_black:nth-child(1) .faculty__link1 {
      background: rgba(36, 20, 14, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_rits:nth-child(1) .faculty__link1 {
      background: rgba(118, 22, 24, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c11:nth-child(1) .faculty__link1 {
      background: rgba(59, 101, 117, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c12:nth-child(1) .faculty__link1 {
      background: rgba(91, 93, 31, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c13:nth-child(1) .faculty__link1 {
      background: rgba(136, 72, 71, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c14:nth-child(1) .faculty__link1 {
      background: rgba(111, 82, 60, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c15:nth-child(1) .faculty__link1 {
      background: rgba(51, 66, 122, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c16:nth-child(1) .faculty__link1 {
      background: rgba(125, 78, 99, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c17:nth-child(1) .faculty__link1 {
      background: rgba(61, 102, 88, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c18:nth-child(1) .faculty__link1 {
      background: rgba(98, 91, 88, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c19:nth-child(1) .faculty__link1 {
      background: rgba(23, 99, 60, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c21:nth-child(1) .faculty__link1 {
      background: rgba(35, 48, 52, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c22:nth-child(1) .faculty__link1 {
      background: rgba(67, 67, 25, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c23:nth-child(1) .faculty__link1 {
      background: rgba(92, 46, 46, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c24:nth-child(1) .faculty__link1 {
      background: rgba(92, 66, 46, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c25:nth-child(1) .faculty__link1 {
      background: rgba(37, 46, 90, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c26:nth-child(1) .faculty__link1 {
      background: rgba(111, 61, 85, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c27:nth-child(1) .faculty__link1 {
      background: rgba(82, 73, 24, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c28:nth-child(1) .faculty__link1 {
      background: rgba(103, 88, 30, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c29:nth-child(1) .faculty__link1 {
      background: rgba(113, 16, 15, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c31:nth-child(1) .faculty__link1 {
      background: rgba(99, 25, 30, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c32:nth-child(1) .faculty__link1 {
      background: rgba(138, 147, 142, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c33:nth-child(1) .faculty__link1 {
      background: rgba(127, 103, 83, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c34:nth-child(1) .faculty__link1 {
      background: rgba(67, 94, 110, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_c35:nth-child(1) .faculty__link1 {
      background: rgba(133, 77, 82, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_g01:nth-child(1) .faculty__link1 {
      background: rgba(29, 115, 122, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_g02:nth-child(1) .faculty__link1 {
      background: rgba(152, 68, 6, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_g03:nth-child(1) .faculty__link1 {
      background: rgba(14, 44, 78, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_g04:nth-child(1) .faculty__link1 {
      background: rgba(140, 121, 6, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_g05:nth-child(1) .faculty__link1 {
      background: rgba(133, 44, 89, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_g06:nth-child(1) .faculty__link1 {
      background: rgba(14, 87, 66, 0.7); }
    body.academics .faculty__list1:hover .faculty__item1_g07:nth-child(1) .faculty__link1 {
      background: rgba(160, 101, 91, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_black:nth-child(1) .faculty__link1 {
      background: rgba(36, 20, 14, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_rits:nth-child(1) .faculty__link1 {
      background: rgba(118, 22, 24, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c11:nth-child(1) .faculty__link1 {
      background: rgba(59, 101, 117, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c12:nth-child(1) .faculty__link1 {
      background: rgba(91, 93, 31, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c13:nth-child(1) .faculty__link1 {
      background: rgba(136, 72, 71, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c14:nth-child(1) .faculty__link1 {
      background: rgba(111, 82, 60, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c15:nth-child(1) .faculty__link1 {
      background: rgba(51, 66, 122, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c16:nth-child(1) .faculty__link1 {
      background: rgba(125, 78, 99, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c17:nth-child(1) .faculty__link1 {
      background: rgba(61, 102, 88, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c18:nth-child(1) .faculty__link1 {
      background: rgba(98, 91, 88, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c19:nth-child(1) .faculty__link1 {
      background: rgba(23, 99, 60, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c21:nth-child(1) .faculty__link1 {
      background: rgba(35, 48, 52, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c22:nth-child(1) .faculty__link1 {
      background: rgba(67, 67, 25, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c23:nth-child(1) .faculty__link1 {
      background: rgba(92, 46, 46, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c24:nth-child(1) .faculty__link1 {
      background: rgba(92, 66, 46, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c25:nth-child(1) .faculty__link1 {
      background: rgba(37, 46, 90, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c26:nth-child(1) .faculty__link1 {
      background: rgba(111, 61, 85, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c27:nth-child(1) .faculty__link1 {
      background: rgba(82, 73, 24, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c28:nth-child(1) .faculty__link1 {
      background: rgba(103, 88, 30, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c29:nth-child(1) .faculty__link1 {
      background: rgba(113, 16, 15, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c31:nth-child(1) .faculty__link1 {
      background: rgba(99, 25, 30, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c32:nth-child(1) .faculty__link1 {
      background: rgba(138, 147, 142, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c33:nth-child(1) .faculty__link1 {
      background: rgba(127, 103, 83, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c34:nth-child(1) .faculty__link1 {
      background: rgba(67, 94, 110, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_c35:nth-child(1) .faculty__link1 {
      background: rgba(133, 77, 82, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_g01:nth-child(1) .faculty__link1 {
      background: rgba(29, 115, 122, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_g02:nth-child(1) .faculty__link1 {
      background: rgba(152, 68, 6, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_g03:nth-child(1) .faculty__link1 {
      background: rgba(14, 44, 78, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_g04:nth-child(1) .faculty__link1 {
      background: rgba(140, 121, 6, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_g05:nth-child(1) .faculty__link1 {
      background: rgba(133, 44, 89, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_g06:nth-child(1) .faculty__link1 {
      background: rgba(14, 87, 66, 0.7); }
    body.academics .faculty__list1:focus-within .faculty__item1_g07:nth-child(1) .faculty__link1 {
      background: rgba(160, 101, 91, 0.7); }
  body.academics .faculty__item1 {
    border-right: 1px solid transparent; }
    body.academics .faculty__item1:not(:last-child) {
      border-bottom: 1px solid transparent; }
    body.academics .faculty__item1_black .faculty__link1 {
      background: rgba(36, 20, 14, 0.7); }
      body.academics .faculty__item1_black .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-black.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_black .faculty__box {
      background: #24140e; }
    body.academics .faculty__item1_rits .faculty__link1 {
      background: rgba(118, 22, 24, 0.7); }
      body.academics .faculty__item1_rits .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-rits.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_rits .faculty__box {
      background: #ad181f; }
    body.academics .faculty__item1_c11 .faculty__link1 {
      background: rgba(59, 101, 117, 0.7); }
      body.academics .faculty__item1_c11 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c11.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c11 .faculty__box {
      background: #4b9bb9; }
    body.academics .faculty__item1_c12 .faculty__link1 {
      background: rgba(91, 93, 31, 0.7); }
      body.academics .faculty__item1_c12 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c12.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c12 .faculty__box {
      background: #7f8e2b; }
    body.academics .faculty__item1_c13 .faculty__link1 {
      background: rgba(136, 72, 71, 0.7); }
      body.academics .faculty__item1_c13 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c13.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c13 .faculty__box {
      background: #cb6a6d; }
    body.academics .faculty__item1_c14 .faculty__link1 {
      background: rgba(111, 82, 60, 0.7); }
      body.academics .faculty__item1_c14 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c14.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c14 .faculty__box {
      background: #a17c5a; }
    body.academics .faculty__item1_c15 .faculty__link1 {
      background: rgba(51, 66, 122, 0.7); }
      body.academics .faculty__item1_c15 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c15.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c15 .faculty__box {
      background: #3d60c2; }
    body.academics .faculty__item1_c16 .faculty__link1 {
      background: rgba(125, 78, 99, 0.7); }
      body.academics .faculty__item1_c16 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c16.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c16 .faculty__box {
      background: #b8749c; }
    body.academics .faculty__item1_c17 .faculty__link1 {
      background: rgba(61, 102, 88, 0.7); }
      body.academics .faculty__item1_c17 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c17.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c17 .faculty__box {
      background: #4d9d8a; }
    body.academics .faculty__item1_c18 .faculty__link1 {
      background: rgba(98, 91, 88, 0.7); }
      body.academics .faculty__item1_c18 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c18.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c18 .faculty__box {
      background: #8b8a8a; }
    body.academics .faculty__item1_c19 .faculty__link1 {
      background: rgba(23, 99, 60, 0.7); }
      body.academics .faculty__item1_c19 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c19.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c19 .faculty__box {
      background: #0e975b; }
    body.academics .faculty__item1_c21 .faculty__link1 {
      background: rgba(35, 48, 52, 0.7); }
      body.academics .faculty__item1_c21 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c21.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c21 .faculty__box {
      background: #22424e; }
    body.academics .faculty__item1_c22 .faculty__link1 {
      background: rgba(67, 67, 25, 0.7); }
      body.academics .faculty__item1_c22 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c22.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c22 .faculty__box {
      background: #586320; }
    body.academics .faculty__item1_c23 .faculty__link1 {
      background: rgba(92, 46, 46, 0.7); }
      body.academics .faculty__item1_c23 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c23.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c23 .faculty__box {
      background: #824043; }
    body.academics .faculty__item1_c24 .faculty__link1 {
      background: rgba(92, 66, 46, 0.7); }
      body.academics .faculty__item1_c24 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c24.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c24 .faculty__box {
      background: #826143; }
    body.academics .faculty__item1_c25 .faculty__link1 {
      background: rgba(37, 46, 90, 0.7); }
      body.academics .faculty__item1_c25 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c25.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c25 .faculty__box {
      background: #26408d; }
    body.academics .faculty__item1_c26 .faculty__link1 {
      background: rgba(111, 61, 85, 0.7); }
      body.academics .faculty__item1_c26 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c26.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c26 .faculty__box {
      background: #a15984; }
    body.academics .faculty__item1_c27 .faculty__link1 {
      background: rgba(82, 73, 24, 0.7); }
      body.academics .faculty__item1_c27 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c27.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c27 .faculty__box {
      background: #706d1e; }
    body.academics .faculty__item1_c28 .faculty__link1 {
      background: rgba(103, 88, 30, 0.7); }
      body.academics .faculty__item1_c28 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c28.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c28 .faculty__box {
      background: #948629; }
    body.academics .faculty__item1_c29 .faculty__link1 {
      background: rgba(113, 16, 15, 0.7); }
      body.academics .faculty__item1_c29 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c29.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c29 .faculty__box {
      background: #a50e10; }
    body.academics .faculty__item1_c31 .faculty__link1 {
      background: rgba(99, 25, 30, 0.7); }
      body.academics .faculty__item1_c31 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c31.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c31 .faculty__box {
      background: #8d1d28; }
    body.academics .faculty__item1_c32 .faculty__link1 {
      background: rgba(138, 147, 142, 0.7); }
      body.academics .faculty__item1_c32 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c32.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c32 .faculty__box {
      background: #cee7e4; }
    body.academics .faculty__item1_c33 .faculty__link1 {
      background: rgba(127, 103, 83, 0.7); }
      body.academics .faculty__item1_c33 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c33.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c33 .faculty__box {
      background: #bb9e81; }
    body.academics .faculty__item1_c34 .faculty__link1 {
      background: rgba(67, 94, 110, 0.7); }
      body.academics .faculty__item1_c34 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c34.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c34 .faculty__box {
      background: #5890ae; }
    body.academics .faculty__item1_c35 .faculty__link1 {
      background: rgba(133, 77, 82, 0.7); }
      body.academics .faculty__item1_c35 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-c35.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_c35 .faculty__box {
      background: #c5737f; }
    body.academics .faculty__item1_g01 .faculty__link1 {
      background: rgba(29, 115, 122, 0.7); }
      body.academics .faculty__item1_g01 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-g01.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_g01 .faculty__box {
      background: #18b3c2; }
    body.academics .faculty__item1_g02 .faculty__link1 {
      background: rgba(152, 68, 6, 0.7); }
      body.academics .faculty__item1_g02 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-g02.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_g02 .faculty__box {
      background: #e56400; }
    body.academics .faculty__item1_g03 .faculty__link1 {
      background: rgba(14, 44, 78, 0.7); }
      body.academics .faculty__item1_g03 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-g03.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_g03 .faculty__box {
      background: #003c78; }
    body.academics .faculty__item1_g04 .faculty__link1 {
      background: rgba(140, 121, 6, 0.7); }
      body.academics .faculty__item1_g04 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-g04.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_g04 .faculty__box {
      background: #d1bd00; }
    body.academics .faculty__item1_g05 .faculty__link1 {
      background: rgba(133, 44, 89, 0.7); }
      body.academics .faculty__item1_g05 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-g05.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_g05 .faculty__box {
      background: #c53c8b; }
    body.academics .faculty__item1_g06 .faculty__link1 {
      background: rgba(14, 87, 66, 0.7); }
      body.academics .faculty__item1_g06 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-g06.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_g06 .faculty__box {
      background: #008364; }
    body.academics .faculty__item1_g07 .faculty__link1 {
      background: rgba(160, 101, 91, 0.7); }
      body.academics .faculty__item1_g07 .faculty__link1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/academics/img/img-bg-g07.jpg) no-repeat center center/cover;
        z-index: -1; }
    body.academics .faculty__item1_g07 .faculty__box {
      background: #f29b8f; }
  body.academics .faculty__link1 {
    line-height: 1.3;
    color: #fff;
    padding: 20px 40px 20px 20px;
    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;
    position: relative;
    background: #666; }
    body.academics .faculty__link1::after {
      display: block;
      content: "";
      position: absolute;
      left: auto;
      right: 0;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 20px;
      height: 20px;
      margin-right: 20px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }
    body.academics .faculty__link1 span:nth-child(1) {
      font-weight: bold; }
      @media (min-width: 769px) {
        body.academics .faculty__link1 span:nth-child(1) {
          font-size: 3.2rem; } }
      @media (max-width: 768.98px) {
        body.academics .faculty__link1 span:nth-child(1) {
          font-size: 2.4rem; } }
    @media (min-width: 769px) {
      body.academics .faculty__link1 span:nth-child(2) {
        font-size: 1.2rem; } }
    @media (max-width: 768.98px) {
      body.academics .faculty__link1 span:nth-child(2) {
        font-size: 1rem; } }
    body.academics .faculty__link1:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff; }
  body.academics .faculty__box {
    color: #fff;
    padding: 20px; }
    body.academics .faculty__box-title {
      font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
      font-weight: bold;
      margin-bottom: 20px; }
      @media (min-width: 769px) {
        body.academics .faculty__box-title {
          font-size: 1.8rem; } }
      @media (max-width: 768.98px) {
        body.academics .faculty__box-title {
          font-size: 1.8rem; } }
    body.academics .faculty__box .plist__item {
      border-color: #fff !important; }
    body.academics .faculty__box .plist__link::before {
      color: #fff; }
  body.academics .faculty__list2 {
    margin: 0;
    padding: 0;
    list-style: none; }
  body.academics .faculty__list3 {
    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;
    margin-bottom: 20px; }
    @media (min-width: 769px) {
      body.academics .faculty__list3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .faculty__list3 > * {
          width: calc((100% - 10px * 1) / 2); }
          body.academics .faculty__list3 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      body.academics .faculty__list3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .faculty__list3 > * {
          width: 100%; }
          body.academics .faculty__list3 > *:nth-last-child(n + 2) {
            margin-bottom: 10px; }
          body.academics .faculty__list3 > * img {
            width: 100%; } }
  body.academics .faculty__list4 {
    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) {
      body.academics .faculty__list4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .faculty__list4 > * {
          width: calc((100% - 0px * 1) / 2 - 0.1px); }
          body.academics .faculty__list4 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      body.academics .faculty__list4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .faculty__list4 > * {
          width: 100%; }
          body.academics .faculty__list4 > *:nth-last-child(n + 2) {
            margin-bottom: 20px; }
          body.academics .faculty__list4 > * img {
            width: 100%; } }
  body.academics .faculty__list5 {
    max-width: 790px;
    margin: 0;
    padding: 0;
    list-style: none; }
  body.academics .faculty__link5 {
    color: #24140e;
    display: block;
    position: relative; }
    body.academics .faculty__link5-title {
      line-height: 1;
      position: absolute;
      z-index: 2;
      top: 20px;
      left: 20px;
      right: 0;
      font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
      font-weight: bold; }
      @media (min-width: 769px) {
        body.academics .faculty__link5-title {
          font-size: 3.2rem; } }
      @media (max-width: 768.98px) {
        body.academics .faculty__link5-title {
          font-size: 2.4rem; } }
      @media (min-width: 769px) {
        body.academics .faculty__link5-title small {
          font-size: 2rem; } }
      @media (max-width: 768.98px) {
        body.academics .faculty__link5-title small {
          font-size: 1.6rem; } }
    body.academics .faculty__link5:hover {
      color: #24140e; }
    body.academics .faculty__link5 .pfig::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.5); }
    body.academics .faculty__link5 .pfig__cap {
      z-index: 2;
      font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
      font-size: 1.2rem;
      padding: 20px !important; }
      @media (max-width: 768.98px) {
        body.academics .faculty__link5 .pfig__cap {
          padding: 10px 20px !important; } }
  @media (min-width: 769px) {
    body.academics .faculty__list1 {
      padding-right: 340px; }
      body.academics .faculty__list1:hover .faculty__item1:nth-child(1) {
        border-right-color: transparent; }
      body.academics .faculty__list1:focus-within .faculty__item1:nth-child(1) {
        border-right-color: transparent; }
    body.academics .faculty__item1:nth-child(1) .faculty__box, body.academics .faculty__item1:hover .faculty__box {
      display: block;
      position: absolute;
      top: 0;
      left: 540px;
      right: 0;
      bottom: 0; }
    body.academics .faculty__item1:focus-within .faculty__box {
      display: block;
      position: absolute;
      top: 0;
      left: 540px;
      right: 0;
      bottom: 0; }
    body.academics .faculty__item1:nth-child(1) .faculty__box, body.academics .faculty__item1:hover .faculty__box {
      display: block;
      position: absolute;
      top: 0;
      left: 540px;
      right: 0;
      bottom: 0; }
    body.academics .faculty__item1_black:nth-child(1) {
      border-right-color: #24140e; }
      body.academics .faculty__item1_black:nth-child(1) .faculty__link1 {
        background: #24140e; }
      body.academics .faculty__item1_black:nth-child(1):hover {
        border-right-color: #24140e !important; }
      body.academics .faculty__item1_black:nth-child(1):focus-within {
        border-right-color: #24140e !important; }
    body.academics .faculty__item1_black:hover {
      border-right-color: #24140e; }
      body.academics .faculty__item1_black:hover .faculty__link1 {
        background: #24140e !important; }
    body.academics .faculty__item1_black:focus-within {
      border-right-color: #24140e; }
      body.academics .faculty__item1_black:focus-within .faculty__link1 {
        background: #24140e !important; }
    body.academics .faculty__item1_rits:nth-child(1) {
      border-right-color: #ad181f; }
      body.academics .faculty__item1_rits:nth-child(1) .faculty__link1 {
        background: #ad181f; }
      body.academics .faculty__item1_rits:nth-child(1):hover {
        border-right-color: #ad181f !important; }
      body.academics .faculty__item1_rits:nth-child(1):focus-within {
        border-right-color: #ad181f !important; }
    body.academics .faculty__item1_rits:hover {
      border-right-color: #ad181f; }
      body.academics .faculty__item1_rits:hover .faculty__link1 {
        background: #ad181f !important; }
    body.academics .faculty__item1_rits:focus-within {
      border-right-color: #ad181f; }
      body.academics .faculty__item1_rits:focus-within .faculty__link1 {
        background: #ad181f !important; }
    body.academics .faculty__item1_c11:nth-child(1) {
      border-right-color: #4b9bb9; }
      body.academics .faculty__item1_c11:nth-child(1) .faculty__link1 {
        background: #4b9bb9; }
      body.academics .faculty__item1_c11:nth-child(1):hover {
        border-right-color: #4b9bb9 !important; }
      body.academics .faculty__item1_c11:nth-child(1):focus-within {
        border-right-color: #4b9bb9 !important; }
    body.academics .faculty__item1_c11:hover {
      border-right-color: #4b9bb9; }
      body.academics .faculty__item1_c11:hover .faculty__link1 {
        background: #4b9bb9 !important; }
    body.academics .faculty__item1_c11:focus-within {
      border-right-color: #4b9bb9; }
      body.academics .faculty__item1_c11:focus-within .faculty__link1 {
        background: #4b9bb9 !important; }
    body.academics .faculty__item1_c12:nth-child(1) {
      border-right-color: #7f8e2b; }
      body.academics .faculty__item1_c12:nth-child(1) .faculty__link1 {
        background: #7f8e2b; }
      body.academics .faculty__item1_c12:nth-child(1):hover {
        border-right-color: #7f8e2b !important; }
      body.academics .faculty__item1_c12:nth-child(1):focus-within {
        border-right-color: #7f8e2b !important; }
    body.academics .faculty__item1_c12:hover {
      border-right-color: #7f8e2b; }
      body.academics .faculty__item1_c12:hover .faculty__link1 {
        background: #7f8e2b !important; }
    body.academics .faculty__item1_c12:focus-within {
      border-right-color: #7f8e2b; }
      body.academics .faculty__item1_c12:focus-within .faculty__link1 {
        background: #7f8e2b !important; }
    body.academics .faculty__item1_c13:nth-child(1) {
      border-right-color: #cb6a6d; }
      body.academics .faculty__item1_c13:nth-child(1) .faculty__link1 {
        background: #cb6a6d; }
      body.academics .faculty__item1_c13:nth-child(1):hover {
        border-right-color: #cb6a6d !important; }
      body.academics .faculty__item1_c13:nth-child(1):focus-within {
        border-right-color: #cb6a6d !important; }
    body.academics .faculty__item1_c13:hover {
      border-right-color: #cb6a6d; }
      body.academics .faculty__item1_c13:hover .faculty__link1 {
        background: #cb6a6d !important; }
    body.academics .faculty__item1_c13:focus-within {
      border-right-color: #cb6a6d; }
      body.academics .faculty__item1_c13:focus-within .faculty__link1 {
        background: #cb6a6d !important; }
    body.academics .faculty__item1_c14:nth-child(1) {
      border-right-color: #a17c5a; }
      body.academics .faculty__item1_c14:nth-child(1) .faculty__link1 {
        background: #a17c5a; }
      body.academics .faculty__item1_c14:nth-child(1):hover {
        border-right-color: #a17c5a !important; }
      body.academics .faculty__item1_c14:nth-child(1):focus-within {
        border-right-color: #a17c5a !important; }
    body.academics .faculty__item1_c14:hover {
      border-right-color: #a17c5a; }
      body.academics .faculty__item1_c14:hover .faculty__link1 {
        background: #a17c5a !important; }
    body.academics .faculty__item1_c14:focus-within {
      border-right-color: #a17c5a; }
      body.academics .faculty__item1_c14:focus-within .faculty__link1 {
        background: #a17c5a !important; }
    body.academics .faculty__item1_c15:nth-child(1) {
      border-right-color: #3d60c2; }
      body.academics .faculty__item1_c15:nth-child(1) .faculty__link1 {
        background: #3d60c2; }
      body.academics .faculty__item1_c15:nth-child(1):hover {
        border-right-color: #3d60c2 !important; }
      body.academics .faculty__item1_c15:nth-child(1):focus-within {
        border-right-color: #3d60c2 !important; }
    body.academics .faculty__item1_c15:hover {
      border-right-color: #3d60c2; }
      body.academics .faculty__item1_c15:hover .faculty__link1 {
        background: #3d60c2 !important; }
    body.academics .faculty__item1_c15:focus-within {
      border-right-color: #3d60c2; }
      body.academics .faculty__item1_c15:focus-within .faculty__link1 {
        background: #3d60c2 !important; }
    body.academics .faculty__item1_c16:nth-child(1) {
      border-right-color: #b8749c; }
      body.academics .faculty__item1_c16:nth-child(1) .faculty__link1 {
        background: #b8749c; }
      body.academics .faculty__item1_c16:nth-child(1):hover {
        border-right-color: #b8749c !important; }
      body.academics .faculty__item1_c16:nth-child(1):focus-within {
        border-right-color: #b8749c !important; }
    body.academics .faculty__item1_c16:hover {
      border-right-color: #b8749c; }
      body.academics .faculty__item1_c16:hover .faculty__link1 {
        background: #b8749c !important; }
    body.academics .faculty__item1_c16:focus-within {
      border-right-color: #b8749c; }
      body.academics .faculty__item1_c16:focus-within .faculty__link1 {
        background: #b8749c !important; }
    body.academics .faculty__item1_c17:nth-child(1) {
      border-right-color: #4d9d8a; }
      body.academics .faculty__item1_c17:nth-child(1) .faculty__link1 {
        background: #4d9d8a; }
      body.academics .faculty__item1_c17:nth-child(1):hover {
        border-right-color: #4d9d8a !important; }
      body.academics .faculty__item1_c17:nth-child(1):focus-within {
        border-right-color: #4d9d8a !important; }
    body.academics .faculty__item1_c17:hover {
      border-right-color: #4d9d8a; }
      body.academics .faculty__item1_c17:hover .faculty__link1 {
        background: #4d9d8a !important; }
    body.academics .faculty__item1_c17:focus-within {
      border-right-color: #4d9d8a; }
      body.academics .faculty__item1_c17:focus-within .faculty__link1 {
        background: #4d9d8a !important; }
    body.academics .faculty__item1_c18:nth-child(1) {
      border-right-color: #8b8a8a; }
      body.academics .faculty__item1_c18:nth-child(1) .faculty__link1 {
        background: #8b8a8a; }
      body.academics .faculty__item1_c18:nth-child(1):hover {
        border-right-color: #8b8a8a !important; }
      body.academics .faculty__item1_c18:nth-child(1):focus-within {
        border-right-color: #8b8a8a !important; }
    body.academics .faculty__item1_c18:hover {
      border-right-color: #8b8a8a; }
      body.academics .faculty__item1_c18:hover .faculty__link1 {
        background: #8b8a8a !important; }
    body.academics .faculty__item1_c18:focus-within {
      border-right-color: #8b8a8a; }
      body.academics .faculty__item1_c18:focus-within .faculty__link1 {
        background: #8b8a8a !important; }
    body.academics .faculty__item1_c19:nth-child(1) {
      border-right-color: #0e975b; }
      body.academics .faculty__item1_c19:nth-child(1) .faculty__link1 {
        background: #0e975b; }
      body.academics .faculty__item1_c19:nth-child(1):hover {
        border-right-color: #0e975b !important; }
      body.academics .faculty__item1_c19:nth-child(1):focus-within {
        border-right-color: #0e975b !important; }
    body.academics .faculty__item1_c19:hover {
      border-right-color: #0e975b; }
      body.academics .faculty__item1_c19:hover .faculty__link1 {
        background: #0e975b !important; }
    body.academics .faculty__item1_c19:focus-within {
      border-right-color: #0e975b; }
      body.academics .faculty__item1_c19:focus-within .faculty__link1 {
        background: #0e975b !important; }
    body.academics .faculty__item1_c21:nth-child(1) {
      border-right-color: #22424e; }
      body.academics .faculty__item1_c21:nth-child(1) .faculty__link1 {
        background: #22424e; }
      body.academics .faculty__item1_c21:nth-child(1):hover {
        border-right-color: #22424e !important; }
      body.academics .faculty__item1_c21:nth-child(1):focus-within {
        border-right-color: #22424e !important; }
    body.academics .faculty__item1_c21:hover {
      border-right-color: #22424e; }
      body.academics .faculty__item1_c21:hover .faculty__link1 {
        background: #22424e !important; }
    body.academics .faculty__item1_c21:focus-within {
      border-right-color: #22424e; }
      body.academics .faculty__item1_c21:focus-within .faculty__link1 {
        background: #22424e !important; }
    body.academics .faculty__item1_c22:nth-child(1) {
      border-right-color: #586320; }
      body.academics .faculty__item1_c22:nth-child(1) .faculty__link1 {
        background: #586320; }
      body.academics .faculty__item1_c22:nth-child(1):hover {
        border-right-color: #586320 !important; }
      body.academics .faculty__item1_c22:nth-child(1):focus-within {
        border-right-color: #586320 !important; }
    body.academics .faculty__item1_c22:hover {
      border-right-color: #586320; }
      body.academics .faculty__item1_c22:hover .faculty__link1 {
        background: #586320 !important; }
    body.academics .faculty__item1_c22:focus-within {
      border-right-color: #586320; }
      body.academics .faculty__item1_c22:focus-within .faculty__link1 {
        background: #586320 !important; }
    body.academics .faculty__item1_c23:nth-child(1) {
      border-right-color: #824043; }
      body.academics .faculty__item1_c23:nth-child(1) .faculty__link1 {
        background: #824043; }
      body.academics .faculty__item1_c23:nth-child(1):hover {
        border-right-color: #824043 !important; }
      body.academics .faculty__item1_c23:nth-child(1):focus-within {
        border-right-color: #824043 !important; }
    body.academics .faculty__item1_c23:hover {
      border-right-color: #824043; }
      body.academics .faculty__item1_c23:hover .faculty__link1 {
        background: #824043 !important; }
    body.academics .faculty__item1_c23:focus-within {
      border-right-color: #824043; }
      body.academics .faculty__item1_c23:focus-within .faculty__link1 {
        background: #824043 !important; }
    body.academics .faculty__item1_c24:nth-child(1) {
      border-right-color: #826143; }
      body.academics .faculty__item1_c24:nth-child(1) .faculty__link1 {
        background: #826143; }
      body.academics .faculty__item1_c24:nth-child(1):hover {
        border-right-color: #826143 !important; }
      body.academics .faculty__item1_c24:nth-child(1):focus-within {
        border-right-color: #826143 !important; }
    body.academics .faculty__item1_c24:hover {
      border-right-color: #826143; }
      body.academics .faculty__item1_c24:hover .faculty__link1 {
        background: #826143 !important; }
    body.academics .faculty__item1_c24:focus-within {
      border-right-color: #826143; }
      body.academics .faculty__item1_c24:focus-within .faculty__link1 {
        background: #826143 !important; }
    body.academics .faculty__item1_c25:nth-child(1) {
      border-right-color: #26408d; }
      body.academics .faculty__item1_c25:nth-child(1) .faculty__link1 {
        background: #26408d; }
      body.academics .faculty__item1_c25:nth-child(1):hover {
        border-right-color: #26408d !important; }
      body.academics .faculty__item1_c25:nth-child(1):focus-within {
        border-right-color: #26408d !important; }
    body.academics .faculty__item1_c25:hover {
      border-right-color: #26408d; }
      body.academics .faculty__item1_c25:hover .faculty__link1 {
        background: #26408d !important; }
    body.academics .faculty__item1_c25:focus-within {
      border-right-color: #26408d; }
      body.academics .faculty__item1_c25:focus-within .faculty__link1 {
        background: #26408d !important; }
    body.academics .faculty__item1_c26:nth-child(1) {
      border-right-color: #a15984; }
      body.academics .faculty__item1_c26:nth-child(1) .faculty__link1 {
        background: #a15984; }
      body.academics .faculty__item1_c26:nth-child(1):hover {
        border-right-color: #a15984 !important; }
      body.academics .faculty__item1_c26:nth-child(1):focus-within {
        border-right-color: #a15984 !important; }
    body.academics .faculty__item1_c26:hover {
      border-right-color: #a15984; }
      body.academics .faculty__item1_c26:hover .faculty__link1 {
        background: #a15984 !important; }
    body.academics .faculty__item1_c26:focus-within {
      border-right-color: #a15984; }
      body.academics .faculty__item1_c26:focus-within .faculty__link1 {
        background: #a15984 !important; }
    body.academics .faculty__item1_c27:nth-child(1) {
      border-right-color: #706d1e; }
      body.academics .faculty__item1_c27:nth-child(1) .faculty__link1 {
        background: #706d1e; }
      body.academics .faculty__item1_c27:nth-child(1):hover {
        border-right-color: #706d1e !important; }
      body.academics .faculty__item1_c27:nth-child(1):focus-within {
        border-right-color: #706d1e !important; }
    body.academics .faculty__item1_c27:hover {
      border-right-color: #706d1e; }
      body.academics .faculty__item1_c27:hover .faculty__link1 {
        background: #706d1e !important; }
    body.academics .faculty__item1_c27:focus-within {
      border-right-color: #706d1e; }
      body.academics .faculty__item1_c27:focus-within .faculty__link1 {
        background: #706d1e !important; }
    body.academics .faculty__item1_c28:nth-child(1) {
      border-right-color: #948629; }
      body.academics .faculty__item1_c28:nth-child(1) .faculty__link1 {
        background: #948629; }
      body.academics .faculty__item1_c28:nth-child(1):hover {
        border-right-color: #948629 !important; }
      body.academics .faculty__item1_c28:nth-child(1):focus-within {
        border-right-color: #948629 !important; }
    body.academics .faculty__item1_c28:hover {
      border-right-color: #948629; }
      body.academics .faculty__item1_c28:hover .faculty__link1 {
        background: #948629 !important; }
    body.academics .faculty__item1_c28:focus-within {
      border-right-color: #948629; }
      body.academics .faculty__item1_c28:focus-within .faculty__link1 {
        background: #948629 !important; }
    body.academics .faculty__item1_c29:nth-child(1) {
      border-right-color: #a50e10; }
      body.academics .faculty__item1_c29:nth-child(1) .faculty__link1 {
        background: #a50e10; }
      body.academics .faculty__item1_c29:nth-child(1):hover {
        border-right-color: #a50e10 !important; }
      body.academics .faculty__item1_c29:nth-child(1):focus-within {
        border-right-color: #a50e10 !important; }
    body.academics .faculty__item1_c29:hover {
      border-right-color: #a50e10; }
      body.academics .faculty__item1_c29:hover .faculty__link1 {
        background: #a50e10 !important; }
    body.academics .faculty__item1_c29:focus-within {
      border-right-color: #a50e10; }
      body.academics .faculty__item1_c29:focus-within .faculty__link1 {
        background: #a50e10 !important; }
    body.academics .faculty__item1_c31:nth-child(1) {
      border-right-color: #8d1d28; }
      body.academics .faculty__item1_c31:nth-child(1) .faculty__link1 {
        background: #8d1d28; }
      body.academics .faculty__item1_c31:nth-child(1):hover {
        border-right-color: #8d1d28 !important; }
      body.academics .faculty__item1_c31:nth-child(1):focus-within {
        border-right-color: #8d1d28 !important; }
    body.academics .faculty__item1_c31:hover {
      border-right-color: #8d1d28; }
      body.academics .faculty__item1_c31:hover .faculty__link1 {
        background: #8d1d28 !important; }
    body.academics .faculty__item1_c31:focus-within {
      border-right-color: #8d1d28; }
      body.academics .faculty__item1_c31:focus-within .faculty__link1 {
        background: #8d1d28 !important; }
    body.academics .faculty__item1_c32:nth-child(1) {
      border-right-color: #cee7e4; }
      body.academics .faculty__item1_c32:nth-child(1) .faculty__link1 {
        background: #cee7e4; }
      body.academics .faculty__item1_c32:nth-child(1):hover {
        border-right-color: #cee7e4 !important; }
      body.academics .faculty__item1_c32:nth-child(1):focus-within {
        border-right-color: #cee7e4 !important; }
    body.academics .faculty__item1_c32:hover {
      border-right-color: #cee7e4; }
      body.academics .faculty__item1_c32:hover .faculty__link1 {
        background: #cee7e4 !important; }
    body.academics .faculty__item1_c32:focus-within {
      border-right-color: #cee7e4; }
      body.academics .faculty__item1_c32:focus-within .faculty__link1 {
        background: #cee7e4 !important; }
    body.academics .faculty__item1_c33:nth-child(1) {
      border-right-color: #bb9e81; }
      body.academics .faculty__item1_c33:nth-child(1) .faculty__link1 {
        background: #bb9e81; }
      body.academics .faculty__item1_c33:nth-child(1):hover {
        border-right-color: #bb9e81 !important; }
      body.academics .faculty__item1_c33:nth-child(1):focus-within {
        border-right-color: #bb9e81 !important; }
    body.academics .faculty__item1_c33:hover {
      border-right-color: #bb9e81; }
      body.academics .faculty__item1_c33:hover .faculty__link1 {
        background: #bb9e81 !important; }
    body.academics .faculty__item1_c33:focus-within {
      border-right-color: #bb9e81; }
      body.academics .faculty__item1_c33:focus-within .faculty__link1 {
        background: #bb9e81 !important; }
    body.academics .faculty__item1_c34:nth-child(1) {
      border-right-color: #5890ae; }
      body.academics .faculty__item1_c34:nth-child(1) .faculty__link1 {
        background: #5890ae; }
      body.academics .faculty__item1_c34:nth-child(1):hover {
        border-right-color: #5890ae !important; }
      body.academics .faculty__item1_c34:nth-child(1):focus-within {
        border-right-color: #5890ae !important; }
    body.academics .faculty__item1_c34:hover {
      border-right-color: #5890ae; }
      body.academics .faculty__item1_c34:hover .faculty__link1 {
        background: #5890ae !important; }
    body.academics .faculty__item1_c34:focus-within {
      border-right-color: #5890ae; }
      body.academics .faculty__item1_c34:focus-within .faculty__link1 {
        background: #5890ae !important; }
    body.academics .faculty__item1_c35:nth-child(1) {
      border-right-color: #c5737f; }
      body.academics .faculty__item1_c35:nth-child(1) .faculty__link1 {
        background: #c5737f; }
      body.academics .faculty__item1_c35:nth-child(1):hover {
        border-right-color: #c5737f !important; }
      body.academics .faculty__item1_c35:nth-child(1):focus-within {
        border-right-color: #c5737f !important; }
    body.academics .faculty__item1_c35:hover {
      border-right-color: #c5737f; }
      body.academics .faculty__item1_c35:hover .faculty__link1 {
        background: #c5737f !important; }
    body.academics .faculty__item1_c35:focus-within {
      border-right-color: #c5737f; }
      body.academics .faculty__item1_c35:focus-within .faculty__link1 {
        background: #c5737f !important; }
    body.academics .faculty__item1_g01:nth-child(1) {
      border-right-color: #18b3c2; }
      body.academics .faculty__item1_g01:nth-child(1) .faculty__link1 {
        background: #18b3c2; }
      body.academics .faculty__item1_g01:nth-child(1):hover {
        border-right-color: #18b3c2 !important; }
      body.academics .faculty__item1_g01:nth-child(1):focus-within {
        border-right-color: #18b3c2 !important; }
    body.academics .faculty__item1_g01:hover {
      border-right-color: #18b3c2; }
      body.academics .faculty__item1_g01:hover .faculty__link1 {
        background: #18b3c2 !important; }
    body.academics .faculty__item1_g01:focus-within {
      border-right-color: #18b3c2; }
      body.academics .faculty__item1_g01:focus-within .faculty__link1 {
        background: #18b3c2 !important; }
    body.academics .faculty__item1_g02:nth-child(1) {
      border-right-color: #e56400; }
      body.academics .faculty__item1_g02:nth-child(1) .faculty__link1 {
        background: #e56400; }
      body.academics .faculty__item1_g02:nth-child(1):hover {
        border-right-color: #e56400 !important; }
      body.academics .faculty__item1_g02:nth-child(1):focus-within {
        border-right-color: #e56400 !important; }
    body.academics .faculty__item1_g02:hover {
      border-right-color: #e56400; }
      body.academics .faculty__item1_g02:hover .faculty__link1 {
        background: #e56400 !important; }
    body.academics .faculty__item1_g02:focus-within {
      border-right-color: #e56400; }
      body.academics .faculty__item1_g02:focus-within .faculty__link1 {
        background: #e56400 !important; }
    body.academics .faculty__item1_g03:nth-child(1) {
      border-right-color: #003c78; }
      body.academics .faculty__item1_g03:nth-child(1) .faculty__link1 {
        background: #003c78; }
      body.academics .faculty__item1_g03:nth-child(1):hover {
        border-right-color: #003c78 !important; }
      body.academics .faculty__item1_g03:nth-child(1):focus-within {
        border-right-color: #003c78 !important; }
    body.academics .faculty__item1_g03:hover {
      border-right-color: #003c78; }
      body.academics .faculty__item1_g03:hover .faculty__link1 {
        background: #003c78 !important; }
    body.academics .faculty__item1_g03:focus-within {
      border-right-color: #003c78; }
      body.academics .faculty__item1_g03:focus-within .faculty__link1 {
        background: #003c78 !important; }
    body.academics .faculty__item1_g04:nth-child(1) {
      border-right-color: #d1bd00; }
      body.academics .faculty__item1_g04:nth-child(1) .faculty__link1 {
        background: #d1bd00; }
      body.academics .faculty__item1_g04:nth-child(1):hover {
        border-right-color: #d1bd00 !important; }
      body.academics .faculty__item1_g04:nth-child(1):focus-within {
        border-right-color: #d1bd00 !important; }
    body.academics .faculty__item1_g04:hover {
      border-right-color: #d1bd00; }
      body.academics .faculty__item1_g04:hover .faculty__link1 {
        background: #d1bd00 !important; }
    body.academics .faculty__item1_g04:focus-within {
      border-right-color: #d1bd00; }
      body.academics .faculty__item1_g04:focus-within .faculty__link1 {
        background: #d1bd00 !important; }
    body.academics .faculty__item1_g05:nth-child(1) {
      border-right-color: #c53c8b; }
      body.academics .faculty__item1_g05:nth-child(1) .faculty__link1 {
        background: #c53c8b; }
      body.academics .faculty__item1_g05:nth-child(1):hover {
        border-right-color: #c53c8b !important; }
      body.academics .faculty__item1_g05:nth-child(1):focus-within {
        border-right-color: #c53c8b !important; }
    body.academics .faculty__item1_g05:hover {
      border-right-color: #c53c8b; }
      body.academics .faculty__item1_g05:hover .faculty__link1 {
        background: #c53c8b !important; }
    body.academics .faculty__item1_g05:focus-within {
      border-right-color: #c53c8b; }
      body.academics .faculty__item1_g05:focus-within .faculty__link1 {
        background: #c53c8b !important; }
    body.academics .faculty__item1_g06:nth-child(1) {
      border-right-color: #008364; }
      body.academics .faculty__item1_g06:nth-child(1) .faculty__link1 {
        background: #008364; }
      body.academics .faculty__item1_g06:nth-child(1):hover {
        border-right-color: #008364 !important; }
      body.academics .faculty__item1_g06:nth-child(1):focus-within {
        border-right-color: #008364 !important; }
    body.academics .faculty__item1_g06:hover {
      border-right-color: #008364; }
      body.academics .faculty__item1_g06:hover .faculty__link1 {
        background: #008364 !important; }
    body.academics .faculty__item1_g06:focus-within {
      border-right-color: #008364; }
      body.academics .faculty__item1_g06:focus-within .faculty__link1 {
        background: #008364 !important; }
    body.academics .faculty__item1_g07:nth-child(1) {
      border-right-color: #f29b8f; }
      body.academics .faculty__item1_g07:nth-child(1) .faculty__link1 {
        background: #f29b8f; }
      body.academics .faculty__item1_g07:nth-child(1):hover {
        border-right-color: #f29b8f !important; }
      body.academics .faculty__item1_g07:nth-child(1):focus-within {
        border-right-color: #f29b8f !important; }
    body.academics .faculty__item1_g07:hover {
      border-right-color: #f29b8f; }
      body.academics .faculty__item1_g07:hover .faculty__link1 {
        background: #f29b8f !important; }
    body.academics .faculty__item1_g07:focus-within {
      border-right-color: #f29b8f; }
      body.academics .faculty__item1_g07:focus-within .faculty__link1 {
        background: #f29b8f !important; }
    body.academics .faculty__box {
      display: none; } }
  @media (max-width: 768.98px) {
    body.academics .faculty__list1 {
      padding-right: 0; }
    body.academics .faculty__item1_black .faculty__link1[aria-expanded="true"] {
      background: #24140e !important; }
    body.academics .faculty__item1_rits .faculty__link1[aria-expanded="true"] {
      background: #ad181f !important; }
    body.academics .faculty__item1_c11 .faculty__link1[aria-expanded="true"] {
      background: #4b9bb9 !important; }
    body.academics .faculty__item1_c12 .faculty__link1[aria-expanded="true"] {
      background: #7f8e2b !important; }
    body.academics .faculty__item1_c13 .faculty__link1[aria-expanded="true"] {
      background: #cb6a6d !important; }
    body.academics .faculty__item1_c14 .faculty__link1[aria-expanded="true"] {
      background: #a17c5a !important; }
    body.academics .faculty__item1_c15 .faculty__link1[aria-expanded="true"] {
      background: #3d60c2 !important; }
    body.academics .faculty__item1_c16 .faculty__link1[aria-expanded="true"] {
      background: #b8749c !important; }
    body.academics .faculty__item1_c17 .faculty__link1[aria-expanded="true"] {
      background: #4d9d8a !important; }
    body.academics .faculty__item1_c18 .faculty__link1[aria-expanded="true"] {
      background: #8b8a8a !important; }
    body.academics .faculty__item1_c19 .faculty__link1[aria-expanded="true"] {
      background: #0e975b !important; }
    body.academics .faculty__item1_c21 .faculty__link1[aria-expanded="true"] {
      background: #22424e !important; }
    body.academics .faculty__item1_c22 .faculty__link1[aria-expanded="true"] {
      background: #586320 !important; }
    body.academics .faculty__item1_c23 .faculty__link1[aria-expanded="true"] {
      background: #824043 !important; }
    body.academics .faculty__item1_c24 .faculty__link1[aria-expanded="true"] {
      background: #826143 !important; }
    body.academics .faculty__item1_c25 .faculty__link1[aria-expanded="true"] {
      background: #26408d !important; }
    body.academics .faculty__item1_c26 .faculty__link1[aria-expanded="true"] {
      background: #a15984 !important; }
    body.academics .faculty__item1_c27 .faculty__link1[aria-expanded="true"] {
      background: #706d1e !important; }
    body.academics .faculty__item1_c28 .faculty__link1[aria-expanded="true"] {
      background: #948629 !important; }
    body.academics .faculty__item1_c29 .faculty__link1[aria-expanded="true"] {
      background: #a50e10 !important; }
    body.academics .faculty__item1_c31 .faculty__link1[aria-expanded="true"] {
      background: #8d1d28 !important; }
    body.academics .faculty__item1_c32 .faculty__link1[aria-expanded="true"] {
      background: #cee7e4 !important; }
    body.academics .faculty__item1_c33 .faculty__link1[aria-expanded="true"] {
      background: #bb9e81 !important; }
    body.academics .faculty__item1_c34 .faculty__link1[aria-expanded="true"] {
      background: #5890ae !important; }
    body.academics .faculty__item1_c35 .faculty__link1[aria-expanded="true"] {
      background: #c5737f !important; }
    body.academics .faculty__item1_g01 .faculty__link1[aria-expanded="true"] {
      background: #18b3c2 !important; }
    body.academics .faculty__item1_g02 .faculty__link1[aria-expanded="true"] {
      background: #e56400 !important; }
    body.academics .faculty__item1_g03 .faculty__link1[aria-expanded="true"] {
      background: #003c78 !important; }
    body.academics .faculty__item1_g04 .faculty__link1[aria-expanded="true"] {
      background: #d1bd00 !important; }
    body.academics .faculty__item1_g05 .faculty__link1[aria-expanded="true"] {
      background: #c53c8b !important; }
    body.academics .faculty__item1_g06 .faculty__link1[aria-expanded="true"] {
      background: #008364 !important; }
    body.academics .faculty__item1_g07 .faculty__link1[aria-expanded="true"] {
      background: #f29b8f !important; }
    body.academics .faculty__link1[aria-expanded="true"]::after {
      -webkit-transform: translateY(-30%) rotate(315deg);
              transform: translateY(-30%) rotate(315deg); }
    body.academics .faculty__link1[aria-expanded="false"]::after {
      -webkit-transform: translateY(-70%) rotate(135deg);
              transform: translateY(-70%) rotate(135deg); }
    body.academics .faculty__box {
      border-top: 3px solid #fff; }
    body.academics .faculty__nav {
      white-space: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.department_object_fit{
  object-fit: cover;
  width: 100%;
  height: 21vh;
}
.department_object_position{
  object-position: 0 bottom;
}

body.academics .department {
  padding-bottom: 60px;
  position: relative; }
  @media (min-width: 769px) {
    body.academics .department {
      margin-bottom: 120px; } }
  @media (max-width: 768.98px) {
    body.academics .department {
      margin-bottom: 90px; } }
  body.academics .department::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #efefef;
    z-index: -1;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    left: -500%;
    right: 0;
    height: 50%; }
    @media (max-width: 768.98px) {
      body.academics .department::before {
        right: -20px;
        -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg); } }
  body.academics .department::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #efefef;
    z-index: -1;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%; }
    @media (max-width: 768.98px) {
      body.academics .department::after {
        left: -20px;
        right: -20px; } }
  body.academics .department > .pblock::after, body.academics .department > .pblock-sub::after, body.academics .department > .pblock-slim::after, body.academics .department > .pblock-wide::after, body.academics .department > .pblock-full::after {
    display: block;
    clear: both;
    content: ""; }
  body.academics .department__body {
    max-width: 880px; }
  body.academics .department__list1 {
    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) {
      body.academics .department__list1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .department__list1 > * {
          width: calc((100% - 40px * 1) / 2); }
          body.academics .department__list1 > *:nth-last-child(n + 3) {
            margin-bottom: 60px; }
          body.academics .department__list1 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      body.academics .department__list1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .department__list1 > * {
          width: 100%; }
          body.academics .department__list1 > *:nth-last-child(n + 2) {
            margin-bottom: 30px; }
          body.academics .department__list1 > * img {
            width: 100%; } }
  body.academics .department__link1 {
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    text-decoration: none;
    color: currentColor; }
    body.academics .department__link1:hover {
      opacity: 0.8; }
      body.academics .department__link1:hover span:nth-child(3)::after {
        -webkit-transform: translateX(10px) rotate(45deg);
                transform: translateX(10px) rotate(45deg); }
  body.academics .department__catch1 {
    font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
    font-weight: bold;
    line-height: 1.5; }
    @media (min-width: 769px) {
      body.academics .department__catch1 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      body.academics .department__catch1 {
        font-size: 1.8rem; } }
  @media (min-width: 769px) {
    body.academics .department {
      overflow: hidden; } }

body.academics .department-sub {
  position: relative; }
  @media (min-width: 769px) {
    body.academics .department-sub {
      margin-bottom: 120px; } }
  @media (max-width: 768.98px) {
    body.academics .department-sub {
      margin-bottom: 90px; } }
  body.academics .department-sub__body {
    max-width: 880px; }
  body.academics .department-sub__list1 {
    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) {
      body.academics .department-sub__list1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .department-sub__list1 > * {
          width: calc((100% - 40px * 1) / 2); }
          body.academics .department-sub__list1 > *:nth-last-child(n + 3) {
            margin-bottom: 60px; }
          body.academics .department-sub__list1 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      body.academics .department-sub__list1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .department-sub__list1 > * {
          width: 100%; }
          body.academics .department-sub__list1 > *:nth-last-child(n + 2) {
            margin-bottom: 30px; }
          body.academics .department-sub__list1 > * img {
            width: 100%; } }

@media (min-width: 769px) {
  body.academics .rlink {
    margin-bottom: 120px; } }

@media (max-width: 768.98px) {
  body.academics .rlink {
    margin-bottom: 90px; } }

body.academics .rlink__list1 {
  margin: 0;
  padding: 0;
  list-style: none; }
  body.academics .rlink__list1_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) {
      body.academics .rlink__list1_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .rlink__list1_col2 > * {
          width: calc((100% - 60px * 1) / 2); }
          body.academics .rlink__list1_col2 > *:nth-last-child(n + 3) {
            margin-bottom: 30px; }
          body.academics .rlink__list1_col2 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      body.academics .rlink__list1_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .rlink__list1_col2 > * {
          width: 100%; }
          body.academics .rlink__list1_col2 > *:nth-last-child(n + 2) {
            margin-bottom: 20px; }
          body.academics .rlink__list1_col2 > * img {
            width: 100%; } }

body.academics .rlink__item1 a {
  height: 100%; }

body.academics .rlink__link1 {
  display: block;
  margin-bottom: 10px;
  opacity: 1;
  text-decoration: none;
  color: currentColor; }
  body.academics .rlink__link1:hover {
    opacity: 0.8; }
    body.academics .rlink__link1:hover span:nth-child(3)::after {
      -webkit-transform: translateX(10px) rotate(45deg);
              transform: translateX(10px) rotate(45deg); }

body.academics .features {
  margin-left: -40px;
  padding-left: 40px;
  padding-bottom: 60px;
  position: relative; }
  @media (min-width: 769px) {
    body.academics .features {
      margin-bottom: 90px; } }
  @media (max-width: 768.98px) {
    body.academics .features {
      margin-bottom: 60px; } }
  body.academics .features::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #efefef;
    z-index: -1;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    left: -500%;
    right: 0;
    height: 50%; }
    @media (max-width: 768.98px) {
      body.academics .features::before {
        right: -20px;
        -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg); } }
  body.academics .features::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #efefef;
    z-index: -1;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%; }
    @media (max-width: 768.98px) {
      body.academics .features::after {
        left: -20px;
        right: -20px; } }
  body.academics .features__list1 {
    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) {
      body.academics .features__list1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .features__list1 > * {
          width: calc((100% - 0px * 2) / 3 - 0.1px); }
          body.academics .features__list1 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      body.academics .features__list1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .features__list1 > * {
          width: 100%; }
          body.academics .features__list1 > * img {
            width: 100%; } }
  body.academics .features__head {
    margin-bottom: 10px;
    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;
    color: #64072a; }
    body.academics .features__head span:first-child {
      line-height: 1; }
      @media (min-width: 769px) {
        body.academics .features__head span:first-child {
          font-size: 1.6rem; } }
      @media (max-width: 768.98px) {
        body.academics .features__head span:first-child {
          font-size: 1.6rem; } }
    body.academics .features__head span:last-child {
      line-height: 1;
      font-family: "Crimson Text", serif;
      font-weight: 400;
      letter-spacing: normal; }
      @media (min-width: 769px) {
        body.academics .features__head span:last-child {
          font-size: 10rem; } }
      @media (max-width: 768.98px) {
        body.academics .features__head span:last-child {
          font-size: 10rem; } }
  body.academics .features__box {
    padding: 0 20px; }
  body.academics .features__title {
    font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 769px) {
      body.academics .features__title {
        font-size: 2.4rem; } }
    @media (max-width: 768.98px) {
      body.academics .features__title {
        font-size: 2.4rem; } }
  @media (min-width: 769px) {
    body.academics .features__txt {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    body.academics .features__txt {
      font-size: 1.6rem; } }
  @media (min-width: 769px) {
    body.academics .features__list1 {
      margin-left: -20px;
      margin-right: -20px; }
    body.academics .features__item1:not(:last-child) .features__box {
      border-right: 1px dotted #24140e; } }
  @media (max-width: 768.98px) {
    body.academics .features {
      margin-left: -20px;
      padding-left: 20px;
      margin-right: -20px;
      padding-right: 20px;
      padding-top: 50px; }
      body.academics .features__item1 {
        padding: 30px 0; }
        body.academics .features__item1:not(:last-child) {
          border-bottom: 1px dotted #24140e; } }

@media (min-width: 769px) {
  body.academics .carriculum {
    margin-bottom: 120px; } }

@media (max-width: 768.98px) {
  body.academics .carriculum {
    margin-bottom: 90px; } }

body.academics .carriculum__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.academics .carriculum__caption-title {
    font-weight: bold;
    margin-bottom: 0.5em; }

body.academics .carriculum .table thead tr th {
  font-weight: bold; }

body.academics .carriculum .table tbody tr th {
  vertical-align: middle; }

body.academics .carriculum .plist_type_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 769px) {
    body.academics .carriculum .plist_type_link {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.academics .carriculum .plist_type_link > * {
        width: calc((100% - 45px * 2) / 3); }
        .ie11 body.academics .carriculum .plist_type_link > * {
          width: calc((100% - 45px * 2) / 3 - 0.1px); }
        body.academics .carriculum .plist_type_link > *:not(:nth-child(3n)) {
          margin-right: 45px; }
        body.academics .carriculum .plist_type_link > *:nth-last-child(n + 4) {
          margin-bottom: 30px; }
        body.academics .carriculum .plist_type_link > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    body.academics .carriculum .plist_type_link {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.academics .carriculum .plist_type_link > * {
        width: 100%; }
        body.academics .carriculum .plist_type_link > *:nth-last-child(n + 2) {
          margin-bottom: 10px; }
        body.academics .carriculum .plist_type_link > * img {
          width: 100%; } }

body.academics .carriculum_basic .table tbody tr th:first-child,
body.academics .carriculum_basic .table tbody tr td:first-child {
  width: 22%;
  text-align: center; }
body.academics .carriculum_basic .table tbody tr th:nth-child(2),
body.academics .carriculum_basic .table tbody tr td:nth-child(2) {
  width: 20%;
  text-align: center; }
body.academics .carriculum_basic .table tbody tr th:nth-child(3),
body.academics .carriculum_basic .table tbody tr td:nth-child(3) {
  width: 23%;
  text-align: center; }

body.academics .carriculum_basic .table tbody tr th:last-child,
body.academics .carriculum_basic .table tbody tr td:last-child {
  width: 34%; }

body.academics .carriculum_basic .table tbody tr div.ub-bar-graph dl > div{
  margin: 0 auto 2.5em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  font-size: 0.9rem;
  position:relative;
  box-shadow: 0 3px 5px rgba(0,0,0,.03);
}
body.academics .carriculum_basic .table tbody tr div.ub-bar-graph dl > div:last-child{
  margin: 0 !important;
}
body.academics .carriculum_basic .table tbody tr div.ub-bar-graph dl > div dt{
  background:#bfe3ff;
  border-right: 2px solid #fff;
}
body.academics .carriculum_basic .table tbody tr div.ub-bar-graph dl > div dd{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex:1;
  margin:0 !important;
  font-size:1em;
  background:#ffc0cb;
}
body.academics .carriculum_basic .table tbody tr div.ub-bar-graph dl > div dt > span,.ub-bar-graph dl > div dd > span{
  position:absolute;
  z-index: 1;
  color:#333;
  font-size: 1em;
  line-height: 1.5;
}

@media screen and (max-width: 560px) {
  body.academics .carriculum_basic .table tbody tr div.ub-bar-graph dl > div{
    margin: 0 auto 2em !important;
  }
}

body.academics .carriculum_kamoku {
  background: #efefef; }
  @media (max-width: 768.98px) {
    body.academics .carriculum_kamoku {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 769px) {
    body.academics .carriculum_kamoku {
      padding-top: 60px; } }
  @media (max-width: 768.98px) {
    body.academics .carriculum_kamoku {
      padding-top: 60px; } }
  @media (min-width: 769px) {
    body.academics .carriculum_kamoku {
      padding-bottom: 60px; } }
  @media (max-width: 768.98px) {
    body.academics .carriculum_kamoku {
      padding-bottom: 60px; } }
  @media (min-width: 769px) {
    body.academics .carriculum_kamoku {
      margin-bottom: 0px; } }
  @media (max-width: 768.98px) {
    body.academics .carriculum_kamoku {
      margin-bottom: 0px; } }
  body.academics .carriculum_kamoku .table tbody tr th,
  body.academics .carriculum_kamoku .table tbody tr td {
    width: 20%; }
  body.academics .carriculum_kamoku .table tbody tr:nth-child(even) th,
  body.academics .carriculum_kamoku .table tbody tr:nth-child(even) td {
    width: 20%;
    background: #efefef; }

body.academics .carriculum_unit {
  background: #efefef; }
  @media (max-width: 768.98px) {
    body.academics .carriculum_unit {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 769px) {
    body.academics .carriculum_unit {
      padding-top: 0px; } }
  @media (max-width: 768.98px) {
    body.academics .carriculum_unit {
      padding-top: 0px; } }
  @media (min-width: 769px) {
    body.academics .carriculum_unit {
      padding-bottom: 60px; } }
  @media (max-width: 768.98px) {
    body.academics .carriculum_unit {
      padding-bottom: 60px; } }
  body.academics .carriculum_unit td {
    text-align: center; }
  body.academics .carriculum_unit p {
    margin-bottom: 0; }

body.academics .carriculum_kamoku_unit .table tbody tr th {
  font-weight: normal; }

body.academics .carriculum_kamoku_unit .table tbody tr th,
body.academics .carriculum_kamoku_unit .table tbody tr td {
  text-align: center; }
  body.academics .carriculum_kamoku_unit .table tbody tr th:nth-last-child(6),
  body.academics .carriculum_kamoku_unit .table tbody tr td:nth-last-child(6) {
    width: 15%; }
  body.academics .carriculum_kamoku_unit .table tbody tr th:nth-last-child(5),
  body.academics .carriculum_kamoku_unit .table tbody tr td:nth-last-child(5) {
    width: 20%; }
  body.academics .carriculum_kamoku_unit .table tbody tr th:nth-last-child(4),
  body.academics .carriculum_kamoku_unit .table tbody tr td:nth-last-child(4) {
    width: auto;
    text-align: left; }
  body.academics .carriculum_kamoku_unit .table tbody tr th:nth-last-child(3),
  body.academics .carriculum_kamoku_unit .table tbody tr td:nth-last-child(3) {
    width: 6%; }
  body.academics .carriculum_kamoku_unit .table tbody tr th:nth-last-child(2),
  body.academics .carriculum_kamoku_unit .table tbody tr td:nth-last-child(2) {
    width: 10%; }
  body.academics .carriculum_kamoku_unit .table tbody tr th:nth-last-child(1),
  body.academics .carriculum_kamoku_unit .table tbody tr td:nth-last-child(1) {
    width: 10%; }

@media (max-width: 768.98px) {
  body.academics .carriculum table {
    min-width: 930px; }
  body.academics .carriculum_kamoku_unit .table-responsive table {
    min-width: 600px; } }

@media (min-width: 769px) {
  body.academics .voice {
    margin-bottom: 120px; } }

@media (max-width: 768.98px) {
  body.academics .voice {
    margin-bottom: 90px; } }

body.academics .voice__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px; }
  @media (min-width: 769px) {
    body.academics .voice__box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      /*body.academics .voice__box > * {
        width: calc((100% - 60px * 1) / 2); }*/
      body.academics .voice__box div.voice__box-pic {
        width: 35%; }
      body.academics .voice__box div.voice__box-txt {
        width: 61%;}
      body.academics .voice__box div.voice__box-txt .rlink__item1 a.plink_ptn2.mfp-inline {
        width: 50%;}
      body.academics .voice__box div.voice__box-txt .fz__small_90 {
        margin-bottom: 25px;
      }
        body.academics .voice__box > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    body.academics .voice__box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.academics .voice__box > * {
        width: 100%; }
        body.academics .voice__box > *:nth-last-child(n + 2) {
          margin-bottom: 30px; }
        body.academics .voice__box > * img {
          width: 100%; } }

body.academics .voice table td,
body.academics .voice table th {
  text-align: center; }
  body.academics .voice table td:not(:first-child),
  body.academics .voice table th:not(:first-child) {
    width: 16%; }

body.academics .voice_lightbox {
  margin-bottom: 0; }

@media (min-width: 769px) {
  body.academics .voice .rlink__list1 {
    margin-top: 30px; } }

@media (max-width: 768.98px) {
  body.academics .voice .plist__body-box {
    overflow: hidden; } }

@media (min-width: 769px) {
  body.academics .laboratory {
    margin-bottom: 120px; } }

@media (max-width: 768.98px) {
  body.academics .laboratory {
    margin-bottom: 90px; } }

body.academics .laboratory__dlist_lightbox .laboratory__head {
  margin-bottom: 30px;
  border-bottom: 1px solid #24140e;
  position: relative; }
  body.academics .laboratory__dlist_lightbox .laboratory__head-title {
    text-align: center;
    margin: 0 0 10px 0; }
    @media (min-width: 769px) {
      body.academics .laboratory__dlist_lightbox .laboratory__head-title {
        font-size: 2.6rem; } }
    @media (max-width: 768.98px) {
      body.academics .laboratory__dlist_lightbox .laboratory__head-title {
        font-size: 2.6rem; } }
  body.academics .laboratory__dlist_lightbox .laboratory__head-tag {
    position: absolute;
    right: 0;
    bottom: 0; }
    @media (min-width: 769px) {
      body.academics .laboratory__dlist_lightbox .laboratory__head-tag {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      body.academics .laboratory__dlist_lightbox .laboratory__head-tag {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      body.academics .laboratory__dlist_lightbox .laboratory__head-tag {
        bottom: -30px; } }

body.academics .laboratory__dlist_lightbox .laboratory__body .ptitle {
  margin-bottom: 0.5rem; }
  @media (min-width: 769px) {
    body.academics .laboratory__dlist_lightbox .laboratory__body .ptitle {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    body.academics .laboratory__dlist_lightbox .laboratory__body .ptitle {
      font-size: 1.6rem; } }

body.academics .laboratory__dlist_lightbox .laboratory__body .plist {
  display: block;
  border-color: #c6c6c6; }
  body.academics .laboratory__dlist_lightbox .laboratory__body .plist__box {
    border-color: #c6c6c6;
    width: auto;
    margin-right: 0 !important; }

body.academics .laboratory__dlist_lightbox .laboratory__body-btn {
  margin-top: 60px; }

body.academics .laboratory__dlist_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) {
    body.academics .laboratory__dlist_col2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.academics .laboratory__dlist_col2 > * {
        width: calc((100% - 60px * 1) / 2); }
        body.academics .laboratory__dlist_col2 > *:nth-last-child(n + 3) {
          margin-bottom: 30px; }
        body.academics .laboratory__dlist_col2 > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    body.academics .laboratory__dlist_col2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.academics .laboratory__dlist_col2 > * {
        width: 100%; }
        body.academics .laboratory__dlist_col2 > *:nth-last-child(n + 2) {
          margin-bottom: 30px; }
        body.academics .laboratory__dlist_col2 > * img {
          width: 100%; } }

@media (min-width: 769px) {
  body.academics .laboratory__dlist {
    margin-bottom: 30px; } }

@media (max-width: 768.98px) {
  body.academics .laboratory__dlist {
    margin-bottom: 30px; } }

body.academics .laboratory__head {
  font-size: 1.8rem; }

body.academics .laboratory__name {
  margin-right: auto; }

body.academics .laboratory .plist {
  margin-bottom: 30px;
  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) {
    body.academics .laboratory .plist {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.academics .laboratory .plist > * {
        width: calc((100% - 60px * 1) / 2); }
        .ie11 body.academics .laboratory .plist > * {
          width: calc((100% - 60px * 1) / 2 - 0.1px); }
        body.academics .laboratory .plist > *:not(:nth-child(2n)) {
          margin-right: 60px; }
        body.academics .laboratory .plist > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    body.academics .laboratory .plist {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.academics .laboratory .plist > * {
        width: 100%; }
        body.academics .laboratory .plist > *:nth-last-child(n + 2) {
          margin-bottom: 10px; }
        body.academics .laboratory .plist > * img {
          width: 100%; } }
  body.academics .laboratory .plist__item {
    border-bottom: none; }
  body.academics .laboratory .plist__link {
    border-bottom: 1px solid #24140e; }
    body.academics .laboratory .plist__link::before {
      color: #24140e;
      margin-left: 0; }
  body.academics .laboratory .plist .plink_type_box_arrow_rb {
    border-width: 2px; }

@media (min-width: 769px) {
  body.academics .teacher {
    margin-bottom: 120px; } }

@media (max-width: 768.98px) {
  body.academics .teacher {
    margin-bottom: 90px; } }

body.academics .teacher .rlink__list1 {
  margin-bottom: 50px; }

body.academics .teacher .plist {
  margin-bottom: 30px;
  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) {
    body.academics .teacher .plist {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.academics .teacher .plist > * {
        width: calc((100% - 45px * 2) / 3); }
        .ie11 body.academics .teacher .plist > * {
          width: calc((100% - 45px * 2) / 3 - 0.1px); }
        body.academics .teacher .plist > *:not(:nth-child(3n)) {
          margin-right: 45px; }
        body.academics .teacher .plist > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    body.academics .teacher .plist {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.academics .teacher .plist > * {
        width: 100%; }
        body.academics .teacher .plist > *:nth-last-child(n + 2) {
          margin-bottom: 20px; }
        body.academics .teacher .plist > * img {
          width: 100%; } }
  body.academics .teacher .plist__item {
    border-bottom: none; }
  body.academics .teacher .plist__link {
    border-bottom: 1px solid #24140e; }
  body.academics .teacher .plist .plink_type_box_arrow_rb {
    border-width: 2px; }

body.academics .career {
  background: #efefef; }
  @media (max-width: 768.98px) {
    body.academics .career {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 769px) {
    body.academics .career {
      padding-top: 60px; } }
  @media (max-width: 768.98px) {
    body.academics .career {
      padding-top: 60px; } }
  @media (min-width: 769px) {
    body.academics .career {
      padding-bottom: 60px; } }
  @media (max-width: 768.98px) {
    body.academics .career {
      padding-bottom: 60px; } }
  @media (min-width: 769px) {
    body.academics .career {
      margin-bottom: 120px; } }
  @media (max-width: 768.98px) {
    body.academics .career {
      margin-bottom: 90px; } }
  body.academics .career__box {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.academics .career__box .pbox_t2 {
      padding: 20px; }
    body.academics .career__box .pbox__title {
      font-size: 1.6rem; }
  body.academics .career__post-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) {
      body.academics .career__post-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .career__post-list > * {
          width: calc((100% - 0px * 2) / 3 - 0.1px); }
          body.academics .career__post-list > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      body.academics .career__post-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .career__post-list > * {
          width: 100%; }
          body.academics .career__post-list > * img {
            width: 100%; } }
  @media (min-width: 769px) {
    body.academics .career__box-pic {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 900px;
              flex: 0 0 900px;
      margin-right: 10px; }
    body.academics .career__box-txt {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%; }
    body.academics .career__post-list {
      margin-left: -20px;
      margin-right: -20px; }
    body.academics .career__post-item:not(:last-child) {
      border-right: 1px dotted #24140e; }
    body.academics .career__box2 {
      padding: 0 20px; } }
  @media (max-width: 768.98px) {
    body.academics .career__box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      body.academics .career__box-pic {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-bottom: 30px; }
    body.academics .career__post-item {
      padding: 30px 0; }
      body.academics .career__post-item:first-child {
        padding-top: 0; }
      body.academics .career__post-item:not(:last-child) {
        border-bottom: 1px dotted #24140e; } }

@media (min-width: 769px) {
  body.academics .pickup {
    margin-bottom: 120px; } }

@media (max-width: 768.98px) {
  body.academics .pickup {
    margin-bottom: 90px; } }

body.academics .explore {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #24140e;
  border-bottom: 1px solid #24140e; }
  @media (min-width: 769px) {
    body.academics .explore {
      padding-top: 30px; } }
  @media (max-width: 768.98px) {
    body.academics .explore {
      padding-top: 30px; } }
  @media (min-width: 769px) {
    body.academics .explore {
      padding-bottom: 30px; } }
  @media (max-width: 768.98px) {
    body.academics .explore {
      padding-bottom: 30px; } }
  @media (min-width: 769px) {
    body.academics .explore {
      margin-bottom: 120px; } }
  @media (max-width: 768.98px) {
    body.academics .explore {
      margin-bottom: 90px; } }
  body.academics .explore__list1 {
    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) {
      body.academics .explore__list1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .explore__list1 > * {
          width: calc((100% - 0px * 2) / 3 - 0.1px); }
          body.academics .explore__list1 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      body.academics .explore__list1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics .explore__list1 > * {
          width: 100%; }
          body.academics .explore__list1 > * img {
            width: 100%; } }
    @media (min-width: 769px) {
      body.academics .explore__list1 {
        margin-bottom: 30px; } }
    @media (max-width: 768.98px) {
      body.academics .explore__list1 {
        margin-bottom: 30px; } }
  @media (max-width: 768.98px) {
    body.academics .explore__list1 {
      margin-left: -20px;
      margin-right: -20px;
      overflow: hidden; }
    body.academics .explore .plink__fig-cap {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

body.academics.teacher .teacher__ruby {
  font-size: 85%;
  line-height: 100%;
  margin-bottom: 0; }

body.academics.teacher .teacher__title {
  font-weight: normal;
  font-size: 85%;
  margin-left: 1.5rem; }

body.academics.teacher .teacher__fn {
  margin-bottom: 0; }

body.academics.teacher .teacher__affiliation {
  font-weight: bold;
  margin-bottom: 0; }

body.academics.explore .explore-index__link {
  display: block; }

body.academics.explore .explore-index-lead__block {
  background: -webkit-gradient(linear, left top, right top, from(#64072a), to(#b98296));
  background: linear-gradient(90deg, #64072a 0%, #b98296 100%);
  padding: 60px 0;
  color: #fff; }
  @media (min-width: 769px) {
    body.academics.explore .explore-index-lead__block {
      margin-top: -90px; } }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-index-lead__block {
      margin-top: 0px; } }

body.academics.explore .explore-index-lead__ttl {
  text-align: center;
  font-weight: normal;
  line-height: 1; }
  body.academics.explore .explore-index-lead__ttl-en {
    display: block;
    margin-bottom: 10px; }
    @media (min-width: 769px) {
      body.academics.explore .explore-index-lead__ttl-en {
        font-size: 5.8rem; } }
    @media (max-width: 768.98px) {
      body.academics.explore .explore-index-lead__ttl-en {
        font-size: 4.2rem; } }
  body.academics.explore .explore-index-lead__ttl-jp {
    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) {
      body.academics.explore .explore-index-lead__ttl-jp {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      body.academics.explore .explore-index-lead__ttl-jp {
        font-size: 1.2rem; } }
    body.academics.explore .explore-index-lead__ttl-jp::before {
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      background: #fff;
      margin-right: 20px; }
    body.academics.explore .explore-index-lead__ttl-jp::after {
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      background: #fff;
      margin-left: 20px; }

body.academics.explore .explore-index-feature__link {
  display: block;
  border-radius: 50%; }

@media (min-width: 769px) {
  body.academics.explore .explore-index-feature-box {
    padding: 0 80px; } }

body.academics.explore .explore-index-feature-box__ttl {
  text-align: center; }
  @media (min-width: 769px) {
    body.academics.explore .explore-index-feature-box__ttl {
      margin-bottom: 30px; } }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-index-feature-box__ttl {
      margin-bottom: 30px; } }
  body.academics.explore .explore-index-feature-box__ttl-no {
    display: block;
    font-weight: normal; }
    @media (min-width: 769px) {
      body.academics.explore .explore-index-feature-box__ttl-no {
        font-size: 4.2rem; } }
    @media (max-width: 768.98px) {
      body.academics.explore .explore-index-feature-box__ttl-no {
        font-size: 3.6rem; } }
    @media (min-width: 769px) {
      body.academics.explore .explore-index-feature-box__ttl-no {
        margin-bottom: 10px; } }
    @media (max-width: 768.98px) {
      body.academics.explore .explore-index-feature-box__ttl-no {
        margin-bottom: 10px; } }
    @media (min-width: 769px) {
      body.academics.explore .explore-index-feature-box__ttl-no-sub {
        font-size: 2rem; } }
    @media (max-width: 768.98px) {
      body.academics.explore .explore-index-feature-box__ttl-no-sub {
        font-size: 1.6rem; } }
  body.academics.explore .explore-index-feature-box__ttl-jp {
    display: block; }
    @media (min-width: 769px) {
      body.academics.explore .explore-index-feature-box__ttl-jp {
        font-size: 3.2rem; } }
    @media (max-width: 768.98px) {
      body.academics.explore .explore-index-feature-box__ttl-jp {
        font-size: 2.8rem; } }

body.academics.explore .explore-title {
  line-height: 1;
  text-align: center;
  margin-bottom: 60px; }
  @media (min-width: 769px) {
    body.academics.explore .explore-title {
      margin-top: 0; } }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-title {
      margin-top: 60px; } }
  body.academics.explore .explore-title__en {
    display: block;
    margin-bottom: 10px; }
    @media (min-width: 769px) {
      body.academics.explore .explore-title__en {
        font-size: 5.8rem; } }
    @media (max-width: 768.98px) {
      body.academics.explore .explore-title__en {
        font-size: 4.2rem; } }
  body.academics.explore .explore-title__jp {
    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) {
      body.academics.explore .explore-title__jp {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      body.academics.explore .explore-title__jp {
        font-size: 1.2rem; } }
    body.academics.explore .explore-title__jp::before {
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      background: #24140e;
      margin-right: 20px; }
    body.academics.explore .explore-title__jp::after {
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      background: #24140e;
      margin-left: 20px; }

body.academics.explore .explore-links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  body.academics.explore .explore-links__item {
    position: relative; }
    body.academics.explore .explore-links__item a:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
  body.academics.explore .explore-links__link:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor; }
  body.academics.explore .explore-links__img_on {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  body.academics.explore .explore-links__img_active {
    opacity: 1; }
  body.academics.explore .explore-links::before {
    content: "";
    display: block;
    width: 100%;
    height: 130px;
    background: #efefef;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  body.academics.explore .explore-links::after {
    content: "";
    display: block;
    width: 1px;
    height: 90px;
    background: #24140e;
    z-index: -1;
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
    bottom: auto;
    top: calc(100% + 20px); }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-links {
      margin-left: -40px;
      margin-right: -40px;
      margin-bottom: 90px; }
      body.academics.explore .explore-links::before {
        height: 60px; }
      body.academics.explore .explore-links::after {
        height: 50px;
        top: calc(100% + 20px); } }
  body.academics.explore .explore-links_kwd {
    margin-bottom: 0; }
    body.academics.explore .explore-links_kwd::after {
      content: none; }

body.academics.explore .explore-subject {
  margin-bottom: 30px; }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-subject .ptitle_tp4 {
      text-align: center; } }
  body.academics.explore .explore-subject_kwd {
    position: relative;
    z-index: -1;
    margin-top: -60px;
    margin-bottom: 90px;
    padding: 100px 0 80px;
    color: #fff;
    background: linear-gradient(135deg, #87afa8 0%, #2d7ba1 100%); }
    body.academics.explore .explore-subject_kwd .explore-subject__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 769px) {
        body.academics.explore .explore-subject_kwd .explore-subject__title-jp {
          font-size: 3.8rem; } }
      @media (max-width: 768.98px) {
        body.academics.explore .explore-subject_kwd .explore-subject__title-jp {
          font-size: 3.8rem; } }
      @media (min-width: 769px) {
        body.academics.explore .explore-subject_kwd .explore-subject__title-en {
          font-size: 1.4rem; } }
      @media (max-width: 768.98px) {
        body.academics.explore .explore-subject_kwd .explore-subject__title-en {
          font-size: 1.4rem; } }
    @media (max-width: 768.98px) {
      body.academics.explore .explore-subject_kwd {
        margin: -40px -20px 90px; } }

body.academics.explore .explore-tooltips {
  pointer-events: all;
  margin-bottom: 20px;
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 100%; }
  body.academics.explore .explore-tooltips__box {
    width: 600px;
    padding: 20px 40px 40px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }
    body.academics.explore .explore-tooltips__box::after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 10px 0 10px;
      border-color: #fff transparent transparent transparent;
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: auto;
      bottom: 0;
      bottom: -20px;
      -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
              filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16)); }
  body.academics.explore .explore-tooltips__title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center; }

body.academics.explore .explore-canvas {
  position: relative;
  height: 1100px;
  background: #efefef url(/academics/explore/img/img-explore-diagram-title.png) no-repeat left calc(50% - 512px + 175px - 60px) center; }
  body.academics.explore .explore-canvas.debug {
    height: auto !important;
    background: none !important; }
    body.academics.explore .explore-canvas.debug .explore-area_diagram {
      position: relative !important;
      opacity: 1 !important;
      pointer-events: inherit !important;
      border-top: 1px solid #999 !important;
      background: #efefef url(/academics/explore/img/img-explore-diagram-title.png) no-repeat left calc(50% - 512px + 175px - 60px) center; }
      body.academics.explore .explore-canvas.debug .explore-area_diagram .explore-area-box_ptn2 {
        -webkit-transform: scale(1) !important;
                transform: scale(1) !important; }
      body.academics.explore .explore-canvas.debug .explore-area_diagram .explore-area-box__link1 {
        pointer-events: auto !important; }
      body.academics.explore .explore-canvas.debug .explore-area_diagram .explore-area-box__link2 {
        pointer-events: auto !important; }
      body.academics.explore .explore-canvas.debug .explore-area_diagram::after {
        display: block;
        content: attr(id);
        position: absolute;
        top: 0;
        left: 0; }
  body.academics.explore .explore-canvas__return {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 20; }

body.academics.explore .explore-area_keyword {
  position: relative;
  height: 750px;
  background: linear-gradient(135deg, #87afa8 0%, #2d7ba1 100%); }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-area_keyword {
      margin: 0 -20px;
      height: 375px; } }

body.academics.explore .explore-area_diagram {
  position: absolute;
  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;
  height: 1100px;
  margin-bottom: 2px;
  opacity: 0;
  pointer-events: none; }
  body.academics.explore .explore-area_diagram > .pblock, body.academics.explore .explore-area_diagram > .pblock-sub, body.academics.explore .explore-area_diagram > .pblock-slim, body.academics.explore .explore-area_diagram > .pblock-wide, body.academics.explore .explore-area_diagram > .pblock-full {
    width: 1024px;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  body.academics.explore .explore-area_diagram_ptn1 {
    z-index: 2; }
  body.academics.explore .explore-area_diagram_ptn2 {
    z-index: 1; }
  body.academics.explore .explore-area_diagram:not(.active) .explore-area-box__link1 {
    pointer-events: none; }
  body.academics.explore .explore-area_diagram:not(.active) .explore-area-box__link2 {
    pointer-events: none; }
  body.academics.explore .explore-area_diagram:not(.active) .explore-area-box_ptn2 {
    -webkit-transform: scale(0);
            transform: scale(0); }
  body.academics.explore .explore-area_diagram.active {
    opacity: 1;
    pointer-events: inherit; }
    body.academics.explore .explore-area_diagram.active .explore-area-box_ptn2 {
      -webkit-transition: 500ms 300ms cubic-bezier(0, 0, 0, 1);
      transition: 500ms 300ms cubic-bezier(0, 0, 0, 1);
      -webkit-transform: scale(1);
              transform: scale(1); }

body.academics.explore .explore-area__box {
  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;
  margin: 0 auto;
  padding: 80px;
  max-width: 800px;
  min-height: 610px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1; }
  body.academics.explore .explore-area__box::before {
    content: "";
    display: block;
    width: calc(100% - 70px);
    height: calc(100% - 90px);
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#666)), -webkit-gradient(linear, left top, left bottom, from(#666), to(#666)), -webkit-gradient(linear, left top, left bottom, from(#666), to(#666)), -webkit-gradient(linear, left top, left bottom, from(#666), to(#666)), -webkit-gradient(linear, left top, left bottom, from(#666), to(#666)), -webkit-gradient(linear, left top, left bottom, from(#666), to(#666)), -webkit-gradient(linear, left top, left bottom, from(#666), to(#666)), -webkit-gradient(linear, left top, left bottom, from(#666), to(#666));
    background-image: linear-gradient(#666, #666), linear-gradient(#666, #666), linear-gradient(#666, #666), linear-gradient(#666, #666), linear-gradient(#666, #666), linear-gradient(#666, #666), linear-gradient(#666, #666), linear-gradient(#666, #666);
    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;
    z-index: -1; }

body.academics.explore .explore-area__title {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 769px) {
    body.academics.explore .explore-area__title {
      font-size: 6.4rem; } }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-area__title {
      font-size: 6.4rem; } }

body.academics.explore .explore-area-box {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }
  body.academics.explore .explore-area-box_ptn1 {
    height: 720px; }
    body.academics.explore .explore-area-box_ptn1 .explore-area-box__item {
      margin-left: 80px;
      position: absolute;
      z-index: 1; }
      body.academics.explore .explore-area-box_ptn1 .explore-area-box__item:nth-child(1) {
        top: 0px;
        left: 0; }
      body.academics.explore .explore-area-box_ptn1 .explore-area-box__item:nth-child(2) {
        top: 0px;
        left: 230px; }
      body.academics.explore .explore-area-box_ptn1 .explore-area-box__item:nth-child(3) {
        top: 0px;
        left: 460px; }
      body.academics.explore .explore-area-box_ptn1 .explore-area-box__item:nth-child(4) {
        top: 0px;
        left: 690px; }
      body.academics.explore .explore-area-box_ptn1 .explore-area-box__item:nth-child(5) {
        top: 50%;
        left: 230px;
        -webkit-transform: translate(50px, -100px);
                transform: translate(50px, -100px); }
      body.academics.explore .explore-area-box_ptn1 .explore-area-box__item:nth-child(6) {
        top: 50%;
        left: 460px;
        -webkit-transform: translate(50px, -100px);
                transform: translate(50px, -100px); }
      body.academics.explore .explore-area-box_ptn1 .explore-area-box__item:nth-child(7) {
        top: 50%;
        left: 690px;
        -webkit-transform: translate(50px, -100px);
                transform: translate(50px, -100px); }
      body.academics.explore .explore-area-box_ptn1 .explore-area-box__item:nth-child(8) {
        top: 100%;
        -webkit-transform: translateY(-200px);
                transform: translateY(-200px);
        left: 0; }
      body.academics.explore .explore-area-box_ptn1 .explore-area-box__item:nth-child(9) {
        top: 100%;
        -webkit-transform: translateY(-200px);
                transform: translateY(-200px);
        left: 230px; }
      body.academics.explore .explore-area-box_ptn1 .explore-area-box__item:nth-child(10) {
        top: 100%;
        -webkit-transform: translateY(-200px);
                transform: translateY(-200px);
        left: 460px; }
      body.academics.explore .explore-area-box_ptn1 .explore-area-box__item:nth-child(11) {
        top: 100%;
        -webkit-transform: translateY(-200px);
                transform: translateY(-200px);
        left: 690px; }
      body.academics.explore .explore-area-box_ptn1 .explore-area-box__item.active {
        -webkit-transition: 700ms 300ms;
        transition: 700ms 300ms;
        top: 50%;
        left: 50%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 10; }
      body.academics.explore .explore-area-box_ptn1 .explore-area-box__item.inactive {
        -webkit-transition: 1s cubic-bezier(0, 0, 0, 1);
        transition: 1s cubic-bezier(0, 0, 0, 1);
        opacity: 0; }
  body.academics.explore .explore-area-box-out {
    position: relative;
    padding: 80px; }
  body.academics.explore .explore-area-box_ptn2 {
    height: 860px; }
    body.academics.explore .explore-area-box_ptn2 .explore-area-box__item {
      pointer-events: none;
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transform-origin: center center;
              transform-origin: center center; }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_d1 {
        height: 600px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_d1::before {
          content: "";
          display: block;
          width: 4px;
          height: 50%;
          background: #999;
          position: absolute;
          left: 50%;
          right: auto;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 0;
          bottom: auto;
          z-index: -1; }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_d2 {
        height: 960px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_d2::before {
          content: "";
          display: block;
          width: 4px;
          height: 50%;
          background: #999;
          position: absolute;
          left: 50%;
          right: auto;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 0;
          bottom: auto;
          z-index: -1; }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r000 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(0deg);
                transform: scale(1) translate(-50%, -50%) rotate(0deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r000 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r000 .explore-area-box__link2 {
          -webkit-transform: scale(1) rotate(0deg);
                  transform: scale(1) rotate(0deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r000 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r000 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(0deg);
                    transform: scale(1.1) rotate(0deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r030 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(30deg);
                transform: scale(1) translate(-50%, -50%) rotate(30deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r030 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r030 .explore-area-box__link2 {
          -webkit-transform: scale(1) rotate(-30deg);
                  transform: scale(1) rotate(-30deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r030 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r030 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-30deg);
                    transform: scale(1.1) rotate(-30deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r060 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(60deg);
                transform: scale(1) translate(-50%, -50%) rotate(60deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r060 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r060 .explore-area-box__link2 {
          -webkit-transform: scale(1) rotate(-60deg);
                  transform: scale(1) rotate(-60deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r060 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r060 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-60deg);
                    transform: scale(1.1) rotate(-60deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r090 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(90deg);
                transform: scale(1) translate(-50%, -50%) rotate(90deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r090 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r090 .explore-area-box__link2 {
          -webkit-transform: scale(1) rotate(-90deg);
                  transform: scale(1) rotate(-90deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r090 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r090 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-90deg);
                    transform: scale(1.1) rotate(-90deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r120 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(120deg);
                transform: scale(1) translate(-50%, -50%) rotate(120deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r120 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r120 .explore-area-box__link2 {
          -webkit-transform: scale(1) rotate(-120deg);
                  transform: scale(1) rotate(-120deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r120 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r120 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-120deg);
                    transform: scale(1.1) rotate(-120deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r150 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(150deg);
                transform: scale(1) translate(-50%, -50%) rotate(150deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r150 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r150 .explore-area-box__link2 {
          -webkit-transform: scale(1) rotate(-150deg);
                  transform: scale(1) rotate(-150deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r150 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r150 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-150deg);
                    transform: scale(1.1) rotate(-150deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r180 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(180deg);
                transform: scale(1) translate(-50%, -50%) rotate(180deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r180 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r180 .explore-area-box__link2 {
          -webkit-transform: scale(1) rotate(-180deg);
                  transform: scale(1) rotate(-180deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r180 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r180 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-180deg);
                    transform: scale(1.1) rotate(-180deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r210 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(210deg);
                transform: scale(1) translate(-50%, -50%) rotate(210deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r210 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r210 .explore-area-box__link2 {
          -webkit-transform: scale(1) rotate(-210deg);
                  transform: scale(1) rotate(-210deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r210 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r210 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-210deg);
                    transform: scale(1.1) rotate(-210deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r240 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(240deg);
                transform: scale(1) translate(-50%, -50%) rotate(240deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r240 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r240 .explore-area-box__link2 {
          -webkit-transform: scale(1) rotate(-240deg);
                  transform: scale(1) rotate(-240deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r240 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r240 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-240deg);
                    transform: scale(1.1) rotate(-240deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r270 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(270deg);
                transform: scale(1) translate(-50%, -50%) rotate(270deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r270 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r270 .explore-area-box__link2 {
          -webkit-transform: scale(1) rotate(-270deg);
                  transform: scale(1) rotate(-270deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r270 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r270 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-270deg);
                    transform: scale(1.1) rotate(-270deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r300 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(300deg);
                transform: scale(1) translate(-50%, -50%) rotate(300deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r300 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r300 .explore-area-box__link2 {
          -webkit-transform: scale(1) rotate(-300deg);
                  transform: scale(1) rotate(-300deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r300 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r300 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-300deg);
                    transform: scale(1.1) rotate(-300deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r330 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(330deg);
                transform: scale(1) translate(-50%, -50%) rotate(330deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r330 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r330 .explore-area-box__link2 {
          -webkit-transform: scale(1) rotate(-330deg);
                  transform: scale(1) rotate(-330deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r330 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_r330 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-330deg);
                    transform: scale(1.1) rotate(-330deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr000 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(0deg);
                transform: scale(1) translate(-50%, -50%) rotate(0deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr000.explore-area-box__item_d1 {
          height: 560px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr000.explore-area-box__item_d2 {
          height: 900px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr000 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr000 .explore-area-box__link2 {
          width: 140px;
          height: 140px;
          -webkit-transform: scale(1) rotate(0deg);
                  transform: scale(1) rotate(0deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr000 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr000 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(0deg);
                    transform: scale(1.1) rotate(0deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr036 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(36deg);
                transform: scale(1) translate(-50%, -50%) rotate(36deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr036.explore-area-box__item_d1 {
          height: 640px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr036.explore-area-box__item_d2 {
          height: 960px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr036 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr036 .explore-area-box__link2 {
          width: 140px;
          height: 140px;
          -webkit-transform: scale(1) rotate(-36deg);
                  transform: scale(1) rotate(-36deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr036 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr036 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-36deg);
                    transform: scale(1.1) rotate(-36deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr072 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(72deg);
                transform: scale(1) translate(-50%, -50%) rotate(72deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr072.explore-area-box__item_d1 {
          height: 560px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr072.explore-area-box__item_d2 {
          height: 900px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr072 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr072 .explore-area-box__link2 {
          width: 140px;
          height: 140px;
          -webkit-transform: scale(1) rotate(-72deg);
                  transform: scale(1) rotate(-72deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr072 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr072 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-72deg);
                    transform: scale(1.1) rotate(-72deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr108 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(108deg);
                transform: scale(1) translate(-50%, -50%) rotate(108deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr108.explore-area-box__item_d1 {
          height: 640px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr108.explore-area-box__item_d2 {
          height: 960px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr108 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr108 .explore-area-box__link2 {
          width: 140px;
          height: 140px;
          -webkit-transform: scale(1) rotate(-108deg);
                  transform: scale(1) rotate(-108deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr108 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr108 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-108deg);
                    transform: scale(1.1) rotate(-108deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr144 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(144deg);
                transform: scale(1) translate(-50%, -50%) rotate(144deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr144.explore-area-box__item_d1 {
          height: 560px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr144.explore-area-box__item_d2 {
          height: 900px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr144 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr144 .explore-area-box__link2 {
          width: 140px;
          height: 140px;
          -webkit-transform: scale(1) rotate(-144deg);
                  transform: scale(1) rotate(-144deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr144 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr144 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-144deg);
                    transform: scale(1.1) rotate(-144deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr180 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(180deg);
                transform: scale(1) translate(-50%, -50%) rotate(180deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr180.explore-area-box__item_d1 {
          height: 640px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr180.explore-area-box__item_d2 {
          height: 960px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr180 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr180 .explore-area-box__link2 {
          width: 140px;
          height: 140px;
          -webkit-transform: scale(1) rotate(-180deg);
                  transform: scale(1) rotate(-180deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr180 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr180 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-180deg);
                    transform: scale(1.1) rotate(-180deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr216 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(216deg);
                transform: scale(1) translate(-50%, -50%) rotate(216deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr216.explore-area-box__item_d1 {
          height: 560px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr216.explore-area-box__item_d2 {
          height: 900px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr216 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr216 .explore-area-box__link2 {
          width: 140px;
          height: 140px;
          -webkit-transform: scale(1) rotate(-216deg);
                  transform: scale(1) rotate(-216deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr216 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr216 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-216deg);
                    transform: scale(1.1) rotate(-216deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr252 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(252deg);
                transform: scale(1) translate(-50%, -50%) rotate(252deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr252.explore-area-box__item_d1 {
          height: 640px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr252.explore-area-box__item_d2 {
          height: 960px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr252 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr252 .explore-area-box__link2 {
          width: 140px;
          height: 140px;
          -webkit-transform: scale(1) rotate(-252deg);
                  transform: scale(1) rotate(-252deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr252 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr252 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-252deg);
                    transform: scale(1.1) rotate(-252deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr288 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(288deg);
                transform: scale(1) translate(-50%, -50%) rotate(288deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr288.explore-area-box__item_d1 {
          height: 560px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr288.explore-area-box__item_d2 {
          height: 900px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr288 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr288 .explore-area-box__link2 {
          width: 140px;
          height: 140px;
          -webkit-transform: scale(1) rotate(-288deg);
                  transform: scale(1) rotate(-288deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr288 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr288 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-288deg);
                    transform: scale(1.1) rotate(-288deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr324 {
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(324deg);
                transform: scale(1) translate(-50%, -50%) rotate(324deg); }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr324.explore-area-box__item_d1 {
          height: 640px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr324.explore-area-box__item_d2 {
          height: 960px; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr324 .explore-area-box__link1,
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr324 .explore-area-box__link2 {
          width: 140px;
          height: 140px;
          -webkit-transform: scale(1) rotate(-324deg);
                  transform: scale(1) rotate(-324deg); }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr324 .explore-area-box__link1:hover,
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item_rr324 .explore-area-box__link2:hover {
            -webkit-transform: scale(1.1) rotate(-324deg);
                    transform: scale(1.1) rotate(-324deg); }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item.active {
        -webkit-transition: 800ms 200ms;
        transition: 800ms 200ms;
        height: 200px;
        z-index: 10; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item.active .explore-area-box__link1 {
          -webkit-transition: 1s;
          transition: 1s;
          width: 200px;
          height: 200px; }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item.active .explore-area-box__link1 .explore-area-box__text-jp {
            -webkit-transition: 1s;
            transition: 1s;
            font-size: 2.2rem; }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item.active .explore-area-box__link1 .explore-area-box__text-en {
            -webkit-transition: 1s;
            transition: 1s;
            font-size: 1.2rem; }
        body.academics.explore .explore-area-box_ptn2 .explore-area-box__item.active .explore-area-box__link2 {
          -webkit-transition: 1s;
          transition: 1s;
          width: 200px;
          height: 200px; }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item.active .explore-area-box__link2 .explore-area-box__text-jp {
            -webkit-transition: 1s;
            transition: 1s;
            font-size: 2.2rem; }
          body.academics.explore .explore-area-box_ptn2 .explore-area-box__item.active .explore-area-box__link2 .explore-area-box__text-en {
            -webkit-transition: 1s;
            transition: 1s;
            font-size: 1.2rem; }
      body.academics.explore .explore-area-box_ptn2 .explore-area-box__item.inactive {
        -webkit-transition: 1s cubic-bezier(0, 0, 0, 1);
        transition: 1s cubic-bezier(0, 0, 0, 1);
        opacity: 0; }
  body.academics.explore .explore-area-box_ptn3 {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    body.academics.explore .explore-area-box_ptn3 .explore-area-box__item {
      -webkit-transition: 1s;
      transition: 1s; }
      body.academics.explore .explore-area-box_ptn3 .explore-area-box__item.inactive {
        opacity: 0; }
  body.academics.explore .explore-area-box__link1 {
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 200px;
    height: 200px;
    color: #fff;
    background: linear-gradient(135deg, #c66e60 0%, #ccae71 100%);
    border: 10px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.3;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    body.academics.explore .explore-area-box__link1:hover {
      text-decoration: none;
      opacity: 1;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    body.academics.explore .explore-area-box__link1 .explore-area-box__text-jp {
      font-size: 2.2rem; }
    body.academics.explore .explore-area-box__link1 .explore-area-box__text-en {
      font-size: 1.2rem; }
    body.academics.explore .explore-area-box__link1_center {
      width: 200px;
      height: 200px; }
    body.academics.explore .explore-area-box__link1_end {
      width: 140px;
      height: 140px; }
      body.academics.explore .explore-area-box__link1_end .explore-area-box__text-jp {
        font-size: 1.6rem; }
      body.academics.explore .explore-area-box__link1_end .explore-area-box__text-en {
        font-size: 1rem; }
  body.academics.explore .explore-area-box__link2 {
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 160px;
    height: 160px;
    color: #24140e;
    background: #fff;
    border: 10px solid #707070;
    border-radius: 50%;
    text-align: center;
    line-height: 1.3;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    body.academics.explore .explore-area-box__link2:hover {
      text-decoration: none;
      opacity: 1;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    body.academics.explore .explore-area-box__link2 .explore-area-box__text-en {
      color: #707070; }
    body.academics.explore .explore-area-box__link2_black {
      border-color: #24140e; }
      body.academics.explore .explore-area-box__link2_black .explore-area-box__text-en {
        color: #24140e; }
    body.academics.explore .explore-area-box__link2_rits {
      border-color: #ad181f; }
      body.academics.explore .explore-area-box__link2_rits .explore-area-box__text-en {
        color: #ad181f; }
    body.academics.explore .explore-area-box__link2_c11 {
      border-color: #4b9bb9; }
      body.academics.explore .explore-area-box__link2_c11 .explore-area-box__text-en {
        color: #4b9bb9; }
    body.academics.explore .explore-area-box__link2_c12 {
      border-color: #7f8e2b; }
      body.academics.explore .explore-area-box__link2_c12 .explore-area-box__text-en {
        color: #7f8e2b; }
    body.academics.explore .explore-area-box__link2_c13 {
      border-color: #cb6a6d; }
      body.academics.explore .explore-area-box__link2_c13 .explore-area-box__text-en {
        color: #cb6a6d; }
    body.academics.explore .explore-area-box__link2_c14 {
      border-color: #a17c5a; }
      body.academics.explore .explore-area-box__link2_c14 .explore-area-box__text-en {
        color: #a17c5a; }
    body.academics.explore .explore-area-box__link2_c15 {
      border-color: #3d60c2; }
      body.academics.explore .explore-area-box__link2_c15 .explore-area-box__text-en {
        color: #3d60c2; }
    body.academics.explore .explore-area-box__link2_c16 {
      border-color: #b8749c; }
      body.academics.explore .explore-area-box__link2_c16 .explore-area-box__text-en {
        color: #b8749c; }
    body.academics.explore .explore-area-box__link2_c17 {
      border-color: #4d9d8a; }
      body.academics.explore .explore-area-box__link2_c17 .explore-area-box__text-en {
        color: #4d9d8a; }
    body.academics.explore .explore-area-box__link2_c18 {
      border-color: #8b8a8a; }
      body.academics.explore .explore-area-box__link2_c18 .explore-area-box__text-en {
        color: #8b8a8a; }
    body.academics.explore .explore-area-box__link2_c19 {
      border-color: #0e975b; }
      body.academics.explore .explore-area-box__link2_c19 .explore-area-box__text-en {
        color: #0e975b; }
    body.academics.explore .explore-area-box__link2_c21 {
      border-color: #22424e; }
      body.academics.explore .explore-area-box__link2_c21 .explore-area-box__text-en {
        color: #22424e; }
    body.academics.explore .explore-area-box__link2_c22 {
      border-color: #586320; }
      body.academics.explore .explore-area-box__link2_c22 .explore-area-box__text-en {
        color: #586320; }
    body.academics.explore .explore-area-box__link2_c23 {
      border-color: #824043; }
      body.academics.explore .explore-area-box__link2_c23 .explore-area-box__text-en {
        color: #824043; }
    body.academics.explore .explore-area-box__link2_c24 {
      border-color: #826143; }
      body.academics.explore .explore-area-box__link2_c24 .explore-area-box__text-en {
        color: #826143; }
    body.academics.explore .explore-area-box__link2_c25 {
      border-color: #26408d; }
      body.academics.explore .explore-area-box__link2_c25 .explore-area-box__text-en {
        color: #26408d; }
    body.academics.explore .explore-area-box__link2_c26 {
      border-color: #a15984; }
      body.academics.explore .explore-area-box__link2_c26 .explore-area-box__text-en {
        color: #a15984; }
    body.academics.explore .explore-area-box__link2_c27 {
      border-color: #706d1e; }
      body.academics.explore .explore-area-box__link2_c27 .explore-area-box__text-en {
        color: #706d1e; }
    body.academics.explore .explore-area-box__link2_c28 {
      border-color: #948629; }
      body.academics.explore .explore-area-box__link2_c28 .explore-area-box__text-en {
        color: #948629; }
    body.academics.explore .explore-area-box__link2_c29 {
      border-color: #a50e10; }
      body.academics.explore .explore-area-box__link2_c29 .explore-area-box__text-en {
        color: #a50e10; }
    body.academics.explore .explore-area-box__link2_c31 {
      border-color: #8d1d28; }
      body.academics.explore .explore-area-box__link2_c31 .explore-area-box__text-en {
        color: #8d1d28; }
    body.academics.explore .explore-area-box__link2_c32 {
      border-color: #cee7e4; }
      body.academics.explore .explore-area-box__link2_c32 .explore-area-box__text-en {
        color: #cee7e4; }
    body.academics.explore .explore-area-box__link2_c33 {
      border-color: #bb9e81; }
      body.academics.explore .explore-area-box__link2_c33 .explore-area-box__text-en {
        color: #bb9e81; }
    body.academics.explore .explore-area-box__link2_c34 {
      border-color: #5890ae; }
      body.academics.explore .explore-area-box__link2_c34 .explore-area-box__text-en {
        color: #5890ae; }
    body.academics.explore .explore-area-box__link2_c35 {
      border-color: #c5737f; }
      body.academics.explore .explore-area-box__link2_c35 .explore-area-box__text-en {
        color: #c5737f; }
    body.academics.explore .explore-area-box__link2_g01 {
      border-color: #18b3c2; }
      body.academics.explore .explore-area-box__link2_g01 .explore-area-box__text-en {
        color: #18b3c2; }
    body.academics.explore .explore-area-box__link2_g02 {
      border-color: #e56400; }
      body.academics.explore .explore-area-box__link2_g02 .explore-area-box__text-en {
        color: #e56400; }
    body.academics.explore .explore-area-box__link2_g03 {
      border-color: #003c78; }
      body.academics.explore .explore-area-box__link2_g03 .explore-area-box__text-en {
        color: #003c78; }
    body.academics.explore .explore-area-box__link2_g04 {
      border-color: #d1bd00; }
      body.academics.explore .explore-area-box__link2_g04 .explore-area-box__text-en {
        color: #d1bd00; }
    body.academics.explore .explore-area-box__link2_g05 {
      border-color: #c53c8b; }
      body.academics.explore .explore-area-box__link2_g05 .explore-area-box__text-en {
        color: #c53c8b; }
    body.academics.explore .explore-area-box__link2_g06 {
      border-color: #008364; }
      body.academics.explore .explore-area-box__link2_g06 .explore-area-box__text-en {
        color: #008364; }
    body.academics.explore .explore-area-box__link2_g07 {
      border-color: #f29b8f; }
      body.academics.explore .explore-area-box__link2_g07 .explore-area-box__text-en {
        color: #f29b8f; }
    body.academics.explore .explore-area-box__link2_center {
      width: 200px;
      height: 200px; }
      body.academics.explore .explore-area-box__link2_center .explore-area-box__text-jp {
        font-size: 2.2rem; }
      body.academics.explore .explore-area-box__link2_center .explore-area-box__text-en {
        font-size: 1.2rem; }
  body.academics.explore .explore-area-box__text-jp {
    font-size: 1.6rem;
    font-weight: bold; }
  body.academics.explore .explore-area-box__text-en {
    font-size: 1.2rem;
    letter-spacing: normal; }

body.academics.explore .explore-keyword {
  position: absolute;
  top: 0;
  left: 0;
  width: 2850px;
  height: 750px;
  -webkit-animation: anime-ticker1 40s linear 0s infinite;
          animation: anime-ticker1 40s linear 0s infinite;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  cursor: none; }
  body.academics.explore .explore-keyword_1 {
    left: 0px; }
  body.academics.explore .explore-keyword_2 {
    left: 2850px; }
  body.academics.explore .explore-keyword_3 {
    left: calc(2800px * 2); }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-keyword {
      -webkit-animation-name: anime-ticker1sp;
              animation-name: anime-ticker1sp;
      -webkit-animation-duration: 60s;
              animation-duration: 60s; }
      body.academics.explore .explore-keyword_1 {
        left: 0px; }
      body.academics.explore .explore-keyword_2 {
        left: 1425px; }
      body.academics.explore .explore-keyword_3 {
        left: calc(1425px * 2); } }

@keyframes anime-ticker1 {
  0% {
    -webkit-transform: translate3d(0%, 0, 0) scale(1);
            transform: translate3d(0%, 0, 0) scale(1); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0) scale(1);
            transform: translate3d(-100%, 0, 0) scale(1); } }

@-webkit-keyframes anime-ticker1sp {
  0% {
    -webkit-transform: translate3d(0%, 0, 0) scale(0.5);
            transform: translate3d(0%, 0, 0) scale(0.5); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.5);
            transform: translate3d(-100%, 0, 0) scale(0.5); } }

@keyframes anime-ticker1sp {
  0% {
    -webkit-transform: translate3d(0%, 0, 0) scale(0.5);
            transform: translate3d(0%, 0, 0) scale(0.5); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.5);
            transform: translate3d(-100%, 0, 0) scale(0.5); } }
  body.academics.explore .explore-keyword__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  body.academics.explore .explore-keyword__item {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0; }
    body.academics.explore .explore-keyword__item_01 {
      top: 60px;
      left: 80px; }
    body.academics.explore .explore-keyword__item_02 {
      top: 150px;
      left: 370px; }
    body.academics.explore .explore-keyword__item_03 {
      top: 240px;
      left: 1380px; }
    body.academics.explore .explore-keyword__item_04 {
      top: 50px;
      left: 1460px; }
    body.academics.explore .explore-keyword__item_05 {
      top: 500px;
      left: 1400px; }
    body.academics.explore .explore-keyword__item_06 {
      top: 210px;
      left: 20px; }
    body.academics.explore .explore-keyword__item_07 {
      top: 360px;
      left: 570px; }
    body.academics.explore .explore-keyword__item_08 {
      top: 320px;
      left: 320px; }
    body.academics.explore .explore-keyword__item_09 {
      top: 350px;
      left: 40px; }
    body.academics.explore .explore-keyword__item_10 {
      top: 480px;
      left: 180px; }
    body.academics.explore .explore-keyword__item_11 {
      top: 10px;
      left: 370px; }
    body.academics.explore .explore-keyword__item_12 {
      top: 620px;
      left: 320px; }
    body.academics.explore .explore-keyword__item_13 {
      top: 333px;
      left: 1050px; }
    body.academics.explore .explore-keyword__item_14 {
      top: 380px;
      left: 1330px; }
    body.academics.explore .explore-keyword__item_15 {
      top: 280px;
      left: 1680px; }
    body.academics.explore .explore-keyword__item_16 {
      top: 125px;
      left: 800px; }
    body.academics.explore .explore-keyword__item_17 {
      top: 105px;
      left: 1010px; }
    body.academics.explore .explore-keyword__item_18 {
      top: 20px;
      left: 1680px; }
    body.academics.explore .explore-keyword__item_19 {
      top: 225px;
      left: 830px; }
    body.academics.explore .explore-keyword__item_20 {
      top: 610px;
      left: 1480px; }
    body.academics.explore .explore-keyword__item_21 {
      top: 470px;
      left: 1120px; }
    body.academics.explore .explore-keyword__item_22 {
      top: 10px;
      left: 800px; }
    body.academics.explore .explore-keyword__item_23 {
      top: 450px;
      left: 1000px; }
    body.academics.explore .explore-keyword__item_24 {
      top: 430px;
      left: 1820px; }
    body.academics.explore .explore-keyword__item_25 {
      top: 170px;
      left: 1780px; }
    body.academics.explore .explore-keyword__item_26 {
      top: 50px;
      left: 2220px; }
    body.academics.explore .explore-keyword__item_27 {
      top: 650px;
      left: 1930px; }
    body.academics.explore .explore-keyword__item_28 {
      top: 550px;
      left: 1980px; }
    body.academics.explore .explore-keyword__item_29 {
      top: 270px;
      left: 1980px; }
    body.academics.explore .explore-keyword__item_30 {
      top: 20px;
      left: 2360px; }
    body.academics.explore .explore-keyword__item_31 {
      top: 340px;
      left: 2200px; }
    body.academics.explore .explore-keyword__item_32 {
      top: 590px;
      left: 10px; }
    body.academics.explore .explore-keyword__item_33 {
      top: 10px;
      left: 1200px; }
    body.academics.explore .explore-keyword__item_34 {
      top: 160px;
      left: 2340px; }
    body.academics.explore .explore-keyword__item_35 {
      top: 595px;
      left: 2410px; }
    body.academics.explore .explore-keyword__item_36 {
      top: 330px;
      left: 2550px; }
    body.academics.explore .explore-keyword__item_37 {
      top: 500px;
      left: 2360px; }
    body.academics.explore .explore-keyword__item_38 {
      top: 50px;
      left: 2630px; }
    body.academics.explore .explore-keyword__item_39 {
      top: 570px;
      left: 680px; }
  body.academics.explore .explore-keyword__link {
    cursor: none;
    color: currentColor; }
    body.academics.explore .explore-keyword__link:hover {
      text-decoration: none;
      cursor: img; }
    body.academics.explore .explore-keyword__link img {
      max-width: none; }

body.academics.explore .explore-keyword-list__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) {
    body.academics.explore .explore-keyword-list__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.academics.explore .explore-keyword-list__list > * {
        width: calc((100% - 10px * 5) / 6); }
        .ie11 body.academics.explore .explore-keyword-list__list > * {
          width: calc((100% - 10px * 5) / 6 - 0.1px); }
        body.academics.explore .explore-keyword-list__list > *:not(:nth-child(6n)) {
          margin-right: 10px; }
        body.academics.explore .explore-keyword-list__list > *:nth-last-child(n + 7) {
          margin-bottom: 10px; }
        body.academics.explore .explore-keyword-list__list > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-keyword-list__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.academics.explore .explore-keyword-list__list > * {
        width: calc((100% - 10px * 1) / 2); }
        .ie11 body.academics.explore .explore-keyword-list__list > * {
          width: calc((100% - 10px * 1) / 2 - 0.1px); }
        body.academics.explore .explore-keyword-list__list > *:not(:nth-child(2n)) {
          margin-right: 10px; }
        body.academics.explore .explore-keyword-list__list > *:nth-last-child(n + 3) {
          margin-bottom: 10px; }
        body.academics.explore .explore-keyword-list__list > * img {
          width: 100%; } }

body.academics.explore .explore-keyword-list__link {
  height: 110px;
  padding: 10px;
  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: 1px solid #d3d3d3;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
  body.academics.explore .explore-keyword-list__link:hover {
    background: #d3d3d3;
    opacity: 1;
    text-decoration: none;
    color: currentColor; }

body.academics.explore .explore-sdgs {
  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) {
    body.academics.explore .explore-sdgs {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.academics.explore .explore-sdgs > * {
        width: calc((100% - 3px * 16) / 17); }
        body.academics.explore .explore-sdgs > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-sdgs {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.academics.explore .explore-sdgs > * {
        width: 100%; }
        body.academics.explore .explore-sdgs > *:nth-last-child(n + 2) {
          margin-bottom: 3px; }
        body.academics.explore .explore-sdgs > * img {
          width: 100%; } }
  body.academics.explore .explore-sdgs__item:nth-child(1) .explore-sdgs__link {
    background: #db0015; }
  body.academics.explore .explore-sdgs__item:nth-child(2) .explore-sdgs__link {
    background: #d39400; }
  body.academics.explore .explore-sdgs__item:nth-child(3) .explore-sdgs__link {
    background: #25862a; }
  body.academics.explore .explore-sdgs__item:nth-child(4) .explore-sdgs__link {
    background: #b7001e; }
  body.academics.explore .explore-sdgs__item:nth-child(5) .explore-sdgs__link {
    background: #e01f10; }
  body.academics.explore .explore-sdgs__item:nth-child(6) .explore-sdgs__link {
    background: #0098d1; }
  body.academics.explore .explore-sdgs__item:nth-child(7) .explore-sdgs__link {
    background: #ffad00; }
  body.academics.explore .explore-sdgs__item:nth-child(8) .explore-sdgs__link {
    background: #830025; }
  body.academics.explore .explore-sdgs__item:nth-child(9) .explore-sdgs__link {
    background: #e85200; }
  body.academics.explore .explore-sdgs__item:nth-child(10) .explore-sdgs__link {
    background: #cd0068; }
  body.academics.explore .explore-sdgs__item:nth-child(11) .explore-sdgs__link {
    background: #f68e00; }
  body.academics.explore .explore-sdgs__item:nth-child(12) .explore-sdgs__link {
    background: #cd7d00; }
  body.academics.explore .explore-sdgs__item:nth-child(13) .explore-sdgs__link {
    background: #3d6726; }
  body.academics.explore .explore-sdgs__item:nth-child(14) .explore-sdgs__link {
    background: #0064ae; }
  body.academics.explore .explore-sdgs__item:nth-child(15) .explore-sdgs__link {
    background: #3a9927; }
  body.academics.explore .explore-sdgs__item:nth-child(16) .explore-sdgs__link {
    background: #003d76; }
  body.academics.explore .explore-sdgs__item:nth-child(17) .explore-sdgs__link {
    background: #002555; }
  body.academics.explore .explore-sdgs__link {
    padding: 10px;
    color: #fff;
    background: #64072a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.academics.explore .explore-sdgs__link:hover {
      text-decoration: none; }
  body.academics.explore .explore-sdgs__no {
    line-height: 1;
    font-size: 3.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; }
  body.academics.explore .explore-sdgs__icon {
    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; }
    body.academics.explore .explore-sdgs__icon-img {
      border: 5px solid #fff; }
  body.academics.explore .explore-sdgs__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 769px) {
      body.academics.explore .explore-sdgs__text-en {
        font-size: 1.2rem; } }
    @media (max-width: 768.98px) {
      body.academics.explore .explore-sdgs__text-en {
        font-size: 1rem; } }
    @media (min-width: 769px) {
      body.academics.explore .explore-sdgs__text-jp {
        font-size: 1.4rem; } }
    @media (max-width: 768.98px) {
      body.academics.explore .explore-sdgs__text-jp {
        font-size: 1.2rem; } }
  body.academics.explore .explore-sdgs__more {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 10px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    border-bottom: 1px solid #fff; }
  @media (min-width: 769px) {
    body.academics.explore .explore-sdgs__link {
      height: 560px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    body.academics.explore .explore-sdgs__no {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50px;
              flex: 0 0 50px; }
    body.academics.explore .explore-sdgs__icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      body.academics.explore .explore-sdgs__icon-img {
        margin-bottom: 60px; }
    body.academics.explore .explore-sdgs__text {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl; }
    body.academics.explore .explore-sdgs__more {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    body.academics.explore .explore-sdgs_foot .explore-sdgs__link {
      padding-top: 0;
      height: auto; }
    body.academics.explore .explore-sdgs_foot .explore-sdgs__icon-img {
      margin-bottom: 0; } }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-sdgs {
      margin-left: -20px;
      margin-right: -20px; }
      body.academics.explore .explore-sdgs__link {
        padding-left: 0; }
      body.academics.explore .explore-sdgs__no {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
                flex: 0 0 50px; }
      body.academics.explore .explore-sdgs__icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
                flex: 0 0 50px; }
        body.academics.explore .explore-sdgs__icon-img {
          border-width: 2px; }
      body.academics.explore .explore-sdgs__text {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin: 0 10px; }
        body.academics.explore .explore-sdgs__text-en {
          line-height: 1.3; }
      body.academics.explore .explore-sdgs__more {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      body.academics.explore .explore-sdgs_foot::after {
        content: "";
        display: block;
        width: calc(33% - 1px); }
      body.academics.explore .explore-sdgs_foot .explore-sdgs__item {
        width: calc(33% - 1px);
        margin-bottom: 2px; } }

body.academics.explore .explore-sdgs-mv {
  padding: 60px 0 100px;
  position: relative; }
  body.academics.explore .explore-sdgs-mv__box {
    position: relative;
    z-index: 2;
    background: #fff;
    max-width: 1024px;
    width: 100%;
    padding: 60px 130px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }
  body.academics.explore .explore-sdgs-mv__icon {
    text-align: center; }
    body.academics.explore .explore-sdgs-mv__icon img {
      width: 76px; }
  body.academics.explore .explore-sdgs-mv__title {
    margin: 40px 0;
    line-height: 1.3;
    font-size: 3rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center; }
    body.academics.explore .explore-sdgs-mv__title-jp {
      margin-right: 0.5em; }
    body.academics.explore .explore-sdgs-mv__title-suffix {
      width: 100%; }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-sdgs-mv {
      margin-left: -20px;
      margin-right: -20px;
      padding: 60px 20px; }
      body.academics.explore .explore-sdgs-mv__box {
        padding: 20px; } }

body.academics.explore .explore-sdgs-labo {
  background: #707070;
  padding: 60px 0; }
  body.academics.explore .explore-sdgs-labo__box-head {
    color: #fff; }
  body.academics.explore .explore-sdgs-labo__box_ptn1 {
    margin-bottom: 60px; }
  body.academics.explore .explore-sdgs-labo__box_ptn2 .explore-sdgs-labo__box-head {
    border-left: 2px solid #fff;
    font-weight: bold; }
  body.academics.explore .explore-sdgs-labo__title span:nth-child(1) {
    font-size: 2.8rem; }
  body.academics.explore .explore-sdgs-labo__title span:nth-child(2) {
    font-size: 5.6rem; }
  body.academics.explore .explore-sdgs-labo__lead {
    margin-bottom: 1rem; }
  body.academics.explore .explore-sdgs-labo__dbox:not(:last-child) {
    margin-bottom: 30px; }
  body.academics.explore .explore-sdgs-labo__dbox_black .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #24140e;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_black .explore-sdgs-labo__link {
    color: #24140e;
    border-color: #24140e; }
    body.academics.explore .explore-sdgs-labo__dbox_black .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #24140e; }
  body.academics.explore .explore-sdgs-labo__dbox_rits .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #ad181f;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_rits .explore-sdgs-labo__link {
    color: #ad181f;
    border-color: #ad181f; }
    body.academics.explore .explore-sdgs-labo__dbox_rits .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #ad181f; }
  body.academics.explore .explore-sdgs-labo__dbox_c11 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #4b9bb9;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c11 .explore-sdgs-labo__link {
    color: #4b9bb9;
    border-color: #4b9bb9; }
    body.academics.explore .explore-sdgs-labo__dbox_c11 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #4b9bb9; }
  body.academics.explore .explore-sdgs-labo__dbox_c12 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #7f8e2b;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c12 .explore-sdgs-labo__link {
    color: #7f8e2b;
    border-color: #7f8e2b; }
    body.academics.explore .explore-sdgs-labo__dbox_c12 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #7f8e2b; }
  body.academics.explore .explore-sdgs-labo__dbox_c13 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #cb6a6d;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c13 .explore-sdgs-labo__link {
    color: #cb6a6d;
    border-color: #cb6a6d; }
    body.academics.explore .explore-sdgs-labo__dbox_c13 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #cb6a6d; }
  body.academics.explore .explore-sdgs-labo__dbox_c14 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #a17c5a;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c14 .explore-sdgs-labo__link {
    color: #a17c5a;
    border-color: #a17c5a; }
    body.academics.explore .explore-sdgs-labo__dbox_c14 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #a17c5a; }
  body.academics.explore .explore-sdgs-labo__dbox_c15 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #3d60c2;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c15 .explore-sdgs-labo__link {
    color: #3d60c2;
    border-color: #3d60c2; }
    body.academics.explore .explore-sdgs-labo__dbox_c15 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #3d60c2; }
  body.academics.explore .explore-sdgs-labo__dbox_c16 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #b8749c;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c16 .explore-sdgs-labo__link {
    color: #b8749c;
    border-color: #b8749c; }
    body.academics.explore .explore-sdgs-labo__dbox_c16 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #b8749c; }
  body.academics.explore .explore-sdgs-labo__dbox_c17 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #4d9d8a;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c17 .explore-sdgs-labo__link {
    color: #4d9d8a;
    border-color: #4d9d8a; }
    body.academics.explore .explore-sdgs-labo__dbox_c17 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #4d9d8a; }
  body.academics.explore .explore-sdgs-labo__dbox_c18 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #8b8a8a;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c18 .explore-sdgs-labo__link {
    color: #8b8a8a;
    border-color: #8b8a8a; }
    body.academics.explore .explore-sdgs-labo__dbox_c18 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #8b8a8a; }
  body.academics.explore .explore-sdgs-labo__dbox_c19 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #0e975b;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c19 .explore-sdgs-labo__link {
    color: #0e975b;
    border-color: #0e975b; }
    body.academics.explore .explore-sdgs-labo__dbox_c19 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #0e975b; }
  body.academics.explore .explore-sdgs-labo__dbox_c21 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #22424e;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c21 .explore-sdgs-labo__link {
    color: #22424e;
    border-color: #22424e; }
    body.academics.explore .explore-sdgs-labo__dbox_c21 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #22424e; }
  body.academics.explore .explore-sdgs-labo__dbox_c22 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #586320;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c22 .explore-sdgs-labo__link {
    color: #586320;
    border-color: #586320; }
    body.academics.explore .explore-sdgs-labo__dbox_c22 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #586320; }
  body.academics.explore .explore-sdgs-labo__dbox_c23 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #824043;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c23 .explore-sdgs-labo__link {
    color: #824043;
    border-color: #824043; }
    body.academics.explore .explore-sdgs-labo__dbox_c23 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #824043; }
  body.academics.explore .explore-sdgs-labo__dbox_c24 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #826143;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c24 .explore-sdgs-labo__link {
    color: #826143;
    border-color: #826143; }
    body.academics.explore .explore-sdgs-labo__dbox_c24 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #826143; }
  body.academics.explore .explore-sdgs-labo__dbox_c25 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #26408d;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c25 .explore-sdgs-labo__link {
    color: #26408d;
    border-color: #26408d; }
    body.academics.explore .explore-sdgs-labo__dbox_c25 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #26408d; }
  body.academics.explore .explore-sdgs-labo__dbox_c26 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #a15984;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c26 .explore-sdgs-labo__link {
    color: #a15984;
    border-color: #a15984; }
    body.academics.explore .explore-sdgs-labo__dbox_c26 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #a15984; }
  body.academics.explore .explore-sdgs-labo__dbox_c27 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #706d1e;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c27 .explore-sdgs-labo__link {
    color: #706d1e;
    border-color: #706d1e; }
    body.academics.explore .explore-sdgs-labo__dbox_c27 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #706d1e; }
  body.academics.explore .explore-sdgs-labo__dbox_c28 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #948629;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c28 .explore-sdgs-labo__link {
    color: #948629;
    border-color: #948629; }
    body.academics.explore .explore-sdgs-labo__dbox_c28 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #948629; }
  body.academics.explore .explore-sdgs-labo__dbox_c29 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #a50e10;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c29 .explore-sdgs-labo__link {
    color: #a50e10;
    border-color: #a50e10; }
    body.academics.explore .explore-sdgs-labo__dbox_c29 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #a50e10; }
  body.academics.explore .explore-sdgs-labo__dbox_c31 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #8d1d28;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c31 .explore-sdgs-labo__link {
    color: #8d1d28;
    border-color: #8d1d28; }
    body.academics.explore .explore-sdgs-labo__dbox_c31 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #8d1d28; }
  body.academics.explore .explore-sdgs-labo__dbox_c32 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #cee7e4;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c32 .explore-sdgs-labo__link {
    color: #cee7e4;
    border-color: #cee7e4; }
    body.academics.explore .explore-sdgs-labo__dbox_c32 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #cee7e4; }
  body.academics.explore .explore-sdgs-labo__dbox_c33 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #bb9e81;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c33 .explore-sdgs-labo__link {
    color: #bb9e81;
    border-color: #bb9e81; }
    body.academics.explore .explore-sdgs-labo__dbox_c33 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #bb9e81; }
  body.academics.explore .explore-sdgs-labo__dbox_c34 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #5890ae;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c34 .explore-sdgs-labo__link {
    color: #5890ae;
    border-color: #5890ae; }
    body.academics.explore .explore-sdgs-labo__dbox_c34 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #5890ae; }
  body.academics.explore .explore-sdgs-labo__dbox_c35 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #c5737f;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_c35 .explore-sdgs-labo__link {
    color: #c5737f;
    border-color: #c5737f; }
    body.academics.explore .explore-sdgs-labo__dbox_c35 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #c5737f; }
  body.academics.explore .explore-sdgs-labo__dbox_g01 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #18b3c2;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_g01 .explore-sdgs-labo__link {
    color: #18b3c2;
    border-color: #18b3c2; }
    body.academics.explore .explore-sdgs-labo__dbox_g01 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #18b3c2; }
  body.academics.explore .explore-sdgs-labo__dbox_g02 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #e56400;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_g02 .explore-sdgs-labo__link {
    color: #e56400;
    border-color: #e56400; }
    body.academics.explore .explore-sdgs-labo__dbox_g02 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #e56400; }
  body.academics.explore .explore-sdgs-labo__dbox_g03 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #003c78;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_g03 .explore-sdgs-labo__link {
    color: #003c78;
    border-color: #003c78; }
    body.academics.explore .explore-sdgs-labo__dbox_g03 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #003c78; }
  body.academics.explore .explore-sdgs-labo__dbox_g04 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #d1bd00;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_g04 .explore-sdgs-labo__link {
    color: #d1bd00;
    border-color: #d1bd00; }
    body.academics.explore .explore-sdgs-labo__dbox_g04 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #d1bd00; }
  body.academics.explore .explore-sdgs-labo__dbox_g05 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #c53c8b;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_g05 .explore-sdgs-labo__link {
    color: #c53c8b;
    border-color: #c53c8b; }
    body.academics.explore .explore-sdgs-labo__dbox_g05 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #c53c8b; }
  body.academics.explore .explore-sdgs-labo__dbox_g06 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #008364;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_g06 .explore-sdgs-labo__link {
    color: #008364;
    border-color: #008364; }
    body.academics.explore .explore-sdgs-labo__dbox_g06 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #008364; }
  body.academics.explore .explore-sdgs-labo__dbox_g07 .explore-sdgs-labo__dhead::before {
    content: "■";
    color: #f29b8f;
    margin-right: 5px; }
  body.academics.explore .explore-sdgs-labo__dbox_g07 .explore-sdgs-labo__link {
    color: #f29b8f;
    border-color: #f29b8f; }
    body.academics.explore .explore-sdgs-labo__dbox_g07 .explore-sdgs-labo__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      color: #fff;
      background: #f29b8f; }
  body.academics.explore .explore-sdgs-labo__dhead {
    margin-bottom: 10px; }
  body.academics.explore .explore-sdgs-labo__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    body.academics.explore .explore-sdgs-labo__list_col2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (min-width: 769px) {
        body.academics.explore .explore-sdgs-labo__list_col2 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          body.academics.explore .explore-sdgs-labo__list_col2 > * {
            width: calc((100% - 20px * 1) / 2); }
            .ie11 body.academics.explore .explore-sdgs-labo__list_col2 > * {
              width: calc((100% - 20px * 1) / 2 - 0.1px); }
            body.academics.explore .explore-sdgs-labo__list_col2 > *:not(:nth-child(2n)) {
              margin-right: 20px; }
            body.academics.explore .explore-sdgs-labo__list_col2 > *:nth-last-child(n + 3) {
              margin-bottom: 20px; }
            body.academics.explore .explore-sdgs-labo__list_col2 > * img {
              width: 100%; } }
      @media (max-width: 768.98px) {
        body.academics.explore .explore-sdgs-labo__list_col2 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          body.academics.explore .explore-sdgs-labo__list_col2 > * {
            width: 100%; }
            body.academics.explore .explore-sdgs-labo__list_col2 > *:nth-last-child(n + 2) {
              margin-bottom: 20px; }
            body.academics.explore .explore-sdgs-labo__list_col2 > * img {
              width: 100%; } }
    body.academics.explore .explore-sdgs-labo__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) {
        body.academics.explore .explore-sdgs-labo__list_col3 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          body.academics.explore .explore-sdgs-labo__list_col3 > * {
            width: calc((100% - 20px * 2) / 3); }
            .ie11 body.academics.explore .explore-sdgs-labo__list_col3 > * {
              width: calc((100% - 20px * 2) / 3 - 0.1px); }
            body.academics.explore .explore-sdgs-labo__list_col3 > *:not(:nth-child(3n)) {
              margin-right: 20px; }
            body.academics.explore .explore-sdgs-labo__list_col3 > *:nth-last-child(n + 4) {
              margin-bottom: 20px; }
            body.academics.explore .explore-sdgs-labo__list_col3 > * img {
              width: 100%; } }
      @media (max-width: 768.98px) {
        body.academics.explore .explore-sdgs-labo__list_col3 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          body.academics.explore .explore-sdgs-labo__list_col3 > * {
            width: 100%; }
            body.academics.explore .explore-sdgs-labo__list_col3 > *:nth-last-child(n + 2) {
              margin-bottom: 20px; }
            body.academics.explore .explore-sdgs-labo__list_col3 > * img {
              width: 100%; } }
    body.academics.explore .explore-sdgs-labo__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) {
        body.academics.explore .explore-sdgs-labo__list_col4 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          body.academics.explore .explore-sdgs-labo__list_col4 > * {
            width: calc((100% - 20px * 3) / 4); }
            .ie11 body.academics.explore .explore-sdgs-labo__list_col4 > * {
              width: calc((100% - 20px * 3) / 4 - 0.1px); }
            body.academics.explore .explore-sdgs-labo__list_col4 > *:not(:nth-child(4n)) {
              margin-right: 20px; }
            body.academics.explore .explore-sdgs-labo__list_col4 > *:nth-last-child(n + 5) {
              margin-bottom: 20px; }
            body.academics.explore .explore-sdgs-labo__list_col4 > * img {
              width: 100%; } }
      @media (max-width: 768.98px) {
        body.academics.explore .explore-sdgs-labo__list_col4 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          body.academics.explore .explore-sdgs-labo__list_col4 > * {
            width: 100%; }
            body.academics.explore .explore-sdgs-labo__list_col4 > *:nth-last-child(n + 2) {
              margin-bottom: 20px; }
            body.academics.explore .explore-sdgs-labo__list_col4 > * img {
              width: 100%; } }
  body.academics.explore .explore-sdgs-labo__link {
    display: block;
    border: 2px solid #000;
    padding: 20px 30px; }
  @media (min-width: 769px) {
    body.academics.explore .explore-sdgs-labo {
      position: relative;
      z-index: 1; }
      body.academics.explore .explore-sdgs-labo::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        left: calc(50% - (780px - 1024px / 2) + 80px);
        top: 0;
        width: 780px;
        height: 100%;
        background: #fff;
        pointer-events: none; }
      body.academics.explore .explore-sdgs-labo__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body.academics.explore .explore-sdgs-labo__box-head {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 320px;
                  flex: 0 0 320px; }
        body.academics.explore .explore-sdgs-labo__box-body {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 0%;
                  flex: 1 1 0%;
          margin: 0 30px; } }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-sdgs-labo {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; }
      body.academics.explore .explore-sdgs-labo__title {
        text-align: center; }
      body.academics.explore .explore-sdgs-labo__lead {
        text-align: center; }
      body.academics.explore .explore-sdgs-labo__box-body {
        padding: 20px;
        background: #fff; } }

body.academics.explore .explore-sdgs-rel {
  padding: 120px 0; }
  body.academics.explore .explore-sdgs-rel__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px; }
  body.academics.explore .explore-sdgs-rel__stitle {
    font-size: 1.6rem;
    margin-bottom: 0; }
  body.academics.explore .explore-sdgs-rel .sys-info_ti4 .sys-info__box {
    padding: 10px 0; }
  body.academics.explore .explore-sdgs-rel .sys-info_ti4 .sys-info__date {
    display: inline-block;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #24140e; }
  body.academics.explore .explore-sdgs-rel .sys-info_ti4 .sys-info__tags {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    font-size: 1.6rem;
    margin-right: 1em; }
  body.academics.explore .explore-sdgs-rel .sys-info_ti4 .sys-info__text {
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px; }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-sdgs-rel {
      padding: 60px 0; }
      body.academics.explore .explore-sdgs-rel__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        body.academics.explore .explore-sdgs-rel__head .plink_ptn1, .plink_ptn21, .plink_ptn22 {
          -ms-flex-item-align: end;
              align-self: flex-end; }
      body.academics.explore .explore-sdgs-rel .sys-info_ti5 .sys-info__item:nth-child(n + 3) {
        display: none; }
      body.academics.explore .explore-sdgs-rel .sys-info_ti4 .sys-info__list {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      body.academics.explore .explore-sdgs-rel .sys-info_ti4 .sys-info__item {
        width: 48%;
        margin-bottom: 0; }
        body.academics.explore .explore-sdgs-rel .sys-info_ti4 .sys-info__item:nth-child(n + 3) {
          display: none; } }

body.academics.explore .explore-sdgs-pickup {
  background: #efefef;
  padding: 60px 0; }
  body.academics.explore .explore-sdgs-pickup__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) {
      body.academics.explore .explore-sdgs-pickup__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics.explore .explore-sdgs-pickup__list > * {
          width: calc((100% - 0px * 1) / 2 - 0.1px); }
          body.academics.explore .explore-sdgs-pickup__list > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      body.academics.explore .explore-sdgs-pickup__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.academics.explore .explore-sdgs-pickup__list > * {
          width: 100%; }
          body.academics.explore .explore-sdgs-pickup__list > *:nth-last-child(n + 2) {
            margin-bottom: 30px; }
          body.academics.explore .explore-sdgs-pickup__list > * img {
            width: 100%; } }
  body.academics.explore .explore-sdgs-pickup__link {
    display: block;
    color: currentColor; }
    body.academics.explore .explore-sdgs-pickup__link:hover {
      text-decoration: none; }
  body.academics.explore .explore-sdgs-pickup__fig {
    width: 80%;
    margin-bottom: 0; }
    body.academics.explore .explore-sdgs-pickup__fig-img {
      width: 100%; }
  body.academics.explore .explore-sdgs-pickup__box {
    position: relative;
    z-index: 1;
    background: #efefef;
    margin-left: 30%;
    margin-top: -50px;
    padding: 20px; }
  body.academics.explore .explore-sdgs-pickup__sbj {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5; }
    @media (min-width: 769px) {
      body.academics.explore .explore-sdgs-pickup__sbj {
        font-size: 2rem; } }
    @media (max-width: 768.98px) {
      body.academics.explore .explore-sdgs-pickup__sbj {
        font-size: 1.6rem; } }
  @media (min-width: 769px) {
    body.academics.explore .explore-sdgs-pickup__txt1 {
      font-size: 1.4rem; } }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-sdgs-pickup__txt1 {
      font-size: 1.2rem; } }
  body.academics.explore .explore-sdgs-pickup__txt2 {
    font-weight: bold; }
    @media (min-width: 769px) {
      body.academics.explore .explore-sdgs-pickup__txt2 {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      body.academics.explore .explore-sdgs-pickup__txt2 {
        font-size: 1.4rem; } }
  @media (min-width: 769px) {
    body.academics.explore .explore-sdgs-pickup__txt3 {
      font-size: 1.4rem; } }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-sdgs-pickup__txt3 {
      font-size: 1.2rem; } }
  @media (max-width: 768.98px) {
    body.academics.explore .explore-sdgs-pickup {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; }
      body.academics.explore .explore-sdgs-pickup__box {
        margin-left: 10%;
        padding: 20px; } }

body.academics.explore .explore-light-box {
  margin: -60px -30px;
  padding: 40px; }
  body.academics.explore .explore-light-box__mv {
    position: relative; }
    body.academics.explore .explore-light-box__mv-cate {
      padding: 20px 30px;
      font-size: 1.6rem;
      font-weight: bold;
      background: #fff;
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: auto;
      bottom: 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; }
      body.academics.explore .explore-light-box__mv-cate::before {
        content: "";
        display: block;
        width: 60px;
        height: 1px;
        background: #24140e;
        margin-right: 10px; }
      body.academics.explore .explore-light-box__mv-cate::after {
        content: "";
        display: block;
        width: 60px;
        height: 1px;
        background: #24140e;
        margin-left: 10px; }
  body.academics.explore .explore-light-box__title {
    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;
    margin-bottom: 60px; }
    body.academics.explore .explore-light-box__title span:nth-child(1) {
      font-size: 3.6rem;
      font-weight: bold; }
    body.academics.explore .explore-light-box__title span:nth-child(2) {
      font-size: 1.4rem; }
  body.academics.explore .explore-light-box .ptitle_t4_ptn2 {
    margin-bottom: 60px; }
  body.academics.explore .explore-light-box__word {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
  body.academics.explore .explore-light-box__text {
    max-width: 800px;
    margin: 0 auto 90px; }

.cushionpage {
  max-width: 1000px;
  margin: 0 auto; }
  .cushionpage__ttl {
    color: #fff;
    background: #64072a;
    padding: 1rem 0;
    margin: 30px -30px;
    text-align: center;
    line-height: 100%;
    font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif; }
    .cushionpage__ttl-belong {
      font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
      font-size: 1.6rem;
      font-weight: normal; }
  .cushionpage .pressrelease {
    background: #efefef;
    margin: 50px -30px;
    padding: 50px 30px; }
    .cushionpage .pressrelease .sys-info__date {
      display: inline-block;
      font-family: "Barlow", sans-serif;
      font-weight: 400;
      font-size: 1.6rem;
      color: #24140e; }
    .cushionpage .pressrelease .sys-info__text {
      font-size: 1.6rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      margin-bottom: 20px; }
  .cushionpage .discovertus {
    margin: 50px 0; }
    .cushionpage .discovertus__ttl {
      background: black;
      padding: 1.6rem;
      position: relative;
      margin-bottom: 20px; }
    .cushionpage .discovertus__title {
      margin: 0;
      font-family: "Crimson Text", serif;
      font-weight: 400;
      letter-spacing: normal;
      font-size: 3rem;
      font-weight: normal;
      text-align: left;
      color: #fff;
      display: inline; }
      .cushionpage .discovertus__title-pickup {
        color: white;
        margin-left: 1.6rem; }
    .cushionpage .discovertus__more {
      text-align: right;
      position: absolute;
      right: 1.6rem;
      bottom: 1.6rem; }
    .cushionpage .discovertus__list {
      list-style: none; }
    .cushionpage .discovertus__itemttl {
      font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
      color: #24140e;
      font-size: 1.6rem;
      margin: 1rem 1rem 0; }
    .cushionpage .discovertus__date {
      display: inline-block;
      font-family: "Barlow", sans-serif;
      font-weight: 400;
      font-size: 1.6rem;
      color: #24140e;
      margin: 0 1rem 0; }
  .cushionpage .moretus {
    background: #64072a;
    background-size: cover;
    padding: 30px;
    margin: 0 -30px -60px; }
    .cushionpage .moretus__ttl {
      color: white; }

.explore-light-box + .mfp-close {
  top: -20px;
  right: -20px;
  opacity: 1; }
  .explore-light-box + .mfp-close:hover {
    opacity: 0.7; }
  .explore-light-box + .mfp-close:active {
    top: -20px;
    right: -20px; }

#cursor {
  width: 84px;
  height: 84px;
  z-index: 1001;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: none;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(0.1);
          transform: scale(0.1); }
  #cursor.active {
    -webkit-transform: scale(1);
            transform: scale(1); }

body.about .pblock-kuzu_bb {
  border-bottom: 1px solid #ddd; }

body.about .plist.plist_type_link_arrow_rr .plist__link {
  padding: 1em 0; }

body.about .section-about {
  clear: both; }

body.about .fsize-12 {
  font-size: 1.2rem; }

body.about .fsize-14 {
  font-size: 1.4rem; }

body.about a[href^="mailto:"].plink_type_reverse,
body.about a[href$=".pdf"].plink_type_reverse,
body.about a[href$=".doc"].plink_type_reverse,
body.about a[href$=".docx"].plink_type_reverse,
body.about a[href$=".xls"].plink_type_reverse,
body.about a[href$=".xlsx"].plink_type_reverse {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

@media (max-width: 768.98px) {
  body.about.corporation.chairman_greeting .tus-vertical {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }
    body.about.corporation.chairman_greeting .tus-vertical::before, body.about.corporation.chairman_greeting .tus-vertical::after {
      content: none; } }

body.about.corporation.chairman_portrait .people-list .pblock-col strong {
  font-size: 1.8rem;
  font-weight: 700; }

@media (min-width: 769px) {
  body.about.corporation.chairman_portrait .people-list.pblock-row-4 > .pblock-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px; } }

body.about.corporation.organization_chart .note {
  font-size: 1.2rem;
  color: #333; }

body.about.corporation.organization_chart .yugothm {
  font-family: "YuGothic", sans-serif; }

body.about.corporation.organization_chart .plist.plist_type_column_border .plist__box {
  border-bottom-color: #999999; }

body.about.corporation.organization_chart .plist_type_column_bdt {
  border-top-color: #999999; }

body.research .organization_chart__01{
    padding: 55px;
}

body.research .organization_chart__01 > dt span{
    display: block;
    width: 35%;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    background-color: #7a0c36;
    color: #fff;
}
body.research .organization_chart__01 > dt::after{
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    bottom: 0;
    height: 30px;
    border-left: 3px solid #7a0c36;
}

body.research .organization_chart__01 div{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
}
body.research .organization_chart__01 div dd{
    width: 15%;
    position: relative;
    flex-grow: 1;
    align-items: stretch;
    font-size: 1.7rem;

}
body.research .organization_chart__01 div dd span{
    height: auto;
}
body.research .organization_chart__01 div dd span span,
body.research .organization_chart__01 div dd span a{
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border: 3px solid #7a0c36;
    color: #7a0c36;
    text-decoration: none;
    vertical-align: middle;
}

body.research .organization_chart__01 div dd span a:hover{
    opacity:  initial;
}

body.research .organization_chart__01 div dd::before{
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 30px;
    border-left: 3px solid #7a0c36;
    border-top: 3px solid #7a0c36;
}

body.research .organization_chart__01 div dd:last-child::before{
    border-top: 3px solid #fff;
}

@media screen and (max-width: 768.98px){
    body.research .organization_chart__01{
      padding: 0;
    }
    body.research .organization_chart__01 > dt span{
        width: 100%;
        padding: 20px;
        font-size: 20px;
    }
    body.research .organization_chart__01 div dd{
        width: 100%;
        margin-bottom: 0;
    }
    body.research .organization_chart__01 div dd span span,
    body.research .organization_chart__01 div dd span a{
        margin: -50px 10px 60px 40px;
        width: 85%;
    }
    body.research .organization_chart__01 > dt::after{
        display: none;
    }
    body.research .organization_chart__01 div dd::before{
    content: "";
    display: flex;
    position: relative;
    top: -40%;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 100%;
    margin-left: 20px;
    border-top: none;
    border-left: 3px solid #7a0c36;
    border-bottom: 3px solid #7a0c36;
}
body.research .organization_chart__01 div dd:last-child::before{
    border-top: none;
}
body.research .organization_chart__01 div dd span{
    padding-top: 0;
    top: 0;
}
body.research .organization_chart__01 div dd span span,
body.research .organization_chart__01 div dd span a{
    font-size: initial;
    text-decoration: none;
}
body.research .organization_chart__01 div dd span a:hover{
    opacity:  initial;
}
}

@media (max-width: 768.98px) {
  body.about.university.president_greeting .tus-vertical {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }
    body.about.university.president_greeting .tus-vertical::before, body.about.university.president_greeting .tus-vertical::after {
      content: none; } }

body.about.university.president_portrait .people-list .pblock-col strong {
  font-size: 1.8rem;
  font-weight: 700; }

@media (min-width: 769px) {
  body.about.university.president_portrait .people-list.pblock-row-4 > .pblock-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px; } }

body.about.university.vision .frm_svg {
  width: 800px;
  margin: 0 auto; }
  body.about.university.vision .frm_svg ._first_row {
    position: relative;
    padding-bottom: 110px; }
    body.about.university.vision .frm_svg ._first_row .svg1 {
      height: 100%;
      width: 800px;
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0; }
      body.about.university.vision .frm_svg ._first_row .svg1 path {
        fill: #64072a;
        stroke: white;
        stroke-width: 0; }
    body.about.university.vision .frm_svg ._first_row ._ct_row {
      position: relative;
      z-index: 2;
      padding: 20px 20px 40px;
      border-bottom: 10px solid #fff; }
      body.about.university.vision .frm_svg ._first_row ._ct_row:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 1.6rem;
        width: 4rem;
        height: 1.5rem;
        margin-left: -2rem;
        border-width: 1.5rem 2rem 0;
        border-style: solid;
        border-color: #fff transparent transparent; }
      body.about.university.vision .frm_svg ._first_row ._ct_row._row1 {
        background: rgba(255, 255, 255, 0.4); }
      body.about.university.vision .frm_svg ._first_row ._ct_row._row2 {
        background: rgba(255, 255, 255, 0.2); }
      body.about.university.vision .frm_svg ._first_row ._ct_row._row3 {
        border: 1px solid #64072a;
        margin-top: 40px;
        background: #fff;
        padding: 20px; }
        body.about.university.vision .frm_svg ._first_row ._ct_row._row3:after {
          bottom: -80px; }
  body.about.university.vision .frm_svg ._two_row {
    position: relative;
    padding-bottom: 20px; }
    body.about.university.vision .frm_svg ._two_row ._svg_col {
      width: 430px;
      position: relative;
      z-index: 2; }
      body.about.university.vision .frm_svg ._two_row ._svg_col.r {
        position: absolute;
        right: 0;
        z-index: 3; }
      body.about.university.vision .frm_svg ._two_row ._svg_col svg {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%; }
        body.about.university.vision .frm_svg ._two_row ._svg_col svg ellipse {
          fill: rgba(100, 7, 42, 0.6);
          stroke-width: 0; }
      body.about.university.vision .frm_svg ._two_row ._svg_col p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 4;
        height: 100px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        color: #fff; }
    body.about.university.vision .frm_svg ._two_row:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 4rem;
      height: 1.5rem;
      margin-left: -2rem;
      border-width: 1.5rem 2rem 0;
      border-style: solid;
      border-color: #64072a transparent transparent; }
  body.about.university.vision .frm_svg ._three_row .btitle {
    border: 1px solid #64072a;
    padding: 7px;
    text-align: center; }
  body.about.university.vision .frm_svg ._three_row .flex3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.about.university.vision .frm_svg ._three_row .flex3 ._col {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333%;
              flex: 0 0 33.3333%;
      background: #64072a;
      color: #fff;
      font-weight: bold;
      padding: 25px 0 10px;
      text-align: center;
      border-left: 1px solid #fff; }
      body.about.university.vision .frm_svg ._three_row .flex3 ._col:first-child {
        border: none; }
      body.about.university.vision .frm_svg ._three_row .flex3 ._col svg {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -24px;
        height: 25px; }
  body.about.university.vision .frm_svg ._five_row .arrow_tb {
    position: relative;
    padding-top: 30px; }
    body.about.university.vision .frm_svg ._five_row .arrow_tb:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      width: 4rem;
      height: 1.5rem;
      margin-left: -2rem;
      border-width: 1.5rem 2rem 0;
      border-style: solid;
      border-color: #64072a transparent transparent; }

@media (max-width: 840px) {
  body.about.university.vision .frm_svg {
    width: 100%; }
    body.about.university.vision .frm_svg ._first_row .svg1 {
      width: 100%; }
    body.about.university.vision .frm_svg ._two_row ._svg_col {
      width: 55%; }
      body.about.university.vision .frm_svg ._two_row ._svg_col svg {
        width: 100%; }
      body.about.university.vision .frm_svg ._two_row ._svg_col p {
        height: auto;
        padding: 20px 0; }
    body.about.university.vision .frm_svg ._three_row .flex3 {
      display: block; }
      body.about.university.vision .frm_svg ._three_row .flex3 ._col {
        margin-bottom: 25px;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; } }

body.about.university.vision .ft-discover-slider.h {
  width: 100%; }

body.about.university.vision .ft-discover-slider__number {
  position: relative; }
  body.about.university.vision .ft-discover-slider__number::before {
    position: absolute;
    font-weight: bold;
    color: #fff;
    content: "―";
    top: 0;
    left: -30px; }
  body.about.university.vision .ft-discover-slider__number::after {
    position: absolute;
    font-weight: bold;
    color: #fff;
    content: "―";
    top: 0;
    right: -30px; }

body.about.university.vision .ft-discover-slider #slider-ht-discover.slick-slider .slick-arrow.slick-prev {
  left: 150px; }

body.about.university.vision .ft-discover-slider #slider-ht-discover.slick-slider .slick-arrow.slick-next {
  right: 150px; }

body.about.university.vision .ft-discover-slider #slider-ht-discover.slick-slider .ft-discover-slider__fig-cap {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  color: #fff;
  white-space: normal;
  font-size: 1.6rem; }
  body.about.university.vision .ft-discover-slider #slider-ht-discover.slick-slider .ft-discover-slider__fig-cap ._inner {
    width: 800px;
    margin: 0 auto;
    padding: 60px 0 0; }

@media (min-width: 769px) {
  body.about.university.plan .plist__item--nowrap {
    white-space: nowrap; } }

body.about.university.business .logo-list ._item {
  border: 1px solid #333;
  display: inline-block; }

body.about.university.business .logo-list .bg {
  background: #efefef;
  padding: 30px;
  margin-top: 30px;
  position: relative; }
  body.about.university.business .logo-list .bg:before {
    content: "";
    display: block;
    width: 1px;
    background: #000;
    height: 30px;
    position: absolute;
    left: 50%;
    top: -30px; }

body.about.university.business .logo-detail .pfig {
  text-align: center; }
  body.about.university.business .logo-detail .pfig .pfig__img {
    width: auto;
    margin-bottom: 20px; }

body.about.university.business .logo-detail ._col {
  padding-bottom: 74px;
  padding-top: 50px; }
  body.about.university.business .logo-detail ._col:nth-child(1), body.about.university.business .logo-detail ._col:nth-child(2) {
    padding-top: 0; }
  body.about.university.business .logo-detail ._col .plink_ptn2, body.about.university.business .logo-detail ._col .plink_ptn4 {
    left: 15px;
    right: 15px;
    position: absolute;
    bottom: 0; }

body.about.university.editorial_policy .row.sparse *[class^="col"] {
  padding-bottom: 15px; }

body.about.university.history .newspaper-02 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  text-align: justify; }
  @media (max-width: 768.98px) {
    body.about.university.history .newspaper-02 {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

body.about.university.history .plist .plist_type_column_bdt {
  border-top: 1px dashed #fff; }

body.about.university.history .plist.plist_type_base .plist__box .plist__box {
  border-top: none; }

body.about.university.history .plist.plist_type_base .plist_type_column_border .plist__box {
  border-bottom-style: dashed; }

body.about.university.history .plist.plist_type_base .plist_type_column .plist__head {
  padding: 3rem;
  padding-left: 0;
  font-size: 1.6rem; }

body.about.university.history .plist.plist_type_base .plist_type_column .plist__body {
  padding: 3rem;
  padding-right: 0; }

body.about.university.history .pbox_clr_black {
  background-color: #333; }

body.about.university.history .plist__body--w100 {
  width: 100%; }

body.about.university.symbol .pbox_clr_black {
  background-color: #333; }

body.about.university.symbol .block-two-img .pfig {
  text-align: center; }
  body.about.university.symbol .block-two-img .pfig .pfig__img {
    width: 60%;
    margin: 0 auto; }

body.about.university.symbol .plink_type_arrow_l:before {
  color: #64072a;
  font-family: fontawesome;
  content: "\f054";
  text-decoration: none;
  margin-right: 0.5em;
  font-size: 1rem; }

body.about.university.symbol .plink_type_arrow_l.plink_type_underline {
  position: relative; }
  body.about.university.symbol .plink_type_arrow_l.plink_type_underline:before {
    position: absolute;
    left: -4px;
    top: 0; }

body.about.university.symbol .plink_type_arrow_l.plink_ptn_clr_white:before {
  background: none !important; }

body.about.features .pfig__cap--nowrap {
  white-space: nowrap; }

body.about.features .br-bt {
  border-bottom: 1px solid #333;
  padding-bottom: 10px; }

body.about.features .plist_type_arrow.no-padd {
  padding-left: 0; }
  body.about.features .plist_type_arrow.no-padd li {
    padding-left: 1em; }

body.about.features .pfig-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  body.about.features .pfig-col-2 figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }

body.about.information.video .ft-discover-slider__fig-img {
  width: 100%; }

body.about.information.video .slick-slider#slider-video .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  border-radius: 0;
  opacity: 1; }

body.about.information.video .slick-slider#slider-video .slick-dots li.slick-active button:before {
  background: #64072a;
  opacity: 1; }

body.about.information.video .slick-slider#slider-video .slick-dots li {
  width: 100%;
  max-width: 50px;
  height: 3px;
  margin-left: 5px;
  margin-right: 5px; }
  @media (max-width: 768.98px) {
    body.about.information.video .slick-slider#slider-video .slick-dots li {
      margin-left: 3px;
      margin-right: 3px; } }

body.about.information.video .js-listcount.is-hidden {
  display: none;
  height: 0;
  margin: 0; }

body.about.information.video .js-morebtn.is-hidden {
  display: none; }

body.about.information.video .plink_ptn9_custom::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50rem;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear; }

body.about.information.video .plink_ptn9_custom::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(#333), to(#333)), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333), linear-gradient(#333, #333);
  background-position: left center, center top;
  background-size: 16px 2px, 2px 16px;
  background-repeat: no-repeat; }

body.about.information.publication .publication__custombb {
  border-bottom: 1px solid #64072a;
  padding-bottom: 20px; }

body.about.information.publication .news-list ._item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0; }
  @media (max-width: 768.98px) {
    body.about.information.publication .news-list ._item .cl {
      text-align: center;
      margin-bottom: 30px; } }
  body.about.information.publication .news-list ._item .cl img {
    width: 100%; }
    @media (max-width: 768.98px) {
      body.about.information.publication .news-list ._item .cl img {
        max-height: 300px;
        width: auto; } }
  body.about.information.publication .news-list ._item.detail {
    margin-top: 0; }

body.about.information.publication ._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -10px;
  margin-right: -10px; }
  body.about.information.publication ._row ._col {
    padding-bottom: 30px; }
    body.about.information.publication ._row ._col ._inner {
      padding: 0 10px; }
  @media (max-width: 768.98px) {
    body.about.information.publication ._row.row-5 ._col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  body.about.information.publication ._row.row-5 ._col ._title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 5px; }
  body.about.information.publication ._row.row-2 ._col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 30px; }
    @media (max-width: 768.98px) {
      body.about.information.publication ._row.row-2 ._col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    body.about.information.publication ._row.row-2 ._col ._inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 768.98px) {
        body.about.information.publication ._row.row-2 ._col ._inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      body.about.information.publication ._row.row-2 ._col ._inner figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        margin-right: 10px; }
        @media (max-width: 768.98px) {
          body.about.information.publication ._row.row-2 ._col ._inner figure {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            text-align: center; } }

body.about.data.number_students.graduate_school .table tbody tr.gray3 th,
body.about.data.number_students.graduate_school .table tbody tr.gray3 td {
  background: #999999;
  color: #fff; }

body.about.data.number_students.graduate_school .table tbody tr.gray4 th,
body.about.data.number_students.graduate_school .table tbody tr.gray4 td {
  background: #64072a;
  color: #fff; }

body.about.data.number_students.graduate_school tr.break_table td {
  padding: 0; }
  body.about.data.number_students.graduate_school tr.break_table td .break_table {
    height: 70px;
    position: relative; }
    body.about.data.number_students.graduate_school tr.break_table td .break_table:before {
      content: "";
      height: 100%;
      width: 1px;
      left: -1px;
      top: 0;
      background: #fff;
      position: absolute; }
    body.about.data.number_students.graduate_school tr.break_table td .break_table:after {
      content: "";
      height: 100%;
      width: 1px;
      right: -1px;
      top: 0;
      background: #fff;
      position: absolute; }

body.about.data.number_students.gender_ratio .user-icons {
  line-height: 16px;
  overflow: hidden; }
  body.about.data.number_students.gender_ratio .user-icons .color-red {
    color: red; }

body.about.data.number_students.gender_ratio .display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  body.about.data.number_students.gender_ratio .display-flex > div {
    padding: 0 3px; }

body.about.data.guarantee .pbox_clr_gray_light {
  background: #f9f9f9; }

body.about.social_activities th.vertical-middle,
body.about.social_activities td.vertical-middle {
  vertical-align: middle !important; }

body.about.social_activities.project.settlement ul._plink_type_underline li {
  padding: 3px 0; }

body.about.announcement.university .text-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; }

body.tuslife.career .career-result__ret {
  text-align: center; }

body.tuslife.career .career-result__data {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1; }
  @media (min-width: 769px) {
    body.tuslife.career .career-result__data {
      font-size: 12rem; } }
  @media (max-width: 768.98px) {
    body.tuslife.career .career-result__data {
      font-size: 12rem; } }

body.tuslife.career .career-result__unit {
  font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  line-height: 1; }
  @media (min-width: 769px) {
    body.tuslife.career .career-result__unit {
      font-size: 5.4rem; } }
  @media (max-width: 768.98px) {
    body.tuslife.career .career-result__unit {
      font-size: 5.4rem; } }
  body.tuslife.career .career-result__unit-en {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1; }
    @media (min-width: 769px) {
      body.tuslife.career .career-result__unit-en {
        font-size: 7rem; } }
    @media (max-width: 768.98px) {
      body.tuslife.career .career-result__unit-en {
        font-size: 7rem; } }

body.tuslife.career .career-result__icon {
  margin: 30px 0;
  text-align: center; }
  body.tuslife.career .career-result__icon-img {
    height: 60px; }

body.tuslife.career .career-result__rank {
  text-align: center; }
  @media (min-width: 769px) {
    body.tuslife.career .career-result__rank {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    body.tuslife.career .career-result__rank {
      font-size: 1.6rem; } }
  body.tuslife.career .career-result__rank-in {
    margin-bottom: 20px;
    padding: 20px 30px;
    background: #24140e;
    border: 2px solid #fff;
    font-weight: bold;
    white-space: nowrap; }
    @media (min-width: 769px) {
      body.tuslife.career .career-result__rank-in {
        position: absolute;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: auto;
        bottom: 100%; } }
    @media (max-width: 768.98px) {
      body.tuslife.career .career-result__rank-in {
        display: inline-block;
        position: relative; } }
    body.tuslife.career .career-result__rank-in::before {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 7px 0 7px;
      border-color: #fff transparent transparent transparent;
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 100%;
      bottom: auto; }
    body.tuslife.career .career-result__rank-in::after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 5px 0 5px;
      border-color: #24140e transparent transparent transparent;
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 100%;
      bottom: auto; }

body.research.discover .ft-discover {
  display: none; }

body.research.discover .ptitle_t5 {
  border-bottom-color: currentColor; }

body.research.discover .row .plink-sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 769px) {
    body.research.discover .row .plink-sdgs {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.research.discover .row .plink-sdgs > * {
        width: calc((100% - 5px * 5) / 6); }
        body.research.discover .row .plink-sdgs > *:nth-last-child(n + 7) {
          margin-bottom: 5px; }
        body.research.discover .row .plink-sdgs > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    body.research.discover .row .plink-sdgs {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.research.discover .row .plink-sdgs > * {
        width: calc((100% - 5px * 5) / 6); }
        body.research.discover .row .plink-sdgs > *:nth-last-child(n + 7) {
          margin-bottom: 5px; }
        body.research.discover .row .plink-sdgs > * img {
          width: 100%; } }

body.research.discover .ptag__item.active {
  color: #fff !important;
  background: #64072a !important; }

body.research.discover .ptag_type_pill .ptag__item a {
  color: currentColor; }

body.research.discover .discover-mv {
  position: relative; }
  body.research.discover .discover-mv__box1 {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 30px 20px;
    text-align: center;
    color: #fff;
    background: transparent; }
  body.research.discover .discover-mv__txt1 {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 0;
    line-height: 1; }
    @media (min-width: 769px) {
      body.research.discover .discover-mv__txt1 {
        font-size: 6.4rem; } }
    @media (max-width: 768.98px) {
      body.research.discover .discover-mv__txt1 {
        font-size: 4.9rem; } }
  body.research.discover .discover-mv__txt2 {
    padding: 0.5em 0;
    background: #24140e; }
    @media (min-width: 769px) {
      body.research.discover .discover-mv__txt2 {
        font-size: 1.5rem; } }
    @media (max-width: 768.98px) {
      body.research.discover .discover-mv__txt2 {
        font-size: 1.3rem; } }
  body.research.discover .discover-mv__txt3 {
    font-weight: bold;
    line-height: 1.5; }
    @media (min-width: 769px) {
      body.research.discover .discover-mv__txt3 {
        font-size: 1.3rem; } }
    @media (max-width: 768.98px) {
      body.research.discover .discover-mv__txt3 {
        font-size: 1.8rem; } }
  @media (min-width: 769px) {
    body.research.discover .discover-mv__box1 {
      min-width: 630px; }
    body.research.discover .discover-mv__txt2 {
      margin-bottom: 10px; } }
  @media (max-width: 768.98px) {
    body.research.discover .discover-mv {
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 30px; }
      body.research.discover .discover-mv__box1 {
        left: 20px;
        right: 20px;
        top: 40px;
        -webkit-transform: none;
                transform: none;
        text-align: left;
        padding: 0;
        background: transparent;
        margin-bottom: 20px; }
      body.research.discover .discover-mv__box2 {
        padding: 20px 0;
        background: transparent;
        margin-bottom: 20px; }
      body.research.discover .discover-mv__txt1 {
        padding: 0 20px;
        line-height: 0.8;
        margin-bottom: 20px; }
      body.research.discover .discover-mv__txt2 {
        padding: 0.5em 20px; } }

body.research.discover .discover-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  body.research.discover .discover-flex select.active {
    color: #fff;
    background: #64072a; }
  body.research.discover .discover-flex__head {
    color: #fff;
    background: #24140e;
    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; }
    body.research.discover .discover-flex__head .ptitle {
      margin: 0; }
  body.research.discover .discover-flex__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 769px) {
      body.research.discover .discover-flex__body {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.research.discover .discover-flex__body > * {
          width: calc((100% - 10px * 2) / 3); }
          .ie11 body.research.discover .discover-flex__body > * {
            width: calc((100% - 10px * 2) / 3 - 0.1px); }
          body.research.discover .discover-flex__body > *:not(:nth-child(3n)) {
            margin-right: 10px; }
          body.research.discover .discover-flex__body > *:nth-last-child(n + 4) {
            margin-bottom: 10px; }
          body.research.discover .discover-flex__body > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      body.research.discover .discover-flex__body {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.research.discover .discover-flex__body > * {
          width: calc((100% - 10px * 1) / 2); }
          .ie11 body.research.discover .discover-flex__body > * {
            width: calc((100% - 10px * 1) / 2 - 0.1px); }
          body.research.discover .discover-flex__body > *:not(:nth-child(2n)) {
            margin-right: 10px; }
          body.research.discover .discover-flex__body > *:nth-last-child(n + 3) {
            margin-bottom: 10px; }
          body.research.discover .discover-flex__body > * img {
            width: 100%; } }
  @media (min-width: 769px) {
    body.research.discover .discover-flex__head {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25px;
              flex: 0 0 25px;
      margin-right: 10px;
      color: #fff;
      background: #24140e; }
      body.research.discover .discover-flex__head .ptitle {
        -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
                writing-mode: vertical-lr; }
    body.research.discover .discover-flex__body {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%; } }
  @media (max-width: 768.98px) {
    body.research.discover .discover-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      body.research.discover .discover-flex__head {
        padding: 0.5em;
        margin-bottom: 10px; } }

body.research.discover .discover-chkbox1 img {
  pointer-events: none; }

body.research.discover .discover-chkbox1 input[type="checkbox"] {
  display: none; }
  body.research.discover .discover-chkbox1 input[type="checkbox"]:not(:checked) ~ img {
    opacity: 0.3; }
  body.research.discover .discover-chkbox1 input[type="checkbox"]:checked ~ img {
    opacity: 1; }

body.research.discover .discover-chkbox2 input[type="checkbox"] {
  display: none; }
  body.research.discover .discover-chkbox2 input[type="checkbox"]:checked ~ span {
    color: #fff !important;
    background: #64072a !important; }

body.research.discover .discover__dbox {
  margin-bottom: 30px; }

body.research.discover .discover__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) {
    body.research.discover .discover__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.research.discover .discover__list > * {
        width: calc((100% - 10px * 2) / 3); }
        .ie11 body.research.discover .discover__list > * {
          width: calc((100% - 10px * 2) / 3 - 0.1px); }
        body.research.discover .discover__list > *:not(:nth-child(3n)) {
          margin-right: 10px; }
        body.research.discover .discover__list > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    body.research.discover .discover__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.research.discover .discover__list > * {
        width: 100%; }
        body.research.discover .discover__list > * img {
          width: 100%; } }

body.research.discover .discover__item {
  margin-bottom: 0; }

body.research.discover .discover__link {
  color: currentColor; }

body.research.discover .sys-info__link2 {
  position: relative; }

body.research.discover .sys-info__text {
  padding: 10px 20px; }

body.research.highlights .highlightsmv {
  position: relative; }
  body.research.highlights .highlightsmv__txt {
    position: absolute;
    text-align: left;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 768.98px) {
      body.research.highlights .highlightsmv__txt {
        top: auto;
        bottom: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
  body.research.highlights .highlightsmv__label {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
    font-size: 3.5rem;
    line-height: 100%;
    margin-bottom: 0; }
  body.research.highlights .highlightsmv__title {
    font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
    font-size: 4.8rem;
    margin-bottom: 0; }

@media (min-width: 769px) {
  body.research.highlights .highlights {
    margin-bottom: 120px; } }

@media (max-width: 768.98px) {
  body.research.highlights .highlights {
    margin-bottom: 90px; } }

body.research.highlights .highlights__list1 {
  margin: 0;
  padding: 0;
  list-style: none; }
  body.research.highlights .highlights__list1_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) {
      body.research.highlights .highlights__list1_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.research.highlights .highlights__list1_col2 > * {
          width: calc((100% - 0px * 1) / 2 - 0.1px); }
          body.research.highlights .highlights__list1_col2 > *:nth-last-child(n + 3) {
            margin-bottom: 60px; }
          body.research.highlights .highlights__list1_col2 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      body.research.highlights .highlights__list1_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.research.highlights .highlights__list1_col2 > * {
          width: 100%; }
          body.research.highlights .highlights__list1_col2 > * img {
            width: 100%; } }
  body.research.highlights .highlights__list1_col2s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      body.research.highlights .highlights__list1_col2s {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.research.highlights .highlights__list1_col2s > * {
          width: calc((100% - 60px * 1) / 2); }
          body.research.highlights .highlights__list1_col2s > *:nth-last-child(n + 3) {
            margin-bottom: 60px; }
          body.research.highlights .highlights__list1_col2s > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      body.research.highlights .highlights__list1_col2s {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.research.highlights .highlights__list1_col2s > * {
          width: 100%; }
          body.research.highlights .highlights__list1_col2s > * img {
            width: 100%; } }
  body.research.highlights .highlights__list1_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) {
      body.research.highlights .highlights__list1_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.research.highlights .highlights__list1_col3 > * {
          width: calc((100% - 0px * 2) / 3 - 0.1px); }
          body.research.highlights .highlights__list1_col3 > *:nth-last-child(n + 4) {
            margin-bottom: 60px; }
          body.research.highlights .highlights__list1_col3 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      body.research.highlights .highlights__list1_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.research.highlights .highlights__list1_col3 > * {
          width: 100%; }
          body.research.highlights .highlights__list1_col3 > * img {
            width: 100%; } }
  body.research.highlights .highlights__list1_col3s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      body.research.highlights .highlights__list1_col3s {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.research.highlights .highlights__list1_col3s > * {
          width: calc((100% - 30px * 2) / 3); }
          body.research.highlights .highlights__list1_col3s > *:nth-last-child(n + 4) {
            margin-bottom: 60px; }
          body.research.highlights .highlights__list1_col3s > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      body.research.highlights .highlights__list1_col3s {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body.research.highlights .highlights__list1_col3s > * {
          width: 100%; }
          body.research.highlights .highlights__list1_col3s > * img {
            width: 100%; } }

body.research.highlights .highlights__item1 .mg10 {
  margin: 10px; }

body.research.highlights .highlights__link1 {
  display: block;
  opacity: 1;
  text-decoration: none;
  color: currentColor; }
  body.research.highlights .highlights__link1:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor;
    opacity: 0.8; }

body.research.discover .plink-sdgs__img.noactive {
  opacity: 0.3; }

body.research.discover.detail .discover_detail_ttl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }
  @media (max-width: 1023.98px) {
    body.research.discover.detail .discover_detail_ttl {
      height: 480px; } }

body.research.discover.detail .plink-sdgs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }

body.research.discover.detail .plink-sdgs__item {
  margin-bottom: 0; }

body.research.discover.detail .detail__ttlboxwrap {
  width: 1024px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (max-width: 1023.98px) {
    body.research.discover.detail .detail__ttlboxwrap {
      position: static;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      width: auto;
      margin-bottom: 20px; } }

body.research.discover.detail .detail__ttl {
  position: relative; }
  body.research.discover.detail .detail__ttl .plink-sdgs {
    position: absolute;
    left: 985px;
    bottom: 0; }
    @media (max-width: 1023.98px) {
      body.research.discover.detail .detail__ttl .plink-sdgs {
        position: static;
        margin: 0 20px; } }

body.research.discover.detail .detail__ttlbox {
  width: 400px;
  background: white;
  padding: 25px;
  float: right; }
  @media (max-width: 1023.98px) {
    body.research.discover.detail .detail__ttlbox {
      float: none;
      width: auto; } }

body.research.discover.detail .detail__title {
  font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif; }

body.research.discover.detail .sns-border {
  border-top: 1px solid #d3d3d3; }

body.admissions-aid.university.coe .procedure {
  list-style: none; }

body.admissions-aid.university.coe .procedure_list {
  border-bottom: 1px solid #d3d3d3; }

body.admissions-aid.university.coe .plist__item_custom_underline {
  border-bottom: 1px solid #d3d3d3; }

body.admissions-aid .admissions-rank {
  text-align: center;
  font-weight: bold;
  background: #fff;
  padding: 30px; }
  body.admissions-aid .admissions-rank__icon-img {
    width: 50px;
    margin: 0 auto; }
  body.admissions-aid .admissions-rank__title {
    line-height: 1.3;
    padding-bottom: 20px;
    position: relative; }
    @media (min-width: 769px) {
      body.admissions-aid .admissions-rank__title {
        font-size: 2rem; } }
    @media (max-width: 768.98px) {
      body.admissions-aid .admissions-rank__title {
        font-size: 2rem; } }
    @media (min-width: 769px) {
      body.admissions-aid .admissions-rank__title-big {
        font-size: 3.4rem; } }
    @media (max-width: 768.98px) {
      body.admissions-aid .admissions-rank__title-big {
        font-size: 3.4rem; } }
    body.admissions-aid .admissions-rank__title::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 40px;
      height: 3px;
      background-color: #24140e;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  body.admissions-aid .admissions-rank__subject {
    font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif; }
    @media (min-width: 769px) {
      body.admissions-aid .admissions-rank__subject {
        font-size: 2.6rem; } }
    @media (max-width: 768.98px) {
      body.admissions-aid .admissions-rank__subject {
        font-size: 2.6rem; } }
  body.admissions-aid .admissions-rank__rank-num {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 0.7; }
    @media (min-width: 769px) {
      body.admissions-aid .admissions-rank__rank-num {
        font-size: 18rem; } }
    @media (max-width: 768.98px) {
      body.admissions-aid .admissions-rank__rank-num {
        font-size: 18rem; } }
  body.admissions-aid .admissions-rank__rank-unit {
    font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif; }
    @media (min-width: 769px) {
      body.admissions-aid .admissions-rank__rank-unit {
        font-size: 4.6rem; } }
    @media (max-width: 768.98px) {
      body.admissions-aid .admissions-rank__rank-unit {
        font-size: 4.6rem; } }
  body.admissions-aid .admissions-rank__rank-img {
    margin: 20px auto 0;
    height: 120px; }

body.admissions-aid .admissions-footer__title {
  padding: 20px;
  margin-bottom: 0;
  text-align: center;
  background: #00964f; }
  @media (min-width: 769px) {
    body.admissions-aid .admissions-footer__title {
      font-size: 2rem; } }
  @media (max-width: 768.98px) {
    body.admissions-aid .admissions-footer__title {
      font-size: 1.6rem; } }
  body.admissions-aid .admissions-footer__title-img {
    margin-right: 10px;
    height: 30px; }
    @media (max-width: 768.98px) {
      body.admissions-aid .admissions-footer__title-img {
        height: 20px; } }

body.admissions-aid.opencampus .schedule {
  background: url(/admissions-aid/university/visittus/opencampus/img/schedule_bg.png) no-repeat center center/cover;
  padding: 50px 0; }
  @media (max-width: 1023.98px) {
    body.admissions-aid.opencampus .schedule__box {
      margin-left: auto;
      margin-right: auto; } }
  body.admissions-aid.opencampus .schedule__date {
    border: 2px solid white;
    width: 50%;
    height: 50%;
    padding: 50%;
    border-radius: 50%;
    position: relative;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: normal;
    color: white; }
    body.admissions-aid.opencampus .schedule__date_month {
      font-size: 5.2rem;
      position: absolute;
      right: 65%;
      top: 10%; }
    body.admissions-aid.opencampus .schedule__date_day {
      font-size: 10.6rem;
      position: absolute;
      left: 40%;
      bottom: 5%; }
      body.admissions-aid.opencampus .schedule__date_day::after {
        content: "";
        width: 100%;
        height: 2px;
        background: white;
        display: block;
        position: absolute;
        top: 35%;
        left: -50%;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    body.admissions-aid.opencampus .schedule__date_dow {
      font-size: 2.8rem;
      position: absolute;
      bottom: 7%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

@media (min-width: 769px) {
  #page-sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    position: fixed;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10; }
    #page-sns.plink-list-inline .plink-list-inline__item {
      padding: 0 0 10px 0 !important; }
      #page-sns.plink-list-inline .plink-list-inline__item:last-child {
        padding: 0 !important; } }

@media (max-width: 768.98px) {
  #page-sns {
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
    position: fixed;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10; }
    #page-sns.plink-list-inline {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-right: 60px; } }

.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 {
  background: #24140e;
  opacity: 0.7; }

.mfp-content {
  padding: 60px 30px;
  max-width: 1024px;
  background: #fff; }

.mfp-close {
  top: 20px;
  right: 20px;
  color: #fff !important;
  background: #c6c6c6 !important;
  border-radius: 50%;
  font-size: 4rem; }
  .mfp-close:active {
    top: 20px; }

.tus-mv1 {
  position: relative; }
  @media (min-width: 769px) {
    .tus-mv1 {
      margin-bottom: 0px; } }
  @media (max-width: 768.98px) {
    .tus-mv1 {
      margin-bottom: 30px; } }

@media (max-width: 768.98px) and (max-width: 768.98px) {
  .tus-mv1 {
    margin-left: -20px;
    margin-right: -20px; } }
  @media (min-width: 769px) {
    .tus-mv1 .embed-responsive::before {
      padding-top: 46%; } }
  @media (max-width: 768.98px) {
    .tus-mv1 .embed-responsive::before {
      padding-top: 55%; } }
  .tus-mv1 .ptitle_tp1 {
    pointer-events: none; }
  .tus-mv1_movie .embed-responsive-item {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: auto;
    height: 125%; }

.tus-message1 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 769px) {
    .tus-message1 {
      margin-bottom: 80px; } }
  @media (max-width: 768.98px) {
    .tus-message1 {
      margin-bottom: 60px; } }
  .tus-message1__txt {
    line-height: 2; }

@media (min-width: 769px) {
  .tus-program {
    margin-bottom: 80px; } }

@media (max-width: 768.98px) {
  .tus-program {
    margin-bottom: 60px; } }

.tus-program__list1 {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tus-program__list1_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) {
      .tus-program__list1_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .tus-program__list1_col2 > * {
          width: calc((100% - 30px * 1) / 2); }
          .tus-program__list1_col2 > *:nth-last-child(n + 3) {
            margin-bottom: 40px; }
          .tus-program__list1_col2 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .tus-program__list1_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .tus-program__list1_col2 > * {
          width: 100%; }
          .tus-program__list1_col2 > *:nth-last-child(n + 2) {
            margin-bottom: 30px; }
          .tus-program__list1_col2 > * img {
            width: 100%; } }
    .tus-program__list1_col2 .pfig {
      height: 130px;
      overflow: hidden; }
  .tus-program__list1_col2s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .tus-program__list1_col2s {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .tus-program__list1_col2s > * {
          width: calc((100% - 60px * 1) / 2); }
          .tus-program__list1_col2s > *:nth-last-child(n + 3) {
            margin-bottom: 40px; }
          .tus-program__list1_col2s > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .tus-program__list1_col2s {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .tus-program__list1_col2s > * {
          width: 100%; }
          .tus-program__list1_col2s > * img {
            width: 100%; } }
  .tus-program__list1_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) {
      .tus-program__list1_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .tus-program__list1_col3 > * {
          width: calc((100% - 0px * 2) / 3 - 0.1px); }
          .tus-program__list1_col3 > *:nth-last-child(n + 4) {
            margin-bottom: 40px; }
          .tus-program__list1_col3 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .tus-program__list1_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .tus-program__list1_col3 > * {
          width: 100%; }
          .tus-program__list1_col3 > * img {
            width: 100%; } }
  .tus-program__list1_col3s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .tus-program__list1_col3s {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .tus-program__list1_col3s > * {
          width: calc((100% - 30px * 2) / 3); }
          .tus-program__list1_col3s > *:nth-last-child(n + 4) {
            margin-bottom: 40px; }
          .tus-program__list1_col3s > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .tus-program__list1_col3s {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .tus-program__list1_col3s > * {
          width: 100%; }
          .tus-program__list1_col3s > * img {
            width: 100%; } }

.tus-program__link1 {
  display: block;
  opacity: 1;
  text-decoration: none;
  color: currentColor; }
  .tus-program__link1:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor;
    opacity: 0.8; }

.tus-explore {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 769px) {
    .tus-explore {
      margin-bottom: 30px; } }
  @media (max-width: 768.98px) {
    .tus-explore {
      margin-bottom: 30px; } }
  .tus-explore__list1 {
    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) {
      .tus-explore__list1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .tus-explore__list1 > * {
          width: calc((100% - 0px * 2) / 3 - 0.1px); }
          .tus-explore__list1 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .tus-explore__list1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .tus-explore__list1 > * {
          width: 100%; }
          .tus-explore__list1 > * img {
            width: 100%; } }
    @media (min-width: 769px) {
      .tus-explore__list1 {
        margin-bottom: 30px; } }
    @media (max-width: 768.98px) {
      .tus-explore__list1 {
        margin-bottom: 30px; } }
  @media (max-width: 768.98px) {
    .tus-explore__list1 {
      margin-left: -20px;
      margin-right: -20px;
      overflow: hidden; }
    .tus-explore .plink__fig-cap {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .tus-explore .slick-arrow {
      top: 50% !important; } }

.tus-linebox__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tus-linebox__list_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) {
      .tus-linebox__list_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .tus-linebox__list_col2 > * {
          width: calc((100% - 0px * 1) / 2 - 0.1px); }
          .tus-linebox__list_col2 > *:nth-last-child(n + 3) {
            margin-bottom: 60px; }
          .tus-linebox__list_col2 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .tus-linebox__list_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .tus-linebox__list_col2 > * {
          width: 100%; }
          .tus-linebox__list_col2 > * img {
            width: 100%; } }
  .tus-linebox__list_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) {
      .tus-linebox__list_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .tus-linebox__list_col3 > * {
          width: calc((100% - 0px * 2) / 3 - 0.1px); }
          .tus-linebox__list_col3 > *:nth-last-child(n + 4) {
            margin-bottom: 60px; }
          .tus-linebox__list_col3 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .tus-linebox__list_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .tus-linebox__list_col3 > * {
          width: 100%; }
          .tus-linebox__list_col3 > * img {
            width: 100%; } }
  .tus-linebox__list_noborder .tus-linebox__item {
    border: none !important; }

@media (min-width: 769px) {
  .tus-linebox__list {
    margin-left: -20px;
    margin-right: -20px; }
  .tus-linebox__item {
    padding: 0 20px; }
    .tus-linebox__item:not(:last-child) {
      border-right: 1px solid #c6c6c6; } }

@media (max-width: 768.98px) {
  .tus-linebox__item {
    padding: 30px 0; }
    .tus-linebox__item:first-child {
      padding-top: 0; }
    .tus-linebox__item:last-child {
      padding-bottom: 0; }
    .tus-linebox__item:not(:last-child) {
      border-bottom: 1px solid #c6c6c6; } }

.tus-linebox_white .tus-linebox__item:not(:last-child) {
  border-color: #fff; }

.tus-scroll-link {
  margin-bottom: 70px; }
  .tus-scroll-link .plink-list-inline__item {
    padding: 0 2em !important; }
  @media (max-width: 768.98px) {
    .tus-scroll-link {
      overflow-x: auto; }
      .tus-scroll-link::-webkit-scrollbar {
        height: 10px; }
      .tus-scroll-link::-webkit-scrollbar-track {
        background: linear-gradient(0, transparent 0, transparent 4px, #efefef 5px, #efefef 7px, transparent 8px, transparent 10px); }
      .tus-scroll-link::-webkit-scrollbar-thumb {
        background-color: #d3d3d3; }
      .tus-scroll-link .plink-list-inline {
        white-space: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .tus-scroll-link .plink-list-inline.plink-list-inline_center {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }

.tus-tab-link {
  font-weight: bold; }
  @media (min-width: 769px) {
    .tus-tab-link {
      margin-bottom: 60px; } }
  @media (max-width: 768.98px) {
    .tus-tab-link {
      margin-bottom: 90px; } }
  @media (min-width: 769px) {
    .tus-tab-link {
      font-size: 2rem; } }
  @media (max-width: 768.98px) {
    .tus-tab-link {
      font-size: 1.6rem; } }
  .tus-tab-link__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .tus-tab-link__list_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) {
        .tus-tab-link__list_col2 > * {
          width: calc((100% - 0px * 1) / 2); }
          .tus-tab-link__list_col2 > * img {
            width: 100%; } }
      @media (max-width: 768.98px) {
        .tus-tab-link__list_col2 > * {
          width: calc((100% - 0px * 1) / 2); }
          .tus-tab-link__list_col2 > * img {
            width: 100%; } }
      @media (max-width: 768.98px) {
        .tus-tab-link__list_col2 {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .tus-tab-link__list_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) {
        .tus-tab-link__list_col3 > * {
          width: calc((100% - 0px * 2) / 3); }
          .tus-tab-link__list_col3 > * img {
            width: 100%; } }
      @media (max-width: 768.98px) {
        .tus-tab-link__list_col3 > * {
          width: calc((100% - 0px * 2) / 3); }
          .tus-tab-link__list_col3 > * img {
            width: 100%; } }
      @media (max-width: 768.98px) {
        .tus-tab-link__list_col3 {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .tus-tab-link__list_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) {
        .tus-tab-link__list_col4 > * {
          width: calc((100% - 0px * 3) / 4); }
          .tus-tab-link__list_col4 > * img {
            width: 100%; } }
      @media (max-width: 768.98px) {
        .tus-tab-link__list_col4 > * {
          width: calc((100% - 0px * 3) / 4); }
          .tus-tab-link__list_col4 > * img {
            width: 100%; } }
      @media (max-width: 768.98px) {
        .tus-tab-link__list_col4 {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .tus-tab-link__list_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) {
        .tus-tab-link__list_col5 > * {
          width: calc((100% - 0px * 4) / 5); }
          .tus-tab-link__list_col5 > * img {
            width: 100%; } }
      @media (max-width: 768.98px) {
        .tus-tab-link__list_col5 > * {
          width: calc((100% - 0px * 4) / 5); }
          .tus-tab-link__list_col5 > * img {
            width: 100%; } }
      @media (max-width: 768.98px) {
        .tus-tab-link__list_col5 {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
  .tus-tab-link__link {
    display: block;
    border-bottom: 3px solid #c6c6c6;
    opacity: 1;
    text-decoration: none;
    color: currentColor; }
    .tus-tab-link__link:hover, .tus-tab-link__link.active {
      opacity: 1;
      text-decoration: none;
      color: currentColor;
      border-color: #64072a; }
  .tus-tab-link .dropdown {
    position: inherit; }
  .tus-tab-link .dropdown-toggle {
    display: none; }
  .tus-tab-link .dropdown-menu {
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    min-width: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    border: none; }
  @media (max-width: 768.98px) {
    .tus-tab-link {
      white-space: nowrap;
      margin-bottom: 30px;
      overflow-x: auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .tus-tab-link__item {
        width: auto;
        padding: 1em 0; }
      .tus-tab-link::-webkit-scrollbar {
        height: 10px; }
      .tus-tab-link::-webkit-scrollbar-track {
        background: linear-gradient(0, transparent 0, transparent 4px, #efefef 5px, #efefef 7px, transparent 8px, transparent 10px); }
      .tus-tab-link::-webkit-scrollbar-thumb {
        background-color: #d3d3d3; }
      .tus-tab-link__link {
        padding: 0 2em 0 0; } }

.tus-news__body .card-news__tag{
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
.tus-news__body .card-news__tag.card-news__tag--academics,
.tus-news__body .card-news__tag.card-news__tag--research,
.tus-news__body .card-news__tag.card-news__tag--media,
.tus-news__body .card-news__tag.card-news__tag--event,
.tus-news__body .card-news__tag.card-news__tag--pressrelease,
.tus-news__body .card-news__tag.card-news__tag--award,
.tus-news__body .card-news__tag.card-news__tag--activity,
.tus-news__body .card-news__tag.card-news__tag--admission,
.tus-news__body .card-news__tag.card-news__tag--news,
.tus-news__body .card-news__tag.card-news__tag--local{
  width: 14.5%;
  padding: 0.5px;
  margin-right: 10px;
  color: #fff;
}
.tus-news__body .card-news__tag.card-news__tag--academics{
  background-color: #bf7fff;
}
.tus-news__body .card-news__tag.card-news__tag--research{
  background-color: #7f7fff;
}
.tus-news__body .card-news__tag.card-news__tag--media{
  background-color: #00cc66;
}
.tus-news__body .card-news__tag.card-news__tag--event{
  background-color: #ff9c23;
}
.tus-news__body .card-news__tag.card-news__tag--pressrelease{
  background-color: #ff7fff;
}
.tus-news__body .card-news__tag.card-news__tag--award{
  background-color: #b3a459;
}
.tus-news__body .card-news__tag.card-news__tag--activity{
  background-color: #ff9c23;
}
.tus-news__body .card-news__tag.card-news__tag--admission{
  background-color: #ff7fbf;
}
.tus-news__body .card-news__tag.card-news__tag--news{
  background-color: #7fbfff;
}
.tus-news__body .card-news__tag.card-news__tag--local{
  background-color: #7f7fff;
}
.tus-news__body .card-news__tag--medical_workers{
  padding: 0.5px 10px;
  margin-right: 10px;
  background-color: #e383ed;
}
.tus-news__body .card-news__tag--office_worker{
  padding: 0.5px 10px;
  margin-right: 10px;
  background-color: #2f24ff;
}
.tus-news__body .card-news__tag--professional{
  padding: 0.5px 10px;
  margin-right: 10px;
  background-color: #ff9c23;
}
.tus-news__body .card-news__tag--non-regular{
  padding: 0.5px 10px;
  margin-right: 10px;
  background-color: #6ccc1d;
}
@media (max-width: 768.98px) {
  .sys-info.sys-info_t3 [data-output-id]{
    max-height: 200px;
  }
  .sys-info.sys-info_t3 .sys-info__citem_link{
    flex: 1 1 100%!important;
    margin-top: 7px!important;
  }
  .tus-news__body .card-news__tag.card-news__tag--academics,
  .tus-news__body .card-news__tag.card-news__tag--research,
  .tus-news__body .card-news__tag.card-news__tag--media,
  .tus-news__body .card-news__tag.card-news__tag--event,
  .tus-news__body .card-news__tag.card-news__tag--pressrelease,
  .tus-news__body .card-news__tag.card-news__tag--award,
  .tus-news__body .card-news__tag.card-news__tag--activity,
  .tus-news__body .card-news__tag.card-news__tag--admission,
  .tus-news__body .card-news__tag.card-news__tag--news,
  .tus-news__body .card-news__tag.card-news__tag--local{
    width: 38%;
  }
}

.tus-news__body .sys-info__ritem:first-child {
  border-top: 1px solid #d3d3d3; }

/*.tus-news__body .sys-info__citem_link {
  width: 100%;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important; }*/

.tus-news__body .sys-info__citem_date {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.3rem !important;
  color: #24140e !important; }

.tus-news__body .sys-info__citem_tags {
  font-size: 1.6rem !important; }

.tus-news__body .sys-info__citem_link {
  margin-top: 0 !important;
  /*font-size: 1.6rem !important;*/ }

.tus-news__more {
  display: none; }

@media (min-width: 769px) {
  .tus-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .tus-news__head {
      min-height: 100px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%;
      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; }
    .tus-news__body {
      width: 805px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 805px;
              flex: 0 0 805px; }
    .tus-news__more {
      position: absolute;
      left: 0;
      bottom: 0; } }

@media (max-width: 768.98px) {
  .tus-news__more {
    margin-top: 30px; } }

.pblock-full_gray + .tus-cat-link {
  margin-top: 60px; }

@media (min-width: 769px) {
  .tus-cat-link {
    margin-bottom: 60px; } }

@media (max-width: 768.98px) {
  .tus-cat-link {
    margin-bottom: 60px; } }

.tus-cat-link_gray {
  margin-bottom: 0;
  padding: 60px 0;
  background: #efefef; }

.tus-cat-link .pfig__cap small {
  font-weight: bold; }
  @media (min-width: 769px) {
    .tus-cat-link .pfig__cap small {
      font-size: 1.3rem; } }
  @media (max-width: 768.98px) {
    .tus-cat-link .pfig__cap small {
      font-size: 1.3rem; } }

.tus-cat-link .inactive {
  display: none; }

@media (min-width: 769px) {
  .tus-cat-link .active .active {
    background: #efefef; } }

@media (max-width: 768.98px) {
  .tus-cat-link [data-url] > h4 {
    display: none; }
  .tus-cat-link [data-url] > .collapse {
    display: block; } }

.tus-vertical {
  padding-bottom: 60px; }
  @media (min-width: 769px) {
    .tus-vertical {
      margin-bottom: 120px; } }
  @media (max-width: 768.98px) {
    .tus-vertical {
      margin-bottom: 90px; } }
  .tus-vertical_bg {
    position: relative; }
    .tus-vertical_bg::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #efefef;
      z-index: -1;
      -webkit-transform: rotate(-4deg);
              transform: rotate(-4deg);
      -webkit-transform-origin: right top;
              transform-origin: right top;
      left: -500%;
      right: 0;
      height: 50%; }
      @media (max-width: 768.98px) {
        .tus-vertical_bg::before {
          right: -20px;
          -webkit-transform: rotate(-10deg);
                  transform: rotate(-10deg); } }
    .tus-vertical_bg::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #efefef;
      z-index: -1;
      -webkit-transform-origin: right top;
              transform-origin: right top;
      top: auto;
      left: 0;
      right: 0;
      bottom: 0;
      height: 50%; }
      @media (max-width: 768.98px) {
        .tus-vertical_bg::after {
          left: -20px;
          right: -20px; } }
  .tus-vertical > .pblock::after, .tus-vertical > .pblock-sub::after, .tus-vertical > .pblock-slim::after, .tus-vertical > .pblock-wide::after, .tus-vertical > .pblock-full::after {
    display: block;
    clear: both;
    content: ""; }
  .tus-vertical__body {
    max-width: 880px; }
  .tus-vertical__msg-job {
    display: block;
    margin: 0.5em 0; }
    @media (min-width: 769px) {
      .tus-vertical__msg-job {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .tus-vertical__msg-job {
        font-size: 1.6rem; } }
  .tus-vertical__msg-name {
    display: block;
    font-weight: bold; }
    @media (min-width: 769px) {
      .tus-vertical__msg-name {
        font-size: 1.8rem; } }
    @media (max-width: 768.98px) {
      .tus-vertical__msg-name {
        font-size: 1.8rem; } }
  @media (min-width: 769px) {
    .tus-vertical {
      overflow: hidden; } }

.pblock-full_gray {
  padding-bottom: 60px;
  background: #efefef; }

.pblock-full_main {
  padding-bottom: 60px;
  background: #64072a; }

.pblock-full_black {
  padding: 60px 0;
  color: #fff;
  background: #24140e; }

.pblock_white {
  overflow: hidden;
  padding: 30px;
  color: #24140e;
  background: #fff; }

[data-clipboard-text] {
  position: relative;
  overflow: visible; }
  [data-clipboard-text][data-clipboard-show="true"]::before {
    white-space: nowrap;
    content: "コピーしました";
    background: #555;
    display: inline-block;
    color: #fff;
    border-radius: 0.4rem;
    position: absolute;
    left: 50%;
    bottom: -3rem;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 0.75rem;
    padding: 4px 10px;
    -webkit-animation: fade-tooltip 0.5s 1s 1 forwards;
            animation: fade-tooltip 0.5s 1s 1 forwards; }

/* Animation */
@-webkit-keyframes fade-tooltip {
  to {
    opacity: 0; } }
@keyframes fade-tooltip {
  to {
    opacity: 0; } }

.tus-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.4rem; }
  @media (max-width: 768.98px) {
    .tus-search {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 769px) {
    .tus-search__field {
      margin-left: 10px; }
      .tus-search__field_btn {
        width: 210px; } }
  @media (max-width: 768.98px) {
    .tus-search__field {
      margin-top: 10px; }
      .tus-search__field_btn {
        margin-top: 20px; } }
  .tus-search__select,
  .search_category {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .tus-search__submit {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .tus-search__submit > * {
        width: calc((100% - 10px * 1) / 2); }
        .tus-search__submit > * img {
          width: 100%; } }
    @media (max-width: 768.98px) {
      .tus-search__submit > * {
        width: calc((100% - 10px * 1) / 2); }
        .tus-search__submit > * img {
          width: 100%; } }
    .tus-search__submit-item button {
      width: 100%;
      height: 100%;
      border: none;
      padding: 0;
      outline: none; }
    .tus-search__submit-link1 {
      padding: 0.5em 0;
      font-weight: bold;
      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;
      background: #64072a;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .tus-search__submit-link1:hover {
        color: #fff;
        text-decoration: none;
        opacity: 0.6; }
    .tus-search__submit-link2 {
      padding: 0.5em 0;
      font-weight: bold;
      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;
      background: #c6c6c6; }
      .tus-search__submit-link2:hover {
        color: #fff;
        text-decoration: none;
        opacity: 0.6; }

.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: #71c59d; }

.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: #24140e !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; } }
.ptitle.ptitle_tag4.withid::before, .ptitle.ptitle_t2_ptn1.withid::before, .ptitle.ptitle_t2_ptn3.withid::before{top:auto;}
div.alloc{text-align:right;margin-bottom: 20px;}
div.alloc button{border:none;background-color:transparent; color:#64072a;}
div.alloc button:hover{border:none;text-decoration:underline;}
div.alloc button:active,div.alloc button:focus{outline: none;text-decoration:underline;}
/*== cookieconsent ==*/
#ccframe{
 display:none;
 }
#ccframe.show{
 display:block;
 -webkit-transition: opacity 1s ease;
 transition: opacity 1s ease;
 }
.cc-window{
 color: #24140E;
 background-color: #F1E1E8;
 position: fixed;
 overflow: hidden;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 font-family: Helvetica,Calibri,Arial,sans-serif;
 font-size: 14px;
 line-height: 1.5em;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 z-index: 9999;
 opacity: 1;
 }
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 padding: 1em 1.8em;
 width: 100%;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
}
.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
a.cc-link {
 text-decoration: underline;
 cursor: pointer;
}
.cc-link,.cc-link:active,.cc-link:visited {
  color: #24140E;
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-btn {
  color: #fff;
  border-color: transparent;
  background-color: #64072A;
 display: block;
 font-size: .9em;
 font-weight: 700;
 border-width: 2px;
 border-style: solid;
 text-align: center;
 white-space: nowrap;
 cursor: pointer;
}
#cc-allow{
 padding: .4em 2em;
 }
a.cc-btn:hover{
  color: #fff;
  text-decoration:underline;
}
.cc-btn {
  white-space: normal;
}


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