@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap");
input[type="text"],
input[type="password"],
input[type="button"],
textarea,
select {
  outline: none; }

/*!
 * 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: YakuHanJP, "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: YakuHanJP, "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  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; }

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

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: 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; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  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-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit; }

h1, .h1 {
  font-size: 3.85rem; }

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

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

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

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

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

.lead {
  font-size: 2.8rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.75rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: 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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 769px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1367px) {
    .container {
      max-width: 1140px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .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%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.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%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.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%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.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;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #aaa; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #aaa; }
  .table tbody + tbody {
    border-top: 2px solid #aaa; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 1px solid #aaa; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #aaa; }
  .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 {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.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-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-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-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-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-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-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-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: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #aaa; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .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 {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(3.13rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  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 screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .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::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7; }

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  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(2.3375rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(3.625rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.225rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.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 {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.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 ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.225rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .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-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.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 {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.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 ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -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;
      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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.7;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    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 {
    -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-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(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 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 {
    -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-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(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
    -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-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(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
    -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-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(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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 {
    -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-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(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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 {
    -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-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(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
    -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-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(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
    -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-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(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (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 screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.4rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.225rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 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-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.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:first-child {
  margin-left: 0; }

.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 + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .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 > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .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 + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.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 {
  height: calc(3.625rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.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 {
  height: calc(2.3375rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.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;
  display: block;
  min-height: 2.38rem;
  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;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -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-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.69rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.69rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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-select {
  display: inline-block;
  width: 100%;
  height: calc(3.13rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.7;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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;
  background-size: 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(128, 189, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    .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 {
    opacity: 0; }

.custom-select-sm {
  height: calc(2.3375rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(3.625rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(3.13rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(3.13rem + 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:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(3.13rem + 2px);
  padding: 0.375rem 0.75rem;
  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: 3.13rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.7;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 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 screen and (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;
    -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;
    -moz-appearance: none;
         appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-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;
    -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;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-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-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 screen and (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; }

.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-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.2025rem;
  padding-bottom: 0.2025rem;
  margin-right: 1rem;
  font-size: 1.75rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.75rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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 {
    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 {
      -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 {
    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 {
      -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 {
    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 {
      -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 {
    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 {
      -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 {
    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 {
    -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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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-header + .list-group .list-group-item:first-child {
    border-top: 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; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -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 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -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:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-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 .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.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 + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    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-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.75rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .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; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4.6rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    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;
  font-size: 1.05rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media screen and (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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  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, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.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% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .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-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1024px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: YakuHanJP, "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.225rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: YakuHanJP, "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.225rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 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-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) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 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-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) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    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-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) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    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-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: inherit;
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      -webkit-transition: none;
      transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  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; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .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: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  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 {
    position: relative;
    -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: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.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 {
  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-circle {
  border-radius: 50% !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%; }

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

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

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

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !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-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-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-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-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-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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; }

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

.h2__style01 {
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 60px;
  padding: 0;
  color: #094c26; }
  @media (max-width: 768.98px) {
    .h2__style01 {
      margin-bottom: 40px; } }
  .h2__style01_mb {
    margin-bottom: 20px; }
  .h2__style01_center {
    text-align: center; }

.h3__style01 {
  font-size: 2.6rem;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: #094c26; }
  @media (max-width: 768.98px) {
    .h3__style01 {
      margin-bottom: 20px; } }
  .h3__style01_bk {
    color: #222; }
  .h3__style01_small {
    font-size: 1.8rem; }
  .h3__style01_center {
    text-align: center; }
  .h3__style01_recruit {
    font-size: 2.2rem;
    margin-bottom: 20px; }

.h3__style02 {
  font-size: 2.6rem;
  font-weight: normal;
  margin-bottom: 20px;
  color: #094c26; }
  @media (max-width: 768.98px) {
    .h3__style02 {
      margin-bottom: 15px; } }

.h3__style03 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 40px;
  padding: 10px 0 10px 20px;
  color: #fff;
  background: #094c26; }
  @media (max-width: 768.98px) {
    .h3__style03 {
      margin-bottom: 20px; } }

.h4__style01 {
  font-size: 2.2rem;
  color: #094c26;
  border-left: 4px solid #094c26;
  font-weight: normal;
  padding-left: 10px;
  margin-bottom: 30px;
  line-height: 2.6rem; }
  @media (max-width: 768.98px) {
    .h4__style01 {
      margin-bottom: 40px; } }
  .h4__style01_small {
    font-size: 1.8rem; }
  .h4__style01_shinsotsu {
    color: #b83f54;
    border-left-color: #b83f54; }
  .h4__style01_chuto {
    color: #004e97;
    border-left-color: #004e97; }
  .h4__style01_recruit {
    font-size: 1.8rem;
    margin-bottom: 20px; }
  .h4__style01.sep {
    border-left: none;
    padding-left: 80px;
    position: relative;
    line-height: 35px;
    margin-bottom: 30px; }
    .h4__style01.sep::before {
      content: '';
      background: url(/business/spread/img/logo-sep.jpg) no-repeat left top;
      background-size: 100%;
      width: 60px;
      height: 70px;
      display: block;
      position: absolute;
      top: -2px;
      left: 0; }
      @media (max-width: 768.98px) {
        .h4__style01.sep::before {
          top: -2px; } }

.h4__style02 {
  font-size: 2rem;
  color: #094c26;
  font-weight: normal;
  margin-bottom: 30px;
  border: 1px solid #094c26;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 10px 20px;
  border-left: 4px solid #094c26;
  position: relative; }
  .h4__style02__link {
    color: #094c26;
    display: block; }
    .h4__style02__link:hover {
      text-decoration: none;
      opacity: 1;
      color: #094c26; }
    .h4__style02__link::after {
      font-family: "Font Awesome 5 Free";
      content: "\f107";
      font-weight: 900;
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block; }
  @media (max-width: 768.98px) {
    .h4__style02 {
      margin-bottom: 20px; } }

.h5__style01 {
  font-size: 1.8rem;
  color: #094c26;
  font-weight: normal;
  margin-bottom: 10px; }
  @media (max-width: 768.98px) {
    .h5__style01 {
      margin-bottom: 15px; } }

.h5__style02 {
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #094c26; }
  @media (max-width: 768.98px) {
    .h5__style02 {
      margin-bottom: 20px; } }
  .h5__style02_bk {
    color: #222; }
  .h5__style02_shinsotsu {
    color: #b83f54; }
  .h5__style02_chuto {
    color: #004e97; }

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

.btn__style01 {
  width: 80%;
  text-align: center;
  margin: 0 10% 0;
  padding: 10px 0;
  color: #222;
  background: #fff;
  border: 2px solid #094c26;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative; }
  @media (max-width: 768.98px) {
    .btn__style01 {
      width: 100%;
      margin: 0 auto; } }
  .btn__style01:hover {
    color: #fff;
    background: #094c26;
    text-decoration: none;
    opacity: 1; }
  .btn__style01[target='_blank']::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 768.98px) {
      .btn__style01[target='_blank']::after {
        right: 3px; } }

.nav_btn {
  display: inline-block;
  overflow: visible; }
  .nav_btn a {
    position: relative;
    display: block;
    padding: 1em 2em 1em 1em;
    line-height: 1.4;
    color: #000;
    border: 1px solid #000;
    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: #000;
    color: #fff; }
    .nav_btn.btn_fill a::before {
      color: #fff; }
  .nav_btn.btn_clr1 a {
    border-color: #00005e;
    color: #00005e; }
  .nav_btn.btn_clr1.btn_fill a {
    background-color: #00005e;
    color: #fff; }
  .nav_btn.btn_clr2 a {
    border-color: #981455;
    color: #981455; }
  .nav_btn.btn_clr2.btn_fill a {
    background-color: #981455;
    color: #fff; }
  .nav_btn.btn_clr3 a {
    border-color: #0064b4;
    color: #0064b4; }
  .nav_btn.btn_clr3.btn_fill a {
    background-color: #0064b4;
    color: #fff; }
  .nav_btn.btn_clr4 a {
    border-color: #094c26;
    color: #094c26; }
  .nav_btn.btn_clr4.btn_fill a {
    background-color: #094c26;
    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: YakuHanJP, "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
    color: #222; }
    @media (min-width: 576px) {
      .pagination .page-link {
        margin-left: 4px;
        margin-right: 4px; } }
    .pagination .page-link:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .pagination .page-item:first-child .page-link,
  .pagination .page-item:last-child .page-link {
    border-radius: 0; }
  .pagination .page-item.active .page-link {
    background-color: #094c26;
    color: #fff;
    border: 1px #094c26 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: #000; }
  .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: #000;
          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: "Font Awesome 5 Free";
    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: #000;
    font-weight: bold; }
  .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 #aaa 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: #000; }
  .table.tbl__style_1 thead tr td {
    border-bottom-width: 1px; }
  .table.tbl__style_1 tbody tr th {
    background-color: #f0f0f0;
    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: #000; }
  @media (max-width: 768.98px) {
    .table.tbl__style_1.table__break_sm {
      border-top: 1px #aaa 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 #ddd solid; }
  .table.tbl__style_2 tbody::before {
    display: none; }
  .table.tbl__style_2 tbody tr td {
    border: 0;
    border-bottom: 1px #ddd 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: #0064b4;
    background-color: #eaf2f9;
    border: 0;
    border-bottom: 1px #ddd 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: #ddd; }
  .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 #ddd 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; } }

.box__item {
  display: block;
  position: relative;
  color: #222 !important; }
  @media (max-width: 768.98px) {
    .box__item {
      margin-bottom: 60px; } }

@media (min-width: 769px) {
  .box__inner {
    width: 1200px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3; } }

@media (max-width: 768.98px) {
  .box__img {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; } }

@media (min-width: 769px) {
  .box__img {
    overflow: hidden;
    position: relative; }
    .box__img::before, .box__img::after {
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      -webkit-transition: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      z-index: 3; }
    .box__img::after {
      background: #ebfdf4;
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s;
      z-index: 2; }
    .box__item:nth-child(even) .box__img::before, .box__item:nth-child(even) .box__img::after {
      right: auto;
      left: 0; }
    .box__item:nth-child(even) .box__img_active::before, .box__item:nth-child(even) .box__img_active::after {
      left: 100%; } }

@media (max-width: 768.98px) {
  .box__img_active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.box__img_active::before, .box__img_active::after {
  right: 100%; }

@media (max-width: 768.98px) {
  .box__txt {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; } }

@media (min-width: 769px) {
  .box__txt {
    width: 100%;
    max-width: 720px;
    padding: 35px 40px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 50%;
    right: 40px;
    z-index: 3;
    -webkit-transform: translateY(-50%) scale(0, 1);
            transform: translateY(-50%) scale(0, 1);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transition: 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
    transition: 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s; }
    .box__item:nth-child(even) .box__txt {
      left: 40px;
      right: auto;
      -webkit-transform-origin: top left;
              transform-origin: top left; } }

@media (max-width: 768.98px) {
  .box__txt {
    margin-top: 20px; } }

@media (min-width: 769px) {
  .box__txt > * {
    opacity: 0;
    -webkit-transition: 1s 1.5s;
    transition: 1s 1.5s; } }

@media (max-width: 768.98px) {
  .box__txt_active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media (min-width: 769px) {
  .box__txt_active {
    -webkit-transform: translateY(-50%) scale(1, 1);
            transform: translateY(-50%) scale(1, 1); }
    .box__txt_active > * {
      opacity: 1; } }

@media (max-width: 768.98px) {
  .box__title {
    text-align: center; } }

.subbox1 {
  padding: 24px;
  background-color: #f0f0f0; }
  .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; } }

.kv {
  width: 100%;
  margin: 0 auto 80px; }
  .kv__img {
    margin-bottom: 60px; }
    @media (max-width: 768.98px) {
      .kv__img {
        margin-bottom: 40px; } }

.block {
  margin-bottom: 48px; }
  .block > .block {
    margin-bottom: 24px; }
  .block:last-child {
    margin-bottom: 0; }
  @media (min-width: 769px) {
    .block {
      margin-bottom: 60px; }
      .block > .block {
        margin-bottom: 30px; }
      .block:last-child {
        margin-bottom: 0; } }

.inner, .header_category__wrapper {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) {
    .inner, .header_category__wrapper {
      width: 1024px; } }

.list-2clm {
  width: 100%;
  padding-left: 0; }
  .list-2clm__item {
    width: 48%;
    margin-right: 4%;
    list-style: none;
    margin-bottom: 80px; }
    .list-2clm__item:nth-child(2n) {
      margin-right: 0; }
    .list-2clm__item:nth-child(3) {
      margin-bottom: 0; }
    .list-2clm__item:last-child {
      margin-bottom: 0; }
    @media (max-width: 768.98px) {
      .list-2clm__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px; }
        .list-2clm__item:nth-child(3) {
          margin-bottom: 60px; }
        .list-2clm__item:last-child {
          margin-bottom: 0; } }

.list-3clm {
  width: 100%;
  padding-left: 0; }
  .list-3clm__item {
    width: 380px;
    margin-right: 30px;
    margin-bottom: 60px;
    list-style: none; }
    .list-3clm__item:nth-child(3n) {
      margin-right: 0; }
    .list-3clm__item:last-child {
      margin-bottom: 0; }
    .list-3clm__item_mb {
      margin-bottom: 0; }
      @media (max-width: 768.98px) {
        .list-3clm__item_mb {
          margin-bottom: 40px; } }
    @media (max-width: 768.98px) {
      .list-3clm__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px; }
        .list-3clm__item:first-child {
          margin-bottom: 40px; } }
  .list-3clm__small {
    width: 340px;
    margin-right: 30px;
    list-style: none; }
    .list-3clm__small:nth-child(3), .list-3clm__small:nth-child(6), .list-3clm__small:nth-child(9), .list-3clm__small:nth-child(12) {
      margin-right: 0; }
    .list-3clm__small:last-child {
      margin-bottom: 0; }
    @media (max-width: 768.98px) {
      .list-3clm__small {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px; }
        .list-3clm__small:first-child {
          margin-bottom: 40px; } }
  .list-3clm__link {
    color: #094c26; }
    .list-3clm__link:hover {
      color: #094c26;
      text-decoration: none; }
  .list-3clm__img {
    width: 100%; }
  .list-3clm__cap {
    font-size: 2.2rem;
    color: #094c26;
    border-left: 4px solid #094c26;
    padding-left: 10px;
    margin-top: 16px;
    line-height: 2.6rem; }

.list-4clm {
  width: 100%;
  padding-left: 0; }
  .list-4clm__item {
    width: 277.5px;
    margin-right: 30px;
    list-style: none; }
    .list-4clm__item:nth-child(4) {
      margin-right: 0; }
    .list-4clm__item:last-child {
      margin-bottom: 0; }
    @media (max-width: 768.98px) {
      .list-4clm__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px; }
        .list-4clm__item:first-child {
          margin-bottom: 40px; } }
  .list-4clm__img {
    width: 100%; }
  .list-4clm__cap {
    font-size: 2.2rem;
    color: #094c26;
    border-left: 4px solid #094c26;
    padding-left: 10px;
    margin-top: 16px; }
  .list-4clm__link {
    color: #094c26; }
    .list-4clm__link:hover {
      color: #094c26;
      text-decoration: none; }

.list-basic {
  padding-left: 0; }
  .list-basic__item {
    padding-left: 20px;
    list-style: none;
    position: relative; }
    .list-basic__item::before {
      content: '●';
      position: absolute;
      left: 0;
      color: #094c26; }

.list-inner {
  width: 100%;
  padding-left: 1rem; }
  .list-inner__item {
    width: 100%;
    list-style: none;
    font-size: 1.4rem;
    margin-bottom: 10px; }
    .list-inner__item::before {
      content: '┗';
      color: #ccc;
      margin-right: 0.5rem; }

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

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .lead__text {
    font-size: 1.3rem !important; }
  /* IE11 */ }

.lead__text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #222;
  margin-bottom: 0; }
  @media (max-width: 768.98px) {
    .lead__text {
      font-size: 1.6rem;
      text-align: justify; } }
  .lead__text_red {
    color: #e1433e; }
  .lead__text_small {
    font-size: 1.2rem;
    line-height: 2.2rem; }
  .lead__text_number {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px; }
  .lead__text_corp {
    color: #094c26; }
  .lead__text_center {
    text-align: center; }

.lead__point {
  font-size: 1.4rem;
  border: 1px solid #094c26;
  border-radius: 10px;
  padding: 5px 0;
  text-align: center;
  color: #094c26; }

.lead__link {
  color: #222;
  text-decoration: underline; }
  .lead__link:hover {
    opacity: 1;
    color: #094c26; }

.text-red {
  color: #e1433e; }

.number {
  width: 20px;
  height: 20px;
  color: #fff;
  background: #094c26;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
  position: absolute;
  left: 0;
  top: 0; }

.txt__lead {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 2.24rem;
  font-weight: 300; }
  @media (min-width: 769px) {
    .txt__lead {
      font-size: 2.8rem; } }

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

.txt__line_ylw {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff26));
  background: linear-gradient(transparent 60%, #ffff26 60%); }

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

.fz__large {
  font-size: 120%;
  line-height: 1.4; }

.fz__small {
  font-size: 80%;
  line-height: 1.3; }

.fz__bold {
  font-weight: 700; }

.fz__normal {
  font-weight: 400; }

.color__main {
  color: #00005e; }

.color__sub1 {
  color: #981455; }

.color__sub2 {
  color: #0064b4; }

.color__sub3 {
  color: #007450; }

.color__red {
  color: #ae1f24; }

.color__white {
  color: #fff; }

.color__black {
  color: #000; }

.color__copo {
  color: #094c26; }

a.color__copo:hover {
  color: #094c26; }

.ff__gothic {
  font-family: YakuHanJP, "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif; }

.ff__mincho {
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif; }

a {
  /*&[target='_blank']::after {
		content: '\f08e';
		font-family: 'FontAwesome';
	}*/ }
  a[href$='.pdf']::after {
    content: '\f1c1';
    font-family: 'FontAwesome';
    color: red; }
  a[href$='.doc']::after, a[href$='.docx']::after {
    content: '\f1c2';
    font-family: 'FontAwesome';
    color: blue; }
  a[href$='.xls']::after, a[href$='.xlsx']::after {
    content: '\f1c3';
    font-family: 'FontAwesome';
    color: green; }

body {
  /* Bootstrap4 */ }
  body .mt-0 {
    margin-top: 0px !important; }
  body .mt-5 {
    margin-top: 5px !important; }
  body .mt-10 {
    margin-top: 10px !important; }
  body .mt-15 {
    margin-top: 15px !important; }
  body .mt-20 {
    margin-top: 20px !important; }
  body .mt-25 {
    margin-top: 25px !important; }
  body .mt-30 {
    margin-top: 30px !important; }
  body .mt-35 {
    margin-top: 35px !important; }
  body .mt-40 {
    margin-top: 40px !important; }
  body .mt-45 {
    margin-top: 45px !important; }
  body .mt-50 {
    margin-top: 50px !important; }
  body .mt-55 {
    margin-top: 55px !important; }
  body .mt-60 {
    margin-top: 60px !important; }
  body .mt-65 {
    margin-top: 65px !important; }
  body .mt-70 {
    margin-top: 70px !important; }
  body .mt-75 {
    margin-top: 75px !important; }
  body .mt-80 {
    margin-top: 80px !important; }
  body .mt-85 {
    margin-top: 85px !important; }
  body .mt-90 {
    margin-top: 90px !important; }
  body .mt-95 {
    margin-top: 95px !important; }
  body .mt-100 {
    margin-top: 100px !important; }
  body .mr-0 {
    margin-right: 0px !important; }
  body .mr-5 {
    margin-right: 5px !important; }
  body .mr-10 {
    margin-right: 10px !important; }
  body .mr-15 {
    margin-right: 15px !important; }
  body .mr-20 {
    margin-right: 20px !important; }
  body .mr-25 {
    margin-right: 25px !important; }
  body .mr-30 {
    margin-right: 30px !important; }
  body .mr-35 {
    margin-right: 35px !important; }
  body .mr-40 {
    margin-right: 40px !important; }
  body .mr-45 {
    margin-right: 45px !important; }
  body .mr-50 {
    margin-right: 50px !important; }
  body .mr-55 {
    margin-right: 55px !important; }
  body .mr-60 {
    margin-right: 60px !important; }
  body .mr-65 {
    margin-right: 65px !important; }
  body .mr-70 {
    margin-right: 70px !important; }
  body .mr-75 {
    margin-right: 75px !important; }
  body .mr-80 {
    margin-right: 80px !important; }
  body .mr-85 {
    margin-right: 85px !important; }
  body .mr-90 {
    margin-right: 90px !important; }
  body .mr-95 {
    margin-right: 95px !important; }
  body .mr-100 {
    margin-right: 100px !important; }
  body .mb-0 {
    margin-bottom: 0px !important; }
  body .mb-5 {
    margin-bottom: 5px !important; }
  body .mb-10 {
    margin-bottom: 10px !important; }
  body .mb-15 {
    margin-bottom: 15px !important; }
  body .mb-20 {
    margin-bottom: 20px !important; }
  body .mb-25 {
    margin-bottom: 25px !important; }
  body .mb-30 {
    margin-bottom: 30px !important; }
  body .mb-35 {
    margin-bottom: 35px !important; }
  body .mb-40 {
    margin-bottom: 40px !important; }
  body .mb-45 {
    margin-bottom: 45px !important; }
  body .mb-50 {
    margin-bottom: 50px !important; }
  body .mb-55 {
    margin-bottom: 55px !important; }
  body .mb-60 {
    margin-bottom: 60px !important; }
  body .mb-65 {
    margin-bottom: 65px !important; }
  body .mb-70 {
    margin-bottom: 70px !important; }
  body .mb-75 {
    margin-bottom: 75px !important; }
  body .mb-80 {
    margin-bottom: 80px !important; }
  body .mb-85 {
    margin-bottom: 85px !important; }
  body .mb-90 {
    margin-bottom: 90px !important; }
  body .mb-95 {
    margin-bottom: 95px !important; }
  body .mb-100 {
    margin-bottom: 100px !important; }
  body .ml-0 {
    margin-left: 0px !important; }
  body .ml-5 {
    margin-left: 5px !important; }
  body .ml-10 {
    margin-left: 10px !important; }
  body .ml-15 {
    margin-left: 15px !important; }
  body .ml-20 {
    margin-left: 20px !important; }
  body .ml-25 {
    margin-left: 25px !important; }
  body .ml-30 {
    margin-left: 30px !important; }
  body .ml-35 {
    margin-left: 35px !important; }
  body .ml-40 {
    margin-left: 40px !important; }
  body .ml-45 {
    margin-left: 45px !important; }
  body .ml-50 {
    margin-left: 50px !important; }
  body .ml-55 {
    margin-left: 55px !important; }
  body .ml-60 {
    margin-left: 60px !important; }
  body .ml-65 {
    margin-left: 65px !important; }
  body .ml-70 {
    margin-left: 70px !important; }
  body .ml-75 {
    margin-left: 75px !important; }
  body .ml-80 {
    margin-left: 80px !important; }
  body .ml-85 {
    margin-left: 85px !important; }
  body .ml-90 {
    margin-left: 90px !important; }
  body .ml-95 {
    margin-left: 95px !important; }
  body .ml-100 {
    margin-left: 100px !important; }
  body .pt-0 {
    padding-top: 0px !important; }
  body .pt-5 {
    padding-top: 5px !important; }
  body .pt-10 {
    padding-top: 10px !important; }
  body .pt-15 {
    padding-top: 15px !important; }
  body .pt-20 {
    padding-top: 20px !important; }
  body .pt-25 {
    padding-top: 25px !important; }
  body .pt-30 {
    padding-top: 30px !important; }
  body .pt-35 {
    padding-top: 35px !important; }
  body .pt-40 {
    padding-top: 40px !important; }
  body .pt-45 {
    padding-top: 45px !important; }
  body .pt-50 {
    padding-top: 50px !important; }
  body .pt-55 {
    padding-top: 55px !important; }
  body .pt-60 {
    padding-top: 60px !important; }
  body .pt-65 {
    padding-top: 65px !important; }
  body .pt-70 {
    padding-top: 70px !important; }
  body .pt-75 {
    padding-top: 75px !important; }
  body .pt-80 {
    padding-top: 80px !important; }
  body .pt-85 {
    padding-top: 85px !important; }
  body .pt-90 {
    padding-top: 90px !important; }
  body .pt-95 {
    padding-top: 95px !important; }
  body .pt-100 {
    padding-top: 100px !important; }
  body .pr-0 {
    padding-right: 0px !important; }
  body .pr-5 {
    padding-right: 5px !important; }
  body .pr-10 {
    padding-right: 10px !important; }
  body .pr-15 {
    padding-right: 15px !important; }
  body .pr-20 {
    padding-right: 20px !important; }
  body .pr-25 {
    padding-right: 25px !important; }
  body .pr-30 {
    padding-right: 30px !important; }
  body .pr-35 {
    padding-right: 35px !important; }
  body .pr-40 {
    padding-right: 40px !important; }
  body .pr-45 {
    padding-right: 45px !important; }
  body .pr-50 {
    padding-right: 50px !important; }
  body .pr-55 {
    padding-right: 55px !important; }
  body .pr-60 {
    padding-right: 60px !important; }
  body .pr-65 {
    padding-right: 65px !important; }
  body .pr-70 {
    padding-right: 70px !important; }
  body .pr-75 {
    padding-right: 75px !important; }
  body .pr-80 {
    padding-right: 80px !important; }
  body .pr-85 {
    padding-right: 85px !important; }
  body .pr-90 {
    padding-right: 90px !important; }
  body .pr-95 {
    padding-right: 95px !important; }
  body .pr-100 {
    padding-right: 100px !important; }
  body .pb-0 {
    padding-bottom: 0px !important; }
  body .pb-5 {
    padding-bottom: 5px !important; }
  body .pb-10 {
    padding-bottom: 10px !important; }
  body .pb-15 {
    padding-bottom: 15px !important; }
  body .pb-20 {
    padding-bottom: 20px !important; }
  body .pb-25 {
    padding-bottom: 25px !important; }
  body .pb-30 {
    padding-bottom: 30px !important; }
  body .pb-35 {
    padding-bottom: 35px !important; }
  body .pb-40 {
    padding-bottom: 40px !important; }
  body .pb-45 {
    padding-bottom: 45px !important; }
  body .pb-50 {
    padding-bottom: 50px !important; }
  body .pb-55 {
    padding-bottom: 55px !important; }
  body .pb-60 {
    padding-bottom: 60px !important; }
  body .pb-65 {
    padding-bottom: 65px !important; }
  body .pb-70 {
    padding-bottom: 70px !important; }
  body .pb-75 {
    padding-bottom: 75px !important; }
  body .pb-80 {
    padding-bottom: 80px !important; }
  body .pb-85 {
    padding-bottom: 85px !important; }
  body .pb-90 {
    padding-bottom: 90px !important; }
  body .pb-95 {
    padding-bottom: 95px !important; }
  body .pb-100 {
    padding-bottom: 100px !important; }
  body .pl-0 {
    padding-left: 0px !important; }
  body .pl-5 {
    padding-left: 5px !important; }
  body .pl-10 {
    padding-left: 10px !important; }
  body .pl-15 {
    padding-left: 15px !important; }
  body .pl-20 {
    padding-left: 20px !important; }
  body .pl-25 {
    padding-left: 25px !important; }
  body .pl-30 {
    padding-left: 30px !important; }
  body .pl-35 {
    padding-left: 35px !important; }
  body .pl-40 {
    padding-left: 40px !important; }
  body .pl-45 {
    padding-left: 45px !important; }
  body .pl-50 {
    padding-left: 50px !important; }
  body .pl-55 {
    padding-left: 55px !important; }
  body .pl-60 {
    padding-left: 60px !important; }
  body .pl-65 {
    padding-left: 65px !important; }
  body .pl-70 {
    padding-left: 70px !important; }
  body .pl-75 {
    padding-left: 75px !important; }
  body .pl-80 {
    padding-left: 80px !important; }
  body .pl-85 {
    padding-left: 85px !important; }
  body .pl-90 {
    padding-left: 90px !important; }
  body .pl-95 {
    padding-left: 95px !important; }
  body .pl-100 {
    padding-left: 100px !important; }
  @media (min-width: 769px) {
    body .mt-md-0 {
      margin-top: 0px !important; }
    body .mt-md-5 {
      margin-top: 5px !important; }
    body .mt-md-10 {
      margin-top: 10px !important; }
    body .mt-md-15 {
      margin-top: 15px !important; }
    body .mt-md-20 {
      margin-top: 20px !important; }
    body .mt-md-25 {
      margin-top: 25px !important; }
    body .mt-md-30 {
      margin-top: 30px !important; }
    body .mt-md-35 {
      margin-top: 35px !important; }
    body .mt-md-40 {
      margin-top: 40px !important; }
    body .mt-md-45 {
      margin-top: 45px !important; }
    body .mt-md-50 {
      margin-top: 50px !important; }
    body .mt-md-55 {
      margin-top: 55px !important; }
    body .mt-md-60 {
      margin-top: 60px !important; }
    body .mt-md-65 {
      margin-top: 65px !important; }
    body .mt-md-70 {
      margin-top: 70px !important; }
    body .mt-md-75 {
      margin-top: 75px !important; }
    body .mt-md-80 {
      margin-top: 80px !important; }
    body .mt-md-85 {
      margin-top: 85px !important; }
    body .mt-md-90 {
      margin-top: 90px !important; }
    body .mt-md-95 {
      margin-top: 95px !important; }
    body .mt-md-100 {
      margin-top: 100px !important; }
    body .mr-md-0 {
      margin-right: 0px !important; }
    body .mr-md-5 {
      margin-right: 5px !important; }
    body .mr-md-10 {
      margin-right: 10px !important; }
    body .mr-md-15 {
      margin-right: 15px !important; }
    body .mr-md-20 {
      margin-right: 20px !important; }
    body .mr-md-25 {
      margin-right: 25px !important; }
    body .mr-md-30 {
      margin-right: 30px !important; }
    body .mr-md-35 {
      margin-right: 35px !important; }
    body .mr-md-40 {
      margin-right: 40px !important; }
    body .mr-md-45 {
      margin-right: 45px !important; }
    body .mr-md-50 {
      margin-right: 50px !important; }
    body .mr-md-55 {
      margin-right: 55px !important; }
    body .mr-md-60 {
      margin-right: 60px !important; }
    body .mr-md-65 {
      margin-right: 65px !important; }
    body .mr-md-70 {
      margin-right: 70px !important; }
    body .mr-md-75 {
      margin-right: 75px !important; }
    body .mr-md-80 {
      margin-right: 80px !important; }
    body .mr-md-85 {
      margin-right: 85px !important; }
    body .mr-md-90 {
      margin-right: 90px !important; }
    body .mr-md-95 {
      margin-right: 95px !important; }
    body .mr-md-100 {
      margin-right: 100px !important; }
    body .mb-md-0 {
      margin-bottom: 0px !important; }
    body .mb-md-5 {
      margin-bottom: 5px !important; }
    body .mb-md-10 {
      margin-bottom: 10px !important; }
    body .mb-md-15 {
      margin-bottom: 15px !important; }
    body .mb-md-20 {
      margin-bottom: 20px !important; }
    body .mb-md-25 {
      margin-bottom: 25px !important; }
    body .mb-md-30 {
      margin-bottom: 30px !important; }
    body .mb-md-35 {
      margin-bottom: 35px !important; }
    body .mb-md-40 {
      margin-bottom: 40px !important; }
    body .mb-md-45 {
      margin-bottom: 45px !important; }
    body .mb-md-50 {
      margin-bottom: 50px !important; }
    body .mb-md-55 {
      margin-bottom: 55px !important; }
    body .mb-md-60 {
      margin-bottom: 60px !important; }
    body .mb-md-65 {
      margin-bottom: 65px !important; }
    body .mb-md-70 {
      margin-bottom: 70px !important; }
    body .mb-md-75 {
      margin-bottom: 75px !important; }
    body .mb-md-80 {
      margin-bottom: 80px !important; }
    body .mb-md-85 {
      margin-bottom: 85px !important; }
    body .mb-md-90 {
      margin-bottom: 90px !important; }
    body .mb-md-95 {
      margin-bottom: 95px !important; }
    body .mb-md-100 {
      margin-bottom: 100px !important; }
    body .ml-md-0 {
      margin-left: 0px !important; }
    body .ml-md-5 {
      margin-left: 5px !important; }
    body .ml-md-10 {
      margin-left: 10px !important; }
    body .ml-md-15 {
      margin-left: 15px !important; }
    body .ml-md-20 {
      margin-left: 20px !important; }
    body .ml-md-25 {
      margin-left: 25px !important; }
    body .ml-md-30 {
      margin-left: 30px !important; }
    body .ml-md-35 {
      margin-left: 35px !important; }
    body .ml-md-40 {
      margin-left: 40px !important; }
    body .ml-md-45 {
      margin-left: 45px !important; }
    body .ml-md-50 {
      margin-left: 50px !important; }
    body .ml-md-55 {
      margin-left: 55px !important; }
    body .ml-md-60 {
      margin-left: 60px !important; }
    body .ml-md-65 {
      margin-left: 65px !important; }
    body .ml-md-70 {
      margin-left: 70px !important; }
    body .ml-md-75 {
      margin-left: 75px !important; }
    body .ml-md-80 {
      margin-left: 80px !important; }
    body .ml-md-85 {
      margin-left: 85px !important; }
    body .ml-md-90 {
      margin-left: 90px !important; }
    body .ml-md-95 {
      margin-left: 95px !important; }
    body .ml-md-100 {
      margin-left: 100px !important; }
    body .pt-md-0 {
      padding-top: 0px !important; }
    body .pt-md-5 {
      padding-top: 5px !important; }
    body .pt-md-10 {
      padding-top: 10px !important; }
    body .pt-md-15 {
      padding-top: 15px !important; }
    body .pt-md-20 {
      padding-top: 20px !important; }
    body .pt-md-25 {
      padding-top: 25px !important; }
    body .pt-md-30 {
      padding-top: 30px !important; }
    body .pt-md-35 {
      padding-top: 35px !important; }
    body .pt-md-40 {
      padding-top: 40px !important; }
    body .pt-md-45 {
      padding-top: 45px !important; }
    body .pt-md-50 {
      padding-top: 50px !important; }
    body .pt-md-55 {
      padding-top: 55px !important; }
    body .pt-md-60 {
      padding-top: 60px !important; }
    body .pt-md-65 {
      padding-top: 65px !important; }
    body .pt-md-70 {
      padding-top: 70px !important; }
    body .pt-md-75 {
      padding-top: 75px !important; }
    body .pt-md-80 {
      padding-top: 80px !important; }
    body .pt-md-85 {
      padding-top: 85px !important; }
    body .pt-md-90 {
      padding-top: 90px !important; }
    body .pt-md-95 {
      padding-top: 95px !important; }
    body .pt-md-100 {
      padding-top: 100px !important; }
    body .pr-md-0 {
      padding-right: 0px !important; }
    body .pr-md-5 {
      padding-right: 5px !important; }
    body .pr-md-10 {
      padding-right: 10px !important; }
    body .pr-md-15 {
      padding-right: 15px !important; }
    body .pr-md-20 {
      padding-right: 20px !important; }
    body .pr-md-25 {
      padding-right: 25px !important; }
    body .pr-md-30 {
      padding-right: 30px !important; }
    body .pr-md-35 {
      padding-right: 35px !important; }
    body .pr-md-40 {
      padding-right: 40px !important; }
    body .pr-md-45 {
      padding-right: 45px !important; }
    body .pr-md-50 {
      padding-right: 50px !important; }
    body .pr-md-55 {
      padding-right: 55px !important; }
    body .pr-md-60 {
      padding-right: 60px !important; }
    body .pr-md-65 {
      padding-right: 65px !important; }
    body .pr-md-70 {
      padding-right: 70px !important; }
    body .pr-md-75 {
      padding-right: 75px !important; }
    body .pr-md-80 {
      padding-right: 80px !important; }
    body .pr-md-85 {
      padding-right: 85px !important; }
    body .pr-md-90 {
      padding-right: 90px !important; }
    body .pr-md-95 {
      padding-right: 95px !important; }
    body .pr-md-100 {
      padding-right: 100px !important; }
    body .pb-md-0 {
      padding-bottom: 0px !important; }
    body .pb-md-5 {
      padding-bottom: 5px !important; }
    body .pb-md-10 {
      padding-bottom: 10px !important; }
    body .pb-md-15 {
      padding-bottom: 15px !important; }
    body .pb-md-20 {
      padding-bottom: 20px !important; }
    body .pb-md-25 {
      padding-bottom: 25px !important; }
    body .pb-md-30 {
      padding-bottom: 30px !important; }
    body .pb-md-35 {
      padding-bottom: 35px !important; }
    body .pb-md-40 {
      padding-bottom: 40px !important; }
    body .pb-md-45 {
      padding-bottom: 45px !important; }
    body .pb-md-50 {
      padding-bottom: 50px !important; }
    body .pb-md-55 {
      padding-bottom: 55px !important; }
    body .pb-md-60 {
      padding-bottom: 60px !important; }
    body .pb-md-65 {
      padding-bottom: 65px !important; }
    body .pb-md-70 {
      padding-bottom: 70px !important; }
    body .pb-md-75 {
      padding-bottom: 75px !important; }
    body .pb-md-80 {
      padding-bottom: 80px !important; }
    body .pb-md-85 {
      padding-bottom: 85px !important; }
    body .pb-md-90 {
      padding-bottom: 90px !important; }
    body .pb-md-95 {
      padding-bottom: 95px !important; }
    body .pb-md-100 {
      padding-bottom: 100px !important; }
    body .pl-md-0 {
      padding-left: 0px !important; }
    body .pl-md-5 {
      padding-left: 5px !important; }
    body .pl-md-10 {
      padding-left: 10px !important; }
    body .pl-md-15 {
      padding-left: 15px !important; }
    body .pl-md-20 {
      padding-left: 20px !important; }
    body .pl-md-25 {
      padding-left: 25px !important; }
    body .pl-md-30 {
      padding-left: 30px !important; }
    body .pl-md-35 {
      padding-left: 35px !important; }
    body .pl-md-40 {
      padding-left: 40px !important; }
    body .pl-md-45 {
      padding-left: 45px !important; }
    body .pl-md-50 {
      padding-left: 50px !important; }
    body .pl-md-55 {
      padding-left: 55px !important; }
    body .pl-md-60 {
      padding-left: 60px !important; }
    body .pl-md-65 {
      padding-left: 65px !important; }
    body .pl-md-70 {
      padding-left: 70px !important; }
    body .pl-md-75 {
      padding-left: 75px !important; }
    body .pl-md-80 {
      padding-left: 80px !important; }
    body .pl-md-85 {
      padding-left: 85px !important; }
    body .pl-md-90 {
      padding-left: 90px !important; }
    body .pl-md-95 {
      padding-left: 95px !important; }
    body .pl-md-100 {
      padding-left: 100px !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; } }

/*body:after {
	position: fixed;
	z-index: 9999;
	right: 0;
	bottom: 0;
	display: block;
	padding: 1em;
	content: 'min';
	background-color: rgba(#ccc, .8);
	@include media-breakpoint-up(sm) {
		content: 'sm 576->767';
	}
	@include media-breakpoint-up(md) {
		content: 'md 768->1023';
	}
	@include media-breakpoint-up(lg) {
		content: 'lg 1024->1366';
	}
	@include media-breakpoint-up(xl) {
		content: 'xl 1367->';
	}
}*/
@-ms-viewport {
  width: auto;
  initial-scale: 1; }

img {
  -webkit-backface-visibility: hidden; }

html {
  font-size: 62.5%; }

body {
  width: 100%;
  letter-spacing: .06em;
  color: #000;
  background-color: #fff;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 1.26rem; }
  @media (min-width: 769px) {
    body {
      font-size: 1.4rem; } }
  body.ie11 {
    font-family: "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif; }

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

a {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  opacity: 1; }
  a:hover {
    opacity: .6; }

ol,
ul {
  padding-left: 1em; }
  ol li,
  ul li {
    padding-left: 0; }

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

.h1,
h1 {
  font-size: 3.08rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.5em; }
  @media (min-width: 769px) {
    .h1,
    h1 {
      font-size: 3.85rem; } }

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

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

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

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

figcaption {
  font-size: 1.1rem;
  display: block;
  padding-top: .2em;
  text-align: center;
  color: #999; }

*:last-child {
  margin-bottom: 0; }

.fa-file-pdf-o {
  color: red; }

.fa-file-word-o {
  color: blue; }

.fa-file-excel-o {
  color: green; }

#header_fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  background-color: #fff;
  padding: 15px 0 15px 40px;
  min-width: 1200px; }
  @media (max-width: 768.98px) {
    #header_fixed {
      min-width: auto;
      padding: 0;
      padding-left: 3%; } }
  #header_fixed .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #header_fixed .header__logo {
      margin-bottom: 0; }
      #header_fixed .header__logo a {
        display: block; }
        #header_fixed .header__logo a img {
          width: 150px;
          display: block; }
          @media (max-width: 768.98px) {
            #header_fixed .header__logo a img {
              width: 80px; } }
    #header_fixed .header__sphmb {
      display: none; }
      @media (max-width: 768.98px) {
        #header_fixed .header__sphmb {
          display: block;
          width: 60px;
          height: 60px;
          background: #094c26;
          display: block;
          margin-left: auto;
          position: relative;
          padding: 0;
          border-width: 0;
          outline: none; }
          #header_fixed .header__sphmb span {
            position: absolute;
            left: 13px;
            width: 34px;
            height: 4px;
            background: #fff;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
            #header_fixed .header__sphmb span:nth-of-type(1) {
              top: 15px; }
            #header_fixed .header__sphmb span:nth-of-type(2) {
              top: 27px; }
            #header_fixed .header__sphmb span:nth-of-type(3) {
              bottom: 15px; }
          #header_fixed .header__sphmb.active span:nth-of-type(1) {
            -webkit-transform: translateY(13px) rotate(-45deg);
                    transform: translateY(13px) rotate(-45deg); }
          #header_fixed .header__sphmb.active span:nth-of-type(2) {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
          #header_fixed .header__sphmb.active span:nth-of-type(3) {
            -webkit-transform: translateY(-13px) rotate(45deg);
                    transform: translateY(-13px) rotate(45deg); } }
  #header_fixed .snav {
    padding-right: 40px;
    margin-bottom: 15px; }
    @media (max-width: 768.98px) {
      #header_fixed .snav {
        display: none; } }
    #header_fixed .snav ul {
      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;
      list-style: none;
      gap: 18px;
      margin-bottom: 0; }
      #header_fixed .snav ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.06em;
        color: #222222;
        line-height: 1; }
        #header_fixed .snav ul li a img {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 12px;
          width: 18px; }
          #header_fixed .snav ul li a img.global {
            width: 15px; }
  #header_fixed .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768.98px) {
      #header_fixed .gnav {
        position: fixed;
        top: 60px;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        #header_fixed .gnav.active {
          opacity: 1;
          visibility: visible; } }
    #header_fixed .gnav__mainnav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      list-style: none;
      margin-bottom: 0;
      padding: 0; }
      @media (max-width: 768.98px) {
        #header_fixed .gnav__mainnav {
          width: 80%;
          max-height: calc(100vh - 60px);
          max-height: calc(100svh - 60px);
          background: #eee;
          display: block;
          overflow: auto; } }
      #header_fixed .gnav__mainnav > li {
        position: relative; }
        @media (min-width: 769px) {
          #header_fixed .gnav__mainnav > li.pc-hide {
            display: none; } }
        #header_fixed .gnav__mainnav > li > a {
          font-size: 16px;
          line-height: 20px;
          letter-spacing: 0.06em;
          color: #222222;
          font-weight: 500;
          padding: 0 40px;
          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;
          border-left: 1px solid #222222;
          text-decoration: none; }
          @media screen and (max-width: 1400px) {
            #header_fixed .gnav__mainnav > li > a {
              padding: 0 20px; } }
  @media screen and (max-width: 1400px) and (max-width: 768.98px) {
    #header_fixed .gnav__mainnav > li > a {
      border-left-width: 0;
      padding: 0 15px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 57px;
      font-size: 15px;
      border-bottom: 2px solid #ccc; }
      #header_fixed .gnav__mainnav > li > a:after {
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        font-weight: 900; } }
        @media (max-width: 768.98px) {
          #header_fixed .gnav__mainnav > li .toggle {
            position: absolute;
            top: 0;
            right: 0;
            background-color: #eee;
            height: 55px;
            width: 57px;
            padding-right: 15px;
            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;
            cursor: pointer; }
            #header_fixed .gnav__mainnav > li .toggle:after {
              font-family: "Font Awesome 5 Free";
              content: "\f107";
              font-weight: 900;
              display: block;
              color: #222; } }
      #header_fixed .gnav__mainnav .subnavi__list {
        display: none; }
        @media (max-width: 768.98px) {
          #header_fixed .gnav__mainnav .subnavi__list {
            background-color: #fff;
            padding: 0;
            margin: 0;
            list-style: none;
            border-bottom: 2px solid #ccc; } }
      @media (max-width: 768.98px) {
        #header_fixed .gnav__mainnav .subnavi__item + li {
          border-top: 1px solid #ccc; } }
      @media (max-width: 768.98px) {
        #header_fixed .gnav__mainnav .subnavi__link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 0 15px 0 45px;
          height: 46px;
          color: #222;
          font-size: 15px;
          text-decoration: none; }
          #header_fixed .gnav__mainnav .subnavi__link:after {
            font-family: "Font Awesome 5 Free";
            content: "\f105";
            font-weight: 900; } }
    @media (max-width: 768.98px) {
      #header_fixed .gnav__cv {
        display: none; } }
    #header_fixed .gnav__cv a {
      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: 220px;
      height: 40px;
      background-color: #094c26;
      color: white;
      font-size: 16px;
      letter-spacing: 0.06em;
      font-weight: 500; }
      #header_fixed .gnav__cv a img {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 9px;
        width: 20px; }

.pagetop {
  position: fixed;
  bottom: 60px;
  right: 8px;
  z-index: 99;
  width: 50px;
  height: 50px; }
  @media (max-width: 768.98px) {
    .pagetop {
      bottom: 80px; } }

.footer {
  border-top: 1px solid #ccc;
  width: 100%;
  background: #fff; }
  .footer__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0; }
    @media (max-width: 768.98px) {
      .footer__inner {
        width: 94%;
        margin: 0 3%;
        padding: 30px 0 40px; } }
  .footer__sitemap {
    margin-bottom: 60px; }
    .footer__sitemap .sitemap__items {
      width: 255px;
      list-style: none;
      margin-right: 60px;
      display: inline-block; }
      .footer__sitemap .sitemap__items:last-child {
        margin-right: 0; }
    .footer__sitemap .sitemap__title {
      font-size: 1.8rem;
      color: #094c26;
      font-weight: normal;
      padding-bottom: 10px;
      border-bottom: 1px dotted #ccc;
      margin-bottom: 20px; }
    .footer__sitemap .sitemap__link {
      color: #222; }
      .footer__sitemap .sitemap__link:hover {
        color: #094c26;
        opacity: 1;
        text-decoration: none; }
    .footer__sitemap .sitemap__item {
      list-style: none;
      margin-bottom: 10px; }
      .footer__sitemap .sitemap__item:last-child {
        margin-bottom: 0; }
  .footer__nav {
    padding-left: 0; }
  .footer__item {
    list-style-type: none;
    border-right: 1px dotted #aaa;
    padding-right: 40px;
    margin-right: 40px; }
    @media (max-width: 768.98px) {
      .footer__item {
        width: 48%;
        border-right: none;
        padding-right: 0;
        padding-bottom: 8px;
        margin-right: 4%;
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
        font-size: 1.4rem; } }
    @media (max-width: 768.98px) {
      .footer__item:nth-child(even) {
        margin-right: 0; } }
    .footer__item:last-child {
      margin-right: 0;
      margin-bottom: 0; }
  .footer__link {
    color: #222; }
    @media (max-width: 768.98px) {
      .footer__link {
        width: 100%;
        position: relative;
        display: inline-block; } }
    .footer__link:hover {
      color: #094c26;
      opacity: 1;
      text-decoration: none; }
    @media (max-width: 768.98px) {
      .footer__link::after {
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        font-weight: 900;
        position: absolute;
        right: 3%; } }
  .footer__under {
    width: 100%;
    background: #094c26; }
    .footer__under-inner {
      width: 1200px;
      margin: 0 auto;
      padding: 30px 0; }
      @media (max-width: 768.98px) {
        .footer__under-inner {
          width: 94%;
          margin: 0 3%;
          padding: 20px 0 100px; } }
  .footer__logo {
    width: 240px; }
    @media (max-width: 768.98px) {
      .footer__logo {
        margin: 0 auto 20px;
        display: block; } }
  .footer__copy {
    color: #fff;
    font-size: 0.8rem;
    font-weight: normal; }
    @media (max-width: 768.98px) {
      .footer__copy {
        text-align: center; } }

/* header */
.hdrlp__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  height: 60px; }
  @media (max-width: 768.98px) {
    .hdrlp__inner {
      width: 100%;
      background: #fff;
      position: relative;
      padding: 0;
      height: auto; } }

.hdrlp__logo {
  width: 110px;
  margin-bottom: 0;
  padding: 0; }
  @media (max-width: 768.98px) {
    .hdrlp__logo {
      width: 20%;
      padding: 10px 0;
      margin-left: 3%; } }

@media (max-width: 768.98px) {
  .hdrlp__contactbox {
    width: 60%;
    margin: 10px 0;
    margin-right: 3%; } }

.hdrlp__tel .num {
  display: block;
  position: relative;
  padding: 0 0 0 34px;
  margin-right: 20px;
  height: 30px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 2rem;
  color: #094c26; }
  .hdrlp__tel .num::before {
    content: url("/products/landing/img/icon_tel.png");
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: inline-block; }

.hdrlp__tel .txt {
  display: block;
  color: #094c26;
  font-size: 1.2rem;
  font-weight: bold; }

@media (max-width: 768.98px) {
  .hdrlp__bnr {
    width: 100%;
    max-width: 100%; } }

.hdrlp__bnrlink {
  display: inline-block;
  max-width: 282px;
  vertical-align: middle;
  margin-left: 10px; }
  .hdrlp__bnrlink:hover {
    opacity: 1; }
  .hdrlp__bnrlink:first-child {
    max-width: 244px; }

.footer {
  border-top: 1px solid #ccc;
  width: 100%;
  background: #fff; }
  .footer__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0; }
    @media (max-width: 768.98px) {
      .footer__inner {
        width: 94%;
        margin: 0 3%;
        padding: 30px 0 40px; } }
  .footer__logo {
    width: 240px; }
    @media (max-width: 768.98px) {
      .footer__logo {
        margin: 0 auto 20px;
        display: block; } }
  .footer__copy {
    color: #fff;
    font-size: 0.8rem;
    font-weight: normal; }
    @media (max-width: 768.98px) {
      .footer__copy {
        text-align: center; } }

.ftr-home__link {
  color: #094c26;
  font-size: 2rem;
  position: relative;
  padding-left: 20px; }
  .ftr-home__link:hover {
    color: #094c26;
    text-decoration: none; }
  .ftr-home__link::before {
    font-family: "Font Awesome 5 Free";
    content: "\f104";
    font-weight: 900;
    position: absolute;
    left: 0; }

@media screen and (min-width: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .g-nav {
    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); } }

.contents {
  width: 100%; }
  @media (min-width: 1024px) {
    .contents {
      min-width: 1024px;
      margin-left: auto;
      margin-right: auto; } }
  .contents main {
    /*padding: $block-gutter-vertical 0;*/
    padding: 0; }
    @media screen and (min-width: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
      .contents main {
        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); } }

#contents {
  padding-top: 130px;
  margin-bottom: 100px; }
  @media (max-width: 768.98px) {
    #contents {
      width: 100%;
      padding-top: 80px;
      margin-bottom: 80px; } }
  #contents .breadcrumb {
    margin-bottom: 60px;
    padding: 0; }
    @media (max-width: 768.98px) {
      #contents .breadcrumb {
        margin-bottom: 40px; } }
    #contents .breadcrumb-link {
      color: #094c26; }
    #contents .breadcrumb__inner {
      width: 1200px;
      margin: 0 auto; }
      @media (max-width: 768.98px) {
        #contents .breadcrumb__inner {
          width: 94%;
          margin: 0 3%; } }

.header_category {
  padding: 30px 15px;
  background-color: #f8f9fa;
  text-align: center; }
  @media screen and (min-width: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .header_category__wrapper {
      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); } }

@media (max-width: 768.98px) {
  .bnrfixed {
    position: fixed;
    z-index: 200;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5); } }

.bnrfixed__link {
  width: 94%;
  margin: 0 3%;
  display: block; }

a.opa1:hover {
  opacity: 1 !important; }

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

.guideline .clr_sub_2_l {
  background-color: #74abd7; }

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

.guide__main {
  width: 100%; }

.guide__inner {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .guide__inner {
      width: 94%;
      margin: 0 3%; } }

.home_new {
  min-width: 1200px; }
  @media (max-width: 768.98px) {
    .home_new {
      min-width: auto; } }
  .home_new .inner, .home_new .header_category__wrapper {
    max-width: 1200px;
    margin: 0 auto; }
  .home_new .mv {
    position: relative; }
    .home_new .mv__imagewrap {
      position: relative; }
    .home_new .mv__maintitle {
      font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: black;
      font-size: 40px;
      font-weight: 500;
      letter-spacing: 0.2em;
      white-space: nowrap;
      z-index: 2;
      text-shadow: #fff 0 0 15px, #fff 0 0 15px, #fff 0 0 15px, #fff 0 0 30px, #fff 0 0 30px; }
      @media (max-width: 768.98px) {
        .home_new .mv__maintitle {
          font-size: 20px; } }
    .home_new .mv__img .swiper-slide {
      height: 100vh;
      height: 100svh; }
      @media (max-width: 768.98px) {
        .home_new .mv__img .swiper-slide {
          height: auto; } }
      .home_new .mv__img .swiper-slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .home_new .mv__news {
      position: absolute;
      left: 100px;
      bottom: 40px;
      background: rgba(255, 255, 255, 0.9);
      padding: 20px 20px 30px;
      width: 960px;
      z-index: 2; }
      @media (max-width: 768.98px) {
        .home_new .mv__news {
          position: static;
          background: none;
          width: 100%;
          padding: 20px 15px 60px; } }
    .home_new .mv__close {
      position: absolute;
      top: -35px;
      right: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: none;
      border-width: 0;
      outline: none;
      width: 29px;
      padding: 0;
      margin: 0;
      cursor: pointer; }
      @media (max-width: 768.98px) {
        .home_new .mv__close {
          display: none; } }
    .home_new .mv__titlearea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 30px; }
      @media (max-width: 768.98px) {
        .home_new .mv__titlearea {
          margin-bottom: 20px; } }
    .home_new .mv__title {
      font-size: 20px;
      font-weight: bold;
      line-height: 1;
      margin: 0; }
    .home_new .mv__more {
      font-size: 14px;
      color: #222222;
      border-bottom: 1px solid #222222; }
      @media (max-width: 768.98px) {
        .home_new .mv__more {
          display: none; } }
    .home_new .mv .topic01__inner {
      overflow: auto;
      padding-right: 20px;
      height: 74px; }
      @media (max-width: 768.98px) {
        .home_new .mv .topic01__inner {
          overflow: visible;
          height: auto;
          padding-right: 0; } }
    .home_new .mv .topic01__list {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .home_new .mv .topic01__item + li {
      margin-top: 20px; }
    @media (max-width: 768.98px) {
      .home_new .mv .topic01__item:nth-child(n + 4) {
        display: none; } }
    .home_new .mv .topic01__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 17px;
      color: #222222;
      font-size: 16px;
      line-height: 1.2;
      letter-spacing: 0.06em; }
      @media (max-width: 768.98px) {
        .home_new .mv .topic01__link {
          line-height: 1.6;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          gap: 0 10px; } }
    .home_new .mv .topic01__date {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .home_new .mv .topic01__category {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      font-size: 14px;
      color: white;
      min-width: 170px;
      background-color: #222222;
      padding: 5px;
      text-align: center; }
      @media (max-width: 768.98px) {
        .home_new .mv .topic01__category {
          font-size: 8px;
          min-width: 120px;
          line-height: 1; } }
      .home_new .mv .topic01__category.cate01 {
        background-color: #900; }
      .home_new .mv .topic01__category.cate02 {
        background-color: #000; }
      .home_new .mv .topic01__category.cate03 {
        background-color: #203299; }
    @media (min-width: 1024px) {
      .home_new .mv .topic01__ttl {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        width: 100%;
        overflow: hidden; } }
    @media (max-width: 768.98px) {
      .home_new .mv .topic01__ttl {
        margin-top: 5px; } }
    .home_new .mv .topic01__new {
      padding: 5px 10px;
      background-color: #d3111b;
      font-size: 14px;
      color: white;
      font-style: normal; }
      @media (max-width: 768.98px) {
        .home_new .mv .topic01__new {
          font-size: 8px;
          line-height: 1; } }
    .home_new .mv__newsmoresp {
      display: none; }
      @media (max-width: 768.98px) {
        .home_new .mv__newsmoresp {
          display: block;
          margin-top: 30px; } }
      .home_new .mv__newsmoresp a {
        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;
        border: 1px solid #222222;
        color: #222;
        height: 40px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        position: relative; }
        .home_new .mv__newsmoresp a:after {
          font-family: "Font Awesome 5 Free";
          content: "\f105";
          font-weight: 900;
          position: absolute;
          top: 50%;
          right: 10px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          font-size: 14px; }
  .home_new .top_promise {
    position: relative;
    padding: 50px 0;
    background-color: #f5f5f5; }
    .home_new .top_promise__inner {
      max-width: 1600px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
    .home_new .top_promise__title {
      font-size: 32px;
      font-weight: bold;
      letter-spacing: 0.05em;
      padding: 0 0 28px;
      margin: 0 0 60px;
      margin-left: calc(100% - 554px);
      position: relative; }
      @media (max-width: 768.98px) {
        .home_new .top_promise__title {
          font-size: 24px;
          padding-bottom: 17px;
          margin-bottom: 30px;
          margin-left: 15px;
          margin-right: 15px; } }
      .home_new .top_promise__title span {
        color: #094c26;
        font-size: 42px; }
        @media (max-width: 768.98px) {
          .home_new .top_promise__title span {
            font-size: 30px; } }
      .home_new .top_promise__title:after {
        content: "";
        width: 30px;
        height: 2px;
        background-color: #222222;
        position: absolute;
        bottom: 0;
        left: 0; }
    .home_new .top_promise__links {
      border-top: 1px solid #dddddd; }
    .home_new .top_promise__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1.2;
      padding: 30px 0;
      padding-left: calc(100% - 554px);
      border-bottom: 1px solid #dddddd;
      text-decoration: none;
      background-color: #f5f5f5; }
      @media (max-width: 768.98px) {
        .home_new .top_promise__link {
          padding: 20px 15px; } }
      .home_new .top_promise__link:hover {
        background-color: #fff;
        opacity: 1; }
      .home_new .top_promise__link.active .top_promise__image {
        opacity: 1; }
    .home_new .top_promise__num {
      font-size: 60px;
      font-weight: bold;
      color: #094c26;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 17px; }
      @media (max-width: 768.98px) {
        .home_new .top_promise__num {
          font-size: 36px;
          margin-right: 15px; } }
    .home_new .top_promise__en {
      font-size: 18px;
      color: #094c26; }
      @media (max-width: 768.98px) {
        .home_new .top_promise__en {
          font-size: 14px; } }
    .home_new .top_promise__ja {
      font-size: 24px;
      color: #222222; }
      @media (max-width: 768.98px) {
        .home_new .top_promise__ja {
          font-size: 18px; } }
    .home_new .top_promise__image {
      position: absolute;
      top: 50%;
      left: 100px;
      width: calc(100% - 750px);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      opacity: 0;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      @media (max-width: 768.98px) {
        .home_new .top_promise__image {
          display: none; } }
      .home_new .top_promise__image img {
        width: 100%; }
  .home_new .bnr {
    overflow: hidden; }
    .home_new .bnr__bg {
      padding: 80px 100px 60px; }
      @media (max-width: 768.98px) {
        .home_new .bnr__bg {
          padding: 40px 65px; } }
    .home_new .bnr .swiper {
      overflow: visible; }
      .home_new .bnr .swiper-pagination {
        position: static;
        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;
        gap: 20px;
        margin-top: 60px; }
        @media (max-width: 768.98px) {
          .home_new .bnr .swiper-pagination {
            margin-top: 20px;
            gap: 10px; } }
        .home_new .bnr .swiper-pagination-bullet {
          margin: 0;
          width: 14px;
          height: 14px;
          opacity: 1;
          background-color: #cccccc; }
          @media (max-width: 768.98px) {
            .home_new .bnr .swiper-pagination-bullet {
              width: 7px;
              height: 7px; } }
          .home_new .bnr .swiper-pagination-bullet-active {
            background-color: #222222; }
    .home_new .bnr__link {
      display: block; }
      .home_new .bnr__link img {
        width: 100%;
        display: block; }
    .home_new .bnr__text {
      color: #222;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0.05em;
      margin-top: 20px;
      line-height: 1; }
      @media (max-width: 768.98px) {
        .home_new .bnr__text {
          margin-top: 12px; } }
  .home_new .products {
    margin: 120px 0 0; }
    @media (max-width: 768.98px) {
      .home_new .products {
        margin: 60px 0 0; } }
    .home_new .products__title {
      text-align: center;
      font-size: 48px;
      letter-spacing: 0.05em;
      font-weight: 400;
      line-height: 1;
      margin: 0 0 60px; }
      @media (max-width: 768.98px) {
        .home_new .products__title {
          margin-bottom: 30px; } }
    .home_new .products__link {
      color: #222222;
      display: block;
      text-decoration: none;
      background-color: #fff;
      opacity: 1;
      padding-bottom: 75px; }
      @media (max-width: 768.98px) {
        .home_new .products__link {
          top: 60px;
          padding-bottom: 35px; } }
    .home_new .products__image {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      -webkit-transition: 0.6s ease;
      transition: 0.6s ease; }
      .home_new .products__image.is-active {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
      .home_new .products__image img {
        width: 100%; }
    .home_new .products__textarea {
      max-width: 1200px;
      margin: 0 auto;
      margin-top: 60px;
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      -webkit-transition: 0.6s ease;
      transition: 0.6s ease; }
      .home_new .products__textarea.is-active {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
      @media (max-width: 768.98px) {
        .home_new .products__textarea {
          padding: 15px;
          margin-top: 0; } }
    .home_new .products__titlearea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      font-weight: normal;
      border-bottom: 1px solid #222222;
      padding: 0 0 20px;
      margin: 0 0 30px; }
      @media (max-width: 768.98px) {
        .home_new .products__titlearea {
          padding-bottom: 10px;
          margin-bottom: 15px; } }
      .home_new .products__titlearea .arrow {
        width: 48px;
        height: 48px; }
        @media (max-width: 768.98px) {
          .home_new .products__titlearea .arrow {
            width: 24px;
            height: 24px; } }
      .home_new .products__titlearea .en {
        margin-left: 60px;
        margin-right: 26px;
        font-size: 68px; }
        @media (max-width: 768.98px) {
          .home_new .products__titlearea .en {
            margin-left: 20px;
            margin-right: 13px;
            font-size: 28px; } }
      .home_new .products__titlearea .ja {
        -ms-flex-item-align: end;
            align-self: flex-end;
        font-size: 18px;
        margin-bottom: 5px; }
        @media (max-width: 768.98px) {
          .home_new .products__titlearea .ja {
            margin-bottom: 2px; } }
      .home_new .products__titlearea .logo {
        width: 215px; }
        @media (max-width: 768.98px) {
          .home_new .products__titlearea .logo {
            width: 107px; } }
    .home_new .products__desc {
      font-size: 16px;
      line-height: 1.56; }
  .home_new .spirits {
    background-color: #f5f5f5;
    padding: 80px 0; }
    @media (max-width: 768.98px) {
      .home_new .spirits {
        padding: 40px 15px; } }
    .home_new .spirits__maintitle {
      text-align: center;
      font-size: 48px;
      letter-spacing: 0.05em;
      font-weight: 400;
      line-height: 1;
      margin: 0 0 60px; }
      @media (max-width: 768.98px) {
        .home_new .spirits__maintitle {
          font-size: 36px;
          margin-bottom: 30px; } }
    .home_new .spirits__links {
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[4];
          grid-template-columns: repeat(4, 1fr);
      background: url(/img/new/top_spirits_bg@2x.jpg) center no-repeat;
      background-size: cover; }
      @media (max-width: 768.98px) {
        .home_new .spirits__links {
          -ms-grid-columns: 1fr;
              grid-template-columns: 1fr;
          background: none; } }
    .home_new .spirits__link {
      color: white;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 600px;
      opacity: 1; }
      @media (max-width: 768.98px) {
        .home_new .spirits__link {
          height: auto;
          position: relative;
          padding-top: 60px; } }
      .home_new .spirits__link:hover .spirits__image {
        opacity: 1; }
    .home_new .spirits__image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      pointer-events: none; }
      @media (max-width: 768.98px) {
        .home_new .spirits__image {
          opacity: 1; } }
      .home_new .spirits__image img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .home_new .spirits__textarea {
      background: rgba(0, 0, 0, 0.8);
      width: 240px;
      height: 200px;
      position: relative;
      z-index: 2;
      padding: 20px 20px 10px; }
      @media (max-width: 768.98px) {
        .home_new .spirits__textarea {
          padding: 10px 10px 30px;
          height: auto;
          width: 240px; } }
      .home_new .spirits__textarea:after {
        content: "";
        background: url(/img/new/spirits_arrow@2x.png) center no-repeat;
        background-size: contain;
        width: 34px;
        height: 34px;
        display: block;
        margin-left: auto;
        margin-top: 14px;
        position: absolute;
        bottom: 10px;
        right: 20px; }
        @media (max-width: 768.98px) {
          .home_new .spirits__textarea:after {
            width: 20px;
            height: 20px; } }
    .home_new .spirits__title {
      font-size: 22px;
      margin-bottom: 30px;
      text-align: left;
      font-weight: normal; }
      @media (max-width: 768.98px) {
        .home_new .spirits__title {
          font-size: 18px;
          margin-bottom: 5px; } }
    .home_new .spirits__desc {
      font-size: 14px;
      line-height: 1.6; }
  .home_new .ex {
    padding: 120px 0 0;
    margin-bottom: 160px;
    position: relative; }
    @media (max-width: 768.98px) {
      .home_new .ex {
        padding: 60px 0;
        margin-bottom: 0; } }
    .home_new .ex:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: #f5f5f5;
      width: 400px; }
      @media (max-width: 768.98px) {
        .home_new .ex:after {
          content: none; } }
    .home_new .ex__inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      max-width: 1666px;
      padding: 0 20px;
      margin: 0 auto;
      z-index: 1; }
      @media (max-width: 768.98px) {
        .home_new .ex__inner {
          padding: 0;
          display: block; } }
    .home_new .ex__textarea {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 420px; }
      @media (max-width: 768.98px) {
        .home_new .ex__textarea {
          width: auto;
          padding: 0 15px;
          margin-bottom: 40px; } }
    .home_new .ex__title {
      font-size: 48px;
      font-weight: normal;
      letter-spacing: 0.05em;
      margin-bottom: 40px; }
      @media (max-width: 768.98px) {
        .home_new .ex__title {
          margin-bottom: 20px;
          text-align: center; } }
    @media (max-width: 768.98px) {
      .home_new .ex__link {
        text-align: center; } }
    .home_new .ex__link a {
      font-size: 16px;
      color: #333;
      border: 1px solid #dddddd;
      width: 312px;
      height: 48px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 768.98px) {
        .home_new .ex__link a {
          width: 345px;
          max-width: 100%; } }
      .home_new .ex__link a img {
        width: 28px;
        margin-right: 10px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        @media (max-width: 768.98px) {
          .home_new .ex__link a img {
            width: 20px; } }
    .home_new .ex__more {
      text-align: center;
      position: absolute;
      bottom: -60px;
      left: 0;
      right: 0; }
      @media (max-width: 768.98px) {
        .home_new .ex__more {
          bottom: -40px; } }
      .home_new .ex__more a {
        font-size: 20px;
        color: #333;
        border-bottom: 1px solid #333; }
    .home_new .ex__imagearea {
      position: relative;
      width: calc(100% - 420px); }
      @media (max-width: 768.98px) {
        .home_new .ex__imagearea {
          width: auto; } }
    .home_new .ex__mainswiper {
      margin-right: 202px; }
      @media (max-width: 768.98px) {
        .home_new .ex__mainswiper {
          margin-right: 55px;
          padding-bottom: 80px; } }
      .home_new .ex__mainswiper .swiper {
        overflow: visible; }
        .home_new .ex__mainswiper .swiper-slide {
          overflow: hidden; }
          .home_new .ex__mainswiper .swiper-slide .slidewrap {
            -webkit-transform: translateX(100%);
                    transform: translateX(100%);
            overflow: hidden;
            -webkit-transition: 0.5s 2s ease;
            transition: 0.5s 2s ease; }
            .home_new .ex__mainswiper .swiper-slide .slidewrap .slideitem {
              -webkit-transform: translateX(-100%);
                      transform: translateX(-100%);
              -webkit-transition: 0.5s 2s ease;
              transition: 0.5s 2s ease;
              aspect-ratio: 60/37;
              display: block; }
          .home_new .ex__mainswiper .swiper-slide img {
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
            height: 100%;
            -webkit-transition: 10s ease;
            transition: 10s ease;
            -webkit-transform: scale(1);
                    transform: scale(1); }
          .home_new .ex__mainswiper .swiper-slide-active {
            z-index: 10; }
            .home_new .ex__mainswiper .swiper-slide-active .slidewrap {
              -webkit-transform: translateX(0%);
                      transform: translateX(0%);
              -webkit-transition-delay: 0s;
                      transition-delay: 0s; }
              .home_new .ex__mainswiper .swiper-slide-active .slidewrap .slideitem {
                -webkit-transform: translateX(0%);
                        transform: translateX(0%);
                -webkit-transition-delay: 0s;
                        transition-delay: 0s; }
            .home_new .ex__mainswiper .swiper-slide-active img {
              -webkit-transform: scale(1.1);
                      transform: scale(1.1); }
        .home_new .ex__mainswiper .swiper-pagination {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          gap: 15px;
          bottom: 290px;
          right: -100px;
          top: auto;
          left: auto;
          width: 14px;
          height: auto; }
          @media (max-width: 768.98px) {
            .home_new .ex__mainswiper .swiper-pagination {
              gap: 7px;
              right: -27px;
              bottom: 40px; } }
          .home_new .ex__mainswiper .swiper-pagination-bullet {
            margin: 0;
            width: 14px;
            height: 14px;
            opacity: 1;
            background-color: #cccccc; }
            @media (max-width: 768.98px) {
              .home_new .ex__mainswiper .swiper-pagination-bullet {
                width: 7px;
                height: 7px; } }
            .home_new .ex__mainswiper .swiper-pagination-bullet-active {
              background-color: #222222; }
    .home_new .ex__thumbswiper {
      position: absolute;
      background-color: #fff;
      bottom: 0;
      right: 0;
      padding: 40px 40px 0;
      width: 522px;
      z-index: 10; }
      @media (max-width: 768.98px) {
        .home_new .ex__thumbswiper {
          width: 250px;
          padding: 20px 20px 0; } }
      .home_new .ex__thumbswiper .swiper-slide {
        aspect-ratio: 1/1;
        cursor: pointer; }
        .home_new .ex__thumbswiper .swiper-slide img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%; }

.result {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 100px; }
  @media (max-width: 768.98px) {
    .result {
      padding-top: 80px;
      padding-bottom: 60px; } }
  .result__inner {
    width: 1200px;
    margin: 0 auto; }
    @media (max-width: 768.98px) {
      .result__inner {
        width: 96%;
        margin: 0 2%; } }
    .result__inner a {
      font-size: 1.4rem; }
    .result__inner a[target='_blank']::after {
      content: none; }
    .result__inner .cse .gsc-control-cse, .result__inner .gsc-control-cse {
      padding: 0; }
    .result__inner .gsc-control-cse .gs-spelling, .result__inner .gsc-control-cse .gs-result .gs-title, .result__inner .gsc-control-cse .gs-result .gs-title * {
      font-size: 1.8rem; }
    .result__inner .gsc-result .gs-title {
      height: auto; }

.search #___gcse_0 * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.search .gsc-input-box {
  height: auto; }

.search .gsc-result .gs-title {
  overflow: visible; }

.search .gsc-table-result,
.search .gsc-thumbnail-inside,
.search .gsc-url-top {
  padding-left: 0; }

.search .gsc-cursor-box.gs-bidi-start-align {
  text-align: center; }
  .search .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page {
    padding: 5px 10px;
    display: inline-block;
    background-color: #eee;
    border: 1px #ccc solid;
    color: #000; }
  .search .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-current-page {
    background-color: #00005e;
    color: #fff; }

.search .gsc-control-wrapper-cse form {
  background-color: #eee;
  padding: 12px 20px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }

.dlibrary #contents {
  margin-bottom: 0; }

.dlibrary__main {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .dlibrary__main {
      width: 94%;
      margin: 0 3%; } }

.dlibrary__top {
  margin: 0;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #999; }
  @media (max-width: 768.98px) {
    .dlibrary__top {
      padding-bottom: 60px;
      margin-bottom: 60px; } }

.dlibrary__list {
  padding: 0 60px 0 0;
  margin-bottom: 0; }
  @media (max-width: 768.98px) {
    .dlibrary__list {
      padding: 0; } }

.dlibrary__item {
  width: 50%;
  margin-right: 40px;
  list-style-type: none; }
  @media (max-width: 768.98px) {
    .dlibrary__item {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 60px; } }
  .dlibrary__item:last-child {
    margin-right: 0; }

.dlibrary__new {
  position: relative; }
  .dlibrary__new::before {
    content: 'NEW';
    background: #e1433e;
    height: 30px;
    padding: 4px 5px 5px;
    position: absolute;
    top: -30px;
    left: 0;
    color: #fff;
    display: block; }

.dlibrary__img {
  margin-bottom: 20px; }

.dlibrary__text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px; }

.dlibrary__link[target='_blank']::after {
  content: none; }

.dlibrary__news {
  padding: 0; }

.dlibrary__catalog {
  margin-bottom: 100px; }
  @media (max-width: 768.98px) {
    .dlibrary__catalog {
      margin-bottom: 0; } }
  .dlibrary__catalog .catalog__list {
    padding-left: 0; }
  .dlibrary__catalog .catalog__item {
    width: 208px;
    list-style-type: none;
    /*&:first-child {
					margin-bottom: 60px;
				}*/ }
    @media (max-width: 768.98px) {
      .dlibrary__catalog .catalog__item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 60px; }
        .dlibrary__catalog .catalog__item:nth-child(even) {
          margin-right: 0; }
        .dlibrary__catalog .catalog__item:last-child {
          margin-bottom: 0; } }
    .dlibrary__catalog .catalog__item:nth-child(even) {
      margin-bottom: 60px; }
    .dlibrary__catalog .catalog__item:nth-child(5), .dlibrary__catalog .catalog__item:nth-child(10) {
      margin-right: 0; }
    .dlibrary__catalog .catalog__item-none {
      width: 208px;
      display: block; }
  .dlibrary__catalog .catalog__link[target='_blank']::after {
    content: none; }
  .dlibrary__catalog .catalog__img {
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .dlibrary__catalog .catalog__text {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 20px; }

.dlibrary__application {
  background: #eee;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px; }
  @media (max-width: 768.98px) {
    .dlibrary__application {
      padding-top: 60px;
      padding-bottom: 80px; } }
  .dlibrary__application .application__inner {
    width: 1200px;
    margin: 0 auto; }
    @media (max-width: 768.98px) {
      .dlibrary__application .application__inner {
        width: 94%;
        margin: 0 3%; } }
  .dlibrary__application .application__img {
    height: 44px; }
  .dlibrary__application .application__list {
    padding-left: 0;
    margin: 40px 0; }
  .dlibrary__application .application__item {
    width: 135px;
    height: 40px;
    list-style: none;
    margin-right: 20px; }
    @media (max-width: 768.98px) {
      .dlibrary__application .application__item {
        width: 48%;
        margin-right: 4%;
        height: auto; } }
  @media (max-width: 768.98px) {
    .dlibrary__application .application__text {
      margin-bottom: 20px; } }
  .dlibrary__application .application__link[target="_blank"]::after {
    content: none; }
  .dlibrary__application .application:last-child {
    margin-right: 0; }
  .dlibrary__application .application__img {
    width: 100%; }
  .dlibrary__application .application__btn {
    width: 30%;
    margin: 0 70% 0 0; }
    @media (max-width: 768.98px) {
      .dlibrary__application .application__btn {
        width: 100%;
        margin: 0 auto; } }

.dlibrary .miss-note {
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 768.98px) {
    .dlibrary .miss-note {
      width: 100%; } }
  .dlibrary .miss-note__title {
    margin-bottom: 10px;
    display: inline-block; }
  .dlibrary .miss-note__link {
    color: #e1433e; }
    .dlibrary .miss-note__link:hover {
      color: #e1433e;
      opacity: 1; }
    .dlibrary .miss-note__link::after {
      content: '\f1c1';
      top: 8px;
      margin-top: 0;
      font-size: 1.8rem;
      color: #e1433e;
      font-family: 'Font Awesome 5 Free';
      font-weight: bold;
      margin-left: 5px; }
  .dlibrary .miss-note__small {
    font-size: 1.2rem; }

.dlibrary .news__item {
  font-size: 1.3rem; }

.info {
  /* formbox */ }
  .info__main {
    width: 1200px;
    margin: 0 auto; }
    @media (max-width: 768.98px) {
      .info__main {
        width: 94%;
        margin: 0 3%; } }
  .info .form__content {
    width: 100%;
    margin-bottom: 40px; }
    @media (max-width: 768.98px) {
      .info .form__content {
        margin-bottom: 20px; } }
  .info .form__item {
    border: 1px solid #ccc;
    vertical-align: middle; }
    @media (max-width: 768.98px) {
      .info .form__item {
        display: block;
        margin-bottom: 20px; } }
  .info .form__title {
    width: 20%;
    padding: 20px 0 20px 20px;
    background: #eee;
    border-right: 1px solid #ccc;
    font-weight: normal; }
    @media (max-width: 768.98px) {
      .info .form__title {
        width: 100%;
        padding: 10px 0 10px 20px;
        border-right: none;
        border-bottom: 1px solid #ccc;
        display: block;
        font-size: 1.8rem; } }
    .info .form__title_entry {
      font-size: 1.8rem;
      padding: 10px 0 !important; }
  .info .form .required::after {
    content: '※';
    color: #e1433e;
    padding-left: 10px; }
  .info .form__input {
    width: 80%;
    padding: 20px; }
    @media (max-width: 768.98px) {
      .info .form__input {
        width: 94%;
        padding: 10px 0;
        margin: 0 3%;
        display: block;
        font-size: 1.6rem; } }
  .info .form__select {
    width: 50%;
    padding: 10px; }
    @media (max-width: 768.98px) {
      .info .form__select {
        width: 100%; } }
    .info .form__select-mini {
      width: 30%; }
      @media (max-width: 768.98px) {
        .info .form__select-mini {
          width: 100%; } }
  .info .form__text {
    width: 80%;
    padding: 5px;
    padding-left: 1rem; }
    @media (max-width: 768.98px) {
      .info .form__text {
        width: 100%; } }
    .info .form__text-mini {
      width: 20%; }
      @media (max-width: 768.98px) {
        .info .form__text-mini {
          width: 100%; } }
  .info .form__btn {
    width: 30%;
    padding: 5px 0;
    margin-left: 20px;
    color: #fff;
    background: #094c26;
    cursor: pointer;
    border: 2px solid #094c26;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .info .form__btn:hover {
      background: #fff;
      color: #094c26; }
    @media (max-width: 768.98px) {
      .info .form__btn {
        width: 80%;
        margin-left: 20%;
        margin-right: 0; } }
  .info .form__textarea {
    width: 100%;
    padding-left: 1rem; }
  .info .form__buttons {
    width: 50%;
    margin: 0 25%; }
    @media (max-width: 768.98px) {
      .info .form__buttons {
        width: 100%;
        margin: 0 auto; } }
  .info .form__submit {
    width: 30%;
    margin: 0 35% 60px;
    background: #094c26;
    padding: 10px;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: .8rem;
    cursor: pointer;
    border: 2px solid #094c26;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .info .form__submit:hover {
      background: #fff;
      color: #094c26; }
    @media (max-width: 768.98px) {
      .info .form__submit {
        width: 80% !important;
        margin: 0 10% 40px !important;
        font-size: 1.8rem; } }
    .info .form__submit02 {
      width: 60%;
      margin: 0; }
      @media (max-width: 768.98px) {
        .info .form__submit02 {
          width: 63%;
          margin: 0; } }
  .info .form__return {
    width: 30%;
    margin: 0 5% 0 0;
    background: #aaa;
    padding: 10px;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .8rem;
    cursor: pointer;
    border: 2px solid #aaa;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .info .form__return:hover {
      background: #fff;
      color: #aaa; }
    @media (max-width: 768.98px) {
      .info .form__return {
        width: 31%;
        margin: 0 5% 0 0; } }
  .info .btn__top {
    width: 30%;
    margin: 0 70% 0 0;
    background: #094c26;
    padding: 10px;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
    border: 2px solid #094c26;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    text-align: center; }
    .info .btn__top:hover {
      background: #fff;
      color: #094c26;
      opacity: 1;
      text-decoration: none; }
    @media (max-width: 768.98px) {
      .info .btn__top {
        width: 60%;
        margin: 0 20% 40px;
        font-size: 1.8rem; } }
  @media (max-width: 768.98px) {
    .info .footer__under-inner {
      padding: 20px 0; } }

.info__title {
  width: 100%;
  background: #eff0f2;
  position: relative; }
  .info__title img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px; }

.showroom-box {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #eff0f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 768.98px) {
    .showroom-box {
      width: 100%;
      padding: 20px;
      font-size: 1.6rem; } }

.info {
  /* formbox */ }
  .info__main {
    width: 1200px;
    margin: 0 auto; }
    @media (max-width: 768.98px) {
      .info__main {
        width: 94%;
        margin: 0 3%; } }
  .info .form__content {
    width: 100%;
    margin-bottom: 40px; }
    @media (max-width: 768.98px) {
      .info .form__content {
        margin-bottom: 20px; } }
  .info .form__item {
    border: 1px solid #ccc;
    vertical-align: middle; }
    @media (max-width: 768.98px) {
      .info .form__item {
        display: block;
        margin-bottom: 20px; } }
  .info .form__title {
    width: 20%;
    padding: 20px 0 20px 20px;
    background: #eee;
    border-right: 1px solid #ccc;
    font-weight: normal; }
    @media (max-width: 768.98px) {
      .info .form__title {
        width: 100%;
        padding: 10px 0 10px 20px;
        border-right: none;
        border-bottom: 1px solid #ccc;
        display: block;
        font-size: 1.8rem; } }
  .info .form .required::after {
    content: '※';
    color: #e1433e;
    padding-left: 10px; }
  .info .form__input {
    width: 80%;
    padding: 20px; }
    @media (max-width: 768.98px) {
      .info .form__input {
        width: 94%;
        padding: 10px 0;
        margin: 0 3%;
        display: block;
        font-size: 1.6rem; } }
  .info .form__select {
    width: 50%;
    padding: 10px; }
    @media (max-width: 768.98px) {
      .info .form__select {
        width: 100%; } }
    .info .form__select-mini {
      width: 30%; }
      @media (max-width: 768.98px) {
        .info .form__select-mini {
          width: 100%; } }
  .info .form__text {
    width: 80%;
    padding: 5px;
    padding-left: 1rem; }
    @media (max-width: 768.98px) {
      .info .form__text {
        width: 100%; } }
    .info .form__text-mini {
      width: 20%; }
      @media (max-width: 768.98px) {
        .info .form__text-mini {
          width: 100%; } }
  .info .form__btn {
    width: 30%;
    padding: 5px 0;
    margin-left: 20px;
    color: #fff;
    background: #094c26;
    cursor: pointer;
    border: 2px solid #094c26;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .info .form__btn:hover {
      background: #fff;
      color: #094c26; }
    @media (max-width: 768.98px) {
      .info .form__btn {
        width: 80%;
        margin-left: 20%;
        margin-right: 0; } }
  .info .form__textarea {
    width: 100%;
    padding-left: 1rem; }
  .info .form__buttons {
    width: 50%;
    margin: 0 25%; }
    @media (max-width: 768.98px) {
      .info .form__buttons {
        width: 100%;
        margin: 0 auto; } }
  .info .form__submit {
    width: 30%;
    margin: 0 35% 60px;
    background: #094c26;
    padding: 10px;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
    border: 2px solid #094c26;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .info .form__submit:hover {
      background: #fff;
      color: #094c26; }
    @media (max-width: 768.98px) {
      .info .form__submit {
        width: 60%;
        margin: 0 20% 40px;
        font-size: 1.8rem; } }
    .info .form__submit02 {
      width: 60%;
      margin: 0; }
      @media (max-width: 768.98px) {
        .info .form__submit02 {
          width: 60%;
          margin: 0; } }
  .info .form__return {
    width: 30%;
    margin: 0 5% 0 0;
    background: #aaa;
    padding: 10px;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
    border: 2px solid #aaa;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .info .form__return:hover {
      background: #fff;
      color: #aaa; }
    @media (max-width: 768.98px) {
      .info .form__return {
        width: 80%;
        margin: 0 10% 20px; } }
  .info .form-error {
    width: 100%; }
    .info .form-error__list {
      padding-left: 0;
      border: 1px solid #e1433e;
      padding: 40px;
      margin-bottom: 60px; }
    .info .form-error__item {
      color: #e1433e;
      list-style: none;
      font-size: 1.6rem; }
  .info .form-note {
    padding: 40px;
    background: #ebfdf4;
    margin-bottom: 60px; }
    @media (max-width: 768.98px) {
      .info .form-note {
        padding: 20px 3%; } }
    .info .form-note__list {
      width: 100%; }
      @media (max-width: 768.98px) {
        .info .form-note__list {
          padding-left: 0; } }
    .info .form-note__item {
      font-size: 1.4rem;
      list-style: none;
      margin-bottom: 10px; }
  .info .btn__top {
    width: 30%;
    margin: 0 70% 0 0;
    background: #094c26;
    padding: 10px;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
    border: 2px solid #094c26;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    text-align: center; }
    .info .btn__top:hover {
      background: #fff;
      color: #094c26;
      opacity: 1;
      text-decoration: none; }
    @media (max-width: 768.98px) {
      .info .btn__top {
        width: 60%;
        margin: 0 20% 40px;
        font-size: 1.8rem; } }
  @media (max-width: 768.98px) {
    .info .footer__under-inner {
      padding: 20px 0; } }

.recruit__main {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .recruit__main {
      width: 94%;
      margin: 0 3%; } }

.recruit__topics {
  margin-bottom: 80px; }

.recruit__btn {
  margin-bottom: 80px; }
  .recruit__btn .recruit-btnlist {
    padding-left: 0; }
    .recruit__btn .recruit-btnlist__item {
      width: 380px;
      list-style: none;
      margin-right: 30px; }
      .recruit__btn .recruit-btnlist__item:last-child {
        margin-right: 0; }
      @media (max-width: 768.98px) {
        .recruit__btn .recruit-btnlist__item {
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
    .recruit__btn .recruit-btnlist__link {
      width: 380px;
      padding: 40px 0;
      display: inline-block;
      border: 1px solid #094c26;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #094c26;
      position: relative;
      outline: none;
      overflow: hidden; }
      @media (max-width: 768.98px) {
        .recruit__btn .recruit-btnlist__link {
          width: 100%; } }
      .recruit__btn .recruit-btnlist__link::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        content: '';
        background: #094c26;
        -webkit-transform: rotate(-45deg) translate(30%, 450px) scale(2);
                transform: rotate(-45deg) translate(30%, 450px) scale(2);
        -webkit-transition: -webkit-transform .6s;
        transition: -webkit-transform .6s;
        transition: transform .6s;
        transition: transform .6s, -webkit-transform .6s; }
      .recruit__btn .recruit-btnlist__link::after {
        content: '';
        border-top: 60px solid transparent;
        border-right: 60px solid #094c26;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2; }
      .recruit__btn .recruit-btnlist__link:hover::before {
        -webkit-transform: rotate(-45deg) translate(30%, 0) scale(2);
                transform: rotate(-45deg) translate(30%, 0) scale(2); }
      .recruit__btn .recruit-btnlist__link:hover {
        text-decoration: none;
        opacity: 1;
        color: #fff; }
      .recruit__btn .recruit-btnlist__link_shinsotsu {
        color: #b83f54;
        border-color: #b83f54; }
        .recruit__btn .recruit-btnlist__link_shinsotsu::before {
          background: #b83f54; }
        .recruit__btn .recruit-btnlist__link_shinsotsu::after {
          border-right-color: #b83f54; }
      .recruit__btn .recruit-btnlist__link_chuto {
        color: #004e97;
        border-color: #004e97; }
        .recruit__btn .recruit-btnlist__link_chuto::before {
          background: #004e97; }
        .recruit__btn .recruit-btnlist__link_chuto::after {
          border-right-color: #004e97; }
      .recruit__btn .recruit-btnlist__link_intern {
        color: #ad8700;
        border-color: #ad8700; }
        .recruit__btn .recruit-btnlist__link_intern::before {
          background: #ad8700; }
        .recruit__btn .recruit-btnlist__link_intern::after {
          border-right-color: #ad8700; }
    .recruit__btn .recruit-btnlist__link:hover > .recruit-btnlist__text {
      color: #fff; }
    .recruit__btn .recruit-btnlist__arrow {
      position: absolute;
      bottom: 30px;
      right: 20px;
      z-index: 100; }
      .recruit__btn .recruit-btnlist__arrow::after {
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        font-weight: 900;
        position: absolute;
        color: #fff;
        font-size: 1.4rem; }
    .recruit__btn .recruit-btnlist__title {
      font-size: 3.2rem;
      font-weight: normal;
      text-align: center;
      margin-bottom: 10px;
      line-height: 1; }
    .recruit__btn .recruit-btnlist__subtext {
      font-size: 2rem;
      text-align: center;
      margin-bottom: 30px;
      line-height: 2rem; }
      .recruit__btn .recruit-btnlist__subtext::after {
        content: '';
        border-top: 1px solid #ccc;
        width: 60px;
        margin: 30px auto 0;
        display: block; }
    .recruit__btn .recruit-btnlist__text {
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.8rem;
      color: #222; }

.recruit__about .shinsotsu {
  margin-bottom: 80px; }

.recruit__about .chuto__text {
  color: #222;
  font-weight: bold;
  margin-bottom: 40px; }
  @media (max-width: 768.98px) {
    .recruit__about .chuto__text {
      margin-bottom: 20px;
      font-size: 1.6rem; } }

.recruit .small-text {
  font-size: 1.4rem; }

.recruit .btn__style01 {
  width: 50%;
  margin: 0 25%; }
  @media (max-width: 768.98px) {
    .recruit .btn__style01 {
      width: 80%;
      margin: 0 10%; } }

.recruit .info__title {
  background: none; }

.recruit .recruit-graph {
  width: 650px;
  height: 542px;
  background: url("../recruit/img/recruit_graph.png") no-repeat center center;
  background-size: 100%;
  margin: 0 auto 60px;
  position: relative;
  /* recruit-graph__01 */
  /* recruit-graph__02 */
  /* recruit-graph__03 */ }
  @media (max-width: 768.98px) {
    .recruit .recruit-graph {
      width: 94%;
      margin: 0 3% 40px;
      background: none;
      height: auto; } }
  .recruit .recruit-graph .recruit-graph__01 {
    width: 204px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    /* 表面の表示 */ }
    .recruit .recruit-graph .recruit-graph__01 .recruit-graph__reverse {
      width: 204px;
      position: absolute;
      top: 0;
      left: 0; }
    .recruit .recruit-graph .recruit-graph__01 .recruit-graph__surface {
      width: 204px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
      -webkit-transition: -webkit-transform 80ms 80ms;
      transition: -webkit-transform 80ms 80ms;
      transition: transform 80ms 80ms;
      transition: transform 80ms 80ms, -webkit-transform 80ms 80ms; }
    .recruit .recruit-graph .recruit-graph__01 .recruit-graph__reverse {
      -webkit-transform: rotateY(90deg);
              transform: rotateY(90deg);
      -webkit-transition: -webkit-transform 80ms;
      transition: -webkit-transform 80ms;
      transition: transform 80ms;
      transition: transform 80ms, -webkit-transform 80ms; }
  .recruit .recruit-graph .recruit-graph__01:hover {
    opacity: 1;
    /* 裏面の表示 */ }
    .recruit .recruit-graph .recruit-graph__01:hover .recruit-graph__surface {
      -webkit-transform: rotateY(90deg);
              transform: rotateY(90deg);
      -webkit-transition: -webkit-transform 80ms;
      transition: -webkit-transform 80ms;
      transition: transform 80ms;
      transition: transform 80ms, -webkit-transform 80ms; }
    .recruit .recruit-graph .recruit-graph__01:hover .recruit-graph__reverse {
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
      -webkit-transition: -webkit-transform 80ms 80ms;
      transition: -webkit-transform 80ms 80ms;
      transition: transform 80ms 80ms;
      transition: transform 80ms 80ms, -webkit-transform 80ms 80ms; }
  .recruit .recruit-graph .recruit-graph__02 {
    width: 204px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    /* 表面の表示 */ }
    .recruit .recruit-graph .recruit-graph__02 .recruit-graph__reverse {
      width: 204px;
      position: absolute;
      top: 0;
      left: 0; }
    .recruit .recruit-graph .recruit-graph__02 .recruit-graph__surface {
      width: 204px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
      -webkit-transition: -webkit-transform 80ms 80ms;
      transition: -webkit-transform 80ms 80ms;
      transition: transform 80ms 80ms;
      transition: transform 80ms 80ms, -webkit-transform 80ms 80ms; }
    .recruit .recruit-graph .recruit-graph__02 .recruit-graph__reverse {
      -webkit-transform: rotateY(90deg);
              transform: rotateY(90deg);
      -webkit-transition: -webkit-transform 80ms;
      transition: -webkit-transform 80ms;
      transition: transform 80ms;
      transition: transform 80ms, -webkit-transform 80ms; }
  .recruit .recruit-graph .recruit-graph__02:hover {
    opacity: 1;
    /* 裏面の表示 */ }
    .recruit .recruit-graph .recruit-graph__02:hover .recruit-graph__surface {
      -webkit-transform: rotateY(90deg);
              transform: rotateY(90deg);
      -webkit-transition: -webkit-transform 80ms;
      transition: -webkit-transform 80ms;
      transition: transform 80ms;
      transition: transform 80ms, -webkit-transform 80ms; }
    .recruit .recruit-graph .recruit-graph__02:hover .recruit-graph__reverse {
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
      -webkit-transition: -webkit-transform 80ms 80ms;
      transition: -webkit-transform 80ms 80ms;
      transition: transform 80ms 80ms;
      transition: transform 80ms 80ms, -webkit-transform 80ms 80ms; }
  .recruit .recruit-graph .recruit-graph__03 {
    width: 204px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    /* 表面の表示 */ }
    .recruit .recruit-graph .recruit-graph__03 .recruit-graph__reverse {
      width: 204px;
      position: absolute;
      top: 0;
      left: 0; }
    .recruit .recruit-graph .recruit-graph__03 .recruit-graph__surface {
      width: 204px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
      -webkit-transition: -webkit-transform 80ms 80ms;
      transition: -webkit-transform 80ms 80ms;
      transition: transform 80ms 80ms;
      transition: transform 80ms 80ms, -webkit-transform 80ms 80ms; }
    .recruit .recruit-graph .recruit-graph__03 .recruit-graph__reverse {
      -webkit-transform: rotateY(90deg);
              transform: rotateY(90deg);
      -webkit-transition: -webkit-transform 80ms;
      transition: -webkit-transform 80ms;
      transition: transform 80ms;
      transition: transform 80ms, -webkit-transform 80ms; }
  .recruit .recruit-graph .recruit-graph__03:hover {
    opacity: 1;
    /* 裏面の表示 */ }
    .recruit .recruit-graph .recruit-graph__03:hover .recruit-graph__surface {
      -webkit-transform: rotateY(90deg);
              transform: rotateY(90deg);
      -webkit-transition: -webkit-transform 80ms;
      transition: -webkit-transform 80ms;
      transition: transform 80ms;
      transition: transform 80ms, -webkit-transform 80ms; }
    .recruit .recruit-graph .recruit-graph__03:hover .recruit-graph__reverse {
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
      -webkit-transition: -webkit-transform 80ms 80ms;
      transition: -webkit-transform 80ms 80ms;
      transition: transform 80ms 80ms;
      transition: transform 80ms 80ms, -webkit-transform 80ms 80ms; }

.recruit .chuto-list {
  width: 960px;
  margin: 0 auto 80px;
  padding-left: 0;
  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) {
    .recruit .chuto-list {
      width: 100%;
      display: block; } }
  .recruit .chuto-list__item {
    list-style: none;
    text-align: center; }
    @media (max-width: 768.98px) {
      .recruit .chuto-list__item {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 2px solid #ddd; } }
    .recruit .chuto-list__item_k {
      width: 1px;
      border-right: 1px solid #ddd; }
      @media (max-width: 768.98px) {
        .recruit .chuto-list__item_k {
          display: none; } }
  .recruit .chuto-list__ttl {
    color: #094c26;
    margin-bottom: 10px; }
  .recruit .chuto-list__cap {
    font-weight: bold; }

.recruit .btn-chuto-list {
  width: 960px;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .recruit .btn-chuto-list {
      width: 100%; } }

.recruit .btn-chuto {
  width: 100%; }
  .recruit .btn-chuto__link {
    width: 100%;
    padding: 15px 0 15px 20px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    background: #70ad46;
    line-height: 1.6rem;
    position: relative;
    z-index: 1; }
    .recruit .btn-chuto__link::before {
      content: '';
      width: 30px;
      height: 100%;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 2;
      display: block;
      background: #000; }
    .recruit .btn-chuto__link::after {
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      font-weight: 900;
      background: #000;
      width: 30px;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 3;
      padding: 0 12px; }
    .recruit .btn-chuto__link:hover {
      text-decoration: none; }
  .recruit .btn-chuto__small {
    font-size: 1.2rem;
    font-weight: normal; }
  @media (max-width: 768.98px) {
    .recruit .btn-chuto {
      margin-bottom: 20px; } }

.youkou-list {
  margin-bottom: 60px; }
  .youkou-list__item {
    margin-bottom: 10px; }
    @media (max-width: 768.98px) {
      .youkou-list__item {
        margin-bottom: 40px; } }
  .youkou-list dt {
    width: 180px;
    padding: 10px 0;
    margin-right: 20px;
    text-align: center;
    border: 1px solid #b83f54;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #b83f54; }
    @media (max-width: 768.98px) {
      .youkou-list dt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 1.6rem; } }
  .youkou-list dd {
    width: 900px; }
    @media (max-width: 768.98px) {
      .youkou-list dd {
        width: 100%;
        text-align: justify;
        font-size: 1.6rem; } }

.youkou-itemlist {
  margin-bottom: 40px; }
  .youkou-itemlist:last-child {
    margin-bottom: 0; }
  .youkou-itemlist__item {
    margin-bottom: 10px; }
    @media (max-width: 768.98px) {
      .youkou-itemlist__item {
        margin-bottom: 40px; } }
    .youkou-itemlist__item dt {
      width: 200px;
      display: inline-block;
      font-size: 1.4rem;
      font-weight: bold;
      color: #222; }
      @media (max-width: 768.98px) {
        .youkou-itemlist__item dt {
          width: 100%;
          display: block;
          font-size: 1.6rem; } }
    .youkou-itemlist__item dd {
      display: inline-block;
      padding-left: 1rem;
      position: relative; }
      .youkou-itemlist__item dd::before {
        content: '：';
        display: inline-block;
        position: absolute;
        left: 0; }
        @media (max-width: 768.98px) {
          .youkou-itemlist__item dd::before {
            content: none; } }
      @media (max-width: 768.98px) {
        .youkou-itemlist__item dd {
          display: block;
          padding-left: 10px;
          font-size: 1.6rem; } }

.recruit-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  position: relative; }
  @media (max-width: 768.98px) {
    .recruit-step__item {
      display: block;
      margin-bottom: 50px; } }
  .recruit-step__item .arrow::after {
    color: #222;
    font-size: 24px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    position: absolute;
    left: 50%;
    bottom: -40px; }
    @media (max-width: 768.98px) {
      .recruit-step__item .arrow::after {
        left: 50%; } }

.recruit-step__dtitle {
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #222;
  font-size: 1.6rem;
  font-weight: normal;
  background: #eee; }
  @media (max-width: 768.98px) {
    .recruit-step__dtitle {
      width: 100%;
      margin-bottom: 10px; } }

.recruit-step__ddesc {
  padding: 10px 0; }
  @media (max-width: 768.98px) {
    .recruit-step__ddesc {
      font-size: 1.6rem;
      padding: 0; } }

.rec-kv {
  background: #ebfdf4;
  position: relative; }
  .rec-kv::before {
    content: url(/recruit/img/butterfly.png);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  @media (max-width: 768.98px) {
    .rec-kv::before {
      content: none; } }
  .rec-kv__img {
    margin-bottom: 0; }
    @media (max-width: 768.98px) {
      .rec-kv__img {
        width: 100%; } }
  .rec-kv__title {
    text-align: center;
    margin: 0 auto; }
    .rec-kv__title_text {
      font-size: 3.6rem;
      /*font-weight: bold;*/ }
      @media (max-width: 768.98px) {
        .rec-kv__title_text {
          font-size: 2.4rem;
          padding: 20px 0; } }

.recruit__title {
  width: 100%;
  background: #51a135;
  position: relative; }
  .recruit__title img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px; }
  .recruit__title_none {
    background: #004e97; }
  .recruit__title_none::before {
    content: none; }
  .recruit__title_shinsotsu {
    background: #b83f54; }
  .recruit__title_shinsotsu::before {
    content: none; }

.company-top__main {
  width: 100%; }
  @media (max-width: 768.98px) {
    .company-top__main {
      width: 94%;
      margin: 0 3%; } }

.company-top__inner {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .company-top__inner {
      width: 100%; } }

.company-top__innermax {
  width: 100%;
  margin: 0 auto; }

.company-top .video-box {
  margin-bottom: 60px;
  position: relative;
  height: 600px;
  overflow: hidden; }
  @media (max-width: 768.98px) {
    .company-top .video-box {
      height: auto;
      overflow: auto;
      background: #063377; } }
  .company-top .video-box video {
    position: relative;
    z-index: 2; }
    @media (max-width: 768.98px) {
      .company-top .video-box video {
        width: 100%; } }
  .company-top .video-box .one_sakase {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0; }
    @media (max-width: 768.98px) {
      .company-top .video-box .one_sakase {
        position: static;
        -webkit-transform: none;
                transform: none;
        background: none; } }
    .company-top .video-box .one_sakase .message__cap {
      width: 220px; }
      @media (max-width: 768.98px) {
        .company-top .video-box .one_sakase .message__cap {
          max-width: 100%;
          margin: 0 auto; } }
    .company-top .video-box .one_sakase .message__cap {
      margin-bottom: 20px; }
    .company-top .video-box .one_sakase .message__item {
      background: rgba(255, 255, 255, 0);
      border-width: 2px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-style: solid; }
      .company-top .video-box .one_sakase .message__item .message__link {
        width: auto;
        border: none; }
      .company-top .video-box .one_sakase .message__item:first-child {
        border-color: #fac570; }
        .company-top .video-box .one_sakase .message__item:first-child .message__link {
          color: #fac570; }
          .company-top .video-box .one_sakase .message__item:first-child .message__link:hover {
            color: #fff;
            background: #fac570; }
      .company-top .video-box .one_sakase .message__item:nth-child(2) {
        border-color: #f4b4d0; }
        .company-top .video-box .one_sakase .message__item:nth-child(2) .message__link {
          color: #f4b4d0; }
          .company-top .video-box .one_sakase .message__item:nth-child(2) .message__link:hover {
            color: #fff;
            background: #f4b4d0; }
      .company-top .video-box .one_sakase .message__item:last-child {
        border-color: #85cbbf; }
        .company-top .video-box .one_sakase .message__item:last-child .message__link {
          color: #85cbbf; }
          .company-top .video-box .one_sakase .message__item:last-child .message__link:hover {
            color: #fff;
            background: #85cbbf; }

.company__main {
  width: 100%; }
  @media (max-width: 768.98px) {
    .company__main {
      width: 94%;
      margin: 0 3%; } }

.company__inner {
  width: 1200px;
  margin: 0 auto 60px; }
  @media (max-width: 768.98px) {
    .company__inner {
      width: 100%; } }

.company-info__item {
  margin-bottom: 0px;
  padding: 20px 0;
  border-top: 1px solid #ccc; }
  .company-info__item:last-child {
    border-bottom: 1px solid #ccc; }

.company-info__dtitle {
  width: 160px;
  margin-right: 20px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold; }
  @media (max-width: 768.98px) {
    .company-info__dtitle {
      width: 100%;
      text-align: left;
      margin-right: 0;
      margin-bottom: 10px; } }

.company-info__ddesc {
  margin-top: 4px; }

.company-info-staff__list dt {
  float: left;
  width: 150px;
  font-weight: normal; }

.company-info-staff__list dd {
  width: 100%;
  margin-left: 150px;
  padding-left: -150px; }

.company-times__item {
  margin-bottom: 0px;
  padding: 10px 0;
  border-top: 1px solid #ccc; }
  .company-times__item:last-child {
    border-bottom: 1px solid #ccc; }

.company-times__dtitle {
  margin-left: 20px;
  margin-right: 40px;
  text-align: center;
  font-weight: normal; }
  @media (max-width: 768.98px) {
    .company-times__dtitle {
      margin-left: 0;
      width: 36%;
      text-align: left;
      margin-right: 0; } }

.company-times__year {
  display: inline-block;
  text-align: left;
  width: 64px; }
  @media (max-width: 768.98px) {
    .company-times__year {
      margin-right: 0; } }

.company-times__month {
  display: inline-block;
  margin-right: 20px;
  text-align: right;
  width: 48px; }
  @media (max-width: 768.98px) {
    .company-times__month {
      width: 32px;
      margin-right: 0; } }

.company-times__ddesc {
  text-align: left; }
  @media (max-width: 768.98px) {
    .company-times__ddesc {
      width: 64%; } }

/* showroom */
.map {
  margin-bottom: 60px;
  position: relative; }
  @media (min-width: 769px) {
    .map .tab-content > .tab-pane {
      display: block; } }
  @media (max-width: 768.98px) {
    .map .tab-content {
      background: #094c26;
      padding: 15px 0; } }

.map-inner {
  width: 1200px;
  margin: 0 auto; }

#map {
  background: url(/company/showroom/img/img-map-base.jpg) no-repeat left top;
  background-size: contain; }

.gm {
  width: 100%;
  height: 400px; }
  .gm iframe {
    width: 100%;
    height: 400px; }

.nav-tabs_bbn {
  border-bottom: none; }

.tab-content_top {
  margin-top: -80px;
  padding-top: 80px; }

/* History */
.history-scroll {
  width: 1200px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1023.98px) {
    .history-scroll {
      width: 100%; } }
  .history-scroll__item {
    position: relative; }
    @media (max-width: 1023.98px) {
      .history-scroll__item {
        width: 100%; } }
    .history-scroll__item::before {
      content: url(/company/history/img/walk.gif);
      position: absolute;
      display: block;
      z-index: 1000;
      bottom: 90px;
      left: 300px; }
      @media (max-width: 1023.98px) {
        .history-scroll__item::before {
          bottom: 10px;
          left: 20px; } }
    .history-scroll__item:nth-of-type(2)::before {
      left: 380px; }
      @media (max-width: 1023.98px) {
        .history-scroll__item:nth-of-type(2)::before {
          left: 20px; } }
    .history-scroll__item:nth-of-type(3)::before {
      left: 460px; }
      @media (max-width: 1023.98px) {
        .history-scroll__item:nth-of-type(3)::before {
          left: 20px; } }
    .history-scroll__item:nth-of-type(4)::before {
      left: 540px; }
      @media (max-width: 1023.98px) {
        .history-scroll__item:nth-of-type(4)::before {
          left: 20px; } }
    .history-scroll__item:nth-of-type(5)::before {
      left: 620px; }
      @media (max-width: 1023.98px) {
        .history-scroll__item:nth-of-type(5)::before {
          left: 20px; } }
    .history-scroll__item:nth-of-type(6)::before {
      left: 700px; }
      @media (max-width: 1023.98px) {
        .history-scroll__item:nth-of-type(6)::before {
          left: 20px; } }
    .history-scroll__item:nth-of-type(7)::before {
      left: 780px; }
      @media (max-width: 1023.98px) {
        .history-scroll__item:nth-of-type(7)::before {
          left: 20px; } }
    .history-scroll__item:nth-of-type(8)::before {
      left: 860px; }
      @media (max-width: 1023.98px) {
        .history-scroll__item:nth-of-type(8)::before {
          left: 20px; } }
    .history-scroll__item:nth-of-type(9)::before {
      left: 940px; }
      @media (max-width: 1023.98px) {
        .history-scroll__item:nth-of-type(9)::before {
          left: 20px; } }
    .history-scroll__item:nth-of-type(10)::before {
      content: url(/company/history/img/stop.png);
      left: 1020px; }
      @media (max-width: 1023.98px) {
        .history-scroll__item:nth-of-type(10)::before {
          left: 20px; } }

.slick-slide img {
  max-width: none; }
  @media (max-width: 1023.98px) {
    .slick-slide img {
      width: 100%; } }

.company-list__scale {
  overflow: hidden;
  width: 380px;
  height: 235px; }
  @media (max-width: 1023.98px) {
    .company-list__scale {
      width: 100%; } }
  .company-list__scale_border {
    border: 1px solid #ccc; }

.company-list__img {
  width: auto;
  display: block;
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }
  .company-list__img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: .3s;
            transition-duration: .3s; }

.company-list__cap {
  font-size: 1.8rem; }

.history-block {
  margin-bottom: 0; }
  .history-block .company__inner {
    margin-bottom: 20px; }
    @media (min-width: 769px) {
      .history-block .company__inner {
        margin-bottom: 60px; } }
  .history-block .img {
    width: 30%;
    text-align: center; }
  .history-block__year {
    margin-bottom: 20px;
    background-color: #094c26;
    color: #fff; }
    .history-block__year span {
      display: block;
      padding: 10px 0;
      width: 94%;
      max-width: 1200px;
      margin: 0 auto;
      font-size: 3rem;
      line-height: 1.4; }
    .history-block__year small {
      font-size: 50%; }
    @media (min-width: 769px) {
      .history-block__year {
        margin-bottom: 80px; }
        .history-block__year span {
          padding: 8px 0;
          font-size: 6rem; } }
  @media (min-width: 769px) {
    .history-block_1975 .img {
      /*width: 520px;*/
      text-align: center; } }
  .history-block .parallax-window {
    min-height: 200px;
    background: transparent; }
    @media (min-width: 769px) {
      .history-block .parallax-window {
        min-height: 800px; } }

@media (min-width: 769px) {
  .history .hitory-nav {
    padding: 0;
    background-color: #fff; }
    .history .hitory-nav .nav-link {
      padding-top: 0;
      padding-bottom: 0;
      color: #094c26;
      font-weight: bold;
      font-size: 2rem;
      line-height: 1; }
    .history .hitory-nav__list {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important; }
    .history .hitory-nav__item {
      border-left: 1px #ccc solid; }
      .history .hitory-nav__item:first-child {
        border: 0; } }

.message__title {
  text-align: center;
  /*font-family: $font-family-serif;*/
  font-size: 2.8rem;
  font-weight: normal; }

.message__img {
  width: 400px;
  display: block; }

.message__video {
  width: 600px;
  margin: 0 auto 40px;
  display: block; }
  .message__video video {
    width: 100%; }
  @media (max-width: 1023.98px) {
    .message__video {
      width: 100%; } }

.message__text {
  /*font-family: $font-family-serif;*/
  font-size: 1.6rem;
  text-align: center;
  line-height: 3.6rem;
  margin-bottom: 80px; }

.message__cap {
  width: 283px;
  margin: 0 auto 60px; }
  @media (max-width: 1023.98px) {
    .message__cap {
      width: 70%;
      margin: 0 15% 40px; }
      .message__cap img {
        width: 100%; } }

.message__list {
  width: 750px;
  margin: 0 auto;
  padding-left: 0; }
  @media (max-width: 1023.98px) {
    .message__list {
      width: 90%;
      margin: 0 5%; } }

.message__item {
  width: 223px;
  list-style: none;
  font-size: 1.8rem; }
  @media (max-width: 1023.98px) {
    .message__item {
      width: 100%;
      margin-bottom: 20px; } }
  .message__item a {
    color: #fff;
    width: 223px;
    height: 60px;
    display: inline-block;
    text-decoration: none;
    position: relative; }
    @media (max-width: 1023.98px) {
      .message__item a {
        width: 100%; } }
  .message__item a:hover {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    opacity: 1; }
  .message__item a::after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: bold; }
  .message__item_01 {
    background: #fac570; }
    .message__item_01 a:hover {
      color: #fac570;
      border: 1px solid #fac570; }
  .message__item_02 {
    background: #f4b4d0; }
    .message__item_02 a:hover {
      color: #f4b4d0;
      border: 1px solid #f4b4d0; }
  .message__item_03 {
    background: #85cbbf; }
    .message__item_03 a:hover {
      color: #85cbbf;
      border: 1px solid #85cbbf; }

.commitment__box {
  width: 60%;
  margin: 0 20%; }
  @media (max-width: 1023.98px) {
    .commitment__box {
      width: 100%;
      margin: 0; } }

.commitment__img {
  margin: 0 auto;
  display: block; }

.company-message {
  width: 960px;
  background: #fff;
  padding: 60px 30px; }
  @media (max-width: 1023.98px) {
    .company-message {
      width: 94%;
      margin: 0 3%;
      padding: 40px 10px; } }
  .company-message__title {
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 1023.98px) {
      .company-message__title {
        font-size: 2.2rem !important;
        margin-bottom: 30px;
        font-weight: bold; } }
  @media (max-width: 1023.98px) {
    .company-message .message__img {
      width: 50%;
      margin: 0 25% 10px; } }
  @media (max-width: 1023.98px) {
    .company-message .message__title {
      font-size: 2rem; } }
  @media (max-width: 1023.98px) {
    .company-message .message__text {
      font-size: 1.6rem;
      line-height: 1.6; } }
  .company-message .lead__text {
    margin-bottom: 0; }
    @media (max-width: 1023.98px) {
      .company-message .lead__text {
        text-align: left; } }

.business__main {
  width: 100%; }
  @media (max-width: 768.98px) {
    .business__main {
      width: 94%;
      margin: 0 3%; } }

.business__inner {
  width: 1200px;
  margin: 0 auto 60px; }
  @media (max-width: 768.98px) {
    .business__inner {
      width: 100%; } }

.business__list {
  padding-left: 0; }

.business__item {
  width: 570px;
  list-style: none; }
  @media (max-width: 768.98px) {
    .business__item {
      width: 100%; } }

.business .scale {
  overflow: hidden;
  width: 380px;
  height: 235px; }
  @media (max-width: 1023.98px) {
    .business .scale {
      width: 100%; } }
  .business .scale img {
    width: auto;
    display: block;
    -webkit-transition-duration: .3s;
            transition-duration: .3s; }
    .business .scale img:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition-duration: .3s;
              transition-duration: .3s; }

@media (min-width: 769px) {
  .business .sep-contact a {
    width: 300px;
    display: block;
    margin: 0 0 0 auto; } }

.business .sep-contact a:hover {
  opacity: 1; }

.product-top__main {
  width: 100%; }
  @media (max-width: 768.98px) {
    .product-top__main {
      width: 94%;
      margin: 0 3%; } }

.product-top__inner {
  width: 1200px;
  margin: 0 auto 60px; }
  @media (max-width: 768.98px) {
    .product-top__inner {
      width: 100%; } }

.product__main {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .product__main {
      width: 94%;
      margin: 0 3%; } }

.product__main-top {
  max-width: 1600px;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 180px; }
  @media (max-width: 768.98px) {
    .product__main-top {
      width: 94%;
      margin: 0 3%; } }

.product__title {
  margin-bottom: 30px; }

.product-item {
  margin-bottom: 80px; }
  @media (max-width: 768.98px) {
    .product-item {
      margin-bottom: 60px; } }
  .product-item__2clm {
    width: 570px;
    margin-right: 60px; }
    .product-item__2clm:nth-child(even) {
      margin-right: 0; }
    @media (max-width: 768.98px) {
      .product-item__2clm {
        width: 100%;
        margin-right: 0; } }
    .product-item__2clm .product-item__img {
      width: 200px; }
      @media (max-width: 768.98px) {
        .product-item__2clm .product-item__img {
          width: 100%; } }
  .product-item__box_l {
    margin-right: 40px; }
    @media (max-width: 768.98px) {
      .product-item__box_l {
        margin-right: 0;
        margin-bottom: 20px; } }
  .product-item__img {
    width: 320px;
    max-width: auto; }
    @media (max-width: 768.98px) {
      .product-item__img {
        width: 100%; } }
  .product-item__aboutlist {
    margin-bottom: 40px; }
    @media (max-width: 768.98px) {
      .product-item__aboutlist {
        margin-bottom: 20px; } }
  .product-item__pointlist {
    padding-left: 0; }
    .product-item__pointlist_2clm {
      width: 330px; }
      @media (max-width: 768.98px) {
        .product-item__pointlist_2clm {
          width: 100%; } }
  .product-item__pointitem {
    width: 160px;
    margin-right: 10px;
    list-style: none;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 1.6rem; }
    .product-item__pointitem:last-child {
      margin-right: 0; }
    .product-item__pointitem_dental {
      background: #007d83; }
    .product-item__pointitem_industrial {
      background: #005099; }
    .product-item__pointitem_2clm {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 15px; }
      .product-item__pointitem_2clm:nth-child(even) {
        margin-right: 0; }
    @media (max-width: 768.98px) {
      .product-item__pointitem {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
        padding: 10px 0; }
        .product-item__pointitem:nth-child(even) {
          margin-right: 0; } }

.product-mark__item {
  margin-bottom: 15px; }
  @media (max-width: 768.98px) {
    .product-mark__item {
      margin-bottom: 30px; } }

.product-mark__dtitle {
  width: 140px;
  margin-right: 20px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal; }
  .product-mark__dtitle_dental {
    background: #007d83; }
  .product-mark__dtitle_industrial {
    background: #005099; }
  @media (max-width: 768.98px) {
    .product-mark__dtitle {
      width: 100%;
      padding: 8px 0;
      margin-bottom: 10px; } }

.product-mark__ddesc {
  padding: 8px 0; }
  @media (max-width: 768.98px) {
    .product-mark__ddesc {
      font-size: 1.5rem;
      padding: 0; } }

.wrap-full {
  margin-left: -3%;
  margin-right: -3%; }

@media (max-width: 768.98px) {
  .product-map__title {
    font-size: 1.5rem; } }

.product-map__link {
  font-size: 1.6rem;
  color: inherit;
  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: 100%;
  min-height: 60px;
  border: 1px solid #094c26; }
  @media (min-width: 769px) {
    .product-map__link {
      max-width: 500px; } }
  .product-map__link:hover {
    color: #fff;
    background: #094c26;
    text-decoration: none;
    opacity: 1; }
  .product-map__link i {
    margin-right: 0.5em; }

.product-map__btn {
  font-size: 1.8rem;
  font-weight: bold;
  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%;
  padding: 0.6em;
  font-size: 1.6rem;
  color: #fff;
  background: #98a3d2;
  position: relative; }
  .product-map__btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1; }
  .product-map__btn i {
    font-size: 150%;
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 10px; }

.product-map__dbox {
  margin-bottom: 45px; }
  .product-map__dbox:nth-child(1) .product-map__dhead {
    color: #98a3d2; }
  .product-map__dbox:nth-child(1) .product-map__btn {
    background: #98a3d2; }
  .product-map__dbox:nth-child(2) .product-map__dhead {
    color: #81c5ed; }
  .product-map__dbox:nth-child(2) .product-map__btn {
    background: #81c5ed; }
  .product-map__dbox:nth-child(3) .product-map__dhead {
    color: #8ac997; }
  .product-map__dbox:nth-child(3) .product-map__btn {
    background: #8ac997; }
  .product-map__dbox:nth-child(4) .product-map__dhead {
    color: #f5af87; }
  .product-map__dbox:nth-child(4) .product-map__btn {
    background: #f5af87; }
  .product-map__dbox:nth-child(5) .product-map__dhead {
    color: #cce085; }
  .product-map__dbox:nth-child(5) .product-map__btn {
    background: #cce085; }
  .product-map__dbox:nth-child(6) .product-map__dhead {
    color: #facc7e; }
  .product-map__dbox:nth-child(6) .product-map__btn {
    background: #facc7e; }
  .product-map__dbox:nth-child(7) .product-map__dhead {
    color: #f3abca; }
  .product-map__dbox:nth-child(7) .product-map__btn {
    background: #f3abca; }

.product-map__dhead {
  font-size: 2rem;
  font-weight: bold;
  color: #98a3d2; }

.product-map__dbody {
  font-size: 1.6rem; }

/* hospital */
.hospital-item__cap {
  margin-bottom: 10px;
  position: relative; }

.hospital-item__cap2 {
  padding-left: 30px; }

.hospital__item:nth-child(4) {
  margin-bottom: 0; }

.hospital-mv {
  width: 100%;
  margin: 0 auto; }
  .hospital-mv img {
    width: 100%;
    margin: 0 auto; }

.hospital-ttl {
  position: relative; }
  .hospital-ttl h2 {
    font-size: 4.8rem;
    text-align: center;
    position: relative;
    margin-top: -160px; }
    @media (max-width: 768.98px) {
      .hospital-ttl h2 {
        font-size: 3.0rem;
        margin-top: -100px; } }
  .hospital-ttl ::after {
    content: '';
    width: 2px;
    height: 56px;
    display: inline-block;
    background-color: #333;
    position: absolute;
    bottom: -64px;
    left: 50%; }
    @media (max-width: 768.98px) {
      .hospital-ttl ::after {
        height: 36px;
        bottom: -45px; } }

.hospital-list {
  background-image: url("/products/hospital/img/img-border.png");
  background-size: cover; }
  .hospital-list p {
    font-size: 2.2rem;
    font-weight: 900;
    color: #333;
    padding: 6px 16px;
    position: relative; }
  .hospital-list ::before {
    content: '';
    width: 26px;
    height: 26px;
    background: #094c26;
    position: absolute;
    top: 34%;
    right: 10px;
    margin-top: -4px; }
  .hospital-list ::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.hospital-facility {
  background-color: #f5f5f5;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0px; }

.facility-ttl p {
  position: relative;
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center; }

.facility-ttl ::after {
  content: '';
  width: 1px;
  height: 30px;
  display: inline-block;
  background-color: #333;
  position: absolute;
  top: 50px;
  left: 50%; }

.facility-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 800px;
  margin: 0 auto;
  margin-top: 36px; }
  @media (max-width: 768.98px) {
    .facility-contents {
      display: block;
      margin-top: 60px;
      width: 50%; } }
  .facility-contents .facility-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5%; }
    .facility-contents .facility-block img {
      margin-bottom: 36px; }
    .facility-contents .facility-block .facility-link p {
      color: #333;
      background-color: #fff;
      border: 1px solid #333;
      font-size: 1.8rem;
      font-weight: 600;
      text-align: center;
      padding: 10px 16px;
      position: relative; }
    .facility-contents .facility-block .facility-link ::after {
      content: '';
      width: 10px;
      height: 10px;
      border: 0;
      border-top: solid 2px #333;
      border-right: solid 2px #333;
      position: absolute;
      top: 50%;
      right: 16px;
      margin-top: -4px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.hospital-aftersupport {
  width: 800px;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .hospital-aftersupport {
      width: 90%; } }

.top-mv-gray {
  width: 92%;
  background-color: #eeeeee;
  padding: 30px 0px 40px 120px;
  position: relative;
  margin-bottom: 120px; }
  @media (max-width: 768.98px) {
    .top-mv-gray {
      width: 100%;
      padding: 40px 0px;
      margin: 0 auto;
      margin-bottom: 60px; } }
  .top-mv-gray .top-mv-ttl {
    width: 42%; }
    @media (max-width: 768.98px) {
      .top-mv-gray .top-mv-ttl {
        width: 80%;
        margin: 0 auto; } }
  .top-mv-gray .top-mv-ttl-cabinet {
    width: 66%; }
    @media (max-width: 768.98px) {
      .top-mv-gray .top-mv-ttl-cabinet {
        width: 80%;
        margin: 0 auto; } }
  .top-mv-gray .top-mv-ttl-worktable {
    width: 92%; }
    @media (max-width: 768.98px) {
      .top-mv-gray .top-mv-ttl-worktable {
        width: 80%;
        margin: 0 auto; } }
  .top-mv-gray .top-mv-img-cart {
    width: 34%;
    position: absolute;
    bottom: 9%;
    right: 2%; }
    @media (max-width: 768.98px) {
      .top-mv-gray .top-mv-img-cart {
        position: static;
        width: 64%;
        margin: 0 auto;
        margin-top: 40px; } }
  .top-mv-gray .top-mv-img-rack {
    width: 47%;
    position: absolute;
    bottom: 7%;
    right: -6%; }
    @media (max-width: 768.98px) {
      .top-mv-gray .top-mv-img-rack {
        position: static;
        width: 64%;
        margin: 0 auto;
        margin-top: 60px; } }
  .top-mv-gray .top-mv-img-cabinet {
    width: 50%;
    position: absolute;
    bottom: -5%;
    right: -8%; }
    @media (max-width: 768.98px) {
      .top-mv-gray .top-mv-img-cabinet {
        position: static;
        width: 64%;
        margin: 0 auto;
        margin-top: 60px; } }
  .top-mv-gray .top-mv-img-worktable {
    width: 38%;
    position: absolute;
    bottom: -5%;
    right: 3%; }
    @media (max-width: 768.98px) {
      .top-mv-gray .top-mv-img-worktable {
        position: static;
        width: 64%;
        margin: 0 auto;
        margin-top: 60px; } }
  .top-mv-gray .top-mv-txt {
    font-size: 1.8vw;
    font-weight: 900;
    margin-top: 70px; }
    @media (max-width: 768.98px) {
      .top-mv-gray .top-mv-txt {
        font-size: 3.2vw;
        text-align: center;
        margin-top: 60px; } }
  .top-mv-gray .top-mv-link-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 0px; }
    .top-mv-gray .top-mv-link-2col div {
      width: 50%;
      margin: 10px 0px; }
    .top-mv-gray .top-mv-link-2col div:nth-child(2n) {
      margin-left: -24%; }
    @media (max-width: 768.98px) {
      .top-mv-gray .top-mv-link-2col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 auto; }
        .top-mv-gray .top-mv-link-2col div {
          width: 80%;
          margin: 10px auto; }
        .top-mv-gray .top-mv-link-2col div:nth-child(2n) {
          margin: 10px auto; }
        .top-mv-gray .top-mv-link-2col div:nth-child(1) {
          margin-bottom: -10px; } }
  .top-mv-gray .top-mv-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0px; }
    .top-mv-gray .top-mv-link div {
      width: 70%;
      margin: 8px 0px; }
    @media (max-width: 768.98px) {
      .top-mv-gray .top-mv-link {
        margin: 0 auto; }
        .top-mv-gray .top-mv-link div {
          width: 90%;
          margin: 6px auto; } }

/*
.top-top {
  position: relative;
  margin-top: -36%;
  width: 40%;
  margin-left: 8%;
  margin-bottom: 12%;
  .top-top-ttl {
    font-size: 2.8rem;
    font-weight: 900;
  }
  .top-link {
    display: block;
    margin-top: 5%;
    div {
      margin: 16px 0px;
    }
  }
  .top-link-2 {
    display: flex;
    flex-direction: row;
    div {
      margin-top: 40px;
      margin-right: 10px;
      @include media-breakpoint-down(sm) {
        margin: 10px 0px;
        margin-right: 10px;
      }
    }
    &.width50 {
      width: 50%;
    }
  }
  @include media-breakpoint-down(sm) {
    margin-top: 8%;
    margin-bottom: 16%;
    width: 90%;
    .top-top-ttl {
      font-size: 2.0rem;
      font-weight: 900;
    }
    .top-link {
      display: block;
      margin-top: 8%;
      div {
        margin: 10px 0px;
      }
    }
  }
}
*/
.top-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 18px; }
  .top-contents img {
    width: 50%;
    margin-left: 10%;
    margin-top: 14%; }
  .top-contents .left-img {
    width: 28%; }
    .top-contents .left-img img {
      width: 64%;
      margin-left: 0%;
      margin-top: 0%; }
  .top-contents .left-img-small {
    width: 36%; }
    .top-contents .left-img-small img {
      width: 40%;
      margin-left: 10%;
      margin-top: 0%; }
  .top-contents .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    margin-top: 0px; }
    .top-contents .left p {
      margin: 24px 0px; }
  @media (max-width: 768.98px) {
    .top-contents {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 0px;
      width: 90%;
      margin: 0 auto; }
      .top-contents img {
        width: 50%;
        margin-left: 0%; }
      .top-contents .left-img {
        width: 100%; }
        .top-contents .left-img img {
          width: 50%;
          margin-left: 0%;
          margin-top: 0%; }
      .top-contents .left-img-small {
        width: 100%; }
        .top-contents .left-img-small img {
          width: 50%;
          margin-left: 0%;
          margin-top: 0%; }
      .top-contents .left {
        margin-top: 0px;
        text-align: left; }
        .top-contents .left .top-btn {
          margin-left: 0%; } }

.top-block {
  display: block;
  margin-top: 4%; }
  .top-block img {
    width: 60%;
    margin-left: 40%; }
  .top-block .right {
    text-align: right; }
    .top-block .right p {
      margin: 24px 0px; }
    .top-block .right .top-btn {
      margin-left: 38%; }
    .top-block .right .product-btm {
      margin-left: 38%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 6px 42px;
      width: 240px;
      text-align: center; }
      .top-block .right .product-btm img {
        width: 16%;
        height: 16%;
        padding: 9px 0px; }
  @media (max-width: 768.98px) {
    .top-block {
      margin-top: 0px;
      width: 90%;
      margin: 0 auto; }
      .top-block img {
        width: 50%;
        margin-left: 0%; }
      .top-block .right {
        margin-top: 0px;
        text-align: left; }
        .top-block .right .top-btn {
          margin-left: 0%; }
        .top-block .right .product-btm {
          margin-left: 0%; } }

.top-btn {
  width: 240px; }
  .top-btn p {
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    padding: 10px 16px;
    position: relative; }
  .top-btn ::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.top-red {
  color: #e65a38;
  font-size: 24px;
  font-weight: bold; }

.top-pink {
  color: #ed789f;
  font-size: 24px;
  font-weight: bold; }

.top-blue {
  color: #8fc1d7;
  font-size: 24px;
  font-weight: bold; }

.top-green {
  color: #98bd98;
  font-size: 24px;
  font-weight: bold; }

.top-purple {
  color: #d099ff;
  font-size: 24px;
  font-weight: bold; }

.personal-ttl h3 {
  position: relative; }

.personal-ttl ::after {
  content: '';
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #333;
  position: absolute;
  top: 120%;
  left: 0px; }

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

.personal-blacktxt p {
  position: relative;
  padding-left: 22px; }

.personal-blacktxt ::before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #333;
  position: absolute;
  top: 6px;
  left: 4px; }

.personal-greentxt {
  color: #094c26;
  font-weight: bold;
  font-size: 1.8rem; }
  .personal-greentxt span {
    color: #fff;
    background-color: #094c26;
    padding: 0px 8px;
    margin: 0px 6px; }

.personal-boldtxt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 20px; }

@media (max-width: 768.98px) {
  .personal-table-wrap {
    overflow-x: scroll; } }

.personal-table {
  font-size: 1.6rem;
  font-weight: bold; }
  @media (max-width: 768.98px) {
    .personal-table {
      width: 100%;
      white-space: nowrap; } }
  .personal-table .line01 {
    background-color: #f5f5f5; }
  .personal-table .line02 {
    background-color: #eeeeee; }
  .personal-table th {
    color: #fff;
    background-color: #094c26;
    text-align: center;
    padding: 10px; }
  .personal-table td {
    padding: 10px; }

.personal-option {
  background-image: url("/products/hospital/img/img-border.png");
  background-size: cover;
  text-align: center;
  padding: 5px; }

.product-list__scale {
  overflow: hidden;
  width: 380px;
  height: 235px; }
  @media (max-width: 768.98px) {
    .product-list__scale {
      width: auto; } }
  .product-list__scale_border {
    border: 1px solid #ccc; }

.product-list__img {
  width: auto;
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .product-list__img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }

.product-list__cap {
  font-size: 1.8rem; }

.catalog-btn a[target="_blank"]::after {
  content: none; }

.catalog-btn a:hover {
  opacity: 1; }

@media (max-width: 768.98px) {
  .catalog-btn {
    margin: 60px 0 0 0; } }

@media (max-width: 768.98px) {
  .catalog-btn__link {
    width: 80%;
    margin: 0 10%;
    max-width: 100%; } }

@media (max-width: 768.98px) {
  .catalog-btn__img {
    max-width: 100%; } }

.product-mv {
  width: 100%;
  margin: 0;
  padding: 0 0 200px;
  position: relative;
  overflow: hidden; }
  .product-mv ::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: skewY(-4deg) translateY(-135px);
            transform: skewY(-4deg) translateY(-135px);
    z-index: -1; }
  .product-mv div {
    padding: 0 192px; }

.product-innerblock {
  width: 1200px;
  margin: 60px auto;
  background-color: #fff;
  padding-top: 60px; }
  @media (max-width: 768.98px) {
    .product-innerblock {
      width: 100%; } }

.product-background {
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, #fff), color-stop(20%, #f5f5f5), color-stop(48%, #fff), to(#fff));
  background: linear-gradient(to bottom, #fff 0%, #fff 10%, #f5f5f5 20%, #fff 48%, #fff 100%); }

.product-background-01 {
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(8%, #fff), color-stop(15%, #f5f5f5), color-stop(30%, #fff), to(#fff));
  background: linear-gradient(to bottom, #fff 0%, #fff 8%, #f5f5f5 15%, #fff 30%, #fff 100%); }

.product-background-02 {
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(4%, #fff), color-stop(18%, #f5f5f5), color-stop(56%, #fff), to(#fff));
  background: linear-gradient(to bottom, #fff 0%, #fff 4%, #f5f5f5 18%, #fff 56%, #fff 100%); }

.product-background-03 {
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(4%, #fff), color-stop(10%, #f5f5f5), color-stop(28%, #fff), to(#fff));
  background: linear-gradient(to bottom, #fff 0%, #fff 4%, #f5f5f5 10%, #fff 28%, #fff 100%); }

.product-background-00 {
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(16%, #fff), color-stop(36%, #f5f5f5), color-stop(70%, #fff), to(#fff));
  background: linear-gradient(to bottom, #fff 0%, #fff 16%, #f5f5f5 36%, #fff 70%, #fff 100%); }

.product-ttl {
  display: block; }
  @media (min-width: 769px) {
    .product-ttl {
      margin-top: -120px; } }
  .product-ttl ::after {
    content: '';
    width: 40px;
    height: 4px;
    display: inline-block;
    background-color: #094c26;
    position: absolute;
    top: 100px;
    left: calc(50% - 20px); }
  .product-ttl h2 {
    font-size: 30px;
    font-weight: bold;
    color: #094c26;
    position: relative; }
    @media (min-width: 769px) {
      .product-ttl h2 {
        font-size: 36px; } }

.product-ttl-notsub {
  display: block; }
  @media (min-width: 769px) {
    .product-ttl-notsub {
      margin-top: -120px; } }
  .product-ttl-notsub ::after {
    content: '';
    width: 40px;
    height: 4px;
    display: inline-block;
    background-color: #094c26;
    position: absolute;
    top: 70px;
    left: calc(50% - 20px); }
  .product-ttl-notsub h2 {
    font-size: 30px;
    font-weight: bold;
    color: #094c26;
    position: relative; }
    @media (min-width: 769px) {
      .product-ttl-notsub h2 {
        font-size: 36px; } }

.product-ttl-sub {
  position: relative;
  font-size: 16px;
  color: #333;
  font-weight: bold; }

.product-subttl {
  font-size: 24px;
  margin-bottom: -30px; }
  @media (min-width: 769px) {
    .product-subttl {
      font-size: 30px;
      margin-bottom: 0px; } }

.product-bold {
  font-weight: bold;
  font-size: large; }

.sp-only {
  display: block; }
  @media (min-width: 769px) {
    .sp-only {
      display: none; } }

.pc-only {
  display: none; }
  @media (min-width: 769px) {
    .pc-only {
      display: block; } }

.pc-only-flex {
  display: none; }
  @media (min-width: 769px) {
    .pc-only-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.product-leftside {
  z-index: 1; }
  @media (min-width: 769px) {
    .product-leftside {
      margin-top: 50px;
      margin-left: -85px; } }

.product-sidettl {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-size: 60px;
  font-family: 'Outfit', cursive;
  text-align: center;
  margin-top: -60px; }
  @media (min-width: 769px) {
    .product-sidettl {
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      font-size: 136px;
      font-family: 'Outfit', cursive;
      line-height: 0;
      z-index: 1; } }

.product-pointttl {
  font-size: 36px;
  font-family: 'Damion', cursive;
  color: #094c26; }
  .product-pointttl ::after {
    content: '';
    width: 240px;
    height: 3px;
    display: inline-block;
    background-color: #C0C0C0;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 60px;
    left: calc(50% - 120px); }
  @media (min-width: 769px) {
    .product-pointttl ::after {
      content: "";
      display: inline-block;
      width: 3px;
      height: 110px;
      background-color: #C0C0C0;
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 40px;
      left: 350px; } }

.product-pointttl-02 {
  font-size: 36px;
  font-family: 'Damion', cursive;
  color: #094c26; }
  .product-pointttl-02 ::after {
    content: '';
    width: 240px;
    height: 3px;
    display: inline-block;
    background-color: #C0C0C0;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 60px;
    left: calc(50% - 120px); }
  @media (min-width: 769px) {
    .product-pointttl-02 p {
      margin-top: -10px; }
    .product-pointttl-02 ::after {
      content: "";
      display: inline-block;
      width: 3px;
      height: 80px;
      background-color: #C0C0C0;
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 21px;
      left: 350px; } }

.product-pointttl-03 {
  font-size: 36px;
  font-family: 'Damion', cursive;
  color: #094c26; }
  .product-pointttl-03 ::after {
    content: '';
    width: 240px;
    height: 3px;
    display: inline-block;
    background-color: #C0C0C0;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 60px;
    left: calc(50% - 120px); }
  @media (min-width: 769px) {
    .product-pointttl-03 p {
      margin-top: 5px; }
    .product-pointttl-03 ::after {
      content: "";
      display: inline-block;
      width: 3px;
      height: 80px;
      background-color: #C0C0C0;
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 36px;
      left: 350px; } }

.product-pointttl-04 {
  font-size: 36px;
  font-family: 'Damion', cursive;
  color: #094c26; }
  .product-pointttl-04 ::after {
    content: '';
    width: 240px;
    height: 3px;
    display: inline-block;
    background-color: #C0C0C0;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 60px;
    left: calc(50% - 120px); }
  @media (min-width: 769px) {
    .product-pointttl-04 p {
      margin-top: 15px; }
    .product-pointttl-04 ::after {
      content: "";
      display: inline-block;
      width: 3px;
      height: 100px;
      background-color: #C0C0C0;
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50px;
      left: 350px; } }

.product-pointttl-05 {
  font-size: 36px;
  font-family: 'Damion', cursive;
  color: #094c26; }
  .product-pointttl-05 ::after {
    content: '';
    width: 240px;
    height: 3px;
    display: inline-block;
    background-color: #C0C0C0;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 60px;
    left: calc(50% - 120px); }
  @media (min-width: 769px) {
    .product-pointttl-05 p {
      margin-top: -2px; }
    .product-pointttl-05 ::after {
      content: "";
      display: inline-block;
      width: 3px;
      height: 100px;
      background-color: #C0C0C0;
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 30px;
      left: 350px; } }

.product-pointttl-06 {
  font-size: 36px;
  font-family: 'Damion', cursive;
  color: #094c26; }
  .product-pointttl-06 ::after {
    content: '';
    width: 240px;
    height: 3px;
    display: inline-block;
    background-color: #C0C0C0;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 60px;
    left: calc(50% - 120px); }
  @media (min-width: 769px) {
    .product-pointttl-06 p {
      margin-top: 23px; }
    .product-pointttl-06 ::after {
      content: "";
      display: inline-block;
      width: 3px;
      height: 150px;
      background-color: #C0C0C0;
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 55px;
      left: 350px; } }

.product-btm {
  font-size: 14px;
  font-weight: bolder;
  border: 3px solid #094c26;
  border-radius: 2px;
  padding: 6px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 180px auto;
  text-align: center;
  color: #094c26; }
  .product-btm a {
    color: #333;
    font-size: 16px; }
  .product-btm img {
    margin-right: -15px;
    margin-left: -5px;
    margin-top: -5px; }

.product-slider-container {
  width: 72%;
  margin: 0 auto; }
  @media (min-width: 769px) {
    .product-slider-container {
      width: 50%;
      overflow: hidden; } }

.product-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (min-width: 769px) {
    .product-slider-arrows {
      margin-top: 40px;
      margin-right: calc(50% - 50vw);
      margin-left: calc(50% - 50vw);
      position: absolute; } }
  .product-slider-arrows__item-prev {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #fff;
    display: inline; }
    .product-slider-arrows__item-prev:hover {
      opacity: 0.6; }
    @media (min-width: 769px) {
      .product-slider-arrows__item-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 376px;
        margin-left: -60px; } }
  .product-slider-arrows__item-next {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #fff;
    display: inline; }
    .product-slider-arrows__item-next:hover {
      opacity: 0.6; }
    @media (min-width: 769px) {
      .product-slider-arrows__item-next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 376px;
        margin-left: 660px; } }

.product-slider_thumb .slick-list {
  overflow: hidden; }

.product-slider_thumb .slick-slide {
  cursor: pointer;
  position: relative;
  outline: none; }
  .product-slider_thumb .slick-slide::before {
    width: 100%;
    height: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }
  .product-slider_thumb .slick-slide:last-child {
    margin-right: 0; }
  .product-slider_thumb .slick-slide img {
    width: 100%; }

.product-slider_thumb .slick-slide:hover::before,
.product-slider_thumb .slick-current::before {
  border-width: 2px; }

.product-slider2-container {
  width: 72%;
  margin: 0 auto; }
  @media (min-width: 769px) {
    .product-slider2-container {
      width: 50%;
      overflow: hidden; } }

.product-slider2-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (min-width: 769px) {
    .product-slider2-arrows {
      margin-top: 40px;
      margin-right: calc(50% - 50vw);
      margin-left: calc(50% - 50vw);
      position: absolute; } }
  .product-slider2-arrows__item-prev {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #fff;
    display: inline; }
    .product-slider2-arrows__item-prev:hover {
      opacity: 0.6; }
    @media (min-width: 769px) {
      .product-slider2-arrows__item-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 376px;
        margin-left: -60px; } }
  .product-slider2-arrows__item-next {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #fff;
    display: inline; }
    .product-slider2-arrows__item-next:hover {
      opacity: 0.6; }
    @media (min-width: 769px) {
      .product-slider2-arrows__item-next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 376px;
        margin-left: 660px; } }

.product-slider2_thumb .slick-list {
  overflow: hidden; }

.product-slider2_thumb .slick-slide {
  cursor: pointer;
  position: relative;
  outline: none; }
  .product-slider2_thumb .slick-slide::before {
    width: 100%;
    height: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }
  .product-slider2_thumb .slick-slide:last-child {
    margin-right: 0; }
  .product-slider2_thumb .slick-slide img {
    width: 100%; }

.product-slider2_thumb .slick-slide:hover::before,
.product-slider2_thumb .slick-current::before {
  border-width: 2px; }

.product-detail__gallery {
  width: 100%;
  max-width: 780px; }
  @media (max-width: 768.98px) {
    .product-detail__gallery {
      margin-top: 40px; } }

@media (min-width: 769px) {
  .mt-28 {
    margin-top: 28px; } }

@media (min-width: 769px) {
  .mt-36 {
    margin-top: 36px; } }

@media (min-width: 769px) {
  .mt-62 {
    margin-top: 62px; } }

@media (min-width: 769px) {
  .mt-99 {
    margin-top: 99px; } }

@media (min-width: 769px) {
  .mt-110 {
    margin-top: 110px; } }

@media (min-width: 769px) {
  .mt-120 {
    margin-top: 120px; } }

@media (min-width: 769px) {
  .mt-130 {
    margin-top: 130px; } }

@media (min-width: 769px) {
  .mt-140 {
    margin-top: 140px; } }

@media (min-width: 769px) {
  .mt-150 {
    margin-top: 150px; } }

@media (min-width: 769px) {
  .mt-160 {
    margin-top: 160px; } }

@media (min-width: 769px) {
  .mt-170 {
    margin-top: 170px; } }

@media (min-width: 769px) {
  .mt-180 {
    margin-top: 180px; } }

@media (min-width: 769px) {
  .mt-190 {
    margin-top: 190px; } }

@media (min-width: 769px) {
  .mt-230 {
    margin-top: 230px; } }

@media (min-width: 769px) {
  .mt-250 {
    margin-top: 250px; } }

@media (min-width: 769px) {
  .mt-280 {
    margin-top: 280px; } }

@media (min-width: 769px) {
  .ml-120 {
    margin-left: 120px; } }

.orderbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 768.98px) {
    .orderbox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.orderbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media (max-width: 768.98px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    /*上から1番目に表示*/ }
  .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /*上から2番目に表示*/ }
  .order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    /*上から3番目に表示*/ }
  .order4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    /*上から4番目に表示*/ } }

.circle-right {
  position: relative; }
  .circle-right .circle {
    width: 2000px;
    height: 1600px;
    border: solid 3px #d0d0d0;
    border-radius: 50%;
    /* 右側を丸める */
    border-left: 0;
    /* 直線部分を消す */
    margin: 10px;
    position: absolute;
    top: 16px;
    right: 400px; }
  .circle-right .circle-short {
    width: 1250px;
    height: 1100px;
    border: solid 3px #d0d0d0;
    border-radius: 50%;
    border-left: 0;
    margin: 10px;
    position: absolute;
    top: 16px;
    right: 500px; }

.p-r {
  position: relative; }

.harmoplus-block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 769px) {
    .harmoplus-block01 {
      padding-bottom: 10px;
      background-color: #fff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .harmoplus-block01 p {
        margin-bottom: 20px; } }
  @media (max-width: 768.98px) {
    .harmoplus-block01 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .harmoplus-block01 p {
        margin-bottom: -40px; } }

.harmoplus-block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 769px) {
    .harmoplus-block02 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 60px; } }
  @media (max-width: 768.98px) {
    .harmoplus-block02 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

@media (min-width: 769px) {
  .harmoplus-block03 {
    margin-top: -80px; } }

@media (min-width: 769px) {
  .aluminum-block01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .aluminum-block01 p {
      margin-bottom: 20px; } }

@media (max-width: 768.98px) {
  .aluminum-block01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.cassetter-block01 {
  background-color: #fff; }

@media (max-width: 768.98px) {
  .sm-mb-40 {
    margin-bottom: 40px; } }

@media (max-width: 768.98px) {
  .sm-mb-80 {
    margin-bottom: 80px; } }

.next-right {
  margin-left: 562px !important; }

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

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

@media (max-width: 768.98px) {
  .sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.virusmark {
  width: 24%;
  padding: 0px 10px 10px 10px; }
  @media (max-width: 768.98px) {
    .virusmark {
      width: 16%; } }

.virusmark-small {
  width: 14%;
  padding: 0px 8px 8px 8px; }

.zoom {
  position: absolute;
  bottom: 0;
  right: 15px; }
  @media (max-width: 768.98px) {
    .zoom {
      display: none; } }

.pu-rack-aluminum {
  position: relative;
  /* ポップアップウインドウの設定 */
  /* チェックボックスの初期設定 */
  /* チェックされたらポップアップウインドウを開く */
  /* チェックボックスの初期設定 */
  /* チェックされたらポップアップウインドウを開く */ }
  .pu-rack-aluminum .pu01 {
    background-image: url("/products/hospital/rack/aluminum/img/img-08.jpg");
    background-size: contain;
    background-position: 50%;
    -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    height: 60%;
    z-index: 10;
    background-repeat: no-repeat;
    background-color: #fff; }
  .pu-rack-aluminum .pu02 {
    background-image: url("/products/hospital/rack/aluminum/img/img-09.jpg");
    background-size: contain;
    background-position: 50%;
    -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    height: 60%;
    z-index: 10;
    background-repeat: no-repeat;
    background-color: #fff; }
  .pu-rack-aluminum #pu-on01 {
    display: none; }
  .pu-rack-aluminum #pu-on01:checked + .pu01 {
    display: block; }
  .pu-rack-aluminum #pu-on02 {
    display: none; }
  .pu-rack-aluminum #pu-on02:checked + .pu02 {
    display: block; }

/* 閉じるアイコン（右上） */
.icon-close {
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  z-index: 10; }

/* 開くボタン */
.btn-open {
  cursor: pointer;
  margin: 0px;
  margin-bottom: -5px;
  width: 100%;
  text-align: center; }

/* ポップアップの内容 */
.pu-content {
  margin: 65px auto 40px auto;
  width: 95%; }
  .pu-content div {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    height: 60%; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .promise-kv__text {
    font-size: 3.2rem !important; }
  /* IE11 */ }

.promise__main {
  width: 100%; }
  @media (max-width: 768.98px) {
    .promise__main {
      width: 94%;
      margin: 0 3%; } }

.promise__inner {
  width: 1200px;
  margin: 0 auto 60px; }
  @media (max-width: 768.98px) {
    .promise__inner {
      width: 100%; } }

.promise ul {
  list-style-type: none; }

.promise-kv__box-txt {
  width: 460px;
  background: #eaf5f3;
  text-align: center;
  padding: 30px 0 0; }
  @media (max-width: 768.98px) {
    .promise-kv__box-txt {
      width: 100%;
      padding: 10px 0 20px; } }
  .promise-kv__box-txt.promise01 {
    background: #eaf5f3; }
  .promise-kv__box-txt.promise02 {
    background: #fef5e8; }
  .promise-kv__box-txt.promise03 {
    background: #fdf2f7; }

.promise-kv__box-img {
  width: 740px; }
  @media (max-width: 768.98px) {
    .promise-kv__box-img {
      width: 100%; } }

.promise-kv__title {
  font-size: 2.6rem;
  color: #222;
  font-weight: normal;
  margin-bottom: 36px; }
  @media (max-width: 768.98px) {
    .promise-kv__title {
      font-size: 1.8rem;
      margin-bottom: 20px;
      text-align: center; } }
  .promise-kv__title .bigtext {
    font-size: 5rem;
    color: #fe7419;
    font-style: italic;
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
    @media (max-width: 768.98px) {
      .promise-kv__title .bigtext {
        font-size: 3rem; } }

.promise-kv__list {
  list-style-type: none; }

.promise-kv__item {
  list-style-type: none;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 768.98px) {
    .promise-kv__item {
      width: 100%;
      padding: 20px 0;
      margin-bottom: 20px; }
      .promise-kv__item:last-child {
        margin-bottom: 0; } }
  .promise-kv__item-01 {
    border-color: #85cbbf; }
  .promise-kv__item-02 {
    border-color: #fac570; }
  .promise-kv__item-03 {
    border-color: #f4b4d0; }

.promise-kv__number {
  width: 50%;
  margin: 0 auto 30px;
  text-align: center; }
  @media (max-width: 768.98px) {
    .promise-kv__number {
      margin: 0 auto 10px; } }

.promise-kv__text {
  text-align: center;
  font-size: 3.6rem;
  line-height: 5rem; }
  @media (max-width: 768.98px) {
    .promise-kv__text {
      font-size: 2rem;
      line-height: 3rem; } }

.promise-kv__img {
  height: 90px;
  width: auto; }
  @media (max-width: 768.98px) {
    .promise-kv__img {
      height: 50px; } }

.promise-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  position: relative; }
  @media (max-width: 768.98px) {
    .promise-step__item {
      display: block;
      margin-bottom: 50px; } }
  .promise-step__item .arrow::after {
    color: #85cbbf;
    font-size: 24px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    position: absolute;
    left: 70px;
    bottom: -40px; }
    @media (max-width: 768.98px) {
      .promise-step__item .arrow::after {
        left: 50%; } }

.promise-step__dtitle {
  width: 160px;
  margin-right: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  background: #85cbbf; }
  @media (max-width: 768.98px) {
    .promise-step__dtitle {
      width: 100%;
      padding: 10px 0;
      margin-bottom: 10px; } }

.promise-step__ddesc {
  padding: 10px 0; }
  @media (max-width: 768.98px) {
    .promise-step__ddesc {
      font-size: 1.6rem;
      padding: 0; } }

.promise-flow__box1 {
  border: 1px solid #85cbbf;
  padding: 25px 20px;
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 768.98px) {
    .promise-flow__box1 {
      padding: 15px 20px; } }
  .promise-flow__box1::after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    content: '';
    border-top: 20px solid #85cbbf;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 10px solid transparent; }
  .promise-flow__box1 .promise-flow__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .promise-flow__box1 .promise-flow__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 2px; }
  .promise-flow__box1 .promise-flow__txt {
    font-size: 1.2rem; }

.promise-flow__box2 {
  border: 1px solid #85cbbf;
  padding: 25px 20px;
  margin-bottom: 25px;
  background: #eaf5f3; }
  @media (max-width: 768.98px) {
    .promise-flow__box2 {
      padding: 15px 20px; } }
  .promise-flow__box2 .promise-flow__ttl {
    font-size: 1.6rem;
    font-weight: bold; }

.promise-flow__box3 {
  border: 1px solid #85cbbf;
  padding: 25px 20px;
  margin-bottom: 0;
  background: #eaf5f3; }
  @media (max-width: 768.98px) {
    .promise-flow__box3 {
      padding: 15px 20px; } }
  .promise-flow__box3 .promise-flow__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 8px; }
  .promise-flow__box3 .promise-flow__txt {
    padding-left: 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

.promise__list2 {
  padding-left: 0; }
  .promise__list2 .promise__box {
    width: 364px;
    border: 2px solid #f4b4d0;
    padding: 20px 20px;
    margin: 0 15px 0 0; }
    @media (max-width: 768.98px) {
      .promise__list2 .promise__box {
        width: 100%;
        padding: 10px 10px;
        margin: 0 0 15px; } }
    .promise__list2 .promise__box:last-child {
      margin-right: 0; }
  .promise__list2 .dtitle {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 3;
    border-bottom: 2px solid #f4b4d0; }
    @media (max-width: 768.98px) {
      .promise__list2 .dtitle {
        width: 100%;
        font-size: 1.8rem; } }
    .promise__list2 .dtitle.line2 {
      line-height: 1.5; }
  @media (max-width: 768.98px) {
    .promise__list2 .ddesc {
      font-size: 1.6rem; } }

.promise__btn__box .txt {
  font-size: 1.6rem; }

@media (max-width: 768.98px) {
  .promise__btn__box .promise__btn__link li {
    margin: 0 0 10px; } }

.promise__btn__box .promise__btn__link a {
  font-size: 1.8rem; }

.promise02_list-group-item {
  padding: 25px !important;
  margin-bottom: 0 !important;
  border: 1px solid #fac570; }
  @media (max-width: 768.98px) {
    .promise02_list-group-item {
      margin-bottom: 20px !important; } }

.promise__item_arrow {
  position: relative; }
  .promise__item_arrow::after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fac570;
    content: "";
    width: 30px;
    position: absolute;
    right: -40px;
    top: 170px; }
    @media (max-width: 768.98px) {
      .promise__item_arrow::after {
        border-top: 20px solid #fac570;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: none;
        width: 20px;
        left: 45%;
        right: 0;
        top: 100%; } }

.promise .list__2clm {
  width: 100%;
  padding-left: 0; }

.promise .list__2clm-item {
  width: 48%;
  margin-right: 4%;
  list-style: none; }

.promise .list__2clm-item:nth-child(even) {
  margin-right: 0; }

.promise .list__2clm-item:first-child {
  margin-bottom: 60px; }

.promise .list__2clm-item:last-child {
  margin-bottom: 0; }

@media (max-width: 768.98px) {
  .promise .list__2clm-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px; }
  .promise .list__2clm-item:first-child {
    margin-bottom: 40px; } }

.promise-bnr {
  padding: 20px;
  margin-top: 50px;
  background: #eee; }
  @media (min-width: 769px) {
    .promise-bnr {
      padding: 60px;
      margin-top: 100px; } }
  .promise-bnr__list {
    padding-left: 0; }
    @media (min-width: 769px) {
      .promise-bnr__list {
        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; } }
  .promise-bnr__item:nth-child(n+2) {
    margin-top: 20px; }
  @media (min-width: 769px) {
    .promise-bnr__item:nth-child(n) {
      width: 47.2%;
      margin-top: 0; }
    .promise-bnr__item:nth-child(n+3) {
      margin-top: 60px; } }
  .promise-bnr__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
    border: solid 2px #000;
    background: #fff;
    color: #222; }
    @media (min-width: 769px) {
      .promise-bnr__link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 15px 0;
        border-width: 3px; } }
    .promise-bnr__link:hover {
      opacity: 1.0;
      color: #fff;
      text-decoration: none; }
    .promise-bnr__link_green {
      border-color: #85cbbf; }
      .promise-bnr__link_green:hover {
        background: #85cbbf; }
    .promise-bnr__link_orange {
      border-color: #fac570; }
      .promise-bnr__link_orange:hover {
        background: #fac570; }
    .promise-bnr__link_pink {
      border-color: #f4b4d0; }
      .promise-bnr__link_pink:hover {
        background: #f4b4d0; }
  .promise-bnr__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5; }
    @media (min-width: 769px) {
      .promise-bnr__txt {
        padding: 0; } }
    .promise-bnr__txt-left {
      border: solid #eee;
      border-width: 0 0 1px; }
      @media (min-width: 769px) {
        .promise-bnr__txt-left {
          width: 44%;
          border-width: 0 1px 0 0; } }
      .promise-bnr__txt-left span {
        margin-bottom: 0.2em; }
      .promise-bnr__txt-left strong {
        font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
        font-size: 2.6rem;
        font-style: italic;
        font-weight: normal; }
      @media (min-width: 769px) {
        .promise-bnr__txt-left img {
          height: 36px; } }
    @media (min-width: 769px) {
      .promise-bnr__txt-right {
        width: 56%;
        font-size: 2.0rem; } }

#english {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6em;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  background: url(/english/images/common_bg_footer.gif) repeat-x bottom; }
  #english .txt-small {
    font-size: 85%; }
  #english a {
    color: #094c26;
    text-decoration: underline; }
  #english #wrap {
    background: url(/english/images/common_bg_header_other.gif) repeat-x top; }
    #english #wrap #container {
      width: 870px;
      margin: 0 auto;
      text-align: left; }
      @media (max-width: 768.98px) {
        #english #wrap #container {
          width: 100%; } }
      #english #wrap #container #header {
        width: inherit;
        height: 110px; }
        #english #wrap #container #header #sitetitle {
          width: 500px;
          height: 80px;
          padding: 20px 0 0 0;
          float: left; }
          @media (max-width: 768.98px) {
            #english #wrap #container #header #sitetitle {
              width: 50%;
              padding: 0 1em; } }
          #english #wrap #container #header #sitetitle h1 {
            position: absolute;
            top: 24px; }
        #english #wrap #container #header #sitenav {
          display: block;
          width: 345px;
          height: 80px;
          padding: 20px 0 0 25px;
          float: right; }
          @media (max-width: 768.98px) {
            #english #wrap #container #header #sitenav {
              width: 50%;
              padding: 20px 1em; } }
          #english #wrap #container #header #sitenav div {
            height: 25px;
            padding: 5px 0 0 10px;
            background: #ebebeb;
            clear: both;
            overflow: hidden; }
          #english #wrap #container #header #sitenav ul {
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden; }
            #english #wrap #container #header #sitenav ul li {
              float: right;
              text-align: right;
              line-height: 0; }
        #english #wrap #container #header #globalnav {
          width: 870px;
          height: 30px;
          clear: both; }
          #english #wrap #container #header #globalnav ul {
            padding: 0;
            width: 876px;
            margin: 0 0 0 -1px;
            list-style: none;
            float: left; }
            #english #wrap #container #header #globalnav ul li {
              padding: 0 0 0 1px;
              position: relative;
              float: left; }
          @media (max-width: 768.98px) {
            #english #wrap #container #header #globalnav {
              width: 100%; }
              #english #wrap #container #header #globalnav ul {
                width: 100%;
                height: auto;
                display: block;
                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;
                margin-bottom: 1em;
                padding: 0 1em;
                background-color: #EBEBEB; }
                #english #wrap #container #header #globalnav ul li {
                  width: 100%;
                  max-width: 256px;
                  margin-bottom: 5px; }
                  #english #wrap #container #header #globalnav ul li:last-child {
                    margin-bottom: 0; }
                  #english #wrap #container #header #globalnav ul li img {
                    width: 100%; } }
      #english #wrap #container #footer {
        width: inherit;
        height: 120px;
        margin: 15px 0 0 0; }
        @media (max-width: 768.98px) {
          #english #wrap #container #footer {
            padding: 0 1em; } }
        #english #wrap #container #footer .nav {
          display: block;
          width: inherit;
          height: 62px;
          padding: 9px 0 3px 0;
          margin: 0 0 15px 0;
          background: url(/english/images/common_footer_border.gif) no-repeat bottom; }
          #english #wrap #container #footer .nav ul {
            padding: 0;
            list-style: none;
            text-align: center;
            line-height: 1.7em; }
            #english #wrap #container #footer .nav ul li {
              padding: 0 0 0 11px;
              margin: 0 6px 0 0;
              display: inline;
              background: url(/english/images/common_footer_nav_line.gif) no-repeat left center; }
              #english #wrap #container #footer .nav ul li.none {
                background: none; }
              #english #wrap #container #footer .nav ul li a {
                font-size: 10px;
                color: #333; }
        #english #wrap #container #footer img {
          vertical-align: top; }
        #english #wrap #container #footer h2 {
          margin: 0;
          padding: 0 0 6px 0;
          float: left; }
        #english #wrap #container #footer p.pagetop {
          text-align: right; }
        #english #wrap #container #footer p.copyright {
          clear: both; }
      #english #wrap #container #include {
        margin: 15px 0 0 0;
        width: inherit; }
        @media (max-width: 768.98px) {
          #english #wrap #container #include {
            padding: 0 1em; } }
        #english #wrap #container #include #content {
          width: 870px;
          overflow: hidden;
          line-height: 1.6em; }
          @media (max-width: 768.98px) {
            #english #wrap #container #include #content {
              width: 100%; } }
          #english #wrap #container #include #content #maincol {
            width: 870px;
            margin: 0 0 -15px 0; }
            @media (max-width: 768.98px) {
              #english #wrap #container #include #content #maincol {
                width: 100%; } }
            #english #wrap #container #include #content #maincol .index {
              width: 870px; }
              @media (max-width: 768.98px) {
                #english #wrap #container #include #content #maincol .index {
                  width: 100%; } }
              #english #wrap #container #include #content #maincol .index .section {
                width: 870px;
                padding: 0 0 15px 0;
                overflow: hidden; }
                @media (max-width: 768.98px) {
                  #english #wrap #container #include #content #maincol .index .section {
                    width: 100%;
                    border: 1px solid #ccc;
                    padding: 0;
                    margin-bottom: 15px; } }
                #english #wrap #container #include #content #maincol .index .section .bg {
                  position: relative;
                  z-index: 0; }
                  @media (max-width: 768.98px) {
                    #english #wrap #container #include #content #maincol .index .section .bg {
                      display: none; } }
                  #english #wrap #container #include #content #maincol .index .section .bg-sp {
                    display: none; }
                    @media (max-width: 768.98px) {
                      #english #wrap #container #include #content #maincol .index .section .bg-sp {
                        text-align: center;
                        display: block;
                        padding: 0 15px 15px;
                        background: url(/english/images/english_index_maincol_bg_sp.jpg) bottom repeat-x; } }
                #english #wrap #container #include #content #maincol .index .section .col {
                  width: 840px;
                  padding: 15px;
                  position: absolute;
                  z-index: 1; }
                  @media (max-width: 768.98px) {
                    #english #wrap #container #include #content #maincol .index .section .col {
                      position: relative;
                      width: 100%;
                      padding-bottom: 0; } }
                  #english #wrap #container #include #content #maincol .index .section .col p {
                    line-height: 1.6em;
                    padding-bottom: 1em; }
                    #english #wrap #container #include #content #maincol .index .section .col p.img {
                      margin: 0 30px 0 0;
                      float: left; }
                      @media (max-width: 768.98px) {
                        #english #wrap #container #include #content #maincol .index .section .col p.img {
                          float: none;
                          text-align: center;
                          margin: 0; } }
                  #english #wrap #container #include #content #maincol .index .section .col div {
                    width: 315px;
                    float: left; }
                    @media (max-width: 768.98px) {
                      #english #wrap #container #include #content #maincol .index .section .col div {
                        float: none;
                        width: 100%; } }
                    #english #wrap #container #include #content #maincol .index .section .col div h2 {
                      margin: 0 0 18px 0; }
            #english #wrap #container #include #content #maincol .industrial {
              width: 870px; }
              @media (max-width: 768.98px) {
                #english #wrap #container #include #content #maincol .industrial {
                  width: 100%; } }
              #english #wrap #container #include #content #maincol .industrial h2 {
                margin: 0 0 15px 0; }
                @media (max-width: 768.98px) {
                  #english #wrap #container #include #content #maincol .industrial h2 {
                    min-width: 560px; } }
              #english #wrap #container #include #content #maincol .industrial .section {
                width: 883px;
                margin: 0 0 0 -13px;
                overflow: hidden; }
                @media (max-width: 768.98px) {
                  #english #wrap #container #include #content #maincol .industrial .section {
                    width: 100%;
                    margin: 0; } }
                #english #wrap #container #include #content #maincol .industrial .section .inc {
                  width: 428px;
                  height: 120px;
                  margin: 0 0 15px 13px;
                  float: left; }
                  @media (max-width: 768.98px) {
                    #english #wrap #container #include #content #maincol .industrial .section .inc {
                      width: 100%;
                      height: auto;
                      background: url(/english/images/english_index_maincol_bg_sp.jpg) bottom repeat-x;
                      padding: 15px;
                      border: 1px solid #ccc;
                      margin: 0 0 15px; } }
                  #english #wrap #container #include #content #maincol .industrial .section .inc .bg {
                    position: relative;
                    z-index: 0; }
                    @media (max-width: 768.98px) {
                      #english #wrap #container #include #content #maincol .industrial .section .inc .bg {
                        display: none; } }
                  #english #wrap #container #include #content #maincol .industrial .section .inc .col {
                    display: block;
                    width: 428px;
                    padding: 15px;
                    position: absolute;
                    z-index: 1; }
                    @media (max-width: 768.98px) {
                      #english #wrap #container #include #content #maincol .industrial .section .inc .col {
                        position: relative;
                        width: 100%;
                        padding: 0; } }
                    #english #wrap #container #include #content #maincol .industrial .section .inc .col p.img {
                      margin-bottom: 0;
                      float: left; }
                      @media (max-width: 768.98px) {
                        #english #wrap #container #include #content #maincol .industrial .section .inc .col p.img {
                          float: none;
                          margin-bottom: 15px;
                          text-align: center; } }
                    #english #wrap #container #include #content #maincol .industrial .section .inc .col div {
                      width: 278px;
                      padding: 0 0 0 15px;
                      float: left; }
                      @media (max-width: 768.98px) {
                        #english #wrap #container #include #content #maincol .industrial .section .inc .col div {
                          width: 100%;
                          padding: 0;
                          float: none; } }
                      #english #wrap #container #include #content #maincol .industrial .section .inc .col div h3 {
                        margin: 0 0 15px 0;
                        line-height: 1.6em; }
                      #english #wrap #container #include #content #maincol .industrial .section .inc .col div ul {
                        width: 264px;
                        margin: 0 0 0 -1px;
                        padding: 0;
                        overflow: hidden;
                        list-style: none; }
                        @media (max-width: 768.98px) {
                          #english #wrap #container #include #content #maincol .industrial .section .inc .col div ul {
                            width: 100%; } }
                        #english #wrap #container #include #content #maincol .industrial .section .inc .col div ul li {
                          line-height: 1.6em;
                          width: 88px;
                          padding: 0 0 5px 1px;
                          float: left; }
                  @media (max-width: 768.98px) {
                    #english #wrap #container #include #content #maincol .industrial .section .inc.inc03 {
                      background: none;
                      border: none;
                      padding: 0;
                      margin-bottom: 0; }
                      #english #wrap #container #include #content #maincol .industrial .section .inc.inc03:last-child {
                        margin-bottom: 15px; } }
                  #english #wrap #container #include #content #maincol .industrial .section .inc.inc03 dl {
                    width: 428px; }
                    @media (max-width: 768.98px) {
                      #english #wrap #container #include #content #maincol .industrial .section .inc.inc03 dl {
                        width: 100%; } }
                    #english #wrap #container #include #content #maincol .industrial .section .inc.inc03 dl dt {
                      width: 105px;
                      padding: 0 0 5px 0;
                      float: left;
                      clear: left; }
                    #english #wrap #container #include #content #maincol .industrial .section .inc.inc03 dl dd {
                      padding: 0 0 5px 105px;
                      margin: 0; }
                #english #wrap #container #include #content #maincol .industrial .section .inc02 {
                  width: 428px;
                  margin: 0 0 0 0;
                  float: right;
                  overflow: hidden; }
                  @media (max-width: 768.98px) {
                    #english #wrap #container #include #content #maincol .industrial .section .inc02 {
                      width: 100%; } }
                  #english #wrap #container #include #content #maincol .industrial .section .inc02 .col {
                    width: 428px;
                    padding: 0 15px 5px 15px;
                    position: static;
                    z-index: 1;
                    float: right; }
                    @media (max-width: 768.98px) {
                      #english #wrap #container #include #content #maincol .industrial .section .inc02 .col {
                        width: 100%;
                        padding: 0; } }
                    #english #wrap #container #include #content #maincol .industrial .section .inc02 .col p {
                      margin-bottom: 15px;
                      text-align: center; }
                #english #wrap #container #include #content #maincol .industrial .section h4 {
                  padding: 5px 30px;
                  margin: 0 0 10px 0;
                  color: #666;
                  font-size: 12px;
                  font-weight: bold;
                  background: #ebebeb;
                  line-height: 1.6em; }
            #english #wrap #container #include #content #maincol .hospital {
              width: 870px; }
              @media (max-width: 768.98px) {
                #english #wrap #container #include #content #maincol .hospital {
                  width: 100%; } }
              #english #wrap #container #include #content #maincol .hospital h2 {
                margin: 0 0 15px 0; }
                @media (max-width: 768.98px) {
                  #english #wrap #container #include #content #maincol .hospital h2 {
                    min-width: 560px; } }
              #english #wrap #container #include #content #maincol .hospital .section {
                width: 883px;
                margin: 0 0 0 -13px;
                overflow: hidden; }
                @media (max-width: 768.98px) {
                  #english #wrap #container #include #content #maincol .hospital .section {
                    width: 100%;
                    margin: 0; } }
                #english #wrap #container #include #content #maincol .hospital .section .inc {
                  width: 441px;
                  height: 195px;
                  padding: 0 0 15px 13px;
                  float: left; }
                  @media (max-width: 768.98px) {
                    #english #wrap #container #include #content #maincol .hospital .section .inc {
                      width: 100%;
                      padding: 15px;
                      border: 1px solid #ccc;
                      margin-bottom: 15px;
                      float: none;
                      height: auto;
                      background: url(/english/images/english_index_maincol_bg_sp.jpg) bottom repeat-x; } }
                  #english #wrap #container #include #content #maincol .hospital .section .inc .bg {
                    position: relative;
                    z-index: 0; }
                    @media (max-width: 768.98px) {
                      #english #wrap #container #include #content #maincol .hospital .section .inc .bg {
                        display: none; } }
                  #english #wrap #container #include #content #maincol .hospital .section .inc .col {
                    display: block;
                    width: 428px;
                    padding: 15px;
                    position: absolute;
                    z-index: 1; }
                    @media (max-width: 768.98px) {
                      #english #wrap #container #include #content #maincol .hospital .section .inc .col {
                        position: relative;
                        width: 100%;
                        padding: 0; } }
                    #english #wrap #container #include #content #maincol .hospital .section .inc .col p.img {
                      margin-bottom: 0;
                      float: left; }
                      @media (max-width: 768.98px) {
                        #english #wrap #container #include #content #maincol .hospital .section .inc .col p.img {
                          float: none;
                          text-align: center;
                          margin-bottom: 15px; } }
                    #english #wrap #container #include #content #maincol .hospital .section .inc .col div {
                      width: 248px;
                      padding: 0 0 0 15px;
                      float: left; }
                      @media (max-width: 768.98px) {
                        #english #wrap #container #include #content #maincol .hospital .section .inc .col div {
                          float: none;
                          width: 100%;
                          padding: 0; } }
                      #english #wrap #container #include #content #maincol .hospital .section .inc .col div h3 {
                        margin: 0 0 8px 0; }
                      #english #wrap #container #include #content #maincol .hospital .section .inc .col div p {
                        line-height: 1.3em; }
                        @media (max-width: 768.98px) {
                          #english #wrap #container #include #content #maincol .hospital .section .inc .col div p img {
                            margin: 15px 0; } }
                        #english #wrap #container #include #content #maincol .hospital .section .inc .col div p img.btn1 {
                          position: absolute;
                          top: 135px;
                          right: 15px;
                          display: block; }
                          @media (max-width: 768.98px) {
                            #english #wrap #container #include #content #maincol .hospital .section .inc .col div p img.btn1 {
                              position: relative;
                              top: auto;
                              right: auto; } }
                        #english #wrap #container #include #content #maincol .hospital .section .inc .col div p img.btn2 {
                          margin: 0 0 7px 0; }
                          @media (max-width: 768.98px) {
                            #english #wrap #container #include #content #maincol .hospital .section .inc .col div p img.btn2 {
                              margin: 7px 0 0 0; } }
                      #english #wrap #container #include #content #maincol .hospital .section .inc .col div ul {
                        width: 264px;
                        margin: 0 0 0 -1px;
                        overflow: hidden;
                        list-style: none; }
                        #english #wrap #container #include #content #maincol .hospital .section .inc .col div ul li {
                          width: 87px;
                          padding: 0 0 5px 1px;
                          float: left; }
            #english #wrap #container #include #content #maincol .company {
              width: 870px;
              margin: 0 0 15px 0; }
              @media (max-width: 768.98px) {
                #english #wrap #container #include #content #maincol .company {
                  width: 100%; } }
              #english #wrap #container #include #content #maincol .company h2 {
                margin: 0 0 15px 0; }
                @media (max-width: 768.98px) {
                  #english #wrap #container #include #content #maincol .company h2 {
                    min-width: 560px; } }
              #english #wrap #container #include #content #maincol .company .section {
                width: 870px;
                overflow: hidden; }
                @media (max-width: 768.98px) {
                  #english #wrap #container #include #content #maincol .company .section {
                    width: 100%; } }
                #english #wrap #container #include #content #maincol .company .section h3 {
                  margin: 0 0 15px 0; }
                  @media (max-width: 768.98px) {
                    #english #wrap #container #include #content #maincol .company .section h3 {
                      min-width: 760px; } }
                #english #wrap #container #include #content #maincol .company .section div h4 {
                  font-size: 14px;
                  margin: 0 0 15px 0;
                  font-weight: bold; }
                #english #wrap #container #include #content #maincol .company .section table.col1 {
                  width: 870px;
                  margin: 15px 0;
                  border-collapse: collapse;
                  background: url(/english/company/images/maincol_border.gif) no-repeat top; }
                  #english #wrap #container #include #content #maincol .company .section table.col1 tr {
                    vertical-align: top; }
                  #english #wrap #container #include #content #maincol .company .section table.col1 th {
                    width: 160px;
                    padding: 10px 0;
                    text-align: left;
                    background: url(/english/company/images/maincol_border.gif) no-repeat bottom;
                    font-weight: normal; }
                    #english #wrap #container #include #content #maincol .company .section table.col1 th span {
                      padding: 0 1em 0 0;
                      font-size: 8px;
                      color: #005b34; }
                  #english #wrap #container #include #content #maincol .company .section table.col1 td {
                    width: 710px;
                    padding: 10px 0;
                    background: url(/english/company/images/maincol_border.gif) no-repeat bottom; }
                #english #wrap #container #include #content #maincol .company .section table.col2 {
                  width: 870px;
                  margin: 15px 0;
                  border-collapse: collapse;
                  background: url(/english/company/images/maincol_border.gif) no-repeat top; }
                  #english #wrap #container #include #content #maincol .company .section table.col2 tr {
                    vertical-align: top; }
                  #english #wrap #container #include #content #maincol .company .section table.col2 th {
                    width: 240px;
                    padding: 10px 0;
                    text-align: left;
                    background: url(/english/company/images/maincol_border.gif) no-repeat bottom;
                    font-weight: normal; }
                    #english #wrap #container #include #content #maincol .company .section table.col2 th span {
                      padding: 0 1em 0 0;
                      font-size: 8px;
                      color: #005b34; }
                  #english #wrap #container #include #content #maincol .company .section table.col2 td {
                    width: 630px;
                    padding: 10px 0;
                    background: url(/english/company/images/maincol_border.gif) no-repeat bottom; }
                @media (max-width: 768.98px) {
                  #english #wrap #container #include #content #maincol .company .section table.col1, #english #wrap #container #include #content #maincol .company .section table.col2 {
                    width: 100%; }
                    #english #wrap #container #include #content #maincol .company .section table.col1 th,
                    #english #wrap #container #include #content #maincol .company .section table.col1 td, #english #wrap #container #include #content #maincol .company .section table.col2 th,
                    #english #wrap #container #include #content #maincol .company .section table.col2 td {
                      display: block;
                      width: 100%; }
                    #english #wrap #container #include #content #maincol .company .section table.col1 th, #english #wrap #container #include #content #maincol .company .section table.col2 th {
                      background: none;
                      padding-bottom: 0; }
                    #english #wrap #container #include #content #maincol .company .section table.col1 td, #english #wrap #container #include #content #maincol .company .section table.col2 td {
                      padding-top: 5px; } }

/* header */
.hdr-en {
  width: 100%;
  background: #094c26;
  position: fixed;
  z-index: 100;
  border-bottom: 1px solid #fff;
  height: 80px; }
  @media (max-width: 768.98px) {
    .hdr-en {
      height: auto; } }
  .hdr-en__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    height: 80px; }
    @media (max-width: 768.98px) {
      .hdr-en__inner {
        width: 94%;
        margin: 0 3%;
        padding: 10px 0 80px;
        height: auto; } }
  .hdr-en__logo {
    width: 110px;
    margin-bottom: 0;
    padding: 0;
    line-height: 1; }
    @media (max-width: 768.98px) {
      .hdr-en__logo {
        margin-bottom: 20px; } }
  @media (max-width: 768.98px) {
    .hdr-en__navi {
      width: 94%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin: 0 3%; } }
  .hdr-en__navilist {
    padding-left: 0; }
    @media (max-width: 768.98px) {
      .hdr-en__navilist {
        width: 100%;
        margin: 0 auto; } }
  .hdr-en__naviitem {
    list-style: none;
    margin-right: 20px;
    border-right: 1px dotted #fff;
    padding-right: 20px; }
    .hdr-en__naviitem:last-child {
      margin-right: 0;
      padding-left: 0;
      border-right: none; }
    @media (max-width: 768.98px) {
      .hdr-en__naviitem {
        width: 33%;
        text-align: center;
        margin-right: 0;
        padding-right: 0; } }
  .hdr-en__link {
    color: #fff; }
    .hdr-en__link:hover {
      color: #fff;
      opacity: .6;
      text-decoration: none; }
    @media (max-width: 768.98px) {
      .hdr-en__link {
        width: 100%;
        display: block; } }

.info__title_en {
  background: none; }

@media (max-width: 768.98px) {
  .en #contents {
    padding-top: 100px; } }

/* top */
.top-en .hdr-en {
  background: none;
  border-bottom: none; }
  @media (max-width: 768.98px) {
    .top-en .hdr-en {
      margin: 0 auto; } }

.top-en #bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 110%;
  height: auto;
  z-index: -100;
  background: #000;
  background-size: cover; }

.top-en .footer {
  position: fixed;
  bottom: 0;
  z-index: 100; }
  .top-en .footer__under-inner {
    padding: 20px 0; }

/* main */
#hospital {
  margin-top: -140px;
  padding-top: 140px; }

#dental {
  margin-top: -140px;
  padding-top: 140px; }

#industrial {
  margin-top: -140px;
  padding-top: 140px; }

.info-en__title {
  width: 100%;
  padding: 10px 0 10px 30px;
  background: #5974ab;
  color: #fff;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1; }

.info-en__title2 {
  color: #094c26;
  margin-left: 30px;
  font-size: 2.6rem;
  font-weight: normal;
  margin-bottom: 30px; }
  @media (max-width: 768.98px) {
    .info-en__title2 {
      margin-left: 0; } }

.small-en {
  font-size: 1.6rem; }

#outline {
  padding-top: 140px;
  margin-top: -140px;
  margin-bottom: 80px; }

#board {
  padding-top: 140px;
  margin-top: -140px;
  margin-bottom: 80px; }

#sales {
  padding-top: 140px;
  margin-top: -140px; }

.outline-en {
  border-top: 1px solid #ccc; }
  .outline-en__item {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc; }
    .outline-en__item:last-child {
      margin-bottom: 0; }
  .outline-en__cap {
    width: 270px;
    margin-left: 30px; }
    @media (max-width: 768.98px) {
      .outline-en__cap {
        width: 100%;
        margin-left: 0; } }
  .outline-en__link {
    color: #094c26;
    text-decoration: underline; }
    .outline-en__link:hover {
      color: #094c26; }

.img-en {
  padding: 0 30px;
  margin-bottom: 80px; }
  @media (max-width: 768.98px) {
    .img-en {
      padding: 0;
      margin-bottom: 60px; } }

.business-en {
  margin-bottom: 80px; }
  @media (max-width: 768.98px) {
    .business-en {
      margin-bottom: 60px; } }
  .business-en__inner {
    width: 1200px;
    height: 300px;
    position: relative; }
    @media (max-width: 768.98px) {
      .business-en__inner {
        width: 100%;
        height: auto;
        position: static; } }
  .business-en__img {
    position: absolute;
    display: block;
    z-index: -2; }
    @media (max-width: 768.98px) {
      .business-en__img {
        position: static;
        z-index: 1; } }
    .business-en__img_r {
      bottom: 0;
      right: 0; }
    .business-en__img_l {
      bottom: 0;
      left: 0; }
  .business-en__movie {
    width: 660px;
    position: absolute;
    bottom: -240px;
    right: 0; }
    @media (max-width: 768.98px) {
      .business-en__movie {
        width: 100%;
        position: static;
        margin-bottom: 40px; } }
    .business-en__movie .movie-item {
      width: 315px;
      margin-right: 30px; }
      @media (max-width: 768.98px) {
        .business-en__movie .movie-item {
          width: 100%;
          margin-bottom: 20px; } }
      .business-en__movie .movie-item:last-child {
        margin-right: 0; }
        @media (max-width: 768.98px) {
          .business-en__movie .movie-item:last-child {
            margin-bottom: 0; } }
  .business-en__txtbox {
    width: 500px;
    background: rgba(89, 116, 171, 0.8);
    padding: 40px 30px;
    position: absolute;
    z-index: -1; }
    @media (max-width: 768.98px) {
      .business-en__txtbox {
        width: 100%;
        background: #5974ab;
        padding: 20px 2%;
        z-index: 1;
        position: static;
        margin-bottom: 30px; } }
    .business-en__txtbox_r {
      bottom: -40px;
      right: 0; }
    .business-en__txtbox_l {
      bottom: -40px;
      left: 0; }
    .business-en__txtbox_l2 {
      top: 80px;
      left: 0; }
  .business-en__tit {
    font-size: 2.8rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px; }
    @media (max-width: 768.98px) {
      .business-en__tit {
        margin-bottom: 10px; } }
  .business-en__txt {
    font-size: 1.4rem;
    color: #fff; }
  .business-en__list {
    padding-top: 80px;
    padding-left: 0; }
    @media (max-width: 768.98px) {
      .business-en__list {
        padding: 0; } }
    .business-en__list_mt {
      margin-top: 220px; }
      @media (max-width: 768.98px) {
        .business-en__list_mt {
          margin-top: 0; } }
  .business-en__item {
    list-style: none;
    width: 224px;
    margin-bottom: 20px; }
    @media (max-width: 768.98px) {
      .business-en__item {
        width: 48%; } }

.injection-box {
  background-image: url("/en/business/img/img-injection-01.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 60px;
  margin-bottom: 60px; }
  @media (max-width: 768.98px) {
    .injection-box {
      background-image: none;
      padding: 0;
      margin: 0 0 60px; } }
  .injection-box:last-child {
    background-image: url("/en/business/img/img-injection-02.png"); }
    @media (max-width: 768.98px) {
      .injection-box:last-child {
        background-image: none; } }
  .injection-box__tit {
    color: #094c26;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1; }
    .injection-box__tit::before {
      content: '■';
      margin-right: 10px; }
  .injection-box__cap {
    font-size: 2.2rem;
    color: #222;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1; }
  .injection-box__txt {
    width: 560px;
    font-size: 1.4rem; }
    @media (max-width: 768.98px) {
      .injection-box__txt {
        width: 100%; } }

.sitemap-en .h3__style01 {
  font-size: 2.2rem;
  width: 96%;
  margin-right: 4%; }

/* footer */
@media (max-width: 768.98px) {
  .ftr-en__navi {
    margin-bottom: 15px; } }

.ftr-en__naviitem {
  list-style: none;
  margin-right: 20px;
  border-right: 1px dotted #fff;
  padding-right: 20px; }
  .ftr-en__naviitem:last-child {
    margin-right: 0;
    padding-left: 0;
    border-right: none; }
  @media (max-width: 768.98px) {
    .ftr-en__naviitem {
      width: 50%;
      text-align: center; } }

.ftr-en__link {
  color: #fff; }
  .ftr-en__link:hover {
    color: #fff;
    opacity: .6;
    text-decoration: none; }
  @media (max-width: 768.98px) {
    .ftr-en__link {
      width: 100%;
      display: block;
      margin: 0 auto; } }

@media (max-width: 768.98px) {
  .breadcrumb__inner-en {
    padding: 80px 0 0; } }

.btn-en {
  width: 480px;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .btn-en {
      width: 100%; } }
  .btn-en__link {
    width: 100%;
    background: #094c26;
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 2.4rem;
    text-decoration: none;
    font-weight: normal; }
    .btn-en__link:hover {
      text-decoration: none;
      color: #fff; }

.history-en .history-block {
  padding-top: 90px;
  margin-top: -90px; }

.ttl-en {
  width: 100%;
  height: calc(100vh - 80px);
  background: url("/en/company/img/bg-ttl.jpg") no-repeat center center/cover;
  padding: 40px 0 0;
  margin-top: -50px;
  margin-bottom: 60px;
  position: relative; }
  @media (max-width: 768.98px) {
    .ttl-en {
      margin-top: 40px;
      background: url("/en/company/img/bg-ttl.jpg") no-repeat left center/cover; } }
  .ttl-en_business {
    background: url("/en/business/img/bg-ttl.jpg") no-repeat center center/cover; }
    .ttl-en_business .h2__style01 {
      color: #fff; }
  .ttl-en__inner {
    width: 1200px;
    margin: 0 auto; }
    @media (max-width: 768.98px) {
      .ttl-en__inner {
        width: 94%;
        margin: 0 3%; } }
  .ttl-en .h2__style01 {
    line-height: 1; }
  .ttl-en .tab-en {
    width: 1200px;
    padding: 0;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 auto; }
    @media (max-width: 768.98px) {
      .ttl-en .tab-en {
        width: 80%; } }
    .ttl-en .tab-en__item {
      width: 374px;
      list-style: none;
      background: #eee;
      display: inline-block;
      border-radius: 20px; }
      @media (max-width: 768.98px) {
        .ttl-en .tab-en__item {
          width: 100%;
          margin: 0 auto 20px; } }
      @media (max-width: 768.98px) {
        .ttl-en .tab-en__item:last-child {
          margin-bottom: 0; } }
    .ttl-en .tab-en__link {
      width: 100%;
      text-align: center;
      padding: 15px 0;
      display: block;
      font-size: 1.8rem;
      color: #222;
      border-radius: 20px;
      border: 1px solid #094c26;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 768.98px) {
        .ttl-en .tab-en__link {
          font-size: 1.4rem;
          padding: 10px 0; } }
      .ttl-en .tab-en__link:hover {
        opacity: 1;
        text-decoration: none;
        color: #fff;
        background: #094c26;
        border-color: #094c26; }
      .ttl-en .tab-en__link::before {
        content: '\f107';
        top: 8px;
        margin-top: 0;
        font-size: 1.8rem;
        color: #094c26;
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        margin-right: 5px; }
    .ttl-en .tab-en .tab-en__link:hover::before {
      color: #fff; }

.mv-en {
  margin-top: -50px; }
  @media (max-width: 768.98px) {
    .mv-en {
      margin-top: 40px; } }

.library-box {
  margin-bottom: 60px; }
  .library-box__2clm {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .library-box__2clm .dental {
      width: 22%; }
      @media (max-width: 768.98px) {
        .library-box__2clm .dental {
          width: 48%; } }
    .library-box__2clm .industrial {
      width: 22%;
      margin-right: 4%; }
      @media (max-width: 768.98px) {
        .library-box__2clm .industrial {
          width: 48%; } }
    .library-box__2clm .library-list__item {
      width: 100%;
      margin-right: 0; }

.library-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0; }
  .library-list__item {
    list-style: none;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 30px; }
    @media (max-width: 768.98px) {
      .library-list__item {
        width: 48%;
        margin-right: 4%; } }
    .library-list__item:nth-child(4n) {
      margin-right: 0; }
    @media (max-width: 768.98px) {
      .library-list__item:nth-child(2n) {
        margin-right: 0; } }
    .library-list__item:nth-last-child(-n+2) {
      margin-bottom: 0; }
    .library-list__item a {
      color: #000; }
      .library-list__item a img {
        margin-bottom: 10px;
        border: 1px solid #ddd;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
    .library-list__item a:hover {
      text-decoration: none; }

.news__main {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .news__main {
      width: 94%;
      margin: 0 3%; } }

.news__box {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px; }

.news__link {
  color: #222;
  padding-right: 15px;
  padding-top: 10px;
  position: relative; }
  .news__link::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    right: 0; }
  .news__link:hover {
    text-decoration: none;
    opacity: 1;
    color: #094c26; }

.news__info {
  margin-bottom: 60px; }
  @media (max-width: 768.98px) {
    .news__info {
      padding-top: 15px;
      margin-bottom: 40px; } }

.news__infobox {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc; }
  @media (max-width: 768.98px) {
    .news__infobox {
      width: 100%;
      padding-bottom: 15px;
      margin: 0 auto 15px; } }
  .news__infobox:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
    @media (max-width: 768.98px) {
      .news__infobox:last-child {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #ccc; } }

.news__day {
  padding-right: 30px;
  font-weight: normal; }
  @media (max-width: 768.98px) {
    .news__day {
      font-size: 1.6rem; } }

@media (max-width: 768.98px) {
  .news__text {
    font-size: 1.6rem; } }

.news__link-info {
  color: #222;
  text-decoration: underline; }
  .news__link-info + a {
    color: #222 !important;
    text-decoration: underline; }
  .news__link-info + a:hover {
    opacity: 1;
    color: #094c26; }
  .news__link-info:hover {
    opacity: 1;
    color: #094c26; }
  .news__link-info[target="_blank"]::after {
    content: none; }

.news .topic01 {
  margin-bottom: 60px; }
  .news .topic01__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news .topic01__list, .news .topic01__item {
    list-style: none;
    padding-left: 0; }
  .news .topic01__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .news .topic01__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #ccc solid; }
    .news .topic01__item:last-child {
      margin-bottom: 0; }
  .news .topic01__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #000;
    text-decoration: none; }
  .news .topic01__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 1em;
    width: 9em; }
  .news .topic01__category {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: .2em .5em;
    margin-right: 1em;
    width: 12em;
    text-align: center;
    background-color: #f0f0f0;
    font-size: 80%;
    color: #fff; }
    .news .topic01__category.cate01 {
      background-color: #900; }
    .news .topic01__category.cate02 {
      background-color: #000; }
    .news .topic01__category.cate03 {
      background-color: #203299; }
  .news .topic01__new {
    display: inline-block;
    margin-left: .4em;
    padding: 0.1em .5em;
    border: 1px red solid;
    color: red;
    font-size: 1rem;
    font-style: normal; }
  .news .topic01__ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-decoration: underline; }
  .news .topic01__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14em;
    margin-left: 2em; }
    .news .topic01__nav a::after {
      content: '\f103';
      font-weight: 900;
      font-family: "Font Awesome 5 Free"; }
  @media (max-width: 768.98px) {
    .news .topic01 {
      margin-left: auto;
      margin-right: auto;
      width: 94%; }
      .news .topic01__inner {
        display: block; }
      .news .topic01__list {
        margin-bottom: 20px; }
      .news .topic01__link {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .news .topic01__ttl {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%; }
      .news .topic01__nav {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%; } }

.newsdetail {
  width: 1200px;
  margin: 0 auto 200px; }
  @media (max-width: 768.98px) {
    .newsdetail {
      width: 94%;
      margin: -80px 3% 160px;
      padding-top: 80px; } }
  .newsdetail__head {
    margin: -100px auto 0;
    padding: 100px 0 0; }
  .newsdetail__item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #666; }
    .newsdetail__item .topic01__category {
      margin-left: 1em;
      padding: 0 1em; }
    .newsdetail__item:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .newsdetail__textbox {
    width: 50%; }
    @media (max-width: 768.98px) {
      .newsdetail__textbox {
        width: 100%; } }
  @media (max-width: 768.98px) {
    .newsdetail__about {
      margin-bottom: 40px; } }
  .newsdetail__link {
    color: #094c26;
    position: relative;
    padding-right: 20px; }
    .newsdetail__link:hover {
      color: #094c26;
      text-decoration: none; }
    .newsdetail__link::after {
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      font-weight: 900;
      position: absolute;
      right: 0; }
  .newsdetail__textlink {
    position: relative;
    text-decoration: underline; }
    .newsdetail__textlink:hover {
      text-decoration: none; }
    .newsdetail__textlink[target='_blank']::after {
      content: none; }
    .newsdetail__textlink_pdf[target='_blank']::after {
      content: '\f1c1';
      top: 0;
      margin-top: 0;
      font-size: 1.8rem;
      color: #ae1f24;
      font-family: 'Font Awesome 5 Free';
      font-weight: bold;
      margin-left: 5px;
      display: inline-block; }
  .newsdetail__img {
    width: 45%; }
    .newsdetail__img .slick-slide img {
      width: 100% !important; }
    .newsdetail__img .example-slider_thumb .slick-slide {
      width: 23.5% !important;
      margin-right: 2%;
      margin-bottom: 1em; }
      .newsdetail__img .example-slider_thumb .slick-slide:nth-of-type(4n) {
        margin-right: 0; }
    @media (max-width: 768.98px) {
      .newsdetail__img {
        width: 100%; } }
  .newsdetail__figure {
    width: 100%;
    margin-bottom: 40px; }
    .newsdetail__figure img {
      width: 100%; }
    .newsdetail__figure:last-child {
      margin-bottom: 0; }
    @media (max-width: 768.98px) {
      .newsdetail__figure img {
        width: 100%; } }
  .newsdetail__cap {
    text-align: right;
    font-size: 1.4rem;
    color: #222; }
    @media (max-width: 768.98px) {
      .newsdetail__cap {
        width: 100%; } }
  .newsdetail-h3 {
    font-size: 1.8rem;
    margin-bottom: 2em;
    color: #094c26; }

.exhibition__main {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .exhibition__main {
      width: 94%;
      margin: 0 3%; } }

.exhibition__box {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px; }

.exhibition__link {
  color: #222;
  padding-right: 15px;
  padding-top: 10px; }
  .exhibition__link_arrow {
    position: relative; }
    .exhibition__link_arrow::after {
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      font-weight: 900;
      position: absolute;
      right: 0; }
  .exhibition__link:hover {
    text-decoration: none;
    opacity: 1;
    color: #094c26; }
  .exhibition__link:not(.exhibition__link_arrow) {
    display: block;
    position: static; }
    .exhibition__link:not(.exhibition__link_arrow)::before, .exhibition__link:not(.exhibition__link_arrow)::after {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      z-index: 0; }
    .exhibition__link:not(.exhibition__link_arrow)::before {
      background: #fff;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      z-index: -1; }
    .exhibition__link:not(.exhibition__link_arrow)::after {
      z-index: 5; }
    .exhibition__link:not(.exhibition__link_arrow):hover::before {
      -webkit-animation: hoverStart 0.6s cubic-bezier(0.57, 0.43, 0.2, 0.9) forwards;
              animation: hoverStart 0.6s cubic-bezier(0.57, 0.43, 0.2, 0.9) forwards; }

.exhibition__info {
  margin-bottom: 60px; }
  @media (max-width: 768.98px) {
    .exhibition__info {
      padding-top: 15px;
      margin-bottom: 40px; } }

@media (max-width: 768.98px) {
  .exhibition .infobox {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc; }
    .exhibition .infobox:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; } }

.exhibition .infobox__cap {
  width: 50px;
  font-weight: normal; }
  @media (max-width: 768.98px) {
    .exhibition .infobox__cap {
      font-weight: bold; } }

.exhibition .exhibition-item {
  margin-bottom: 40px; }
  @media (max-width: 1023.98px) {
    .exhibition .exhibition-item {
      width: 94%;
      margin: 0 3% 20px; } }
  .exhibition .exhibition-item:last-child {
    margin-bottom: 0; }
    @media (max-width: 1023.98px) {
      .exhibition .exhibition-item:last-child {
        margin: 0; } }
  .exhibition .exhibition-item__inner {
    padding: 15px 30px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    background: none !important; }
    .exhibition .exhibition-item__inner::before {
      width: 100%;
      height: 100%;
      background: #f0f0f0;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      z-index: -2; }
    @media (max-width: 1023.98px) {
      .exhibition .exhibition-item__inner {
        padding: 20px 0;
        margin-bottom: 0;
        width: 100%; } }
  .exhibition .exhibition-item__main {
    width: 860px; }
    @media (max-width: 1023.98px) {
      .exhibition .exhibition-item__main {
        width: 67%;
        margin: 0 2% 0 3%; } }
  .exhibition .exhibition-item__image {
    width: 100px;
    position: relative;
    z-index: 3; }
    @media (max-width: 1023.98px) {
      .exhibition .exhibition-item__image {
        width: 25%;
        margin-right: 3%; } }
    .exhibition .exhibition-item__image img {
      width: 100%; }
  .exhibition .exhibition-item__title {
    font-size: 1.8rem;
    color: #222;
    margin-bottom: 5px; }
    @media (max-width: 1023.98px) {
      .exhibition .exhibition-item__title {
        font-size: 1.6rem;
        margin-bottom: 10px; } }
  .exhibition .exhibition-item__textarea {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 3; }
    @media (max-width: 1023.98px) {
      .exhibition .exhibition-item__textarea {
        display: block; } }
  .exhibition .exhibition-item__box {
    margin-right: 60px;
    width: 40%; }
    @media (max-width: 1023.98px) {
      .exhibition .exhibition-item__box {
        margin-right: 0;
        width: 100%; } }
    .exhibition .exhibition-item__box:nth-child(2) {
      width: 60%; }
      @media (max-width: 1023.98px) {
        .exhibition .exhibition-item__box:nth-child(2) {
          width: 100%; } }
    .exhibition .exhibition-item__box_border {
      border-bottom: 1px solid #ccc;
      margin-bottom: 15px;
      padding-bottom: 15px; }
  .exhibition .exhibition-item__cap {
    width: 60px; }

@-webkit-keyframes hoverStart {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  45%,
  55% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes hoverStart {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  45%,
  55% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.sitemap__main {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .sitemap__main {
      width: 94%;
      margin: 0 3%; } }

.sitemap__link {
  color: #222; }
  .sitemap__link:hover {
    opacity: 1;
    color: #094c26;
    text-decoration: none; }
  .sitemap__link_mb {
    margin-bottom: 10px;
    display: inline-block; }

.sitemap-list {
  width: 100%;
  padding-left: 0;
  list-style: none; }
  .sitemap-list__item {
    padding-left: 0;
    list-style: none; }
    .sitemap-list__item::before {
      content: '┗';
      color: #ccc;
      margin-right: 0.5rem; }
    @media (max-width: 768.98px) {
      .sitemap-list__item {
        margin-bottom: 40px; } }

.sitemap__item {
  padding-left: 0;
  list-style: none;
  padding-right: 30px;
  margin-bottom: 60px; }
  @media (max-width: 768.98px) {
    .sitemap__item {
      padding-right: 0; } }
  .sitemap__item:nth-child(3), .sitemap__item:nth-child(7) {
    padding-right: 0; }
  @media (max-width: 768.98px) {
    .sitemap__item:last-child {
      margin-bottom: 0; } }

.privacy__main {
  width: 100%; }
  @media (max-width: 768.98px) {
    .privacy__main {
      width: 94%;
      margin: 0 3%; } }

.privacy__inner {
  width: 1200px;
  margin: 0 auto 60px; }
  @media (max-width: 768.98px) {
    .privacy__inner {
      width: 100%; } }

.example-top__main {
  width: 100%; }
  @media (max-width: 768.98px) {
    .example-top__main {
      width: 94%;
      margin: 0 3%; } }

.example-top__inner {
  width: 1200px;
  margin: 0 auto 60px; }
  @media (max-width: 768.98px) {
    .example-top__inner {
      width: 100%; } }

.example-bnr {
  width: 100%;
  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) {
    .example-bnr {
      -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; } }
  .example-bnr__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    position: relative;
    color: inherit;
    letter-spacing: 0;
    text-align: center;
    height: 300px; }
    @media (max-width: 768.98px) {
      .example-bnr__item {
        width: 100%;
        margin-top: 20px;
        height: 100%;
        min-height: 200px; } }
    .example-bnr__item:hover {
      opacity: .6; }
  .example-bnr__item01 {
    background: url(/example/img/btn-contact.png) no-repeat center center;
    background-size: cover;
    position: relative; }
    @media (max-width: 768.98px) {
      .example-bnr__item01 {
        background-size: none; } }
  .example-bnr__item02 {
    background: url(/example/img/btn-access.png) no-repeat center center;
    background-size: cover;
    position: relative; }
    @media (max-width: 768.98px) {
      .example-bnr__item02 {
        background-size: none; } }
  .example-bnr__txtbox {
    width: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .example-bnr__cap {
    font-size: 2.4rem;
    text-shadow: #fff 0 0 25px, #fff 0 0 25px, #fff 0 0 50px, #fff 0 0 50px, #fff 0 0 50px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px; }
    @media (max-width: 768.98px) {
      .example-bnr__cap {
        font-size: 2rem; } }
  .example-bnr__txt {
    font-size: 1.6rem;
    text-shadow: #fff 0 0 25px, #fff 0 0 25px, #fff 0 0 50px, #fff 0 0 50px, #fff 0 0 50px;
    color: #000;
    font-weight: bold; }
    @media (max-width: 768.98px) {
      .example-bnr__txt {
        font-size: 1.4rem; } }

.example-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 1200px;
  border-bottom: 20px solid #094c26; }
  @media (max-width: 768.98px) {
    .example-link {
      min-width: 0;
      border-bottom: none; } }
  .example-link__item {
    display: block;
    width: calc(100% / 3);
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 1.6rem; }
    @media (max-width: 768.98px) {
      .example-link__item {
        width: 100%;
        font-size: inherit;
        margin-bottom: 20px; } }
    .example-link__item:hover {
      opacity: 1;
      color: #fff; }
  .example-link__img {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
    .example-link__item:hover .example-link__img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .example-link__txt {
    width: 100%;
    padding: 1em;
    position: absolute;
    bottom: 0;
    left: 0; }

.example-detail__block {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #263740; }
  @media (max-width: 768.98px) {
    .example-detail__block {
      padding: 60px 3.2%;
      margin-left: -3.2%;
      margin-right: -3.2%; } }

.example-detail__txt {
  width: 100%;
  max-width: 360px;
  color: #fff; }
  @media (max-width: 768.98px) {
    .example-detail__txt {
      max-width: none; } }

.example-detail__ttl {
  padding-bottom: 0.5em;
  border-bottom: solid 1px currentColor;
  font-size: 2.4rem; }
  @media (max-width: 768.98px) {
    .example-detail__ttl {
      font-size: 2.2rem; } }

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

.example-detail__list-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: normal; }
  .example-detail__list-left::after {
    content: "："; }

.example-detail__gallery {
  width: 100%;
  max-width: 780px; }
  @media (max-width: 768.98px) {
    .example-detail__gallery {
      margin-top: 40px; } }

.example-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }
  .example-slider-arrows__item {
    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: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 50%;
    background: #e1433e;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #fff; }
    .example-slider-arrows__item:hover {
      opacity: 0.6; }

.example-slider_thumb {
  margin-top: 20px; }
  @media (max-width: 768.98px) {
    .example-slider_thumb {
      margin-top: 10px; } }
  .example-slider_thumb .slick-list {
    overflow: visible; }
  .example-slider_thumb .draggable > div {
    width: auto !important;
    -webkit-transform: none !important;
            transform: none !important; }
  .example-slider_thumb .slick-slide {
    width: 11% !important;
    margin-right: 1.71%;
    cursor: pointer;
    position: relative;
    outline: none; }
    @media (max-width: 768.98px) {
      .example-slider_thumb .slick-slide {
        width: 23% !important;
        margin-right: 2.6%; }
        .example-slider_thumb .slick-slide:nth-child(4n) {
          margin-right: 0; }
        .example-slider_thumb .slick-slide:nth-child(n+5) {
          margin-top: 2.6%; } }
    .example-slider_thumb .slick-slide::before {
      width: 100%;
      height: 100%;
      border: solid 0 #e1433e;
      -webkit-transition: .2s;
      transition: .2s;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      z-index: 10; }
    .example-slider_thumb .slick-slide:last-child {
      margin-right: 0; }
    .example-slider_thumb .slick-slide img {
      width: 100%; }
  .example-slider_thumb .slick-slide:hover::before,
  .example-slider_thumb .slick-current::before {
    border-width: 2px; }

.tac #contents {
  padding-top: 80px;
  margin-bottom: 60px; }
  .tac #contents .tac__breadcrumb {
    margin: 10px 0; }

.tac .kv {
  width: 100%;
  background: #f2f2f2;
  margin-bottom: 0; }
  .tac .kv__inner {
    width: 1200px;
    margin: 0 auto;
    background: url("/products/landing/img/img_mv_item.png") no-repeat right bottom; }
    @media (max-width: 768.98px) {
      .tac .kv__inner {
        width: 100%;
        background: url("/products/landing/img/img_mv_item.png") no-repeat center bottom;
        background-size: 80%;
        padding: 0 0 200px 0; } }
  .tac .kv__textbox {
    padding: 50px 0;
    width: 45%; }
    @media (max-width: 768.98px) {
      .tac .kv__textbox {
        width: 94%;
        margin: 0 3%;
        padding: 20px 0 0; } }
  .tac .kv__title {
    color: #fff;
    font-size: 4rem;
    font-weight: normal;
    background: linear-gradient(89.79322deg, #094c26 6.14047%, #094c25 6.14047%, #7b821d 99.18215%);
    padding: 10px 10px 20px 10px;
    line-height: 5rem; }
    @media (max-width: 768.98px) {
      .tac .kv__title {
        font-size: 3rem;
        margin-bottom: 20px; } }
    .tac .kv__title_02 {
      padding-bottom: 20px; }
    .tac .kv__title_point {
      color: #ffe566; }
      .tac .kv__title_point2 {
        color: #ffe566;
        border-bottom: 1px solid #ffe566; }
  .tac .kv__list {
    background: #fff;
    padding: 20px;
    width: 100%; }
    .tac .kv__list li {
      width: 48%;
      list-style: none;
      display: inline-block;
      margin-bottom: 5px; }
  .tac .kv__item {
    color: #094c26; }
    .tac .kv__item::before {
      content: '■';
      color: #ccc; }

.tac .power-text {
  width: 100%;
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
  background: #094c26;
  padding: 10px 0;
  color: #fff;
  margin-bottom: 40px; }
  @media (max-width: 768.98px) {
    .tac .power-text {
      font-size: 2.4rem; } }
  .tac .power-text__big {
    font-size: 4rem;
    font-weight: bold;
    color: #fff; }
    @media (max-width: 768.98px) {
      .tac .power-text__big {
        font-size: 3.4rem; } }

.tac .tac-tab {
  width: 1200px;
  margin: 0 auto 60px; }
  @media (max-width: 768.98px) {
    .tac .tac-tab {
      width: 94%;
      margin: 0 3% 40px; } }
  .tac .tac-tab__list {
    padding-left: 0; }
  .tac .tac-tab__item {
    width: 285px;
    list-style: none; }
    @media (max-width: 768.98px) {
      .tac .tac-tab__item {
        width: 48%;
        text-align: center; } }
  .tac .tac-tab__link {
    width: 285px;
    display: block;
    border: 1px solid #094c26;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #094c26;
    text-decoration: none;
    font-size: 1.8rem;
    padding-left: 30px;
    height: 80px;
    position: relative; }
    @media (max-width: 768.98px) {
      .tac .tac-tab__link {
        width: 100%;
        font-size: 1.6rem;
        height: auto;
        padding-left: 0;
        height: 100px;
        text-align: center;
        margin-bottom: 20px; } }
    .tac .tac-tab__link::after {
      font-family: "Font Awesome 5 Free";
      content: "\f107";
      font-weight: 900;
      position: absolute;
      right: 20px; }
      @media (max-width: 768.98px) {
        .tac .tac-tab__link::after {
          right: 0;
          left: 0;
          bottom: 0;
          margin: auto;
          display: block; } }
    @media (max-width: 768.98px) {
      .tac .tac-tab__link_inner {
        width: 100%;
        text-align: center; } }
  .tac .tac-tab__link:hover {
    color: #fff;
    background: #094c26;
    opacity: 1; }

.tacnews {
  width: 1200px;
  margin: 0 auto 200px; }
  @media (max-width: 768.98px) {
    .tacnews {
      width: 94%;
      margin: -80px 3% 160px;
      padding-top: 80px; } }
  .tacnews__head {
    margin: -100px auto 0;
    padding: 100px 0 0; }
  .tacnews__item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #666; }
    .tacnews__item:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .tacnews__textbox {
    width: 800px; }
    @media (max-width: 768.98px) {
      .tacnews__textbox {
        width: 100%; } }
  @media (max-width: 768.98px) {
    .tacnews__about {
      margin-bottom: 40px; } }
  .tacnews__link {
    color: #094c26;
    position: relative;
    padding-right: 20px; }
    .tacnews__link:hover {
      color: #094c26;
      text-decoration: none; }
    .tacnews__link::after {
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      font-weight: 900;
      position: absolute;
      right: 0; }
  .tacnews__textlink {
    color: #094c26;
    position: relative; }
    .tacnews__textlink:hover {
      color: #094c26;
      text-decoration: none; }
    .tacnews__textlink[target='_blank']::after {
      content: none; }
    .tacnews__textlink_pdf[target='_blank']::after {
      content: '\f1c1';
      top: 0;
      margin-top: 0;
      font-size: 1.8rem;
      color: #094c26;
      font-family: 'Font Awesome 5 Free';
      font-weight: bold;
      margin-left: 5px;
      display: inline-block; }
  .tacnews figure img {
    width: 360px; }
    @media (max-width: 768.98px) {
      .tacnews figure img {
        width: 100%; } }
  .tacnews figcaption {
    text-align: right;
    font-size: 1.4rem;
    color: #222; }
    @media (max-width: 768.98px) {
      .tacnews figcaption {
        width: 100%; } }

.tac-h2 {
  font-size: 3.2rem;
  color: #094c26;
  border-left: 5px solid #094c26;
  padding-left: 15px;
  margin-bottom: 40px; }

.tac-h3 {
  font-size: 1.8rem;
  color: #094c26; }
  .tac-h3::before {
    content: '～';
    color: #094c26; }
  .tac-h3::after {
    content: '～';
    color: #094c26; }

.tacmovie {
  width: 100%;
  background: #eee;
  margin: 0 auto 80px; }
  @media (max-width: 768.98px) {
    .tacmovie {
      margin: 0 auto 60px; } }
  .tacmovie__inner {
    width: 1200px;
    margin: -80px auto 0;
    padding: 80px 0 100px; }
    @media (max-width: 768.98px) {
      .tacmovie__inner {
        width: 94%;
        margin: -80px 3% 80px;
        padding-top: 80px; } }
  .tacmovie__list {
    padding-left: 0;
    margin-bottom: 60px; }
    @media (max-width: 768.98px) {
      .tacmovie__list {
        margin-bottom: 40px; } }
  .tacmovie__item {
    width: 580px;
    list-style: none;
    font-size: 1.8rem; }
    @media (max-width: 768.98px) {
      .tacmovie__item {
        width: 100%;
        margin-bottom: 40px; } }
  .tacmovie__link {
    color: #094c26; }
    .tacmovie__link:hover {
      color: #094c26;
      text-decoration: none;
      opacity: 1; }
  .tacmovie__scale {
    overflow: hidden;
    width: 580px;
    height: 327px;
    margin-bottom: 20px; }
    @media (max-width: 768.98px) {
      .tacmovie__scale {
        width: 100%;
        height: auto; } }
  .tacmovie__img {
    width: auto;
    display: block;
    -webkit-transition-duration: .3s;
            transition-duration: .3s; }
    .tacmovie__img:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition-duration: .3s;
              transition-duration: .3s; }
  .tacmovie__imglist {
    padding-left: 0; }
  .tacmovie__imgitem {
    list-style: none; }
  .tacmovie .strong-text {
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background: #094c26; }
    @media (max-width: 768.98px) {
      .tacmovie .strong-text {
        font-size: 2.4rem; } }

.taclineup {
  width: 100%; }
  .taclineup__inner {
    width: 1200px;
    margin: -80px auto 80px;
    padding: 80px 0 100px; }
    @media (max-width: 768.98px) {
      .taclineup__inner {
        width: 94%;
        margin: -80px 3% 80px;
        padding: 80px 0; } }
  .taclineup__item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 60px; }
    .taclineup__item::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      height: 30px;
      background: #094c26;
      color: #fff;
      display: block;
      font-size: 2rem;
      text-align: center; }
    .taclineup__item_1::before {
      content: '1'; }
    .taclineup__item_2::before {
      content: '2'; }
    .taclineup__item_3::before {
      content: '3'; }
    .taclineup__item_4::before {
      content: '4'; }
    .taclineup__item:last-child {
      margin-bottom: 0; }
  .taclineup__list {
    padding-left: 0; }
  .taclineup__listitem {
    width: 222px;
    list-style: none;
    margin-right: 10px;
    font-size: 1.8rem; }
    @media (max-width: 768.98px) {
      .taclineup__listitem {
        width: 48%;
        margin-right: 0;
        margin-bottom: 20px; } }
    @media (max-width: 768.98px) {
      .taclineup__listitem_sp {
        margin-right: 10px; } }
    .taclineup__listitem:last-child {
      margin-right: 0; }
      @media (max-width: 768.98px) {
        .taclineup__listitem:last-child {
          margin-bottom: 0; } }
  .taclineup__link {
    color: #094c26;
    position: relative; }
    .taclineup__link:hover {
      color: #094c26;
      text-decoration: none;
      opacity: 1; }
    .taclineup__link::after {
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      font-weight: 900;
      position: absolute;
      right: -15px;
      bottom: -3px; }
  .taclineup__scale {
    overflow: hidden;
    width: 222px;
    height: 137px;
    margin-bottom: 10px; }
    @media (max-width: 768.98px) {
      .taclineup__scale {
        width: 100%;
        height: auto; } }
  .taclineup__img {
    width: auto;
    display: block;
    -webkit-transition-duration: .3s;
            transition-duration: .3s; }
    .taclineup__img:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition-duration: .3s;
              transition-duration: .3s; }

.tac-h3_2 {
  font-size: 2.4rem;
  color: #094c26;
  border-bottom: 1px solid #999;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: normal; }
  @media (max-width: 768.98px) {
    .tac-h3_2 {
      font-size: 2.2rem;
      margin-bottom: 20px; } }

.tac-h4 {
  font-size: 2.2rem;
  font-weight: normal;
  color: #094c26;
  border-left: 5px solid #094c26;
  padding-left: 10px;
  margin-bottom: 30px; }
  @media (max-width: 768.98px) {
    .tac-h4 {
      margin-bottom: 20px; } }

.tacworks {
  width: 100%;
  background: #eee;
  margin: 0 auto 60px; }
  @media (max-width: 768.98px) {
    .tacworks {
      margin: 0 auto 60px; } }
  .tacworks__inner {
    width: 1200px;
    margin: -80px auto 60px;
    padding: 80px 0 100px; }
    @media (max-width: 768.98px) {
      .tacworks__inner {
        width: 94%;
        margin: -80px 3% 80px;
        padding-top: 80px; } }
  .tacworks__item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 60px; }
    .tacworks__item::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      height: 30px;
      background: #094c26;
      color: #fff;
      display: block;
      font-size: 2rem;
      text-align: center; }
    .tacworks__item_1::before {
      content: '1'; }
    .tacworks__item_2::before {
      content: '2'; }
    .tacworks__item_3::before {
      content: '3'; }
    .tacworks__item_4::before {
      content: '4'; }
    .tacworks__item:last-child {
      margin-bottom: 0; }
  .tacworks__about_l {
    width: 200px;
    background: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #094c26;
    margin-right: 20px; }
    @media (max-width: 768.98px) {
      .tacworks__about_l {
        width: 100%; } }
    .tacworks__about_l span {
      font-size: 2rem; }
  .tacworks__flow {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    background: #fff; }
  .tacworks__cap {
    font-size: 2rem;
    font-weight: bold;
    color: #094c26;
    margin-bottom: 25px; }
  .tacworks__point {
    font-size: 1.8rem;
    font-weight: normal;
    color: #e1433e;
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px; }
    .tacworks__point::before {
      content: 'POINT';
      position: absolute;
      left: 0;
      top: 0;
      font-size: 1.4rem;
      color: #fff;
      padding: 4px 12px;
      background: #e1433e;
      display: block; }
  .tacworks__textclr {
    color: #094c26; }
  .tacworks__flowlist {
    padding-left: 0; }
  .tacworks__flowitem {
    width: 525px;
    list-style: none;
    font-size: 1.8rem;
    color: #094c26; }
    @media (max-width: 768.98px) {
      .tacworks__flowitem {
        width: 100%;
        margin-bottom: 40px; } }
    @media (max-width: 768.98px) {
      .tacworks__flowitem:last-child {
        margin-bottom: 0; } }
  .tacworks__flowimg {
    margin-bottom: 20px; }
  .tacworks__tag {
    padding-left: 0; }
  .tacworks__tagitem {
    font-size: 1.2rem;
    color: #fff;
    background: #094c26;
    width: 120px;
    padding: 5px 0;
    text-align: center;
    margin-right: 10px;
    list-style: none; }
    .tacworks__tagitem:last-child {
      margin-right: 0; }

.taccontact {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .taccontact {
      width: 100%;
      margin: 0;
      padding: 10px; } }
  .taccontact__inner {
    width: 100%; }
  .taccontact .cantact-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 740px;
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #f0f0f0; }
    @media (max-width: 768.98px) {
      .taccontact .cantact-item {
        width: 100%;
        padding: 10px; } }
    .taccontact .cantact-item__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10px;
      background-color: #fff;
      color: #094c26;
      font-weight: bold;
      font-size: 2rem; }
      @media (max-width: 768.98px) {
        .taccontact .cantact-item__header {
          margin-bottom: 1em; } }
    .taccontact .cantact-item__about {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      line-height: 1.3; }
      @media (max-width: 768.98px) {
        .taccontact .cantact-item__about {
          margin-bottom: 1em; } }
    .taccontact .cantact-item__title {
      font-size: 1.5rem;
      color: #094c26;
      font-weight: bold;
      margin-bottom: 0; }
      @media (max-width: 768.98px) {
        .taccontact .cantact-item__title {
          text-align: center; } }
    .taccontact .cantact-item__tel {
      position: relative;
      padding-left: 30px;
      color: #094c26;
      font-weight: bold;
      font-size: 2.5rem; }
      .taccontact .cantact-item__tel::before {
        content: url("/products/landing/img/icon_tel.png");
        display: block;
        position: absolute;
        left: 0;
        top: 1px;
        width: 40px;
        height: 40px; }
      @media (max-width: 768.98px) {
        .taccontact .cantact-item__tel {
          text-align: center;
          margin: 0 auto;
          padding-left: 0;
          font-size: 3rem; }
          .taccontact .cantact-item__tel::before {
            display: inline-block;
            position: relative; } }
    .taccontact .cantact-item__link {
      display: block;
      width: 300px; }
      .taccontact .cantact-item__link:hover {
        opacity: 1; }
      @media (max-width: 768.98px) {
        .taccontact .cantact-item__link {
          margin: 0 auto;
          width: 100%;
          max-width: 300px; } }
  .taccontact .cantact-catelog {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 420px;
    background-color: #fff; }
    .taccontact .cantact-catelog a:hover {
      opacity: 1; }
    @media (max-width: 768.98px) {
      .taccontact .cantact-catelog {
        width: 100%;
        text-align: center;
        margin-bottom: 10px; } }

@-webkit-keyframes kurukuru {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes kurukuru {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes bg-square {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes bg-square {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes yurayura {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, 10px) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(0deg); } }

@keyframes yurayura {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, 10px) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(0deg); } }

@-webkit-keyframes sdb {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes sdb {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.kurukuru {
  -webkit-animation: kurukuru 30s linear infinite;
          animation: kurukuru 30s linear infinite; }

.sdgs {
  padding-top: 0 !important; }
  @media (max-width: 768.98px) {
    .sdgs {
      overflow-x: hidden; } }
  .sdgs .hdr {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    z-index: 10; }
    .sdgs .hdr__inner {
      width: 1200px;
      margin: 0 auto;
      padding: 30px 0; }
      @media (max-width: 768.98px) {
        .sdgs .hdr__inner {
          width: 94%;
          margin: 0 3%;
          padding: 20px 0; } }
      .sdgs .hdr__inner h1 {
        margin: 0;
        line-height: 1; }
        @media (max-width: 768.98px) {
          .sdgs .hdr__inner h1 {
            width: 40%; } }
      .sdgs .hdr__inner .btn-top {
        font-size: 1.6rem;
        text-align: center;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 10px;
        display: block;
        color: #000;
        position: relative;
        background: #fff; }
        @media (max-width: 768.98px) {
          .sdgs .hdr__inner .btn-top {
            width: 40%;
            padding: 4px 0; } }
        .sdgs .hdr__inner .btn-top:hover {
          text-decoration: none;
          background: #ddd;
          opacity: 1; }
        .sdgs .hdr__inner .btn-top::after {
          font-family: "Font Awesome 5 Free";
          content: "\f2d2";
          color: #094c26; }
  .sdgs .contents .mv {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff; }
    .sdgs .contents .mv::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: #fff url(/sdgs/img/img-star.png) repeat top center;
      -webkit-animation: bg-square 20s linear infinite;
              animation: bg-square 20s linear infinite;
      z-index: 1;
      top: 0;
      right: 0; }
    .sdgs .contents .mv::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: #fff url(/sdgs/img/img-star_2.png) repeat top center;
      -webkit-animation: bg-square 30s linear infinite;
              animation: bg-square 30s linear infinite;
      z-index: 1;
      top: 0;
      right: 0; }
    .sdgs .contents .mv__scroll {
      -webkit-animation-name: yurayura;
              animation-name: yurayura;
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      width: 100%;
      position: absolute;
      z-index: 8;
      bottom: 30px;
      left: 50%;
      right: 50%;
      -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
      margin: 0 auto;
      width: 54px; }
      .sdgs .contents .mv__scroll .scroll__img {
        width: 54px;
        height: 54px; }
    .sdgs .contents .mv__inner {
      height: 100vh;
      background: url("/sdgs/img/img-hunds.png") no-repeat bottom center;
      position: relative;
      z-index: 2; }
      @media (max-width: 768.98px) {
        .sdgs .contents .mv__inner {
          height: 600px;
          background-size: contain; } }
    .sdgs .contents .mv .lets {
      width: 230px;
      position: absolute;
      z-index: 4;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 768.98px) {
        .sdgs .contents .mv .lets {
          width: 40%; } }
    .sdgs .contents .mv .lets-cir {
      width: 450px;
      height: 450px;
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 768.98px) {
        .sdgs .contents .mv .lets-cir {
          width: 80%;
          height: auto; } }
  .sdgs .contents .about {
    width: 100%;
    margin-bottom: 80px;
    padding: 160px 0 60px;
    margin-top: -110px;
    background: #e5ede9; }
    @media (max-width: 768.98px) {
      .sdgs .contents .about {
        padding: 100px 0 40px;
        margin-top: 0px; } }
    .sdgs .contents .about__inner {
      width: 1200px;
      margin: 0 auto;
      /*padding: 60px 0;*/ }
      @media (max-width: 768.98px) {
        .sdgs .contents .about__inner {
          width: 94%;
          margin: 0 3%; } }
      .sdgs .contents .about__inner .tit-sdgs {
        font-size: 2.4rem;
        text-align: center;
        position: relative;
        padding-bottom: 32px;
        margin-bottom: 60px; }
        @media (max-width: 768.98px) {
          .sdgs .contents .about__inner .tit-sdgs {
            margin-bottom: 40px; } }
        .sdgs .contents .about__inner .tit-sdgs::after {
          content: '';
          border-top: 2px solid #094c26;
          height: 2px;
          display: block;
          width: 60px;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .sdgs .contents .about__inner .sdgs-about {
        font-size: 3.4rem;
        font-family: 'Noto Serif JP', sans-serif;
        color: #094c26;
        margin-bottom: 60px; }
        @media (max-width: 768.98px) {
          .sdgs .contents .about__inner .sdgs-about {
            font-size: 2.8rem;
            margin-bottom: 40px;
            text-align: center; } }
      .sdgs .contents .about__inner .about-box div {
        width: 580px; }
        @media (max-width: 768.98px) {
          .sdgs .contents .about__inner .about-box div {
            width: 100%; } }
        @media (max-width: 768.98px) {
          .sdgs .contents .about__inner .about-box div p {
            font-size: 2rem;
            margin-bottom: 40px; } }
  .sdgs .contents .detail {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 120px; }
    @media (max-width: 768.98px) {
      .sdgs .contents .detail {
        padding-bottom: 100px; } }
    .sdgs .contents .detail::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(/sdgs/img/img-star.png) repeat top center;
      -webkit-animation: bg-square 20s linear infinite;
              animation: bg-square 20s linear infinite;
      z-index: -1;
      top: 0;
      right: 0; }
    .sdgs .contents .detail::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(/sdgs/img/img-star_2.png) repeat top center;
      -webkit-animation: bg-square 30s linear infinite;
              animation: bg-square 30s linear infinite;
      z-index: -1;
      top: 0;
      right: 0; }
    .sdgs .contents .detail__inner {
      width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: 3;
      background: rgba(255, 255, 255, 0.8); }
      @media (max-width: 768.98px) {
        .sdgs .contents .detail__inner {
          width: 94%;
          margin: 0 3%; } }
      .sdgs .contents .detail__inner table {
        width: 100%; }
        .sdgs .contents .detail__inner table thead {
          display: table-header-group; }
          @media (max-width: 768.98px) {
            .sdgs .contents .detail__inner table thead {
              display: none; } }
          .sdgs .contents .detail__inner table thead th {
            padding: 20px 0;
            background: #094c26;
            color: #fff;
            text-align: center;
            font-size: 1.8rem; }
            .sdgs .contents .detail__inner table thead th:first-child {
              border-right: 1px solid #fff;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box; }
        @media (max-width: 768.98px) {
          .sdgs .contents .detail__inner table tbody tr {
            width: 100%;
            padding: 20px;
            border: 2px solid #ddd;
            margin-bottom: 40px;
            display: block; } }
        @media (max-width: 768.98px) {
          .sdgs .contents .detail__inner table tbody tr:last-child {
            margin-bottom: 0; } }
        @media (max-width: 768.98px) {
          .sdgs .contents .detail__inner table tbody th {
            padding: 10px 0;
            background: #e5ede9;
            color: #094c26;
            text-align: center;
            font-size: 1.8rem; } }
        .sdgs .contents .detail__inner table tbody td {
          padding: 20px 0 20px 40px;
          font-size: 1.8rem;
          border-bottom: 2px dotted #094c26; }
          @media (max-width: 768.98px) {
            .sdgs .contents .detail__inner table tbody td {
              display: block;
              padding: 20px 0;
              border-bottom: none;
              text-align: center; } }
          .sdgs .contents .detail__inner table tbody td img {
            width: 100px;
            height: 100px;
            margin-right: 30px;
            display: block; }
            @media (max-width: 768.98px) {
              .sdgs .contents .detail__inner table tbody td img {
                margin: 0 auto;
                margin-bottom: 20px; } }
          @media (max-width: 768.98px) {
            .sdgs .contents .detail__inner table tbody td ul {
              margin-left: 20px; } }
          .sdgs .contents .detail__inner table tbody td ul li {
            font-weight: bold; }
            @media (max-width: 768.98px) {
              .sdgs .contents .detail__inner table tbody td ul li {
                text-align: left; } }
          .sdgs .contents .detail__inner table tbody td:first-of-type {
            border-right: 2px solid #094c26;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box; }
            @media (max-width: 768.98px) {
              .sdgs .contents .detail__inner table tbody td:first-of-type {
                border-right: none; } }
    .sdgs .contents .detail__title {
      color: #094c26;
      text-align: center; }
      .sdgs .contents .detail__title + .row {
        margin-bottom: 60px; }
    .sdgs .contents .detail__box {
      margin-bottom: 2rem; }
      .sdgs .contents .detail__box__link {
        display: block;
        font-size: 18px;
        text-align: center;
        border: 1px solid #094c26;
        border-radius: 10px;
        background: white;
        color: black;
        text-decoration: none; }
        .sdgs .contents .detail__box__link img {
          margin: 1.5rem 2rem 1.5rem 0; }
    .sdgs .contents .detail__cap {
      font-size: 1.8rem;
      text-align: center;
      margin-bottom: 60px;
      font-weight: bold; }
      @media (max-width: 768.98px) {
        .sdgs .contents .detail__cap {
          text-align: left; } }
      .sdgs .contents .detail__cap .txt-green {
        color: #094c26; }
  @media (max-width: 768.98px) {
    .sdgs .footer__under-inner {
      padding: 20px 0 0; } }
  @media (max-width: 768.98px) {
    .sdgs .pagetop {
      right: 3%; } }
  .sdgs .detail__popup {
    background: white;
    display: inline-block;
    padding: 40px 60px;
    width: 1080px; }
    @media (max-width: 1023.98px) {
      .sdgs .detail__popup {
        width: 100%; } }
    @media (max-width: 768.98px) {
      .sdgs .detail__popup {
        padding: 30px; } }
    .sdgs .detail__popup-title {
      text-align: center;
      font-size: 2.4rem;
      position: relative;
      padding: 0 0 3rem;
      margin-bottom: 40px;
      position: relative; }
      .sdgs .detail__popup-title-h3 {
        background: #eee;
        font-weight: bold;
        font-size: 2.4rem;
        padding: 0.5rem 1rem;
        color: #222;
        margin-bottom: 2rem; }
      .sdgs .detail__popup-title img {
        margin-right: 2rem; }
      .sdgs .detail__popup-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 2px;
        width: 60px;
        background: #094c26; }
    .sdgs .detail__popup-text {
      margin-bottom: 50px; }
    .sdgs .detail__popup-h5 {
      color: #094c26;
      font-size: 2.2rem; }
    .sdgs .detail__popup-list {
      margin-bottom: 40px; }
    .sdgs .detail__popup-ph {
      margin-bottom: 40px; }
      .sdgs .detail__popup-ph .col-md-4:nth-last-of-type(n+3) {
        margin-bottom: 40px; }
    .sdgs .detail__popup-dl dt {
      padding: 0 0 0 1rem;
      text-indent: -0.7rem; }
      .sdgs .detail__popup-dl dt::before {
        content: "・"; }
    .sdgs .detail__popup-link {
      font-size: 1.6rem;
      font-weight: bold;
      text-decoration: none;
      margin-top: 40px; }
      .sdgs .detail__popup-link::before {
        content: "\f101";
        font-family: "Font Awesome 5 Free";
        margin-right: 0.5rem;
        color: #235bc8; }
      .sdgs .detail__popup-link a {
        color: #235bc8; }
        .sdgs .detail__popup-link a:hover {
          text-decoration: underline;
          opacity: 1; }
    .sdgs .detail__popup .komelist__item {
      list-style: none;
      text-indent: -3rem;
      padding-left: 2rem;
      margin-bottom: 1rem;
      font-size: 85%; }
      .sdgs .detail__popup .komelist__item span {
        margin-right: 1rem; }
    .sdgs .detail__popup .color-red {
      color: #f00; }
  .sdgs .lity .lity-wrap {
    overflow-y: auto; }
  .sdgs .lity .lity-close {
    right: 15px; }

/* scroll */
.scroll-v2 {
  padding-top: 80px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: block;
  z-index: 5;
  color: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.scroll-v2:hover {
  text-decoration: none;
  color: #094c26;
  opacity: 1; }

.scroll-v2 span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #094c26;
  border-bottom: 1px solid #094c26;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.scroll-v2 span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.scroll-v2 span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s; }

.scroll-v2 span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.gd {
  padding-top: 0 !important; }
  @media (max-width: 768.98px) {
    .gd {
      overflow-x: hidden; } }
  .gd .hdr {
    width: 100%;
    background: #094c26; }
    .gd .hdr__inner {
      width: 1200px;
      margin: 0 auto;
      padding: 30px 0; }
      @media (max-width: 768.98px) {
        .gd .hdr__inner {
          width: 94%;
          margin: 0 3%;
          padding: 20px 0; } }
      .gd .hdr__inner h1 {
        margin: 0;
        line-height: 1; }
        @media (max-width: 768.98px) {
          .gd .hdr__inner h1 {
            width: 40%; } }
      .gd .hdr__inner .btn-top {
        font-size: 1.6rem;
        text-align: center;
        padding: 10px;
        border: 1px solid #fff;
        border-radius: 10px;
        display: block;
        color: #fff;
        position: relative;
        background: #094c26; }
        @media (max-width: 768.98px) {
          .gd .hdr__inner .btn-top {
            width: 40%;
            padding: 4px 0; } }
        .gd .hdr__inner .btn-top:hover {
          text-decoration: none;
          background: #ddd;
          opacity: 1;
          color: #094c26; }
        .gd .hdr__inner .btn-top::after {
          font-family: "Font Awesome 5 Free";
          content: "\f2d2";
          color: #fff; }
        .gd .hdr__inner .btn-top:hover::after {
          color: #094c26; }
  .gd .contents p {
    font-size: 1.6rem; }
  .gd .contents .movie {
    width: 1024px;
    margin: 0 auto; }
    @media (max-width: 768.98px) {
      .gd .contents .movie {
        width: 100%; } }
    .gd .contents .movie video {
      width: 100%; }
  .gd .contents .kv {
    width: 100%;
    margin: 0 0 60px; }
    @media (max-width: 768.98px) {
      .gd .contents .kv {
        margin-bottom: 40px; } }
    .gd .contents .kv img {
      width: 100%; }
  .gd .contents .about {
    width: 960px;
    margin: 0 auto 60px; }
    @media (max-width: 768.98px) {
      .gd .contents .about {
        width: 94%;
        margin: 0 3% 60px; } }
    .gd .contents .about .gd-logo {
      text-align: center;
      margin-bottom: 40px;
      font-size: 2.8rem; }
    .gd .contents .about .gd-tit {
      text-align: center;
      position: relative;
      padding-bottom: 40px;
      margin-bottom: 40px; }
      .gd .contents .about .gd-tit span {
        display: block;
        font-size: 1.8rem;
        margin-top: 15px; }
      .gd .contents .about .gd-tit::after {
        content: '';
        width: 60px;
        height: 1px;
        border-bottom: 1px solid #000;
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
  .gd .contents .gd-image {
    width: 100%;
    background: #e5ede9;
    padding: 60px 0;
    margin-bottom: 40px; }
    .gd .contents .gd-image img {
      display: block;
      margin: 0 auto; }
      @media (max-width: 768.98px) {
        .gd .contents .gd-image img {
          width: 94%;
          margin: 0 3% 40px; } }
  .gd .contents .gd-detail {
    width: 960px;
    margin: 0 auto 120px; }
    @media (max-width: 768.98px) {
      .gd .contents .gd-detail {
        width: 94%;
        margin: 0 3% 60px; } }
    .gd .contents .gd-detail .gd-dl {
      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: 80px; }
      .gd .contents .gd-detail .gd-dl__item {
        width: 175px;
        text-align: center;
        border: 1px solid #aaa;
        padding: 30px 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media (max-width: 768.98px) {
          .gd .contents .gd-detail .gd-dl__item {
            width: 48%;
            margin-bottom: 20px; } }
        .gd .contents .gd-detail .gd-dl__item dt {
          font-size: 2rem;
          line-height: 1.4;
          color: #094c26;
          margin-bottom: 20px; }
          .gd .contents .gd-detail .gd-dl__item dt span {
            font-size: 1.6rem;
            display: block; }
    .gd .contents .gd-detail .gd-list__item {
      margin-bottom: 100px; }
      .gd .contents .gd-detail .gd-list__item:last-child {
        margin-bottom: 0; }
      .gd .contents .gd-detail .gd-list__item figure {
        margin-bottom: 60px; }
        .gd .contents .gd-detail .gd-list__item figure img {
          width: 526px;
          margin: 0 auto 40px;
          display: block; }
          @media (max-width: 768.98px) {
            .gd .contents .gd-detail .gd-list__item figure img {
              width: 100%; } }
        .gd .contents .gd-detail .gd-list__item figure figcaption {
          text-align: left;
          font-size: 1.6rem;
          color: #000; }
      .gd .contents .gd-detail .gd-list__item .btn__style01 {
        width: 220px;
        margin: 0 auto; }
        @media (max-width: 768.98px) {
          .gd .contents .gd-detail .gd-list__item .btn__style01 {
            width: 70%;
            margin: 0 15%; } }
    .gd .contents .gd-detail .gd-list__tit {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 40px; }
      .gd .contents .gd-detail .gd-list__tit img {
        margin-right: 20px; }
        @media (max-width: 768.98px) {
          .gd .contents .gd-detail .gd-list__tit img {
            display: block;
            width: 30%;
            margin: 0 35% 10px; } }
      @media (max-width: 768.98px) {
        .gd .contents .gd-detail .gd-list__tit span {
          display: none; } }
    .gd .contents .gd-detail .gd-list__point {
      background: #e5ede9;
      position: relative;
      padding: 40px 30px 30px 30px;
      margin-bottom: 40px;
      font-size: 1.6rem; }
    .gd .contents .gd-detail .gd-list__cap {
      position: absolute;
      top: -20px;
      left: 30px;
      background: #094c26;
      padding: 8px 30px;
      color: #fff;
      font-size: 1.8rem;
      font-weight: normal; }
  @media (max-width: 768.98px) {
    .gd .footer__under-inner {
      padding: 20px 0 0; } }
  @media (max-width: 768.98px) {
    .gd .pagetop {
      right: 3%; } }

.transform {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: "Lato", YakuHanJP, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "Droid Sans", sans-serif;
  /* animation */ }
  .transform ::-moz-selection {
    color: #fff;
    background-color: #343a4c; }
  .transform ::selection {
    color: #fff;
    background-color: #343a4c; }
  .transform .logo {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 12; }
  .transform .mv {
    width: 100%;
    height: 100vh;
    position: relative;
    margin-bottom: 120px; }
    .transform .mv .bv-video-wrap {
      width: 100%; }
  .transform .lead {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px; }
    @media (min-width: 769px) {
      .transform .lead {
        margin-bottom: 120px; } }
    .transform .lead .mv-ttl_lead {
      width: 300px;
      height: 150px;
      margin: 0 auto;
      position: relative; }
      .transform .lead .mv-ttl_lead .mv-ttl {
        width: 300px;
        height: 150px;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 11; }
        .transform .lead .mv-ttl_lead .mv-ttl .mv-ttl_white,
        .transform .lead .mv-ttl_lead .mv-ttl .mv-ttl_black {
          overflow: hidden;
          position: absolute;
          width: 300px;
          height: 150px;
          bottom: 0;
          left: 0; }
          .transform .lead .mv-ttl_lead .mv-ttl .mv-ttl_white img, .transform .lead .mv-ttl_lead .mv-ttl .mv-ttl_white svg,
          .transform .lead .mv-ttl_lead .mv-ttl .mv-ttl_black img,
          .transform .lead .mv-ttl_lead .mv-ttl .mv-ttl_black svg {
            width: 100%;
            height: auto;
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0; }
        .transform .lead .mv-ttl_lead .mv-ttl .mv-ttl_black {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 0;
          max-height: 150px !important;
          -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s; }
        .transform .lead .mv-ttl_lead .mv-ttl .mv-ttl_black {
          -webkit-transition-delay: 3s;
                  transition-delay: 3s;
          opacity: 1; }
    .transform .lead .lead-copy {
      width: 80%;
      margin: 60px 10%; }
      @media (min-width: 769px) {
        .transform .lead .lead-copy {
          width: 400px;
          margin: 60px auto; } }
    .transform .lead .mainlead {
      width: 100%;
      padding: 60px 0 400px;
      background: url(/metamo/img/bg-view.jpg) no-repeat left bottom;
      background-size: cover; }
      .transform .lead .mainlead p {
        text-align: center;
        font-size: 1.8rem;
        color: #fff;
        font-weight: normal;
        padding: 0 20px; }
      .transform .lead .mainlead .mainlead-cap {
        text-align: center;
        font-size: 2.6rem;
        color: #fff;
        font-weight: bold;
        margin: 40px 0 20px;
        padding: 0 20px; }
  .transform .about-copy {
    width: 90%;
    margin: 30px 5% 40px; }
    @media (min-width: 769px) {
      .transform .about-copy {
        width: 500px;
        margin: 30px auto 40px; } }
  .transform .about .graph {
    width: 90%;
    margin: 0 5% 40px; }
    @media (min-width: 769px) {
      .transform .about .graph {
        width: 788px;
        margin: 0 auto 80px; } }
  .transform .about-txt {
    font-size: 1.6rem;
    line-height: 1.6; }
    @media (min-width: 769px) {
      .transform .about-txt {
        text-align: center;
        font-size: 2rem;
        line-height: 2; } }
  @media (min-width: 769px) {
    .transform .about .sec {
      position: relative; } }
  .transform .about .sec__inner {
    width: 90%;
    margin: 0 5%; }
    @media (min-width: 769px) {
      .transform .about .sec__inner {
        width: 1200px;
        margin: 0 auto; } }
  .transform .about .sec .sec-txt_bg {
    background: #eee;
    padding: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    @media (min-width: 769px) {
      .transform .about .sec .sec-txt_bg {
        padding: 20px;
        margin-bottom: 60px; } }
    @media (min-width: 1367px) {
      .transform .about .sec .sec-txt_bg::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -50%;
        background: #eee;
        z-index: -2; } }
    @media (min-width: 1367px) {
      .transform .about .sec .sec-txt_bg::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: -50%;
        background: #eee;
        z-index: -2; } }
    .transform .about .sec .sec-txt_bg .sec-ttl {
      display: none; }
      @media (min-width: 1367px) {
        .transform .about .sec .sec-txt_bg .sec-ttl {
          display: block;
          font-weight: bold;
          color: #fff;
          font-size: 8rem;
          position: absolute;
          margin-bottom: 0;
          margin-left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0;
          z-index: 2;
          line-height: 1; } }
    @media (min-width: 769px) {
      .transform .about .sec .sec-txt_bg__inner {
        width: 1000px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .transform .about .sec .sec-txt_bg__inner .cap {
      color: #343a4c;
      font-size: 5rem;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 20px; }
      @media (min-width: 769px) {
        .transform .about .sec .sec-txt_bg__inner .cap {
          width: 180px;
          margin-bottom: 0; } }
    .transform .about .sec .sec-txt_bg__inner .sec-txt {
      font-size: 1.6rem; }
      @media (min-width: 769px) {
        .transform .about .sec .sec-txt_bg__inner .sec-txt {
          width: 820px;
          height: 150px;
          position: relative;
          z-index: 4; } }
      @media (min-width: 769px) {
        .transform .about .sec .sec-txt_bg__inner .sec-txt span {
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          padding: 0; } }
  .transform .about .sec-maintxt {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 30px; }
    @media (min-width: 769px) {
      .transform .about .sec-maintxt {
        font-size: 2.4rem;
        text-align: center; } }
    .transform .about .sec-maintxt .itsumo {
      color: #38a1db; }
    .transform .about .sec-maintxt .moshimo {
      color: #ec6d81; }
  .transform .about .sec-image {
    margin: 0 0 40px; }
    @media (min-width: 769px) {
      .transform .about .sec-image {
        width: 1000px;
        margin: 0 auto 60px; } }
  .transform .about .sec .sec-point {
    font-size: 1.6rem;
    list-style: none;
    padding-left: 0;
    background: #e6ede9;
    padding: 30px;
    border-radius: 5px;
    position: relative; }
    .transform .about .sec .sec-point::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 15px 15px;
      border-color: transparent transparent #e6ede9 transparent;
      display: block;
      position: absolute;
      top: -15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (min-width: 769px) {
        .transform .about .sec .sec-point::after {
          border-width: 15px 15px 15px 0;
          border-color: transparent #e6ede9 transparent transparent;
          top: 50%;
          left: -15px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
    .transform .about .sec .sec-point li {
      margin-bottom: 10px;
      font-weight: bold;
      padding-left: 2rem;
      position: relative;
      color: #094c26;
      border-bottom: 1px solid #000;
      padding-bottom: 10px; }
      .transform .about .sec .sec-point li:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0; }
      .transform .about .sec .sec-point li::before {
        content: '●';
        color: #094c26;
        position: absolute;
        top: 0;
        left: 0; }
  .transform .about .sec .product {
    padding: 30px;
    background: #eee;
    position: relative;
    width: 90%;
    margin: 0 5%; }
    @media (min-width: 769px) {
      .transform .about .sec .product {
        width: 1200px;
        margin: 0 auto; } }
    @media (min-width: 1367px) {
      .transform .about .sec .product::before {
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
        background: #eee;
        display: block;
        z-index: -1;
        width: 5%;
        left: -5%; } }
    @media (min-width: 1367px) {
      .transform .about .sec .product::after {
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
        background: #eee;
        display: block;
        z-index: -1;
        width: 100%;
        right: -50%; } }
    .transform .about .sec .product .sec-subttl {
      margin: 0 auto 20px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px; }
      @media (min-width: 769px) {
        .transform .about .sec .product .sec-subttl {
          margin: 0 30px 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .transform .about .sec .product .sec-subttl h3 {
        font-size: 3rem;
        margin-right: 20px;
        color: #343a4c;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 0; }
      .transform .about .sec .product .sec-subttl .eng {
        color: #fff;
        font-size: 6rem;
        font-weight: bold;
        line-height: 1; }
        @media (min-width: 769px) {
          .transform .about .sec .product .sec-subttl .eng {
            font-size: 8rem; } }
    .transform .about .sec .product .slider-area__ttl {
      font-size: 1.8rem;
      margin: 20px 0 10px;
      color: #094c26; }
    .transform .about .sec .product .slider-area .slider-list {
      width: 80%;
      margin: 0 10%;
      padding-left: 0; }
      @media (min-width: 769px) {
        .transform .about .sec .product .slider-area .slider-list__item {
          height: 340px;
          padding: 0 30px;
          border-right: 1px solid #aaa; } }
      .transform .about .sec .product .slider-area .slider-list__item img {
        width: 100%;
        display: block; }
      .transform .about .sec .product .slider-area .slider-list__item .image {
        position: relative;
        width: 100%;
        height: 162px;
        display: block;
        overflow: hidden;
        cursor: pointer; }
        .transform .about .sec .product .slider-area .slider-list__item .image img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
        .transform .about .sec .product .slider-area .slider-list__item .image:hover img:nth-of-type(2) {
          opacity: 0; }
      .transform .about .sec .product .slider-area .slider-list__item p {
        font-size: 1.6rem; }
    .transform .about .sec .product .slider-area .slick-prev {
      width: 25px;
      height: 40px;
      left: -35px;
      top: 50%;
      -webkit-transition: .3s;
      transition: .3s; }
      @media (min-width: 769px) {
        .transform .about .sec .product .slider-area .slick-prev {
          width: 30px;
          height: 60px;
          left: -50px;
          top: 45%; } }
      .transform .about .sec .product .slider-area .slick-prev::before {
        content: '';
        background: url(/metamo/img/arrow-prev.svg) no-repeat left top;
        width: 25px;
        height: 40px;
        display: block; }
        @media (min-width: 769px) {
          .transform .about .sec .product .slider-area .slick-prev::before {
            width: 30px;
            height: 60px; } }
    .transform .about .sec .product .slider-area .slick-next {
      width: 25px;
      height: 40px;
      right: -35px;
      top: 50%;
      -webkit-transition: .3s;
      transition: .3s; }
      @media (min-width: 769px) {
        .transform .about .sec .product .slider-area .slick-next {
          width: 30px;
          height: 60px;
          right: -50px;
          top: 45%; } }
      .transform .about .sec .product .slider-area .slick-next::before {
        content: '';
        background: url(/metamo/img/arrow-next.svg) no-repeat left top;
        width: 25px;
        height: 40px;
        display: block; }
        @media (min-width: 769px) {
          .transform .about .sec .product .slider-area .slick-next::before {
            width: 30px;
            height: 60px; } }
  .transform .exam {
    width: 100%; }
    .transform .exam-ttl {
      width: 90%;
      margin: 0 5% 40px;
      position: relative; }
      @media (min-width: 769px) {
        .transform .exam-ttl {
          width: 1080px;
          margin: 0 auto 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .transform .exam-ttl .bg-txt {
        display: none; }
        @media (min-width: 769px) {
          .transform .exam-ttl .bg-txt {
            font-size: 8rem;
            font-weight: bold;
            color: #eee;
            position: absolute;
            top: 50%;
            right: 0;
            display: block;
            line-height: 1;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); } }
      .transform .exam-ttl .sec-subttl {
        font-size: 3rem;
        color: #343a4c;
        line-height: 1;
        margin-right: 30px;
        font-weight: bold; }
        @media (min-width: 769px) {
          .transform .exam-ttl .sec-subttl {
            display: block;
            margin-bottom: 0; } }
      .transform .exam-ttl p {
        margin-bottom: 0;
        font-size: 1.6rem; }
        .transform .exam-ttl p span {
          font-weight: bold;
          color: #343a4c;
          font-size: 2rem; }
    .transform .exam .slide-bg {
      outline: none;
      width: 15%;
      height: 99%;
      background: rgba(0, 0, 0, 0.6);
      display: block !important;
      position: absolute;
      z-index: 2;
      cursor: pointer;
      border: none; }
      @media (min-width: 769px) {
        .transform .exam .slide-bg {
          height: 100%; } }
      .transform .exam .slide-bg.prev-bg {
        top: 0;
        left: 0; }
        .transform .exam .slide-bg.prev-bg::before {
          content: '';
          background: url(/metamo/img/arrow-prev_w.svg) no-repeat left top;
          width: 24px;
          height: 40px;
          display: block;
          position: absolute;
          top: 40%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: .3s;
          transition: .3s; }
          @media (min-width: 769px) {
            .transform .exam .slide-bg.prev-bg::before {
              top: 45%;
              width: 30px;
              height: 60px; } }
      .transform .exam .slide-bg.next-bg {
        top: 0;
        right: 0; }
        .transform .exam .slide-bg.next-bg::before {
          content: '';
          background: url(/metamo/img/arrow-next_w.svg) no-repeat left top;
          width: 25px;
          height: 40px;
          display: block;
          position: absolute;
          top: 40%;
          right: 10%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: .3s;
          transition: .3s; }
          @media (min-width: 769px) {
            .transform .exam .slide-bg.next-bg::before {
              top: 45%;
              width: 30px;
              height: 60px;
              right: 35%; } }
    .transform .exam .slick-prev {
      width: 25px;
      height: 40px;
      top: auto;
      bottom: -20px;
      left: 30%;
      z-index: 4; }
      @media (min-width: 769px) {
        .transform .exam .slick-prev {
          width: 30px;
          height: 60px;
          bottom: -40px;
          left: 40%;
          -webkit-transition: .3s;
          transition: .3s; } }
      .transform .exam .slick-prev::before {
        content: '';
        background: url(/metamo/img/arrow-prev.svg) no-repeat left top;
        width: 25px;
        height: 40px;
        display: block; }
        @media (min-width: 769px) {
          .transform .exam .slick-prev::before {
            width: 30px;
            height: 60px; } }
      @media (min-width: 769px) {
        .transform .exam .slick-prev:hover {
          left: 39.6%; } }
    .transform .exam .slick-next {
      top: auto;
      bottom: -20px;
      right: 30%;
      z-index: 4;
      width: 25px;
      height: 40px; }
      @media (min-width: 769px) {
        .transform .exam .slick-next {
          width: 30px;
          height: 60px;
          bottom: -40px;
          right: 40%;
          -webkit-transition: .3s;
          transition: .3s; } }
      .transform .exam .slick-next::before {
        content: '';
        background: url(/metamo/img/arrow-next.svg) no-repeat left top;
        width: 25px;
        height: 40px;
        display: block; }
        @media (min-width: 769px) {
          .transform .exam .slick-next::before {
            width: 30px;
            height: 60px;
            -webkit-transition: .3s;
            transition: .3s; } }
      @media (min-width: 769px) {
        .transform .exam .slick-next:hover {
          right: 39.6%; } }
    .transform .exam .slick-num {
      text-align: center;
      font-size: 2.4rem;
      padding-top: 20px;
      background: #fff;
      position: relative;
      z-index: 3; }
      @media (min-width: 769px) {
        .transform .exam .slick-num {
          padding-top: 40px; } }
    .transform .exam .slider-exam {
      position: relative; }
      .transform .exam .slider-exam__item img {
        width: 100%;
        display: block; }
      @media (min-width: 769px) {
        .transform .exam .slider-exam__item.slick-active {
          -webkit-transition: .3s;
          transition: .3s; } }
      @media (min-width: 769px) {
        .transform .exam .slider-exam__item.slick-active:hover {
          -webkit-transform: scale(99%);
                  transform: scale(99%); } }
    .transform .exam_cart {
      margin-bottom: 100px; }
      @media (min-width: 769px) {
        .transform .exam_cart {
          margin-bottom: 200px; } }
  .transform .movie {
    width: 90%;
    margin: 40px 5%; }
    @media (min-width: 769px) {
      .transform .movie {
        width: 1200px;
        margin: 100px auto; } }
    .transform .movie .sec-ttl {
      margin: 0 auto 20px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px; }
      @media (min-width: 769px) {
        .transform .movie .sec-ttl {
          margin: 0 30px 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .transform .movie .sec-ttl h2 {
        font-size: 3rem;
        margin-right: 20px;
        color: #343a4c;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 0; }
      .transform .movie .sec-ttl .eng {
        color: #eee;
        font-size: 4rem;
        font-weight: bold;
        line-height: 1; }
        @media (min-width: 769px) {
          .transform .movie .sec-ttl .eng {
            font-size: 8rem; } }
    .transform .movie-txt {
      text-align: center;
      margin-bottom: 20px;
      font-size: 1.6rem; }
      @media (min-width: 769px) {
        .transform .movie-txt {
          margin-bottom: 40px; } }
    @media (min-width: 769px) {
      .transform .movie .movie-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .transform .movie .movie-list__item {
      width: 100%;
      margin-bottom: 20px; }
      @media (min-width: 769px) {
        .transform .movie .movie-list__item {
          width: 570px;
          margin-bottom: 0; } }
      .transform .movie .movie-list__item video {
        width: 100%;
        cursor: pointer; }
      .transform .movie .movie-list__item p {
        text-align: center;
        font-size: 2rem;
        line-height: 1.2;
        font-weight: bold;
        color: #343a4c; }
  .transform .catalog {
    width: 100%;
    background: url(/metamo/img/bg-contact.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0; }
    @media (min-width: 769px) {
      .transform .catalog {
        background: url(/metamo/img/bg-contact.jpg) no-repeat left top;
        background-size: 100%;
        padding: 200px 0; } }
    .transform .catalog .btn-catalog {
      width: 90%;
      margin: 0 5%;
      background: #fff;
      padding: 15px 0;
      display: block;
      text-align: center;
      color: #669f3b;
      font-size: 1.8rem;
      position: relative;
      -webkit-transition: .3s;
      transition: .3s; }
      @media (min-width: 769px) {
        .transform .catalog .btn-catalog {
          width: 460px;
          margin: 0 auto;
          padding: 20px 0;
          font-size: 2rem; } }
      .transform .catalog .btn-catalog::after {
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        color: #669f3b;
        font-weight: bold;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: .3s;
        transition: .3s; }
      .transform .catalog .btn-catalog:hover {
        opacity: 1;
        text-decoration: none;
        background: #669f3b;
        color: #fff; }
        .transform .catalog .btn-catalog:hover::after {
          color: #fff;
          right: 15px; }
  .transform .scr-target {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0); }
  .transform .scr-target.is-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: 1s;
    transition: 1s; }
  .transform .example-bnr {
    width: 100%;
    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) {
      .transform .example-bnr {
        -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; } }
    .transform .example-bnr__item {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50%;
      position: relative;
      color: inherit;
      letter-spacing: 0;
      text-align: center;
      height: 300px; }
      @media (max-width: 768.98px) {
        .transform .example-bnr__item {
          width: 100%;
          margin-top: 20px;
          height: 100%;
          min-height: 200px; } }
      .transform .example-bnr__item:hover {
        opacity: .6; }
    .transform .example-bnr__txtbox {
      width: 100%;
      position: absolute;
      top: 55%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .transform .example-bnr__cap {
      font-size: 2.4rem;
      text-shadow: #fff 0 0 25px, #fff 0 0 25px, #fff 0 0 50px, #fff 0 0 50px, #fff 0 0 50px;
      color: #000;
      font-weight: bold;
      margin-bottom: 10px; }
      @media (max-width: 768.98px) {
        .transform .example-bnr__cap {
          font-size: 2rem; } }
    .transform .example-bnr__txt {
      font-size: 1.6rem;
      text-shadow: #fff 0 0 25px, #fff 0 0 25px, #fff 0 0 50px, #fff 0 0 50px, #fff 0 0 50px;
      color: #000;
      font-weight: bold; }
      @media (max-width: 768.98px) {
        .transform .example-bnr__txt {
          font-size: 1.4rem; } }
    .transform .example-bnr__item01 {
      background: url(/example/img/btn-contact.png) no-repeat center center;
      background-size: cover;
      position: relative; }
      @media (max-width: 768.98px) {
        .transform .example-bnr__item01 {
          background-size: none; } }
    .transform .example-bnr__item02 {
      background: #343a4c;
      background-image: none;
      position: relative;
      display: block;
      border: 2px solid #eee; }
      @media (max-width: 768.98px) {
        .transform .example-bnr__item02 {
          background-size: none; } }
      .transform .example-bnr__item02 img {
        width: 50%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media (min-width: 769px) {
          .transform .example-bnr__item02 img {
            width: 300px; } }
  .transform .contact-bnr {
    display: none; }
    @media (min-width: 769px) {
      .transform .contact-bnr {
        width: 120px;
        height: 120px;
        position: fixed;
        bottom: 150px;
        right: 10px;
        z-index: 99;
        display: block; } }

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

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