@charset "UTF-8";
/* normalize */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 75%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Base */
html {
  font-size: 62.5%;
}

body {
  color: #222222;
  font-size: 1.6rem;
  line-height: 2;
  background-color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 1.4rem;
  }
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
}
a {
  display: inline-block;
  color: #222222;
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  text-decoration: none;
}
a:hover {
  color: #222222;
}
a img {
  border: none;
}
a img:hover, a img:active {
  opacity: 0.8;
}

span {
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: none;
}

[class*=col-] {
  margin-bottom: 2rem;
}
[class*=col-] h1, [class*=col-] h2, [class*=col-] h3, [class*=col-] h4, [class*=col-] h5, [class*=col-] h6 {
  margin-bottom: 1.5rem;
}
[class*=col-] h1:last-child, [class*=col-] h2:last-child, [class*=col-] h3:last-child, [class*=col-] h4:last-child, [class*=col-] h5:last-child, [class*=col-] h6:last-child {
  margin-bottom: 0;
}

.row [class*=col-]:last-child {
  margin-bottom: 0;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, th, td, dt, dd, a {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.6;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-size: 1.8rem;
}

ul {
  list-style: none;
}

/*!
 * Bootstrap Grid v4.1.0 (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)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  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;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

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

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

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: 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 {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 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 {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

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

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

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

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

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

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

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

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

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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 {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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 {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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 {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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 {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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 {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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 {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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 {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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 {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
  }
}

.en {
  font-family: "utile-display", "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
}

.weight_500 {
  font-weight: 500 !important;
}

.ttl_main {
  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;
}
.ttl_main h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .ttl_main h3 {
    display: block;
  }
}
.ttl_main h3 span {
  font-family: "utile-display", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ttl_main h3 span {
    font-size: 4rem;
  }
}
.ttl_main h3 small {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 15px;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
  font-family: "utile-display", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .ttl_main h3 small {
    margin: 10px 0 0;
    display: block;
  }
}
.ttl_main h3.ja span {
  font-size: 3rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 991px) {
  .ttl_main h3.ja span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_main h3.ja span {
    font-size: 2.2rem;
  }
}
.ttl_main h3.ja small {
  color: #999999;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.page_ttl h2 {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .page_ttl h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page_ttl h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .page_ttl h2 {
    font-size: 2.2rem;
  }
}
.page_ttl h2 small {
  display: block;
  font-size: 1.4rem;
  color: #999;
  font-family: "utile-display", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  margin-top: 4px;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .page_ttl h2 small {
    font-size: 1.2rem;
  }
}
.page_ttl h4 {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page_ttl h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .page_ttl h4 {
    font-size: 2.2rem;
  }
}
.page_ttl h4 small {
  display: block;
  font-size: 1.4rem;
  font-family: "utile-display", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  margin-top: 4px;
}
@media screen and (max-width: 575px) {
  .page_ttl h4 small {
    font-size: 1.2rem;
  }
}
.page_ttl .cat {
  margin-top: 20px;
}
.page_ttl .cat span {
  font-size: 1.2rem;
  background: #f6f6f6;
  padding: 4px 20px 5px;
  border-radius: 100px;
  font-weight: 400;
}

.page_ttl_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page_ttl_side h3 {
  font-size: 3rem;
  font-weight: 500;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .page_ttl_side h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page_ttl_side h3 {
    font-size: 2.4rem;
    margin-right: 10px;
  }
}
@media screen and (max-width: 575px) {
  .page_ttl_side h3 {
    font-size: 2.2rem;
  }
}
.page_ttl_side small {
  font-size: 1.4rem;
  color: #999;
  font-family: "utile-display", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 575px) {
  .page_ttl_side small {
    font-size: 1.2rem;
  }
}

.ttl_quality {
  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;
}
@media screen and (max-width: 575px) {
  .ttl_quality {
    display: block;
  }
}
.ttl_quality .mark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #06287e;
  position: relative;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .ttl_quality .mark {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 575px) {
  .ttl_quality .mark {
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
  }
}
.ttl_quality .mark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  border: 2px solid #fff;
}
@media screen and (max-width: 575px) {
  .ttl_quality .mark:before {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .ttl_quality .mark br {
    display: none;
  }
}
.ttl_quality .mark span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .ttl_quality .mark span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_quality .mark span {
    position: static;
    -webkit-transform: none !important;
            transform: none !important;
    display: inline-block;
    width: auto;
    background: #06287e;
    border-radius: 100px;
    padding: 5px 20px;
    font-size: 1.4rem;
  }
}
.ttl_quality .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 575px) {
  .ttl_quality .txt {
    margin-top: 8px;
  }
}
.ttl_quality .txt small {
  font-size: 0.5em;
  display: block;
}
@media screen and (max-width: 575px) {
  .ttl_quality .txt small {
    font-size: 0.6em;
  }
}

.ttl_md {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .ttl_md {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_md {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_md {
    font-size: 2.4rem;
  }
}

.ttl_sm {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .ttl_sm {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_sm {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_sm {
    font-size: 2rem;
  }
}

.ttl_xs {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .ttl_xs {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_xs {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_xs {
    font-size: 1.8rem;
  }
}

.ttl_xxs {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .ttl_xxs {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_xxs {
    font-size: 1.8rem;
  }
}
.ttl_sub_center {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .ttl_sub_center {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_sub_center {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_sub_center {
    font-size: 2rem;
  }
}

.ttl_connect {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .ttl_connect {
    display: block;
  }
}
.ttl_connect h3 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 1239px) {
  .ttl_connect h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_connect h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_connect h3 {
    font-size: 2.4rem;
  }
}
.ttl_connect h3 .blue {
  color: #06287e;
  font-size: 3rem;
}
@media screen and (max-width: 1239px) {
  .ttl_connect h3 .blue {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_connect h3 .blue {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_connect h3 .blue {
    font-size: 2rem;
  }
}
.ttl_connect h3 sup {
  font-size: 1.4rem;
}
.ttl_connect .cross {
  width: 40px;
  height: 40px;
  margin: 0 50px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .ttl_connect .cross {
    margin: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .ttl_connect .cross {
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .ttl_connect .cross {
    width: 30px;
    height: 30px;
    margin: 15px auto;
  }
}
.ttl_connect .cross:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 40px;
  height: 2px;
  background: #06287E;
}
@media screen and (max-width: 767px) {
  .ttl_connect .cross:before {
    width: 30px;
  }
}
.ttl_connect .cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 40px;
  height: 2px;
  background: #06287E;
}
@media screen and (max-width: 767px) {
  .ttl_connect .cross:after {
    width: 30px;
  }
}

.ttl_accent {
  color: #06287e;
}

.single_ttl_icon {
  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;
}
@media screen and (max-width: 575px) {
  .single_ttl_icon {
    display: block;
  }
}
.single_ttl_icon figure {
  margin-right: 20px;
}
.single_ttl_icon h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 3.6rem;
}
@media screen and (max-width: 991px) {
  .single_ttl_icon h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .single_ttl_icon h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .single_ttl_icon h2 {
    font-size: 2.4rem;
    margin-top: 10px;
  }
}
.single_ttl_icon h2 small {
  display: block;
  font-size: 0.6em;
}

.ttl_new {
  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;
}
.ttl_new .mark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  background: #d00000;
  color: #fff;
  text-align: center;
  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-right: 20px;
}
@media screen and (max-width: 767px) {
  .ttl_new .mark {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    margin-right: 10px;
  }
}

.margin_10 {
  margin-top: 10px;
}

.margin_15 {
  margin-top: 15px;
}

.margin_20 {
  margin-top: 20px;
}

.txt_lg {
  font-size: 1.8rem;
}
@media screen and (max-width: 575px) {
  .txt_lg {
    font-size: 1.6rem;
  }
}

.txt_md {
  font-size: 1.6rem;
}
@media screen and (max-width: 575px) {
  .txt_md {
    font-size: 1.4rem;
  }
}

.txt_sm {
  font-size: 1.4rem;
}
@media screen and (max-width: 575px) {
  .txt_sm {
    font-size: 1.2rem;
  }
}

.txt_xs {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 575px) {
  .txt_xs {
    font-size: 1rem !important;
  }
}

.bold {
  font-weight: 600;
}

.color_blue {
  color: #06287e;
}

.color_gray {
  color: #666;
}

.indent {
  text-indent: 1em;
}

.link_arrow a {
  font-size: 1.4rem;
  color: #fff;
  background: #0e0e0e;
  padding: 8px 35px;
  border-radius: 100px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_arrow a:hover {
  opacity: 0.8;
}
.link_arrow a i {
  font-size: 1.2rem;
  margin-left: 10px;
}
.link_arrow.home_column_link {
  margin-right: 130px;
}

.link_basic a {
  font-size: 1.4rem;
  color: #fff;
  background: #0e0e0e;
  padding: 12px 60px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_basic a:hover {
  opacity: 0.8;
}
.link_basic.center {
  text-align: center;
}

.btn_icon a {
  font-size: 1.4rem;
  color: #fff;
  background: #0e0e0e;
  padding: 12px 60px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.btn_icon a i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_icon a:hover {
  opacity: 0.8;
}

.jump_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
.jump_link ul li {
  padding: 10px 50px;
  border-left: 1px solid #e6e6e6;
  margin-top: 20px;
}
.jump_link ul li:last-of-type {
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .jump_link ul li {
    padding: 10px 25px;
  }
}
@media screen and (max-width: 575px) {
  .jump_link ul li {
    padding: 10px;
    width: 50%;
    border-right: 1px solid #e6e6e6;
  }
  .jump_link ul li:nth-of-type(odd) {
    border-right: none;
  }
}
.jump_link ul li a {
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .jump_link ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .jump_link ul li a {
    display: block;
    text-align: center;
  }
}
.jump_link ul li a:hover {
  opacity: 0.7;
}
.jump_link ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}

.link_outer {
  margin-top: 8px;
}
.link_outer a {
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  padding: 5px 40px;
  font-size: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_outer a:hover {
  opacity: 0.8;
}
.link_outer a i {
  margin-left: 5px;
  font-size: 1rem;
}

.link_simple a {
  background: #222222;
  padding: 10px 60px;
  border-radius: 100px;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_simple a:hover {
  opacity: 0.7;
}

.link_small a {
  background: #222222;
  padding: 10px 30px;
  border-radius: 100px;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_small a:hover {
  opacity: 0.7;
}

.page_linkBox {
  background: #f8f8f8;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .page_linkBox {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .page_linkBox {
    padding: 30px;
  }
}
.page_linkBox .ttl {
  width: 250px;
  padding-right: 20px;
}
@media screen and (max-width: 1239px) {
  .page_linkBox .ttl {
    width: 210px;
  }
}
@media screen and (max-width: 991px) {
  .page_linkBox .ttl {
    width: 100%;
  }
}
.page_linkBox .ttl h4 a {
  padding-right: 36px;
  position: relative;
}
.page_linkBox .ttl h4 a .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
}
.page_linkBox .ttl h4 a .arrow i {
  color: #222222;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -40%);
          transform: translate(-45%, -40%);
}
.page_linkBox .ttl h4 a .arrow i.fa-arrow-up-right-from-square {
  font-size: 0.9rem;
}
.page_linkBox .link_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .page_linkBox .link_inner {
    margin-top: 30px;
  }
}
.page_linkBox .link_inner h5 {
  width: 100%;
  margin-bottom: 25px;
}
.page_linkBox .link_inner h5 a {
  padding-right: 36px;
  position: relative;
}
.page_linkBox .link_inner h5 a .arrow {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page_linkBox .link_inner h5 a .arrow i {
  color: #222222;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -40%);
          transform: translate(-45%, -40%);
}
.page_linkBox .link_inner h5 a .arrow i.fa-arrow-up-right-from-square {
  font-size: 0.9rem;
}
.page_linkBox .link_inner .items {
  width: 30%;
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
  margin-right: 5%;
}
.page_linkBox .link_inner .items:nth-of-type(1), .page_linkBox .link_inner .items:nth-of-type(2), .page_linkBox .link_inner .items:nth-of-type(3) {
  border-top: 1px solid #e6e6e6;
}
.page_linkBox .link_inner .items:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .page_linkBox .link_inner .items {
    width: 48%;
    margin-right: 4% !important;
  }
  .page_linkBox .link_inner .items:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .page_linkBox .link_inner .items:nth-of-type(3) {
    border-top: none;
  }
}
@media screen and (max-width: 575px) {
  .page_linkBox .link_inner .items {
    width: 100%;
    margin: 0 !important;
  }
  .page_linkBox .link_inner .items:nth-of-type(even) {
    margin-left: 0;
  }
  .page_linkBox .link_inner .items:nth-of-type(2) {
    border-top: none;
  }
}
.page_linkBox .link_inner .items a {
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_linkBox .link_inner .items a:hover {
  opacity: 0.7;
}
.page_linkBox .link_inner .items a p {
  font-size: 1.4rem;
}
.page_linkBox .link_inner .items a .arrow {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.page_linkBox .link_inner .items a .arrow i {
  color: #222222;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -40%);
          transform: translate(-45%, -40%);
}
.page_linkBox .link_inner .items a .arrow i.fa-arrow-up-right-from-square {
  font-size: 0.9rem;
}

.modal_link p {
  display: inline-block;
  font-size: 1.4rem !important;
  padding: 5px 35px 5px 20px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 !important;
}
.modal_link p:hover {
  opacity: 0.7;
}
.modal_link p .plus {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
.modal_link p .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  background: #fff;
}
.modal_link p .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 10px;
  background: #fff;
}

.modal_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal_content.active {
  visibility: visible;
  opacity: 1;
  z-index: 110;
}
.modal_content * {
  color: #222222 !important;
}
.modal_content_items_inner {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 80vw;
  z-index: 1001;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal_content_items_inner.active {
  visibility: visible;
  opacity: 1;
  z-index: 1001;
}
.modal_content_items_inner .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: #eeeeee;
  border-radius: 50%;
  cursor: pointer;
}
.modal_content_items_inner .close:before, .modal_content_items_inner .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  background: #222;
}
.modal_content_items_inner .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal_content_items_inner .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_content_items_inner .scroll_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  max-height: 80vh;
}
.modal_content_items_inner .scroll_content_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .modal_content_items_inner .scroll_content_inner {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .modal_content_items_inner .scroll_content_inner {
    padding: 30px 20px;
  }
}
.modal_content_items_inner .scroll_content .logo_txt {
  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;
}
@media screen and (max-width: 991px) {
  .modal_content_items_inner .scroll_content .logo_txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .modal_content_items_inner .scroll_content .logo_txt {
    display: block;
  }
}
.modal_content_items_inner .scroll_content .logo_txt figure {
  width: 120px;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .modal_content_items_inner .scroll_content .logo_txt figure {
    width: 100px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .modal_content_items_inner .scroll_content .logo_txt figure {
    width: 120px;
    margin: 0 auto;
  }
}
.modal_content_items_inner .scroll_content .logo_txt .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 575px) {
  .modal_content_items_inner .scroll_content .logo_txt .txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .modal_content_items_inner .scroll_content .logo_txt .txt p {
    font-size: 1.4rem;
  }
}
.modal_content .flow_scroll {
  width: 100%;
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .modal_content .flow_scroll {
    overflow-x: auto;
  }
}
.modal_content .flow_scroll figure {
  width: 100% !important;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .modal_content .flow_scroll figure {
    width: 705px !important;
  }
}
.modal_content .flow_scroll img {
  width: 100%;
}
.modal_content .flow_scroll_02 {
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .modal_content .flow_scroll_02 {
    overflow-x: auto;
  }
}
.modal_content .flow_scroll_02 figure {
  width: 100% !important;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .modal_content .flow_scroll_02 figure {
    width: 670px !important;
  }
}
.modal_content .flow_scroll_02 img {
  width: 100%;
}
.modal_content .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 991px) {
  .modal_content .flow {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.modal_content .flow_content {
  width: 33.3%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.modal_content .flow_content:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 16px solid #555555;
  border-right: 0;
}
@media screen and (max-width: 991px) {
  .modal_content .flow_content:before {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -33px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.modal_content .flow_content:nth-of-type(3n) {
  margin-right: 0;
}
.modal_content .flow_content:nth-of-type(n + 4) {
  margin-top: 30px;
}
.modal_content .flow_content:last-of-type:before, .modal_content .flow_content:nth-of-type(3n):before {
  display: none;
}
@media screen and (max-width: 991px) {
  .modal_content .flow_content {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    margin: 0 !important;
  }
  .modal_content .flow_content:not(:first-of-type) {
    margin-top: 40px !important;
  }
}
.modal_content .flow_content .inner {
  padding: 20px;
  border: 1px solid #e6e6e6;
  height: 100%;
}
.modal_content .flow_content h5 {
  text-align: center;
  font-size: 2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .modal_content .flow_content h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .modal_content .flow_content h5 {
    font-size: 1.6rem;
  }
}
.modal_content .flow_content figure {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.modal_content .flow_content figure img {
  width: auto;
  max-width: 100%;
}
.modal_content .flow_content p {
  font-size: 1.4rem;
}
.modal_content .flow.type_02 .flow_content {
  width: 50%;
}
.modal_content .flow.type_04 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
@media screen and (max-width: 767px) {
  .modal_content .flow.type_04 {
    display: block !important;
  }
}
.modal_content .flow.type_04 figure {
  width: 50%;
  max-width: 555px;
  padding: 0 20px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .modal_content .flow.type_04 figure {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .modal_content .flow.type_04 figure:not(:first-of-type) {
    margin-top: 20px;
  }
}

.modal_content .flow.arrow_none .flow_content:before {
  display: none;
}

.scroll_sm {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .scroll_sm {
    overflow-x: auto;
  }
  .scroll_sm img {
    width: 767px;
    max-width: 767px;
  }
}

.content_sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .content_sep {
    display: block;
  }
}
.content_sep_ttl {
  width: 300px;
  margin-right: 30px;
}
@media screen and (max-width: 1359px) {
  .content_sep_ttl {
    width: 240px;
  }
}
@media screen and (max-width: 991px) {
  .content_sep_ttl {
    width: 100%;
    margin: 0;
  }
}
.content_sep_ttl h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .content_sep_ttl h3 {
    display: block;
  }
}
.content_sep_ttl h3 span {
  font-family: "utile-display", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .content_sep_ttl h3 span {
    font-size: 4rem;
  }
}
.content_sep_ttl h3 small {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 15px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  font-family: "utile-display", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", serif;
}
@media screen and (max-width: 767px) {
  .content_sep_ttl h3 small {
    margin: 2px 0 0;
    display: block;
    -webkit-transform: none;
            transform: none;
  }
}
.content_sep_ttl .link_arrow {
  margin-top: 50px;
}
.content_sep_ttl.vertical_pc h3 {
  display: block;
}
@media screen and (max-width: 991px) {
  .content_sep_ttl.vertical_pc h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content_sep_ttl.vertical_pc h3 small {
  display: block;
  margin: 25px 0 0;
}
@media screen and (max-width: 991px) {
  .content_sep_ttl.vertical_pc h3 small {
    display: inline-block;
    margin: 0 0 0 15px;
  }
}
.content_sep_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .content_sep_content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .content_sep_content {
    margin-top: 30px;
  }
}

.content_twoColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 575px) {
  .content_twoColumn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.content_twoColumn_item {
  padding: 0 30px;
  width: 50%;
}
.content_twoColumn_item:nth-of-type(n + 3) {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .content_twoColumn_item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .content_twoColumn_item {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
  .content_twoColumn_item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.content_twoColumn_item > a {
  display: block;
  width: 100%;
}
.content_twoColumn_item figure img {
  width: 100%;
}

.content_threeColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 575px) {
  .content_threeColumn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.content_threeColumn_item {
  padding: 0 20px;
  width: 33.3%;
}
.content_threeColumn_item:nth-of-type(n + 4) {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .content_threeColumn_item {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
  .content_threeColumn_item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.content_threeColumn_item > a {
  display: block;
  width: 100%;
}
.content_threeColumn_item figure img {
  width: 100%;
}
.content_threeColumn_item .txt_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content_fourColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 575px) {
  .content_fourColumn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.content_fourColumn_item {
  padding: 0 15px;
  width: 25%;
}
.content_fourColumn_item:nth-of-type(n + 5) {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .content_fourColumn_item {
    width: 100% !important;
    max-width: 100% !important;
  }
  .content_fourColumn_item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.content_fourColumn_item > a {
  display: block;
  width: 100%;
}
.content_fourColumn_item figure img {
  width: 100%;
}

.variable_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.variable_content.left_ver .variable_content_item:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
.variable_content.right_ver .variable_content_item:nth-of-type(1) {
  margin-right: 40px;
}
.variable_content.right_ver .variable_content_item:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.variableContent_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .variableContent_right {
    display: block;
  }
}
.variableContent_right .left_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .variableContent_right .left_content {
    margin: 0;
  }
}
.variableContent_right .right_content {
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .variableContent_right .right_content {
    margin-top: 30px;
    margin-left: 0;
  }
}

.variableContent_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .variableContent_left {
    display: block;
  }
}
.variableContent_left .left_content {
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .variableContent_left .left_content {
    margin: 0;
  }
}
.variableContent_left .right_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .variableContent_left .right_content {
    margin-top: 30px;
  }
}

.info_table {
  margin-top: 40px;
}
.info_table table {
  width: 100%;
  border-collapse: collapse;
}
.info_table table tr {
  border-bottom: 1px solid #e6e6e6;
}
.info_table table tr:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.info_table table tr th, .info_table table tr td {
  padding: 30px 0;
  text-align: left;
  font-weight: 400;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .info_table table tr th, .info_table table tr td {
    display: block;
    width: 100%;
  }
}
.info_table table tr th {
  width: 235px;
  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;
}
@media screen and (max-width: 767px) {
  .info_table table tr th {
    padding: 30px 0 0;
  }
}
.info_table table tr th .day {
  margin-right: 20px;
}
.info_table table tr th .cat {
  width: 100px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 100px;
  padding: 5px 10px;
  font-size: 1.2rem;
}
.info_table table tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .info_table table tr td {
    padding: 6px 0 30px;
  }
}
.info_table table tr td a {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif !important;
}
.info_table table tr td a > i {
  margin-left: 6px;
}
.info_table table tr td .icon {
  border-radius: 50%;
  background: #f5f5f5;
  position: relative;
  padding: 0 12px;
  line-height: 1;
}
.info_table table tr td .icon i {
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.info_table.support {
  margin: 0;
}
.info_table.support table tr th {
  width: 305px;
}
.info_table.support table tr th .cat {
  font-size: 1rem;
  width: 150px;
}
.info_table.en {
  margin-top: 0;
}

.table_base table {
  width: 100%;
  border-collapse: collapse;
}
.table_base table tr th, .table_base table tr td {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  padding: 20px 15px;
  border: 1px solid #e6e6e6;
}
.table_base table tr th {
  width: 180px;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .table_base table tr th {
    width: 140px;
  }
}
@media screen and (max-width: 575px) {
  .table_base table tr th {
    width: 90px;
  }
}
.table_base table tr td {
  border-right: none;
}
.table_base table tr td .table_cubContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table_base table tr td .table_cubContent .td_hrad {
  width: 120px;
}
.table_base table tr td .table_cubContent .td_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table_base table tr td .table_cubContent .link_outer {
  margin-top: 8px;
}
.table_base table tr td .table_cubContent .link_outer a {
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  padding: 5px 40px;
  font-size: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.table_base table tr td .table_cubContent .link_outer a:hover {
  opacity: 0.8;
}
.table_base table tr td .table_cubContent .link_outer a i {
  margin-left: 5px;
  font-size: 1rem;
}
.table_base table tr td .mt {
  margin-top: 20px;
}

.table_simple {
  width: 100%;
  border-collapse: collapse;
}
.table_simple tr:first-of-type th, .table_simple tr:first-of-type td {
  border-top: 1px solid #e6e6e6;
}
.table_simple tr th, .table_simple tr td {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  padding: 20px 15px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 575px) {
  .table_simple tr th, .table_simple tr td {
    display: block;
    width: 100% !important;
  }
}
.table_simple tr th {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .table_simple tr th {
    width: 140px;
  }
}
@media screen and (max-width: 575px) {
  .table_simple tr th {
    padding-bottom: 0;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 575px) {
  .table_simple tr td {
    border-top: none !important;
    padding-top: 5px;
  }
}
.table_simple tr td a {
  text-decoration: underline;
  margin-right: 20px;
}
.table_simple tr td .icon {
  border-radius: 50%;
  background: #f5f5f5;
  position: relative;
  padding: 0 10px;
  line-height: 1;
}
.table_simple tr td .icon i {
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.black {
  background: #1a1a1a;
}
.black * {
  color: #fff;
}
.black .home_column_outer .home_column .swiper-slide a h3 {
  color: #fff;
}
.black .home_column_outer .home_column .swiper-slide a .cat li {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}
.black .info_table table tr th .cat {
  background: #fff;
  color: #222222;
}
.black .link_basic a {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}
.black .arrow_relative .arrow_absolute .swiper-button-next {
  background: url(../images/slide_arrow_white.png) no-repeat;
  background-size: contain;
}
.black .arrow_relative .arrow_absolute .swiper-button-prev {
  background: url(../images/slide_arrow_white.png) no-repeat;
  background-size: contain;
}
.black .arrow_relative .arrow_absolute .swiper-button-next02 {
  background: url(../images/slide_arrow_white.png) no-repeat;
  background-size: contain;
}
.black .arrow_relative .arrow_absolute .swiper-button-prev02 {
  background: url(../images/slide_arrow_white.png) no-repeat;
  background-size: contain;
}
.black .faq .items_q .plus:before {
  background: #fff;
}
.black .faq .items_q .plus:after {
  background: #fff;
}
.black .product_archive_content .items .txt p {
  background: none;
  color: #fff;
}
.black .archive_sort_content .items a h3 {
  color: #fff;
}
.black .archive_sort_content .items a .cat li {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}
.black .ttl_accent {
  color: #f6e92f;
}

.faq .items {
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
}
.faq .items:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}
.faq .items_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.faq .items_q .mark {
  font-size: 3rem;
  color: #999999;
  font-family: "utile-display", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  margin-right: 15px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.faq .items_q .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 16px;
  padding-right: 50px;
}
.faq .items_q .txt p {
  line-height: 1.6;
}
.faq .items_q .plus {
  position: absolute;
  top: 10px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}
.faq .items_q .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 1px;
  background: #222222;
}
.faq .items_q .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background: #222222;
}
.faq .items_q .plus.open:after {
  opacity: 0;
}
.faq .items_a {
  margin: 15px 0 0 40px;
  display: none;
}
.faq .items_a p {
  line-height: 1.8;
}
.faq .items_a.post-body > *:first-child {
  margin-top: 0;
}

.list_disc li {
  padding-left: 0.8em;
  position: relative;
}
.list_disc li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #666666;
  border-radius: 50%;
}

.coution_list li {
  padding-left: 1.2em;
  position: relative;
  color: #666;
  font-size: 1.4rem;
}
.coution_list li:before {
  content: "※" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.coution_list li a {
  color: #666;
}
.coution_list.nostamp li {
  padding-left: 0;
}
.coution_list.nostamp li:before {
  content: "" !important;
}

.coution_list_en li {
  padding-left: 1.2em;
  position: relative;
  color: #666;
  font-size: 1.4rem;
}
.coution_list_en li:before {
  content: "*" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.coution_list_en li a {
  color: #666;
}

.white_bg {
  background: #fff;
}

.gray_bg {
  background: #eeeeee;
}

.lightgray_bg {
  background: #f8f8f8;
}

.blue_bg {
  background: #f8f9fc;
}

.products_lightgray {
  position: relative;
}
.products_lightgray:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 130px);
  background: #f5f5f5;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .page_mv {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .page_mv {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.page_mv.inkjet_bg {
  background: url(../images/products/page_inkjet_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page_mv_inner {
  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;
}
@media screen and (max-width: 991px) {
  .page_mv_inner {
    display: block;
  }
}
.page_mv_inner h1 {
  font-size: 5rem;
  font-family: "utile-display", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 575px) {
  .page_mv_inner h1 {
    font-size: 3.8rem;
  }
}
.page_mv_inner h1 small {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  .page_mv_inner h1 small {
    font-size: 1.2rem;
  }
}
.page_mv_inner figure {
  width: 760px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media screen and (max-width: 1359px) {
  .page_mv_inner figure {
    width: 640px;
  }
}
@media screen and (max-width: 1239px) {
  .page_mv_inner figure {
    width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .page_mv_inner figure {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .page_mv_inner figure {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

.page_mv_sub,
.page_mv_sub_bg {
  padding: 100px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 991px) {
  .page_mv_sub,
  .page_mv_sub_bg {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .page_mv_sub,
  .page_mv_sub_bg {
    padding: 30px 0;
  }
}
.page_mv_sub_inner,
.page_mv_sub_bg_inner {
  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;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .page_mv_sub_inner,
  .page_mv_sub_bg_inner {
    display: block;
  }
}
.page_mv_sub_inner h1,
.page_mv_sub_bg_inner h1 {
  font-size: 5rem;
  font-family: "utile-display", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  line-height: 1.4;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .page_mv_sub_inner h1,
  .page_mv_sub_bg_inner h1 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 575px) {
  .page_mv_sub_inner h1,
  .page_mv_sub_bg_inner h1 {
    font-size: 3.6rem;
  }
}
.page_mv_sub_inner h1 small,
.page_mv_sub_bg_inner h1 small {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
  color: #999;
  font-family: "utile-display", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page_mv_sub_inner h1 small,
  .page_mv_sub_bg_inner h1 small {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 575px) {
  .page_mv_sub_inner h1 small,
  .page_mv_sub_bg_inner h1 small {
    font-size: 1.2rem;
  }
}
.page_mv_sub_inner h2,
.page_mv_sub_bg_inner h2 {
  display: block;
  width: 100%;
}
.page_mv_sub_inner h2 span,
.page_mv_sub_bg_inner h2 span {
  font-size: 1.2rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #f6f6f6;
  border-radius: 100px;
  padding: 3px 15px;
}
@media screen and (max-width: 575px) {
  .page_mv_sub_inner h2 span,
  .page_mv_sub_bg_inner h2 span {
    font-size: 1rem;
  }
}
.page_mv_sub_inner.flex figure,
.page_mv_sub_bg_inner.flex figure {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .page_mv_sub_inner.flex figure,
  .page_mv_sub_bg_inner.flex figure {
    width: 260px;
  }
}
@media screen and (max-width: 575px) {
  .page_mv_sub_inner.flex figure,
  .page_mv_sub_bg_inner.flex figure {
    width: 140px;
  }
}
.page_mv_sub.border_none,
.page_mv_sub_bg.border_none {
  border-top: none;
  padding: 40px 0 100px;
}
@media screen and (max-width: 991px) {
  .page_mv_sub.border_none,
  .page_mv_sub_bg.border_none {
    padding: 20px 0 60px;
  }
}
@media screen and (max-width: 575px) {
  .page_mv_sub.border_none,
  .page_mv_sub_bg.border_none {
    padding: 10px 0 30px;
  }
}
.page_mv_sub.padding_none,
.page_mv_sub_bg.padding_none {
  padding: 25px 0 50px;
}
@media screen and (max-width: 575px) {
  .page_mv_sub.padding_none,
  .page_mv_sub_bg.padding_none {
    padding: 5px 0 25px;
  }
}
.page_mv_sub.padding_sm,
.page_mv_sub_bg.padding_sm {
  padding: 60px 0 60px;
}

.page_mv_sub {
  padding: 70px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 991px) {
  .page_mv_sub {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .page_mv_sub {
    padding: 30px 0;
  }
}

.page_mv_sub_bg {
  padding: 180px 0;
  border-bottom: none;
}
@media screen and (max-width: 1359px) {
  .page_mv_sub_bg {
    padding: 130px 0;
  }
}
@media screen and (max-width: 1239px) {
  .page_mv_sub_bg {
    padding: 100px 0;
  }
}
@media screen and (max-width: 991px) {
  .page_mv_sub_bg {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .page_mv_sub_bg {
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .page_mv_sub_bg {
    padding: 65px 0;
  }
}
@media screen and (max-width: 767px) {
  .page_mv_sub_bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page_mv_sub_bg_inner h1 {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .page_mv_sub_bg_inner h1 small {
    color: #222222;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page_mv_sub_bg_inner h1 small {
    color: #fff;
  }
}
.page_mv_sub_bg.sign {
  background: url(../images/application/sign_mv.webp) no-repeat #eeeeee;
  background-position: 100% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page_mv_sub_bg.sign {
    background-size: 125%;
  }
}
.page_mv_sub_bg.inkjet {
  background: url(../images/products_inkjet_mv.webp) no-repeat #eeeeee;
  background-position: 100% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page_mv_sub_bg.inkjet {
    background-size: 125%;
  }
}
.page_mv_sub_bg.cad {
  background: url(../images/products_cad_mv.webp) no-repeat #eeeeee;
  background-position: 100% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page_mv_sub_bg.cad {
    background-size: 125%;
  }
}
.page_mv_sub_bg.drafter {
  background: url(../images/products_drafter_mv.webp) no-repeat #eeeeee;
  background-position: 100% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page_mv_sub_bg.drafter {
    background-size: 125%;
  }
}
.page_mv_sub_bg.office {
  background: url(../images/categorytop_office_20260121.webp) no-repeat #eeeeee;
  background-position: 100% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page_mv_sub_bg.office {
    background-size: 125%;
  }
}
.page_mv_sub_bg.digi {
  background: url(../images/categorytop_digi.webp) no-repeat #eeeeee;
  background-position: 100% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page_mv_sub_bg.digi {
    background-size: 125%;
  }
}
.page_mv_sub_bg.threeD {
  background: url(../images/products_3d_mv.webp) no-repeat #eeeeee;
  background-position: 100% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page_mv_sub_bg.threeD {
    background-size: 125%;
  }
}
.page_mv_sub_bg.plotter {
  background: url(../images/products_plotter_mv.webp) no-repeat #eeeeee;
  background-position: 100% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page_mv_sub_bg.plotter {
    background-size: 125%;
  }
}
.page_mv_sub_bg.scanner {
  background: url(../images/products_scanner_mv.webp) no-repeat #eeeeee;
  background-position: 100% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page_mv_sub_bg.scanner {
    background-size: 125%;
  }
}

.borderTop {
  border-top: 1px solid #e6e6e6;
}

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

.link_underline {
  text-decoration: underline;
}

.coution_txt {
  color: #666;
  font-size: 1.4rem;
}

.pager {
  background: #222;
}
.pager p {
  text-align: center;
  color: #fff;
  padding: 50px 0;
}

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

.single_frame {
  padding: 40px;
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .single_frame {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .single_frame {
    padding: 30px 20px;
  }
}
.single_frame .ttl {
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .single_frame .ttl {
    font-size: 1.8rem;
  }
}

figcaption {
  margin-top: 0.5em;
  text-align: center;
  color: #333;
  font-size: 1.4rem;
}
@media screen and (max-width: 575px) {
  figcaption {
    font-size: 1.2rem;
  }
}

.template_ttl {
  margin-top: 80px;
  margin-bottom: 40px;
}

.gothic {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif !important;
}

a.underline {
  text-decoration: underline;
}

.figure_padding {
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  .figure_padding {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 575px) {
  .figure_padding {
    padding: 30px 20px;
  }
}

.white_padding {
  padding: 30px;
  background: #fff;
  position: relative;
}

.satori__custom_form {
  width: 100% !important;
  background: #f6f6f6 !important;
}
.satori__custom_form * {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.satori__custom_form .satori__input_group label {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}
.satori__custom_form .satori__input_group .satori__require,
.satori__custom_form .satori__input_group .satori__not_require {
  font-size: 1.2rem !important;
  padding: 8px 10px !important;
  border-radius: 0 !important;
  color: #fff !important;
}
.satori__custom_form input[type=text],
.satori__custom_form input[type=tel],
.satori__custom_form input[type=email],
.satori__custom_form textarea {
  background: #fff !important;
  font-size: 1.4rem !important;
  border-radius: 0 !important;
  border: 1px solid #e6e6e6 !important;
  padding: 10px 15px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: auto !important;
}
.satori__custom_form textarea {
  min-height: 200px !important;
}
.satori__custom_form select {
  font-size: 1.4rem !important;
}
.satori__custom_form select option {
  font-size: 1.4rem !important;
}
.satori__custom_form .satori__notes {
  padding: 0 !important;
  margin: 8px 0 0 !important;
  font-size: 1.4rem !important;
  color: #666 !important;
  background: none !important;
  border: none !important;
}
.satori__custom_form .satori__message {
  font-size: 1.4rem !important;
  margin: 10px 0 !important;
}
.satori__custom_form .satori__submit_group {
  margin-top: 15px !important;
}
.satori__custom_form .satori__submit_group input[type=button] {
  font-size: 1.4rem !important;
}

.contactForm {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  padding: 60px;
  background: #f6f6f6;
  width: calc(100% - 40px);
  max-width: 872px;
}
@media screen and (max-width: 991px) {
  .contactForm {
    max-width: 720px;
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .contactForm {
    max-width: 540px;
    padding: 30px 20px;
  }
}
.contactForm.form_en .satori__require {
  background: none !important;
  color: #000 !important;
  padding: 0 !important;
}
.contactForm.form_en .satori__not_require {
  display: none !important;
}

.download_btn .link_arrow button {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.download_btn .link_arrow button:hover {
  opacity: 0.7;
}
.download_btn .link_arrow button i {
  margin-left: 6px;
}

.figure-scroll {
  overflow-x: auto;
}
.figure-scroll img {
  width: 100%;
  max-width: 100%;
}

.txt_right {
  text-align: right;
}

.txt_center {
  text-align: center;
}

.link_float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link_float .link_arrow {
  margin: 5px;
}

.functions-ttl {
  padding-left: 75px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .functions-ttl {
    padding-left: 60px;
  }
}
@media screen and (max-width: 575px) {
  .functions-ttl {
    padding-left: 48px;
  }
}
.functions-ttl img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 63px;
}
@media screen and (max-width: 991px) {
  .functions-ttl img {
    width: 48px;
  }
}
@media screen and (max-width: 575px) {
  .functions-ttl img {
    width: 38px;
  }
}

.l-base {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .l-base {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .l-base {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .l-base {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .l-base {
    width: 100%;
    max-width: 1200px;
  }
}
@media (min-width: 1360px) {
  .l-base {
    width: 100%;
    max-width: 1320px;
  }
}

.w-1200 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-1200 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-1200 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-1200 {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .w-1200 {
    width: 100%;
    max-width: 1200px;
  }
}

.w-872 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-872 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-872 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-872 {
    width: 100%;
    max-width: 872px;
  }
}

.w-760 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-760 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-760 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-760 {
    width: 100%;
    max-width: 760px;
  }
}

.w-960 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-960 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-960 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-960 {
    width: 100%;
    max-width: 960px;
  }
}

.w-1520 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-1520 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-1520 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-1520 {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .w-1520 {
    width: 100%;
    max-width: 1200px;
  }
}
@media (min-width: 1360px) {
  .w-1520 {
    width: 100%;
    max-width: 1320px;
  }
}
@media (min-width: 1560px) {
  .w-1520 {
    width: 100%;
    max-width: 1520px;
  }
}

.l-header {
  background: #0e0e0e;
  width: 100%;
  position: relative;
  z-index: 99;
}
.l-header_inner {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 1359px) {
  .l-header_inner {
    margin-left: 0;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1239px) {
  .l-header_inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.l-header_inner .left_content {
  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;
}
.l-header_inner .left_content .logo {
  line-height: 1;
  margin: 0 50px 0 0;
  font-size: 0;
  width: 190px;
}
@media screen and (max-width: 1359px) {
  .l-header_inner .left_content .logo {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1239px) {
  .l-header_inner .left_content .logo {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .l-header_inner .left_content .logo {
    width: 130px;
  }
}
.l-header_inner .left_content .logo a {
  background: #06287e;
  padding: 49px 0;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1239px) {
  .l-header_inner .left_content .logo a {
    padding: 35px 0;
  }
}
@media screen and (max-width: 575px) {
  .l-header_inner .left_content .logo a {
    padding: 25px 0;
  }
}
.l-header_inner .left_content .logo a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 575px) {
  .l-header_inner .left_content .logo a img {
    width: 80px;
  }
}
@media screen and (max-width: 1239px) {
  .l-header_inner .left_content .nav {
    display: none;
  }
}
.l-header_inner .left_content .nav ul {
  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;
}
.l-header_inner .left_content .nav ul li {
  margin-right: 25px;
}
.l-header_inner .left_content .nav ul li:last-of-type {
  margin-right: 0;
}
.l-header_inner .left_content .nav ul li a {
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header_inner .left_content .nav ul li a:hover {
  opacity: 0.8;
}
.l-header_inner .right_content {
  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;
}
@media screen and (max-width: 1239px) {
  .l-header_inner .right_content {
    display: none;
  }
}
.l-header_inner .right_content .contact {
  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;
  margin-right: 30px;
}
.l-header_inner .right_content .contact li:not(:last-of-type) {
  margin-right: 20px;
}
.l-header_inner .right_content .contact li a {
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header_inner .right_content .contact li a:hover {
  opacity: 0.8;
}
.l-header_inner .right_content .contact li a i {
  margin-left: 5px;
}
.l-header_inner .right_content .lang_btn a {
  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;
  border: 1px solid #666666;
  border-radius: 100px;
  padding: 7px 20px 9px;
}
.l-header_inner .right_content .lang_btn a:hover {
  opacity: 0.8;
}
.l-header_inner .right_content .lang_btn a li {
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  font-family: "utile-display", "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header_inner .right_content .lang_btn a li:not(:last-of-type) {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.l-header_inner .right_content .lang_btn a li:not(:last-of-type):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #333;
}
.l-header_inner .right_content .lang_btn a li i {
  margin-right: 5px;
}
.footer_sns {
  background: #1a1a1a;
  padding: 30px 0;
}
.footer_sns_content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
}
@media screen and (max-width: 991px) {
  .footer_sns_content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer_sns_content {
    width: 220px;
  }
}
.footer_sns_content h5 {
  font-size: 1.4rem;
  font-family: "utile-display", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  color: #666666;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .footer_sns_content h5 {
    text-align: center;
    margin: 0;
  }
}
.footer_sns_content .sns_btn {
  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;
}
@media screen and (max-width: 991px) {
  .footer_sns_content .sns_btn {
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 575px) {
  .footer_sns_content .sns_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer_sns_content .sns_btn li:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .footer_sns_content .sns_btn li {
    margin-right: 0 !important;
  }
  .footer_sns_content .sns_btn li:nth-of-type(4) {
    margin-top: 20px !important;
  }
}
.footer_sns_content .sns_btn li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_sns_content .sns_btn li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .footer_sns_content .sns_btn .square:not(:first-of-type) {
    margin-left: 10px;
  }
}
.footer_sns_content .sns_btn .square a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #616161;
  position: relative;
}
.footer_sns_content .sns_btn .square a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .footer_sns_content .sns_btn .youtube {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
.footer_sns_content .sns_btn .youtube a {
  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;
  border-radius: 100px;
  border: 1px solid #616161;
  padding: 12px 20px;
}
@media screen and (max-width: 767px) {
  .footer_sns_content .sns_btn .youtube a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer_sns_content .sns_btn .youtube a img {
  margin-right: 6px;
}
.footer_sns_content .sns_btn .youtube a p {
  font-size: 1.2rem;
  color: #fff;
}

.l-footer {
  background: #0e0e0e;
  padding: 100px 0;
}
.l-footer_inner {
  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;
}
@media screen and (max-width: 991px) {
  .l-footer_inner {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .l-footer_inner .comArea {
    text-align: center;
  }
}
.l-footer_inner .comArea h2 {
  line-height: 1;
}
.l-footer_inner .comArea h2 a {
  display: block;
}
.l-footer_inner .comArea h2 a img {
  width: 129px;
}
.l-footer_inner .comArea p {
  margin-top: 20px;
  color: #fff;
  font-size: 1.3rem;
}
.l-footer_inner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .l-footer_inner .nav {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_inner .nav {
    width: 100%;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_inner .nav ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.l-footer_inner .nav ul:not(:last-of-type) {
  margin-right: 80px;
}
@media screen and (max-width: 1359px) {
  .l-footer_inner .nav ul:not(:last-of-type) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_inner .nav ul {
    width: 50%;
    margin: 0 !important;
  }
}
.l-footer_inner .nav ul li:first-of-type {
  font-weight: 600;
}
.l-footer_inner .nav ul li a {
  color: #fff;
  font-size: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer_inner .nav ul li a:hover {
  opacity: 0.8;
}
.l-footer_inner .nav ul li a i {
  margin-left: 4px;
}

.copy {
  background: #0e0e0e;
  border-top: 1px solid #242424;
  padding: 50px 0 80px;
}
.copy_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1359px) {
  .copy_inner {
    display: block;
  }
}
.copy_inner .copylight {
  font-size: 1.2rem;
  color: #fff;
  font-family: "utile-display", "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
}
@media screen and (max-width: 1359px) {
  .copy_inner .copylight {
    margin-top: 50px;
    text-align: center;
  }
}
.copy_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1359px) {
  .copy_inner ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .copy_inner ul {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .copy_inner ul li {
    text-align: center;
    margin: 0 !important;
  }
  .copy_inner ul li:not(:first-of-type) {
    margin-top: 6px !important;
  }
}
.copy_inner ul li:not(:last-of-type) {
  margin-right: 30px;
}
.copy_inner ul li a {
  font-size: 1.2rem;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.copy_inner ul li a:hover {
  opacity: 0.8;
}
.copy_inner ul li a i {
  margin-left: 4px;
}

.mega_menu {
  background: #fff;
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 120px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1239px) {
  .mega_menu {
    top: 93px;
  }
}
@media screen and (max-width: 575px) {
  .mega_menu {
    top: 64px;
  }
}
.mega_menu.active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.mega_menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 991px) {
  .mega_menu_inner {
    display: block;
  }
}
.mega_menu_inner .megaMenu_close {
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #222222;
}
@media screen and (max-width: 1239px) {
  .mega_menu_inner .megaMenu_close {
    right: 0;
  }
}
.mega_menu_inner .megaMenu_close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 18px;
  height: 1px;
  background: #222222;
}
.mega_menu_inner .megaMenu_close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 18px;
  height: 1px;
  background: #222222;
}
.mega_menu_inner .menu_nav {
  border-right: 1px solid #e6e6e6;
  width: 220px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .mega_menu_inner .menu_nav {
    border: none;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .mega_menu_inner .menu_nav {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.mega_menu_inner .menu_nav .ttl h4 {
  font-size: 3rem;
  font-family: "utile-display", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
}
.mega_menu_inner .menu_nav .ttl .link a {
  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-transition: 0.3s;
  transition: 0.3s;
}
.mega_menu_inner .menu_nav .ttl .link a:hover {
  opacity: 0.8;
}
.mega_menu_inner .menu_nav .ttl .link a p {
  font-size: 1.4rem;
}
.mega_menu_inner .menu_nav .ttl .link a .arrow {
  width: 20px;
  height: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
}
.mega_menu_inner .menu_nav .ttl .link a .arrow i {
  color: #222222;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -40%);
          transform: translate(-45%, -40%);
}
.mega_menu_inner .menu_nav ul {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .mega_menu_inner .menu_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mega_menu_inner .menu_nav ul li:not(:last-of-type) {
  margin-top: 6px;
}
@media screen and (max-width: 991px) {
  .mega_menu_inner .menu_nav ul li {
    margin: 0 !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 5px;
  }
}
.mega_menu_inner .menu_nav ul li a {
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .mega_menu_inner .menu_nav ul li a {
    padding: 6px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.mega_menu_inner .menu_nav ul li a:hover {
  opacity: 0.8;
}
.mega_menu_inner .menu_nav ul li a i {
  font-size: 1.2rem;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-left: 5px;
}
.mega_menu_inner .menu_nav ul li.active a {
  opacity: 0.6;
}
.mega_menu_inner .nav_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px;
}
@media screen and (max-width: 991px) {
  .mega_menu_inner .nav_content {
    padding: 0;
  }
}
.mega_menu_inner .nav_content_inner .link a {
  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-transition: 0.3s;
  transition: 0.3s;
}
.mega_menu_inner .nav_content_inner .link a:hover {
  opacity: 0.8;
}
.mega_menu_inner .nav_content_inner .link a p {
  font-size: 1.8rem;
  font-weight: 600;
}
.mega_menu_inner .nav_content_inner .link a .arrow {
  width: 24px;
  height: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
}
.mega_menu_inner .nav_content_inner .link a .arrow i {
  color: #222222;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -40%);
          transform: translate(-45%, -40%);
}
.mega_menu_inner .nav_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mega_menu_inner .nav_content_item .items {
  width: 33.3%;
  margin-top: 30px;
}
@media screen and (max-width: 1239px) {
  .mega_menu_inner .nav_content_item .items {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .mega_menu_inner .nav_content_item .items {
    width: 100%;
    margin-top: 20px;
  }
}
.mega_menu_inner .nav_content_item .items a {
  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-transition: 0.3s;
  transition: 0.3s;
}
.mega_menu_inner .nav_content_item .items a:hover {
  opacity: 0.8;
}
.mega_menu_inner .nav_content_item .items a figure {
  width: 80px;
  height: 80px;
  background: #e6e6e6;
  margin-right: 20px;
}
.mega_menu_inner .nav_content_item .items a .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.mega_menu_inner .nav_content_item .items a .txt p {
  font-size: 1.2rem;
  position: relative;
  line-height: 1.6;
}
.mega_menu_inner .nav_content_item .items a .txt p.green, .mega_menu_inner .nav_content_item .items a .txt p.aquafuze-ink, .mega_menu_inner .nav_content_item .items a .txt p.aquafuze-ink-en {
  padding-left: 12px;
}
.mega_menu_inner .nav_content_item .items a .txt p.green:before, .mega_menu_inner .nav_content_item .items a .txt p.aquafuze-ink:before, .mega_menu_inner .nav_content_item .items a .txt p.aquafuze-ink-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #68c9c3;
}
.mega_menu_inner .nav_content_item .items a .txt p.pink, .mega_menu_inner .nav_content_item .items a .txt p.eco-solvent-ink, .mega_menu_inner .nav_content_item .items a .txt p.eco-solvent-ink-en {
  padding-left: 12px;
}
.mega_menu_inner .nav_content_item .items a .txt p.pink:before, .mega_menu_inner .nav_content_item .items a .txt p.eco-solvent-ink:before, .mega_menu_inner .nav_content_item .items a .txt p.eco-solvent-ink-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff007d;
}
.mega_menu_inner .nav_content_item .items a .txt p.orange, .mega_menu_inner .nav_content_item .items a .txt p.uv-led-ink, .mega_menu_inner .nav_content_item .items a .txt p.uv-led-ink-en {
  padding-left: 12px;
}
.mega_menu_inner .nav_content_item .items a .txt p.orange:before, .mega_menu_inner .nav_content_item .items a .txt p.uv-led-ink:before, .mega_menu_inner .nav_content_item .items a .txt p.uv-led-ink-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7800;
}
.mega_menu_inner .nav_content_item .items a .txt p.blue, .mega_menu_inner .nav_content_item .items a .txt p.sublimation-transfer-ink, .mega_menu_inner .nav_content_item .items a .txt p.sublimation-transfer-ink-en {
  padding-left: 12px;
}
.mega_menu_inner .nav_content_item .items a .txt p.blue:before, .mega_menu_inner .nav_content_item .items a .txt p.sublimation-transfer-ink:before, .mega_menu_inner .nav_content_item .items a .txt p.sublimation-transfer-ink-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2c97df;
}
.mega_menu_inner .nav_content_item .items a .txt p.blue, .mega_menu_inner .nav_content_item .items a .txt p.mp-ink, .mega_menu_inner .nav_content_item .items a .txt p.mp-ink-en {
  padding-left: 12px;
}
.mega_menu_inner .nav_content_item .items a .txt p.blue:before, .mega_menu_inner .nav_content_item .items a .txt p.mp-ink:before, .mega_menu_inner .nav_content_item .items a .txt p.mp-ink-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fdd000;
}
.mega_menu_inner .nav_content_item .items a .txt p.water-based {
  padding-left: 12px;
}
.mega_menu_inner .nav_content_item .items a .txt p.water-based:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #019DE5;
}
.mega_menu_inner .nav_content_item .items a .txt p.gray, .mega_menu_inner .nav_content_item .items a .txt p.rip-software, .mega_menu_inner .nav_content_item .items a .txt p.rip-software-en, .mega_menu_inner .nav_content_item .items a .txt p.solution, .mega_menu_inner .nav_content_item .items a .txt p.solution-en {
  padding-left: 12px;
}
.mega_menu_inner .nav_content_item .items a .txt p.gray:before, .mega_menu_inner .nav_content_item .items a .txt p.rip-software:before, .mega_menu_inner .nav_content_item .items a .txt p.rip-software-en:before, .mega_menu_inner .nav_content_item .items a .txt p.solution:before, .mega_menu_inner .nav_content_item .items a .txt p.solution-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b0b0b0;
}
.mega_menu_inner .nav_content_item .items a .txt h5 {
  font-size: 1.5rem;
}
.mega_menu_inner .nav_content_item .items a .txt h5 i {
  font-size: 1rem;
  margin-left: 5px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.hbg_btn {
  display: none;
}
@media screen and (max-width: 1239px) {
  .hbg_btn {
    display: block;
    width: 20px;
    height: 18px;
    position: absolute;
    top: 36px;
    right: 40px;
    z-index: 101;
  }
}
@media screen and (max-width: 575px) {
  .hbg_btn {
    width: 20px;
    height: 16px;
    top: 24px;
    right: 30px;
  }
}
.hbg_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #0e0e0e;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .hbg_btn:before {
    width: 50px;
    height: 50px;
  }
}
.hbg_btn .line {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hbg_btn .line.bar_01 {
  top: 0;
}
.hbg_btn .line.bar_02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hbg_btn .line.bar_03 {
  bottom: 0;
}
.hbg_btn.active {
  position: fixed;
}
.hbg_btn.active .bar_01 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.hbg_btn.active .bar_02 {
  opacity: 0;
}
.hbg_btn.active .bar_03 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.hbg_btn.footer {
  position: fixed;
  top: auto;
  right: 25px;
  bottom: 25px;
  left: auto;
  display: none;
}
.hbg_content {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  padding-top: 93px;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .hbg_content {
    padding-top: 64px;
  }
}
.hbg_content.open {
  visibility: visible;
  opacity: 1;
}
.hbg_content .logo {
  line-height: 1;
  margin: 0 50px 0 0;
  font-size: 0;
  width: 190px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1239px) {
  .hbg_content .logo {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .hbg_content .logo {
    width: 130px;
  }
}
.hbg_content .logo a {
  background: #06287e;
  padding: 49px 0;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1239px) {
  .hbg_content .logo a {
    padding: 35px 0;
  }
}
@media screen and (max-width: 575px) {
  .hbg_content .logo a {
    padding: 25px 0;
  }
}
.hbg_content .logo a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 575px) {
  .hbg_content .logo a img {
    width: 80px;
  }
}
.hbg_content .nav_outer {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 80px;
  background: #fff;
}
.hbg_content .nav_outer .nav_btn {
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .hbg_content .nav_outer .nav_btn {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.hbg_content .nav_outer .nav_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 575px) {
  .hbg_content .nav_outer .nav_btn ul {
    display: block;
  }
}
.hbg_content .nav_outer .nav_btn ul li {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .hbg_content .nav_outer .nav_btn ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .hbg_content .nav_outer .nav_btn ul li {
    padding: 0;
  }
  .hbg_content .nav_outer .nav_btn ul li:not(:first-of-type) {
    margin-top: 10px;
  }
}
.hbg_content .nav_outer .nav_btn ul li a {
  font-size: 1.4rem;
  display: block;
  padding: 10px 4px;
  border-radius: 100px;
  width: 230px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .hbg_content .nav_outer .nav_btn ul li a {
    width: 100%;
  }
}
.hbg_content .nav_outer .nav_btn ul li a:hover {
  opacity: 0.7;
}
.hbg_content .nav_outer .nav_btn ul li:nth-of-type(1) a {
  color: #1444bc;
  border: 1px solid #1444bc;
}
.hbg_content .nav_outer .nav_btn ul li:nth-of-type(2) a {
  color: #fff;
  background: #1444bc;
  border: 1px solid #1444bc;
}
.hbg_content .nav_outer .hbg_footer_content {
  margin-top: 30px;
}
.hbg_content .nav_outer .hbg_footer_content .contact {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hbg_content .nav_outer .hbg_footer_content .contact li:not(:last-of-type) {
  margin-right: 15px;
}
.hbg_content .nav_outer .hbg_footer_content .contact li a {
  font-size: 1.4rem;
  color: #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hbg_content .nav_outer .hbg_footer_content .contact li a:hover {
  opacity: 0.8;
}
.hbg_content .nav_outer .hbg_footer_content .contact li a i {
  margin-left: 5px;
}
.hbg_content .nav_outer .hbg_footer_content .lang_btn {
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  margin-top: 20px;
}
.hbg_content .nav_outer .hbg_footer_content .lang_btn a {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #666666;
  border-radius: 100px;
  padding: 7px 20px 9px;
}
.hbg_content .nav_outer .hbg_footer_content .lang_btn li {
  line-height: 1;
}
.hbg_content .nav_outer .hbg_footer_content .lang_btn li:not(:last-of-type) {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.hbg_content .nav_outer .hbg_footer_content .lang_btn li:not(:last-of-type):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #333;
}
.hbg_content .nav_outer .hbg_footer_content .lang_btn li a {
  font-size: 1.4rem;
  color: #222222;
  font-family: "utile-display", "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hbg_content .nav_outer .hbg_footer_content .lang_btn li a:hover {
  opacity: 0.8;
}
.hbg_content .nav_outer .hbg_footer_content .lang_btn li a i {
  margin-right: 5px;
}
.hbg_content .nav > li {
  border-bottom: 1px solid #eee;
}
.hbg_content .nav > li:first-of-type {
  border-top: 1px solid #eee;
}
.hbg_content .nav > li > a {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 25px 32px 25px 20px;
  line-height: 1.2;
  position: relative;
  display: block;
  width: 100%;
  color: #222222;
}
.hbg_content .nav > li > a .arrow {
  width: 24px;
  height: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hbg_content .nav > li > a .arrow i {
  color: #000000;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
}
.hbg_content .nav > li > a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.hbg_content .nav > li > a .plus {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.hbg_content .nav > li > a .plus:before {
  content: "";
  width: 14px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hbg_content .nav > li > a .plus:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hbg_content .nav > li > a .plus.active:after {
  opacity: 0;
}
.hbg_content .nav > li .child {
  display: none;
}
.hbg_content .nav > li .child > li {
  border-top: 1px solid #eee;
}
.hbg_content .nav > li .child > li span {
  padding: 20px 20px;
  display: block;
  position: relative;
}
.hbg_content .nav > li .child > li span .plus_child {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.hbg_content .nav > li .child > li span .plus_child:before {
  content: "";
  width: 14px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hbg_content .nav > li .child > li span .plus_child:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hbg_content .nav > li .child > li span .plus_child.active:after {
  opacity: 0;
}
.hbg_content .nav > li .child > li > a {
  padding: 20px;
  display: block;
}
.hbg_content .nav > li .child > li > a i {
  font-size: 1.4rem;
  margin-left: 5px;
}
.hbg_content .nav > li .grandchild {
  background: #F5F5F5;
  display: none;
}
.hbg_content .nav > li .grandchild .ttl {
  padding: 20px 20px;
}
.hbg_content .nav > li .grandchild .ttl a {
  position: relative;
  padding-right: 32px;
}
.hbg_content .nav > li .grandchild .ttl a .arrow {
  width: 24px;
  height: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hbg_content .nav > li .grandchild .ttl a .arrow i {
  color: #000000;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
}
.hbg_content .nav > li .grandchild ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px 20px;
}
.hbg_content .nav > li .grandchild ul li {
  width: 100%;
  margin-top: 0;
}
.hbg_content .nav > li .grandchild ul li:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .hbg_content .nav > li .grandchild ul li {
    width: 100%;
  }
}
.hbg_content .nav > li .grandchild ul li a {
  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-transition: 0.3s;
  transition: 0.3s;
}
.hbg_content .nav > li .grandchild ul li a:hover {
  opacity: 0.8;
}
.hbg_content .nav > li .grandchild ul li a figure {
  width: 80px;
  height: 80px;
  background: #222;
  margin-right: 20px;
}
.hbg_content .nav > li .grandchild ul li a .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hbg_content .nav > li .grandchild ul li a .txt p {
  font-size: 1.2rem;
  position: relative;
  line-height: 1.6;
}
.hbg_content .nav > li .grandchild ul li a .txt p.green, .hbg_content .nav > li .grandchild ul li a .txt p.aquafuze-ink, .hbg_content .nav > li .grandchild ul li a .txt p.aquafuze-ink-en {
  padding-left: 12px;
}
.hbg_content .nav > li .grandchild ul li a .txt p.green:before, .hbg_content .nav > li .grandchild ul li a .txt p.aquafuze-ink:before, .hbg_content .nav > li .grandchild ul li a .txt p.aquafuze-ink-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #68c9c3;
}
.hbg_content .nav > li .grandchild ul li a .txt p.pink, .hbg_content .nav > li .grandchild ul li a .txt p.eco-solvent-ink, .hbg_content .nav > li .grandchild ul li a .txt p.eco-solvent-ink-en {
  padding-left: 12px;
}
.hbg_content .nav > li .grandchild ul li a .txt p.pink:before, .hbg_content .nav > li .grandchild ul li a .txt p.eco-solvent-ink:before, .hbg_content .nav > li .grandchild ul li a .txt p.eco-solvent-ink-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff007d;
}
.hbg_content .nav > li .grandchild ul li a .txt p.orange, .hbg_content .nav > li .grandchild ul li a .txt p.uv-led-ink, .hbg_content .nav > li .grandchild ul li a .txt p.uv-led-ink-en {
  padding-left: 12px;
}
.hbg_content .nav > li .grandchild ul li a .txt p.orange:before, .hbg_content .nav > li .grandchild ul li a .txt p.uv-led-ink:before, .hbg_content .nav > li .grandchild ul li a .txt p.uv-led-ink-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7800;
}
.hbg_content .nav > li .grandchild ul li a .txt p.water-based {
  padding-left: 12px;
}
.hbg_content .nav > li .grandchild ul li a .txt p.water-based:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #019DE5;
}
.hbg_content .nav > li .grandchild ul li a .txt p.mp-ink, .hbg_content .nav > li .grandchild ul li a .txt p.mp-ink-en {
  padding-left: 12px;
}
.hbg_content .nav > li .grandchild ul li a .txt p.mp-ink:before, .hbg_content .nav > li .grandchild ul li a .txt p.mp-ink-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fdd000;
}
.hbg_content .nav > li .grandchild ul li a .txt p.blue, .hbg_content .nav > li .grandchild ul li a .txt p.sublimation-transfer-ink, .hbg_content .nav > li .grandchild ul li a .txt p.sublimation-transfer-ink-en {
  padding-left: 12px;
}
.hbg_content .nav > li .grandchild ul li a .txt p.blue:before, .hbg_content .nav > li .grandchild ul li a .txt p.sublimation-transfer-ink:before, .hbg_content .nav > li .grandchild ul li a .txt p.sublimation-transfer-ink-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2c97df;
}
.hbg_content .nav > li .grandchild ul li a .txt p.gray, .hbg_content .nav > li .grandchild ul li a .txt p.rip-software, .hbg_content .nav > li .grandchild ul li a .txt p.rip-software-en, .hbg_content .nav > li .grandchild ul li a .txt p.software, .hbg_content .nav > li .grandchild ul li a .txt p.software-en, .hbg_content .nav > li .grandchild ul li a .txt p.solution, .hbg_content .nav > li .grandchild ul li a .txt p.solution-en {
  padding-left: 12px;
}
.hbg_content .nav > li .grandchild ul li a .txt p.gray:before, .hbg_content .nav > li .grandchild ul li a .txt p.rip-software:before, .hbg_content .nav > li .grandchild ul li a .txt p.rip-software-en:before, .hbg_content .nav > li .grandchild ul li a .txt p.software:before, .hbg_content .nav > li .grandchild ul li a .txt p.software-en:before, .hbg_content .nav > li .grandchild ul li a .txt p.solution:before, .hbg_content .nav > li .grandchild ul li a .txt p.solution-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b0b0b0;
}
.hbg_content .nav > li .grandchild ul li a .txt h5 {
  font-size: 1.5rem;
}

.products_overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products_overlay.active {
  z-index: 98;
  opacity: 1;
  visibility: visible;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.for-xl {
  display: none;
}
@media screen and (max-width: 1359px) {
  .for-xl {
    display: block;
  }
}

.for-lg {
  display: none;
}
@media screen and (max-width: 1239px) {
  .for-lg {
    display: block;
  }
}

.for-md {
  display: none;
}
@media screen and (max-width: 991px) {
  .for-md {
    display: block;
  }
}

.for-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-sm {
    display: block;
  }
}

.for-xs {
  display: none;
}
@media screen and (max-width: 575px) {
  .for-xs {
    display: block;
  }
}

.for-xl--less {
  display: block;
}
@media screen and (max-width: 1359px) {
  .for-xl--less {
    display: none;
  }
}

.for-lg--less {
  display: block;
}
@media screen and (max-width: 1239px) {
  .for-lg--less {
    display: none;
  }
}

.for-md--less {
  display: block;
}
@media screen and (max-width: 991px) {
  .for-md--less {
    display: none;
  }
}

.for-sm--less {
  display: block;
}
@media screen and (max-width: 767px) {
  .for-sm--less {
    display: none;
  }
}

.for-xs--less {
  display: block;
}
@media screen and (max-width: 575px) {
  .for-xs--less {
    display: none;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

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

.post-body h1 {
  font-size: 3.6rem;
  margin: 4em 0 3em;
}
@media screen and (max-width: 991px) {
  .post-body h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h1 {
    font-size: 3rem;
  }
}
.post-body h1:first-child {
  margin-top: 0;
}
.post-body h1 + p {
  margin-top: 0;
}
.post-body h2 {
  font-size: 3.2rem;
  margin: 3em 0 1.5em;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
@media screen and (max-width: 575px) {
  .post-body h2 {
    padding-bottom: 12px;
  }
}
.post-body h2 span {
  font-size: 2.6rem;
  font-weight: 600;
}
.post-body h2:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 125px;
  height: 1px;
  background: #06287e;
}
@media screen and (max-width: 575px) {
  .post-body h2:before {
    width: 60px;
  }
}
@media screen and (max-width: 991px) {
  .post-body h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .post-body h2 {
    font-size: 2rem;
  }
}
.post-body h2:first-child {
  margin-top: 0;
}
.post-body h2 + p {
  margin-top: 0;
}
.post-body h3 {
  font-size: 2.7rem;
  margin: 3em 0 1em;
}
@media screen and (max-width: 991px) {
  .post-body h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h3 {
    font-size: 2.1rem;
  }
}
.post-body h3 span {
  font-size: 2.4rem;
  font-weight: 600;
}
.post-body h3:first-child {
  margin-top: 0;
}
.post-body h3 + p {
  margin-top: 0;
}
.post-body h4 {
  font-size: 2.4rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h4 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h4 {
    font-size: 1.8rem;
  }
}
.post-body h4:first-child {
  margin-top: 0;
}
.post-body h4 + p {
  margin-top: 0;
}
.post-body h5 {
  font-size: 2.1rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h5 {
    margin-top: 1em;
  }
}
.post-body h5:first-child {
  margin-top: 0;
}
.post-body h5 + p {
  margin-top: 0;
}
.post-body h6 {
  font-size: 1.8rem;
  margin: 1em 0 0.25em;
}
@media screen and (max-width: 767px) {
  .post-body h6 {
    font-size: 1.6rem;
  }
}
.post-body h6:first-child {
  margin-top: 0;
}
.post-body h6 + p {
  margin-top: 0;
}
.post-body .has-text-align-left {
  text-align: left;
}
.post-body .has-text-align-right {
  text-align: right;
}
.post-body .has-text-align-center {
  text-align: center;
}
.post-body .aligncenter {
  text-align: center;
}
.post-body .alignright {
  text-align: right;
}
.post-body blockquote {
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 10px 3vmin;
  position: relative;
}
.post-body blockquote:before, .post-body blockquote:after {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
}
.post-body blockquote:before {
  content: "“";
  left: 10px;
  top: 5px;
}
.post-body blockquote:after {
  bottom: -10px;
  content: "”";
  right: 10px;
}
.post-body blockquote p {
  margin: 0.5em 0;
}
.post-body blockquote cite {
  display: inline-block;
  font-size: 80%;
  margin-bottom: 0.5em;
  opacity: 0.8;
}
.post-body blockquote cite:before {
  background: #d8dbe2;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 5px;
  vertical-align: middle;
  width: 10px;
}
.post-body pre {
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 3vmin;
  white-space: pre-wrap;
}
.post-body p {
  margin: 1em 0;
}
.post-body p > a {
  text-decoration: underline;
  display: inline;
}
.post-body p a[target=_blank] {
  padding-right: 25px;
  position: relative;
}
.post-body p a[target=_blank]:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f08e";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-body p a[target=_blank]:hover {
  opacity: 0.7;
}
.post-body a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-body a:hover {
  opacity: 0.8;
}
.post-body ul,
.post-body ol {
  margin: 1em 0 1em 1.5em;
  padding: 0;
}
.post-body p a.prnone {
  padding-right: 50px;
  position: relative;
}
.post-body p a.prnone:before {
  right: 20px;
}
.post-body .wp-block-gallery {
  margin: 2em 0;
}
.post-body .blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -10px;
}
.post-body .blocks-gallery-grid li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -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;
  padding: 10px;
}
.post-body .wp-block-gallery.columns-2 li {
  width: 50%;
}
.post-body .wp-block-gallery.columns-3 li {
  width: 33.3333333333%;
}
.post-body .wp-block-image {
  margin: 2em 0;
}
.post-body figcaption {
  font-size: 85%;
  margin-top: 0.5em;
  opacity: 0.8;
  text-align: center;
  color: #222222;
  font-weight: 500 !important;
}
.post-body .wp-block-table {
  margin: 2em 0;
}
.post-body .wp-block-table table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}
.post-body .wp-block-table table th, .post-body .wp-block-table table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.post-body .wp-block-table table th {
  background: #edf2ff;
}
.post-body .wp-block-separator {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 3em 0;
}
.post-body .wp-block-embed {
  margin: 2em auto;
  position: relative;
}
.post-body .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  content: "";
  display: block;
  position: relative;
}
.post-body .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-body .wp-block-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 100%;
  margin: 0 -10px;
}
.post-body .wp-block-column {
  padding: 0 10px;
}
.post-body .wp-block-media-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2em -15px;
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .post-body .wp-block-media-text {
    margin: 2em 0;
    display: block;
  }
}
.post-body .wp-block-media-text__media,
.post-body .wp-block-media-text__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px !important;
}
@media screen and (max-width: 575px) {
  .post-body .wp-block-media-text__media,
  .post-body .wp-block-media-text__content {
    max-width: 100%;
    padding: 0 !important;
  }
}
.post-body .wp-block-media-text__content {
  margin-top: 1em !important;
}
@media screen and (max-width: 575px) {
  .post-body .has-media-on-the-right .wp-block-media-text__media {
    margin-top: 1em !important;
  }
}
@media screen and (max-width: 575px) {
  .post-body .has-media-on-the-right .wp-block-media-text__content {
    margin-top: 0 !important;
  }
}
.post-body .wp-block-media-text__content > *:first-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.post-body .wp-block-button {
  margin: 2em 0;
}
.post-body .wp-block-file a + a {
  margin-left: 20px;
}
.post-body .wp-block-file_button,
.post-body .wp-block-button_link {
  background: #212121;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.post-body .wp-block-file_button {
  font-size: 15px;
  line-height: 1;
  padding: 12px 30px 10px;
}
.post-body .wp-block-file_button:hover,
.post-body .wp-block-button_link:hover {
  background: #454545;
}
.post-body .contact_form_content p {
  margin-top: 0;
  margin-bottom: 0;
}
.post-body .contact_form_content .contact_ttl {
  display: none;
}
.post-body .contact_form_content .calendar {
  width: 180px !important;
}
@media screen and (max-width: 991px) {
  .post-body .contact_form_content .calendar {
    width: 180px !important;
  }
}
@media screen and (max-width: 767px) {
  .post-body .contact_form_content .calendar {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
}
.post-body .contact_form_content .hours,
.post-body .contact_form_content .seconds {
  width: 160px !important;
}
@media screen and (max-width: 991px) {
  .post-body .contact_form_content .hours,
  .post-body .contact_form_content .seconds {
    width: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .post-body .contact_form_content .hours,
  .post-body .contact_form_content .seconds {
    width: 47% !important;
  }
}
.post-body .disFlex {
  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;
  margin: 2em 0;
}
.post-body .disFlex > * {
  margin: 1em 0 !important;
}
.post-body .disFlex ul {
  list-style: none;
  margin: 0;
}
.post-body .disFlex ul li {
  padding: 0;
}
.post-body .disFlex ul li:not(:first-of-type) {
  margin: 0.5em 0 0;
}
.post-body .disFlex ul li:before {
  display: none;
}
.post-body .download_icon a {
  font-size: 1.4rem;
  color: #fff;
  background: #0e0e0e;
  padding: 12px 50px 12px 30px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin: 0.5em 0;
}
.post-body .download_icon a:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  content: "\f33d";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-body .download_icon a i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-body .download_icon a:hover {
  opacity: 0.8;
}
.post-body .pdf_icon a {
  font-size: 1.4rem;
  color: #fff;
  background: #0e0e0e;
  padding: 12px 50px 12px 30px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin: 0.5em 0;
}
.post-body .pdf_icon a:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  content: "\f1c1";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-body .pdf_icon a i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-body .pdf_icon a:hover {
  opacity: 0.8;
}
.post-body .arrow_icon a {
  font-size: 1.4rem;
  color: #fff;
  background: #0e0e0e;
  padding: 12px 50px 12px 30px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin: 0.5em 0;
}
.post-body .arrow_icon a:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-body .arrow_icon a i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-body .arrow_icon a:hover {
  opacity: 0.8;
}
.post-body .arrow_icon a[target=_blank] {
  padding-right: 50px;
}
.post-body .arrow_icon a[target=_blank]:before {
  right: 25px;
}
.post-body .outer_icon a {
  font-size: 1.4rem;
  color: #fff;
  background: #0e0e0e;
  padding: 12px 50px 12px 30px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin: 0.5em 0;
}
.post-body .outer_icon a:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  content: "\f08e";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-body .outer_icon a i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-body .outer_icon a:hover {
  opacity: 0.8;
}

.post-body .wp-block-quote {
  border-left: 2px solid #e6e6e6;
  border-top: none;
  border-bottom: none;
  border-right: none;
  padding: 10px 0 10px 40px;
}
.post-body .wp-block-quote:before {
  display: none;
}
.post-body .wp-block-quote:after {
  display: none;
}
.post-body .wp-block-quote cite:before {
  display: none;
}
.post-body ul {
  margin-left: 0;
}
.post-body ul li {
  padding-left: 1em;
  position: relative;
}
.post-body ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.post-body .wp-block-table table thead {
  border: none !important;
}
.post-body .wp-block-table table thead th, .post-body .wp-block-table table thead td {
  background: #f8f8f8;
}
.post-body .wp-block-table table th, .post-body .wp-block-table table td {
  border: 1px solid #e6e6e6 !important;
  font-size: 1.5rem;
  padding: 15px 20px;
}
.post-body .wp-block-buttons {
  margin: 2em 0;
}
.post-body .wp-block-buttons a {
  font-size: 1.5rem;
  background: #222222;
  color: #fff !important;
  border: 1px solid #e6e6e6;
  color: #222222;
  padding: 12px 50px 12px 30px;
  border-radius: 100px;
  position: relative;
  min-width: 220px;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-body .wp-block-buttons a:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog_card {
  margin: 3em 0;
}
.blog_card a {
  padding: 40px;
  background: #f8f8f8;
  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;
}
.blog_card a figure {
  width: 180px;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
}
.blog_card a figure img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1 !important;
}
.blog_card a .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog_card a .txt h4 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 600;
}
.blog_card a .txt p {
  font-size: 1.4rem;
  margin: 10px 0 0;
}

.single_ttl h1 {
  font-size: 3.5rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .single_ttl h1 {
    font-size: 2.6rem;
  }
}
.single_ttl .cat_area {
  margin-top: 10px;
  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;
}
@media screen and (max-width: 767px) {
  .single_ttl .cat_area {
    display: block;
  }
}
.single_ttl .cat_area .day {
  font-size: 1.4rem;
  color: #999;
  margin-right: 15px;
}
.single_ttl .cat_area .tag {
  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;
}
.single_ttl .cat_area .tag li {
  font-size: 1.5rem;
  font-weight: 400;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #e5eaf0;
}
@media screen and (max-width: 767px) {
  .single_ttl .cat_area .tag li:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}
.single_ttl .cat_area .cat {
  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;
}
@media screen and (max-width: 767px) {
  .single_ttl .cat_area .cat {
    margin-top: 20px;
  }
}
.single_ttl .cat_area .cat li {
  font-size: 1.3rem;
  background: #f6f6f6;
  padding: 2px 20px;
  border-radius: 100px;
  font-weight: 400;
}
.single_ttl .cat_area .cat li:not(:first-of-type) {
  margin-left: 6px;
}

.single_post {
  border-top: 1px solid #e6e6e6;
}

.single_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.single_pager .prev,
.single_pager .next {
  width: 50%;
}
.single_pager .prev a,
.single_pager .next a {
  font-size: 1.4rem;
}
.single_pager .prev a i,
.single_pager .next a i {
  font-size: 2.4rem;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.single_pager .prev {
  padding-right: 20px;
  border-right: 1px solid #e6e6e6;
  padding-top: 15px;
  padding-bottom: 15px;
}
.single_pager .prev a i {
  margin-right: 10px;
}
.single_pager .next {
  text-align: right;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.single_pager .next a i {
  margin-left: 10px;
}

.single_footer_section .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.single_footer_section .cat li {
  margin: 5px 5px 0 0;
}
.single_footer_section .cat li a {
  font-size: 1.4rem;
  padding: 4px 20px;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
}
.single_footer_section .ranking {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.single_footer_section .ranking .items {
  width: 33.333%;
  padding: 0 15px;
}
.single_footer_section .ranking .items:nth-of-type(n + 4) {
  margin-top: 30px;
}
.single_footer_section .ranking .items a {
  width: 100%;
  display: block;
}
.single_footer_section .ranking .items a figure {
  width: 100%;
  aspect-ratio: 5/3.3;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.single_footer_section .ranking .items a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single_footer_section .ranking .items a .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
}
.single_footer_section .ranking .items a .txt p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.single_footer_section .ranking .items a .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}
.single_footer_section .ranking .items a .txt ul li {
  margin-top: 5px;
  margin-right: 5px;
  font-size: 1.2rem;
  background: #f6f6f6;
  padding: 2px 10px;
  border-radius: 100px;
}

.single_pagerList {
  margin-top: 120px;
  padding-top: 80px;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 575px) {
  .single_pagerList {
    margin-top: 80px;
    padding-top: 60px;
  }
}
.single_pagerList_inner {
  position: relative;
}
.single_pagerList .back {
  text-align: center;
}
.single_pagerList .back a {
  font-size: 1.4rem;
  color: #222222;
  font-weight: 500;
  padding: 11px 60px;
  border-radius: 100px;
  border: 1px solid #222222;
}
.single_pagerList .prev {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single_pagerList .next {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news_archive_catList.top {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
}
.news_archive_catList.bottom {
  border-top: 1px solid #e6e6e6;
  padding-top: 40px;
}
.news_archive_catList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_archive_catList ul li {
  margin: 4px;
}
.news_archive_catList ul li a {
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 8px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
}
.news_archive_catList ul li a.active, .news_archive_catList ul li a:hover {
  border: 1px solid #222222;
  background: #222222;
  color: #fff;
}
.news_archive_catList ul li:has(.info) {
  display: none !important;
}

.news_archive_content .items {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_archive_content .items .day {
  font-size: 1.5rem;
  width: 150px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news_archive_content .items .day {
    width: 130px;
  }
}
.news_archive_content .items .cat {
  font-size: 1.2rem;
  width: 110px;
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 4px 5px 4px;
  border-radius: 100px;
  line-height: 1.6;
}
.news_archive_content .items a {
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news_archive_content .items a {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 10px 0 0 0;
  }
}
.news_archive_content .items a:hover {
  opacity: 0.7;
}
.news_archive_content .no_link {
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .news_archive_content .no_link {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 10px 0 0 0;
  }
}

.archive_catList_sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .archive_catList_sep {
    display: block;
  }
}
.archive_catList_sep p {
  margin-top: 4px;
  margin-right: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .archive_catList_sep p {
    margin: 0;
  }
}
.archive_catList_sep ul.archive_catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .archive_catList_sep ul.archive_catList {
    margin: 10px 0 0;
  }
}
.archive_catList_sep ul.archive_catList li {
  margin: 4px 4px 0 0;
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 8px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .archive_catList_sep ul.archive_catList li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
  }
}
.archive_catList_sep ul.archive_catList li.active, .archive_catList_sep ul.archive_catList li:hover {
  border: 1px solid #222222;
  background: #222222;
  color: #fff;
}
#toc_container {
  margin: 3em 0 !important;
  background: #f5f5f5 !important;
  padding: 40px 50px !important;
  width: 100% !important;
  border: none !important;
}
@media screen and (max-width: 575px) {
  #toc_container {
    padding: 30px 20px !important;
  }
}
#toc_container .toc_title {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  text-align: left !important;
  margin: 0 !important;
  color: #222222 !important;
}
#toc_container .toc_list {
  margin: 10px 0 0;
}
#toc_container .toc_list > li {
  padding-left: 0;
}
#toc_container .toc_list > li:before {
  display: none;
}
#toc_container .toc_list > li > a {
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 2.2;
}
#toc_container .toc_list > li > ul {
  margin: 0;
  padding-left: 0 !important;
  padding: 0;
}
#toc_container .toc_list > li > ul li:before {
  display: none;
}
#toc_container .toc_list > li > ul li a {
  font-size: 1.5rem;
  text-decoration: none;
  padding-left: 1em;
  position: relative;
  line-height: 2.2;
}
#toc_container .toc_list > li > ul li a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#toc_container .toc_list > li > ul li a span {
  display: none;
}
#toc_container .toc_list a {
  text-decoration: underline;
}

.archive_pager {
  width: 100%;
}

.wp-pagenavi {
  text-align: center;
  position: relative;
  margin-top: 90px;
  width: 100%;
}
.wp-pagenavi a {
  font-size: 1.8rem;
  margin: 0 20px;
  color: #999999;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi a {
    margin: 0 15px;
  }
}
.wp-pagenavi span {
  margin: 0 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi span {
    margin: 0 15px;
  }
}
.wp-pagenavi .previouspostslink {
  position: absolute;
  top: 50%;
  left: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .previouspostslink {
    left: 23px;
    width: 20px;
  }
}
.wp-pagenavi .previouspostslink:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(225deg);
          transform: translate(-25%, -50%) rotate(225deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
}
.wp-pagenavi .first {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .first {
    width: 20px;
  }
}
.wp-pagenavi .first:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(225deg);
          transform: translate(-25%, -50%) rotate(225deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .first:before {
    left: 14px;
  }
}
.wp-pagenavi .first:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  -webkit-transform: translate(-25%, -50%) rotate(225deg);
          transform: translate(-25%, -50%) rotate(225deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .first:after {
    left: 7px;
  }
}
.wp-pagenavi .nextpostslink {
  position: absolute;
  top: 50%;
  right: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .nextpostslink {
    right: 23px;
    width: 20px;
  }
}
.wp-pagenavi .nextpostslink:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
}
.wp-pagenavi .last {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .last {
    width: 20px;
  }
}
.wp-pagenavi .last:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .last:before {
    right: 14px;
  }
}
.wp-pagenavi .last:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% - 10px);
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .last:after {
    right: 7px;
  }
}

.home_mv {
  width: 100%;
  position: relative;
}
.home_mv .swiper-pagination {
  top: auto;
  bottom: -40px;
}
.home_mv .swiper-pagination .swiper-pagination-bullet-active {
  background: #0e0e0e;
}
.home_mv .swiper {
  width: 100%;
  height: 100%;
}
.home_mv .swiper-slide {
  overflow: hidden;
}
.home_mv .swiper-slide a {
  width: 100%;
  aspect-ratio: 3200/1400;
  opacity: 1 !important;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .home_mv .swiper-slide a {
    height: 682px;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 1400px) {
  .home_mv .swiper-slide a {
    height: auto;
  }
}
.home_mv .swiper-slide a img:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1 !important;
}
@media screen and (max-width: 1400px) {
  .home_mv .swiper-slide a img:nth-of-type(1) {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .home_mv .swiper-slide a img:nth-of-type(1) {
    display: none;
  }
}
.home_mv .swiper-slide a img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 767px) {
  .home_mv .swiper-slide a img:nth-of-type(2) {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.home_mv .swiper-button-next-home {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 0;
  border-radius: 50%;
  background: url(../images/homeMv_arrow.png) no-repeat;
  background-size: contain;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
  left: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home_mv .swiper-button-next-home {
    width: 40px;
    height: 40px;
  }
}
.home_mv .swiper-button-next-home:after {
  display: none;
}
.home_mv .swiper-button-prev-home {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 0;
  border-radius: 50%;
  background: url(../images/homeMv_arrow.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: 20px;
  bottom: auto;
  right: auto;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  opacity: 1;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home_mv .swiper-button-prev-home {
    width: 40px;
    height: 40px;
  }
}
.home_mv .swiper-button-prev-home:after {
  display: none;
}

.home_products_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
}
@media screen and (max-width: 1359px) {
  .home_products_content {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.home_products_content.main .items {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .home_products_content.main .items {
    width: 50%;
  }
  .home_products_content.main .items:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .home_products_content.main .items {
    width: 100%;
  }
  .home_products_content.main .items:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.home_products_content.sub {
  margin-top: 34px;
}
@media screen and (max-width: 1359px) {
  .home_products_content.sub {
    margin-top: 20px;
  }
}
.home_products_content.sub .items {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .home_products_content.sub .items {
    width: 33.3%;
  }
  .home_products_content.sub .items:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home_products_content.sub .items {
    width: 50%;
  }
  .home_products_content.sub .items:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .home_products_content.sub .items {
    width: 100%;
  }
  .home_products_content.sub .items:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.home_products_content .items {
  padding: 0 17px;
}
@media screen and (max-width: 1359px) {
  .home_products_content .items {
    padding: 0 10px;
  }
}
.home_products_content .items a {
  display: block;
  background: #f0f0f5;
  padding: 30px 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1359px) {
  .home_products_content .items a {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .home_products_content .items a {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 575px) {
  .home_products_content .items a {
    padding: 30px;
  }
}
.home_products_content .items a:hover {
  opacity: 0.8;
}
.home_products_content .items a h4 {
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 1359px) {
  .home_products_content .items a h4 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 991px) {
  .home_products_content .items a h4 {
    font-size: 1.4rem;
  }
}
.home_products_content .items a h4 i {
  margin-left: 5px;
  font-size: 1.2rem;
}
.home_products_content .items a img {
  margin-top: 30px;
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
}
.home_products_content.en .items {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .home_products_content.en .items {
    width: 100%;
  }
}
.home_products_content.en .items a h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 575px) {
  .home_products_content.en .items a h4 {
    font-size: 1.6rem;
  }
}
.home_products_content.en .items a img {
  width: 100%;
  max-width: 350px;
}
.home_products .link_arrow {
  text-align: center;
}

.home_topics ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home_topics ul li {
  margin-bottom: 10px;
}
.home_topics ul li:not(:last-of-type) {
  margin-right: 10px;
}
.home_topics ul li a {
  font-size: 1.6rem;
  border: 1px solid #e6e6e6;
  padding: 7px 20px 6px;
  line-height: 1.2;
  border-radius: 100px;
}
@media screen and (max-width: 991px) {
  .home_topics ul li a {
    font-size: 1.4rem;
  }
}
.home_topics ul li a.active {
  background: #0e0e0e;
  color: #fff;
  border-color: #0e0e0e;
}
.home_topics .link_arrow {
  text-align: center;
}
.home_topics.page .info_table {
  margin-top: 0;
}
.home_topics .special {
  width: 100%;
  border-collapse: collapse;
}
.home_topics .special tr {
  border-bottom: 1px solid #e6e6e6;
}
.home_topics .special tr th, .home_topics .special tr td {
  padding: 30px 0;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .home_topics .special tr th, .home_topics .special tr td {
    display: block;
    width: 100%;
  }
}
.home_topics .special tr th {
  width: 185px;
  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;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home_topics .special tr th {
    padding: 30px 0 0;
  }
}
.home_topics .special tr th .day {
  margin-right: 20px;
}
.home_topics .special tr th .cat {
  width: 100px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 100px;
  padding: 5px 10px;
  font-size: 1.2rem;
}
.home_topics .special tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home_topics .special tr td {
    padding: 6px 0 30px;
  }
}
.home_topics .special tr td a > i {
  margin-left: 6px;
}
.home_topics .special tr td .icon {
  border-radius: 50%;
  background: #f5f5f5;
  position: relative;
  padding: 0 12px;
  line-height: 1;
}
.home_topics .special tr td .icon i {
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

ol {
  padding-left: 1.5em;
}

.home_column_outer {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .home_column_outer .link_arrow {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.home_column_outer .home_column {
  position: relative;
}
.home_column_outer .home_column .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.home_column_outer .home_column .swiper-slide a {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home_column_outer .home_column .swiper-slide a figure {
  aspect-ratio: 5/3.3;
  position: relative;
  overflow: hidden;
}
.home_column_outer .home_column .swiper-slide a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1 !important;
}
.home_column_outer .home_column .swiper-slide a figure h6 {
  font-size: 1.1rem;
  color: #1444bc;
  background: #fff;
  padding: 7px 20px 8px;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 100px;
}
.home_column_outer .home_column .swiper-slide a figure ul {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  padding: 2px 15px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home_column_outer .home_column .swiper-slide a figure ul li {
  color: #1444bc;
  font-size: 1.2rem;
}
.home_column_outer .home_column .swiper-slide a figure ul li:not(:first-of-type):before {
  content: "・";
}
.home_column_outer .home_column .swiper-slide a h3 {
  font-size: 1.6rem;
  color: #222222;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .home_column_outer .home_column .swiper-slide a h3 {
    margin-top: 25px;
  }
}
.home_column_outer .home_column .swiper-slide a .cat {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home_column_outer .home_column .swiper-slide a .cat li {
  font-size: 1.2rem;
  color: #222222;
  line-height: 1.2;
  background: #f6f6f6;
  padding: 5px 10px;
  border-radius: 100px;
  margin: 5px 5px 0 0;
}
.home_column_outer .home_column .swiper-slide a:hover {
  opacity: 0.7;
}
.home_column_outer .home_column .link_main {
  text-align: center;
}
.home_column_outer .home_column .link_main a {
  border: 1px solid #1444bc;
}
.home_column_outer .products .items a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home_column_outer .products .items a:hover {
  opacity: 0.8;
}
.home_column_outer .products .items a figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.home_column_outer .products .items a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_column_outer .products .items a .txt {
  margin-top: 10px;
}
.home_column_outer .products .items a .txt h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .home_column_outer .products .items a .txt h4 {
    font-size: 1.6rem;
  }
}
.home_column_outer .products .items a .txt h4 i {
  font-size: 1.2rem;
  margin-left: 6px;
}
.home_column_outer .products .items a .txt h4 small {
  display: block;
  font-size: 1.2rem;
  margin-top: 4px;
}
.home_column_outer .products .items a .txt p {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  background: #f6f6f6;
  padding: 2px 10px 2px 23px;
  border-radius: 100px;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .home_column_outer .products .items a .txt p {
    font-size: 1rem;
  }
}
.home_column_outer .products .items a .txt p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.home_column_outer .products .items a .txt p.green:before {
  background: #68c9c3;
}
.home_column_outer .products .items a .txt p.pink:before {
  background: #ff007d;
}
.home_column_outer .products .items a .txt p.orange:before {
  background: #ff7800;
}
.home_column_outer .products .items a .txt p.basic {
  color: #222222 !important;
}
.home_column_outer .products .items a .txt p.simple {
  padding: 2px 15px;
}
.home_column_outer .products .items a .txt p.simple:before {
  display: none !important;
}
.home_column_outer .products .items a .txt p.simple.green {
  background: #69c9c4;
  color: #fff;
}
.home_column_outer .products .items a .txt p.simple.pink {
  background: #c23d5e;
  color: #fff;
}
.home_column_outer .products .items a .txt p.simple.orange {
  background: #e17227;
  color: #fff;
}
.home_column_outer .products .items a .txt p.simple.yellow {
  background: #FFFF37;
}
.home_column_outer .products .items a .txt p.simple.water {
  background: #019DE5;
  color: #fff;
}
.home_column_outer .products .items a .txt p.simple.blue {
  background: #2c97df;
  color: #fff;
}

.arrow_relative {
  position: relative;
}
.arrow_relative .arrow_absolute {
  position: absolute;
  top: 3px;
  right: 0;
  width: 111px;
  height: 51px;
}
@media screen and (max-width: 575px) {
  .arrow_relative .arrow_absolute {
    width: 90px;
    height: 40px;
  }
}
.arrow_relative .arrow_absolute .swiper-button-next {
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 0;
  border-radius: 50%;
  background: url(../images/slide_arrow.png) no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
@media screen and (max-width: 1539px) {
  .arrow_relative .arrow_absolute .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .arrow_relative .arrow_absolute .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.arrow_relative .arrow_absolute .swiper-button-next:after {
  display: none;
}
.arrow_relative .arrow_absolute .swiper-button-prev {
  position: absolute;
  width: 51px;
  height: 51px;
}
@media screen and (max-width: 575px) {
  .arrow_relative .arrow_absolute .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.arrow_relative .arrow_absolute .swiper-button-prev {
  margin: 0;
  border-radius: 50%;
  background: url(../images/slide_arrow.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  opacity: 1;
  cursor: pointer;
}
.arrow_relative .arrow_absolute .swiper-button-prev:after {
  display: none;
}
.arrow_relative .arrow_absolute .swiper-button-next02 {
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 0;
  border-radius: 50%;
  background: url(../images/slide_arrow.png) no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 1539px) {
  .arrow_relative .arrow_absolute .swiper-button-next02 {
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .arrow_relative .arrow_absolute .swiper-button-next02 {
    width: 40px;
    height: 40px;
  }
}
.arrow_relative .arrow_absolute .swiper-button-next02:after {
  display: none;
}
.arrow_relative .arrow_absolute .swiper-button-prev02 {
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 0;
  border-radius: 50%;
  background: url(../images/slide_arrow.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 575px) {
  .arrow_relative .arrow_absolute .swiper-button-prev02 {
    width: 40px;
    height: 40px;
  }
}
.arrow_relative .arrow_absolute .swiper-button-prev02:after {
  display: none;
}
.arrow_relative .arrow_absolute.products {
  top: -3px;
}

.home_company {
  background: url(../images/home_company_bg.webp) no-repeat;
  background-size: cover;
  background-position: 0 50%;
}
.home_company_content {
  width: 60%;
  margin-left: 40%;
  background: rgba(26, 26, 26, 0.8);
  padding: 120px 90px;
}
@media screen and (max-width: 1239px) {
  .home_company_content {
    width: 70%;
    margin-left: 30%;
  }
}
@media screen and (max-width: 991px) {
  .home_company_content {
    width: 100%;
    margin-left: 0;
    padding: 90px;
  }
}
@media screen and (max-width: 767px) {
  .home_company_content {
    padding: 60px;
  }
}
@media screen and (max-width: 575px) {
  .home_company_content {
    padding: 60px 20px;
  }
}
.home_company_content .ttl_main h3 span,
.home_company_content .ttl_main h3 small {
  color: #fff;
}
.home_company_links_inner {
  width: 100%;
  max-width: 775px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.home_company_links_inner .items {
  width: 45%;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.home_company_links_inner .items:nth-of-type(1), .home_company_links_inner .items:nth-of-type(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.home_company_links_inner .items:nth-of-type(even) {
  margin-left: 10%;
}
@media screen and (max-width: 575px) {
  .home_company_links_inner .items {
    width: 48%;
  }
  .home_company_links_inner .items:nth-of-type(even) {
    margin-left: 4%;
  }
}
.home_company_links_inner .items a {
  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;
}
.home_company_links_inner .items a p {
  color: #fff;
  font-size: 1.4rem;
}
.home_company_links_inner .items a .arrow {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.home_company_links_inner .items a .arrow i {
  color: #222222;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -40%);
          transform: translate(-45%, -40%);
}
.home_company_links_inner .items a .arrow i.fa-arrow-up-right-from-square {
  font-size: 0.9rem;
}

.home_contactArea {
  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;
}
@media screen and (max-width: 767px) {
  .home_contactArea {
    display: block;
    max-width: 280px;
  }
}
.home_contactArea .items {
  width: 50%;
  text-align: center;
  padding: 40px 0;
  border-left: 1px solid #e6e6e6;
}
.home_contactArea .items:last-of-type {
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .home_contactArea .items {
    width: 100%;
    border-left: none !important;
    border-right: none !important;
  }
  .home_contactArea .items:not(:first-of-type) {
    border-top: 1px solid #e6e6e6;
  }
}
.home_contactArea .items i {
  font-size: 4rem;
}
.home_contactArea .items h4 {
  font-size: 2rem;
  margin-top: 20px;
}
.home_contactArea .items p {
  margin-top: 10px;
  font-size: 1.4rem;
}
.home_contactArea .items .link {
  text-align: center;
  margin-top: 20px;
}
.home_contactArea .items .link a {
  font-size: 1.4rem;
  color: #fff;
  background: #0e0e0e;
  padding: 12px 50px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home_contactArea .items .link a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .home_contactArea.three {
    display: block;
    max-width: 280px;
  }
}
.home_contactArea.three .items {
  width: 33.3%;
}
@media screen and (max-width: 991px) {
  .home_contactArea.three .items {
    width: 100%;
    border-left: none !important;
    border-right: none !important;
  }
  .home_contactArea.three .items:not(:first-of-type) {
    border-top: 1px solid #e6e6e6;
  }
}

.home_outerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .home_outerLink {
    display: block;
  }
}
.home_outerLink .items {
  width: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .home_outerLink .items {
    width: 100%;
  }
}
.home_outerLink .items a {
  display: block;
  padding: 30px;
  position: relative;
  background: #f5f5f5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
}
.home_outerLink .items a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 575px) {
  .home_outerLink .items a {
    display: block;
    padding: 40px 30px;
  }
}
.home_outerLink .items a figure {
  width: 160px;
  margin-right: 40px;
}
@media screen and (max-width: 1359px) {
  .home_outerLink .items a figure {
    margin-right: 20px;
    width: 120px;
  }
}
@media screen and (max-width: 575px) {
  .home_outerLink .items a figure {
    width: 160px;
    margin: 0 auto;
  }
}
.home_outerLink .items a .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
}
@media screen and (max-width: 575px) {
  .home_outerLink .items a .txt {
    margin-top: 20px;
    padding-right: 25px;
  }
}
.home_outerLink .items a .txt h4 {
  font-size: 2rem;
  font-weight: 500;
}
.home_outerLink .items a .txt h4 small {
  display: block;
  font-size: 1.2rem;
  margin-top: 3px;
}
.home_outerLink .items a .txt p {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.6;
}
.home_outerLink .items a .outerLink_mark {
  background: #0e0e0e;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .home_outerLink .items a .outerLink_mark {
    right: 20px;
    bottom: 20px;
  }
}
.home_outerLink .items a .outerLink_mark i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.2rem;
}

.header_margin {
  margin-top: 121px;
}

.breadList {
  padding: 20px 0;
  text-align: right;
  color: #cacaca;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .breadList {
    padding: 10px 0;
  }
}
.breadList br {
  display: none;
}
.breadList.subMenu_mt {
  margin-top: 78px;
}
@media screen and (max-width: 1359px) {
  .breadList.subMenu_mt {
    margin-top: 57px;
  }
}
@media screen and (max-width: 767px) {
  .breadList.subMenu_mt {
    margin-top: 41px;
  }
}
.breadList p, .breadList span, .breadList a {
  font-size: 1.2rem;
  color: #222222;
}

.product_archive_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 575px) {
  .product_archive_content {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.product_archive_content .items {
  padding: 0 15px;
  width: 25%;
}
.product_archive_content .items:nth-of-type(n + 5) {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .product_archive_content .items {
    width: 33.3%;
  }
  .product_archive_content .items:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product_archive_content .items {
    width: 50%;
  }
  .product_archive_content .items:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .product_archive_content .items {
    padding: 0 5px;
  }
}
.product_archive_content .items a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_archive_content .items a:hover {
  opacity: 0.8;
}
.product_archive_content .items a figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  background: #F8F9FD;
}
.product_archive_content .items a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_archive_content .items a .txt {
  margin-top: 10px;
}
.product_archive_content .items a .txt h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .product_archive_content .items a .txt h4 {
    font-size: 1.6rem;
  }
}
.product_archive_content .items a .txt h4 i {
  font-size: 1.4rem;
  margin-left: 8px;
}
@media screen and (max-width: 575px) {
  .product_archive_content .items a .txt h4 i {
    font-size: 1.2rem;
    margin-left: 5px;
  }
}
.product_archive_content .items a .txt h4 small {
  display: block;
  font-size: 1.2rem;
  margin-top: 4px;
}
.product_archive_content .items a .txt p {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  background: #f6f6f6;
  color: #000;
  padding: 2px 15px;
  border-radius: 100px;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .product_archive_content .items a .txt p {
    font-size: 1rem;
  }
}
.product_archive_content .items a .txt p.green, .product_archive_content .items a .txt p.aquafuze-ink, .product_archive_content .items a .txt p.aquafuze-ink-en {
  background: #68c9c3;
  color: #fff;
}
.product_archive_content .items a .txt p.pink, .product_archive_content .items a .txt p.eco-solvent-ink, .product_archive_content .items a .txt p.eco-solvent-ink-en {
  background: #ff007d;
  color: #fff;
}
.product_archive_content .items a .txt p.orange, .product_archive_content .items a .txt p.uv-led-ink, .product_archive_content .items a .txt p.uv-led-ink-en {
  background: #ff7800;
  color: #fff;
}
.product_archive_content .items a .txt p.yellow, .product_archive_content .items a .txt p.mp-ink, .product_archive_content .items a .txt p.mp-ink-en {
  background: #fdd000;
  color: #000 !important;
}
.product_archive_content .items a .txt p.blue, .product_archive_content .items a .txt p.sublimation-transfer-ink, .product_archive_content .items a .txt p.sublimation-transfer-ink-en {
  background: #2c97df;
  color: #fff;
}
.product_archive_content .items a .txt p.water {
  background: #019DE5;
  color: #fff;
}
.product_archive_content .items a .txt p.light_orange {
  background: #fdd000;
  color: #000;
}
.product_archive_content .items a .txt p.gray, .product_archive_content .items a .txt p.rip-software, .product_archive_content .items a .txt p.rip-software-en, .product_archive_content .items a .txt p.solution, .product_archive_content .items a .txt p.solution-en {
  color: #f6f6f6;
  color: #222222;
}
.product_archive_content .items a .txt p.default {
  background: #f6f6f6;
  color: #222222;
}
.product_archive_legacy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -8px;
}
.product_archive_legacy ul li {
  margin-top: 7px;
  margin-right: 7px;
}
.product_archive_legacy ul li a {
  border: 1px solid #e6e6e6;
  padding: 5px 25px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .product_archive_legacy ul li a {
    padding: 5px 18px;
  }
}
.product_archive_legacy ul li a:hover {
  background: #222222;
  color: #fff;
}
.product_archive_legacy .product_archive_mt {
  margin-top: 10px !important;
}

.page_subMenu_outer {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  max-width: 100%;
  background: #fff;
}
.page_subMenu {
  overflow-x: auto;
}
@media screen and (max-width: 1359px) {
  .page_subMenu {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .page_subMenu {
    display: block;
    padding: 0;
  }
}
.page_subMenu .products_desc {
  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;
  position: relative;
  padding: 20px 0;
  white-space: nowrap;
  min-width: 600px !important;
}
@media screen and (max-width: 767px) {
  .page_subMenu .products_desc {
    padding: 10px 0;
  }
}
@media screen and (max-width: 575px) {
  .page_subMenu .products_desc {
    min-width: 500px !important;
  }
}
.page_subMenu .products_desc h1 {
  font-size: 2.6rem;
  margin-right: 20px;
  font-family: "utile-display", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page_subMenu .products_desc h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .page_subMenu .products_desc h1 {
    font-size: 1.8rem;
    margin-right: 10px;
  }
}
.page_subMenu .products_desc .cat {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  background: #f6f6f6;
  padding: 2px 15px 2px 15px;
  border-radius: 100px;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .page_subMenu .products_desc .cat {
    font-size: 1rem;
  }
}
.page_subMenu .products_desc .cat.green, .page_subMenu .products_desc .cat.aquafuze-ink, .page_subMenu .products_desc .cat.aquafuze-ink-en {
  background: #68c9c3;
  color: #fff;
}
.page_subMenu .products_desc .cat.pink, .page_subMenu .products_desc .cat.eco-solvent-ink, .page_subMenu .products_desc .cat.eco-solvent-ink-en {
  background: #ff007d;
  color: #fff;
}
.page_subMenu .products_desc .cat.orange, .page_subMenu .products_desc .cat.uv-led-ink, .page_subMenu .products_desc .cat.uv-led-ink-en {
  background: #ff7800;
  color: #fff;
}
.page_subMenu .products_desc .cat.blue, .page_subMenu .products_desc .cat.sublimation-transfer-ink, .page_subMenu .products_desc .cat.sublimation-transfer-ink-en {
  background: #2c97df;
  color: #fff;
}
.page_subMenu .products_desc .cat.water-based {
  background: #019DE5;
  color: #fff;
}
.page_subMenu .products_desc .cat.gray, .page_subMenu .products_desc .cat.rip-software, .page_subMenu .products_desc .cat.rip-software-en, .page_subMenu .products_desc .cat.solution, .page_subMenu .products_desc .cat.solution-en {
  background: #f6f6f6;
  color: #222222;
}
.page_subMenu .products_desc .cat.mp-ink, .page_subMenu .products_desc .cat.mp-ink-en {
  background: #fdd000 !important;
  color: #222222 !important;
}

.sp_nav {
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 1239px) {
  .sp_nav {
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    top: 176px;
    left: 0;
    width: 100%;
  }
  .sp_nav.sp_fixed {
    position: fixed;
    top: 0;
  }
}
@media screen and (max-width: 1239px) and (max-width: 767px) {
  .sp_nav {
    top: 149px;
  }
}
@media screen and (max-width: 1239px) and (max-width: 575px) {
  .sp_nav {
    top: 114px;
  }
}
.sp_nav_inner {
  display: none;
}
@media screen and (max-width: 1239px) {
  .sp_nav_inner {
    background: #fff;
    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;
    line-height: 1;
    padding: 20px 0;
    width: 100%;
  }
}
@media screen and (max-width: 1239px) and (max-width: 767px) {
  .sp_nav_inner {
    padding: 12px 0;
  }
}
@media screen and (max-width: 1239px) and (max-width: 575px) {
  .sp_nav_inner {
    padding: 12px 20px;
  }
}
.sp_nav_inner .menu_txt {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sp_nav_inner .menu_txt {
    font-size: 1.4rem;
  }
}
.sp_nav_inner i {
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sp_nav.active .sp_nav_inner > i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1239px) {
  .sp_nav.m_fixed {
    position: fixed;
    top: 0;
  }
}

.sub_menu {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  position: absolute;
  top: 204px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 1239px) {
  .sub_menu {
    background: #f6f6f6;
    padding: 40px 0;
    display: none;
    top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .sub_menu {
    top: 41px;
  }
}
.sub_menu.m_fixed {
  position: fixed;
  top: 0;
}
.sub_menu 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;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (max-width: 1239px) {
  .sub_menu ul {
    display: block;
  }
}
.sub_menu ul li:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (max-width: 1239px) {
  .sub_menu ul li {
    margin: 0 !important;
    border-top: 1px solid #e6e6e6;
  }
  .sub_menu ul li:not(:first-of-type) {
    border-bottom: 1px solid #e6e6e6;
  }
}
.sub_menu ul li a {
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1239px) {
  .sub_menu ul li a {
    padding: 15px 20px;
    display: block;
  }
}
.sub_menu ul li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1239px) {
  .sub_menu ul li.catalog, .sub_menu ul li.buy, .sub_menu ul li.btn {
    border-top: none !important;
    border-bottom: none !important;
    margin-top: 20px !important;
    text-align: center;
  }
}
.sub_menu ul li.catalog a, .sub_menu ul li.buy a, .sub_menu ul li.btn a {
  background: #1a1a1a;
  padding: 5px 20px;
  border-radius: 100px;
  color: #fff;
}
@media screen and (max-width: 1239px) {
  .sub_menu ul li.catalog a, .sub_menu ul li.buy a, .sub_menu ul li.btn a {
    display: inline-block;
  }
}
.sub_menu ul li.catalog a i, .sub_menu ul li.buy a i, .sub_menu ul li.btn a i {
  margin-left: 5px;
}
.sub_menu ul li.jump a {
  position: relative;
  padding-right: 18px;
}
.sub_menu ul li.jump a i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 500;
}
.sub_menu ul li.contact {
  text-align: center;
}
.sub_menu ul li.contact a {
  background: #1a1a1a;
  padding: 5px 20px;
  border-radius: 100px;
  color: #fff;
}
@media screen and (max-width: 1239px) {
  .sub_menu ul li.contact a {
    display: inline-block;
  }
}
.sub_menu ul li .fa-regular {
  margin-left: 4px;
}

.products_mv {
  width: calc(100% - 40px);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.products_mv img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.single_towVolumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .single_towVolumn {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.single_towVolumn .items {
  width: 50%;
  max-width: 620px;
  padding: 0 30px;
}
.single_towVolumn .items:nth-of-type(n + 3) {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .single_towVolumn .items {
    width: 100%;
    padding: 0;
  }
  .single_towVolumn .items:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .single_towVolumn .items:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .single_towVolumn .items figure img {
    width: 100%;
    height: auto;
  }
}
.single_towVolumn .items .txt {
  margin-top: 30px;
}
.single_towVolumn .items .txt small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .single_towVolumn .items .txt small {
    font-size: 1.2rem;
  }
}

.single_table {
  width: 100%;
  overflow-x: auto;
}
.single_table table {
  width: 100%;
  border-collapse: collapse;
}
.single_table table tr :first-child {
  border-left: none !important;
}
.single_table table tr :last-child {
  border-right: none !important;
}
.single_table table tr th, .single_table table tr td {
  padding: 20px;
  border: 1px solid #e6e6e6;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
}
.single_table table tr th {
  background: #f8f8f8;
}
.single_table table tr a {
  text-decoration: underline;
}
.single_table .hosyu {
  width: 100%;
  border-collapse: collapse;
}
.single_table .hosyu tr th, .single_table .hosyu tr td {
  padding: 20px;
  border: 1px solid #e6e6e6;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
}
.single_table .hosyu tr th:first-of-type {
  border-left: none;
}
.single_table .hosyu tr th:last-of-type {
  border-right: none;
}
.single_table .hosyu tr td:first-of-type {
  border-left: none;
}
.single_table .hosyu tr td:last-of-type {
  border-right: none;
}
.single_table .txtCenter {
  text-align: center;
}
.single_table .tMargin10 {
  margin-top: 10px;
}
.single_table .rogo {
  text-align: center;
  background: #f8f8f8;
}
.single_table .noline {
  border-top: none;
  border-right: none;
}
.single_table th.product_name {
  text-align: center;
  vertical-align: top;
  width: 35%;
  background: #35813C;
  color: #fff;
}
.single_table th.product_name p {
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.single_table .marginB10 {
  margin-bottom: 10px;
}
.single_table.color_black th {
  background: #222222;
  color: #fff;
}

.version_table {
  width: 100%;
  overflow-x: auto;
}
.version_table table {
  width: 100%;
  border-collapse: collapse;
}
.version_table table tr th, .version_table table tr td {
  padding: 20px;
  border: 1px solid #e6e6e6;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
}
.version_table table tr th {
  background: #f8f8f8;
  text-align: center;
}
.version_table table tr td {
  text-align: center;
}
.version_table table tr a {
  text-decoration: underline;
}
.version_table table .gray {
  background: #eee;
}

.price_table {
  width: 100%;
  overflow-x: auto;
}
.price_table table {
  width: 100%;
  border-collapse: collapse;
}
.price_table table tr {
  border-top: 1px solid #e6e6e6;
}
.price_table table tr:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}
.price_table table tr th, .price_table table tr td {
  padding: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .price_table table tr th, .price_table table tr td {
    display: block !important;
    width: 100% !important;
  }
}
.price_table table tr th {
  background: #f8f8f8;
  text-align: left;
}
.price_table table tr td {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .price_table table tr td {
    text-align: left !important;
    padding: 15px 0 0;
  }
}
.price_table table tr td.txtRight {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .price_table table tr td.txtRight {
    padding: 5px 0 15px;
  }
}
.price_table table tr a {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .min_500 {
    min-width: 500px;
  }
  .min_600 {
    min-width: 600px;
  }
  .min_700 {
    min-width: 700px;
  }
  .min_800 {
    min-width: 800px;
  }
  .min_900 {
    min-width: 900px;
  }
}
.archive_sort_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .archive_sort_items {
    display: block;
  }
}
.archive_sort_items:not(:first-of-type) {
  margin-top: 15px;
}
.archive_sort_items h4 {
  width: 120px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 991px) {
  .archive_sort_items h4 {
    width: 100% !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.archive_sort_items ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .archive_sort_items ul {
    margin-top: 12px;
  }
}
.archive_sort_items ul li {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .archive_sort_items ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.archive_sort_items ul li a {
  font-size: 1.4rem;
  color: #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 5px 20px;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
  line-height: 1.4;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .archive_sort_items ul li a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 20px;
  }
}
.archive_sort_items ul li a.active {
  background: #222222;
  color: #fff;
  border-color: #222222;
}
.archive_sort.vertical {
  padding: 60px 0;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 991px) {
  .archive_sort.vertical {
    padding: 40px 0;
  }
}
.archive_sort.vertical .archive_sort_items {
  display: block;
}
.archive_sort.vertical .archive_sort_items ul {
  margin-top: 15px;
}
.archive_sort.archive_sort h4 {
  width: 160px;
}

.archive_sort_content {
  margin-left: -25px;
  margin-right: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1239px) {
  .archive_sort_content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 575px) {
  .archive_sort_content {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.archive_sort_content .items {
  width: 33.3%;
  padding: 0 25px;
}
.archive_sort_content .items:nth-of-type(n + 4) {
  margin-top: 80px;
}
@media screen and (max-width: 1239px) {
  .archive_sort_content .items {
    padding: 0 15px;
  }
  .archive_sort_content .items:nth-of-type(n + 4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .archive_sort_content .items {
    width: 50%;
  }
  .archive_sort_content .items:nth-of-type(n + 3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .archive_sort_content .items {
    width: 100%;
    padding: 0;
  }
  .archive_sort_content .items:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.archive_sort_content .items a {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive_sort_content .items a figure {
  aspect-ratio: 5/3.3;
  position: relative;
  overflow: hidden;
}
.archive_sort_content .items a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1 !important;
}
.archive_sort_content .items a figure h6 {
  font-size: 1.1rem;
  color: #1444bc;
  background: #fff;
  padding: 7px 20px 8px;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 100px;
}
.archive_sort_content .items a figure ul {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  padding: 2px 15px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive_sort_content .items a figure ul li {
  color: #1444bc;
  font-size: 1.2rem;
}
.archive_sort_content .items a figure ul li:not(:first-of-type):before {
  content: "・";
}
.archive_sort_content .items a h3 {
  font-size: 1.8rem;
  color: #222222;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .archive_sort_content .items a h3 {
    font-size: 1.8rem;
  }
}
.archive_sort_content .items a p {
  font-size: 1.4rem;
  margin-top: 6px;
}
.archive_sort_content .items a .cat {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive_sort_content .items a .cat li {
  font-size: 1.2rem;
  color: #222222;
  line-height: 1.2;
  background: #f6f6f6;
  padding: 5px 10px;
  border-radius: 100px;
  margin: 5px 5px 0 0;
}
.archive_sort_content .items a:hover {
  opacity: 0.7;
}

.case_single_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .case_single_desc {
    display: block;
  }
}
.case_single_desc_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 80px;
}
@media screen and (max-width: 1239px) {
  .case_single_desc_txt {
    margin-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .case_single_desc_txt {
    margin-right: 0;
  }
}
.case_single_desc_txt h1 {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .case_single_desc_txt h1 {
    font-size: 2.4rem;
  }
}
.case_single_desc_txt h2 {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .case_single_desc_txt h2 {
    font-size: 1.4rem;
  }
}
.case_single_desc_txt ul.products {
  padding: 10px 0 10px 30px;
  border-left: 1px solid #dbdbdb;
}
@media screen and (max-width: 575px) {
  .case_single_desc_txt ul.products {
    padding: 8px 0 8px 20px;
  }
}
.case_single_desc_txt ul.products li {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .case_single_desc_txt ul.products li {
    font-size: 1.2rem;
  }
}
.case_single_desc_txt ul.products li:not(:first-of-type) {
  margin-top: 10px;
}
.case_single_desc_txt ul.products li strong {
  display: block;
  font-weight: 500;
}
.case_single_desc_txt ul.products li strong span:not(:first-of-type):before {
  content: "・";
}
.case_single_desc_slideshow {
  width: 600px;
}
@media screen and (max-width: 1239px) {
  .case_single_desc_slideshow {
    width: 460px;
  }
}
@media screen and (max-width: 991px) {
  .case_single_desc_slideshow {
    width: 100%;
    max-width: 600px;
    margin: 40px auto 0;
  }
}
.case_single_desc_slideshow .main-image {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
}
.case_single_desc_slideshow .main-image img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case_single_desc_slideshow .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.case_single_desc_slideshow .thumbnails figure {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
}
.case_single_desc_slideshow .thumbnails figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.case_single_desc_slideshow .thumbnails .thumbnails img.active {
  border-color: #007bff;
}

.corporate_archive_content {
  margin-left: -22px;
  margin-right: -22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1239px) {
  .corporate_archive_content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 575px) {
  .corporate_archive_content {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.corporate_archive_content_items {
  padding: 0 22px;
  width: 33.3%;
}
.corporate_archive_content_items:nth-of-type(n + 4) {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .corporate_archive_content_items {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .corporate_archive_content_items {
    width: 50%;
  }
  .corporate_archive_content_items:nth-of-type(n + 3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .corporate_archive_content_items {
    width: 100%;
    padding: 0;
  }
  .corporate_archive_content_items:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.corporate_archive_content_items a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.corporate_archive_content_items a:hover {
  opacity: 0.8;
}
.corporate_archive_content_items a figure {
  width: 100%;
  aspect-ratio: 410/273;
  overflow: hidden;
  position: relative;
}
.corporate_archive_content_items a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1 !important;
}
.corporate_archive_content_items a h2 {
  font-size: 1.8rem;
  margin-top: 20px;
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.corporate_archive_content_items a h2 i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.corporate_archive_content_items a h2 i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f5f5f5;
  z-index: -1;
}
.corporate_archive_content_items a p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 8px;
}
@media screen and (max-width: 575px) {
  .corporate_archive_content_items a p {
    font-size: 1.4rem;
  }
}

.profile_table table {
  width: 100%;
  border-collapse: collapse;
}
.profile_table table tr th, .profile_table table tr td {
  padding: 20px;
  border: 1px solid #e6e6e6;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .profile_table table tr th, .profile_table table tr td {
    padding: 20px 10px;
  }
}
.profile_table table tr th {
  border-left: none;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .profile_table table tr th {
    width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .profile_table table tr th {
    width: 100px;
  }
}
.profile_table table tr td {
  border-right: none;
}

.business_content .items {
  padding: 60px 0;
  border-bottom: 1px solid #e6e6e6;
  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;
}
.business_content .items:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .business_content .items {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.business_content .items figure {
  width: 600px;
  margin-right: 100px;
}
@media screen and (max-width: 1239px) {
  .business_content .items figure {
    width: 500px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .business_content .items figure {
    width: 100%;
    margin: 0;
  }
}
.business_content .items figure img {
  width: 100%;
  height: auto;
}
.business_content .items .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .business_content .items .txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .business_content .items .txt .link_arrow {
    text-align: center;
  }
}

.office_map {
  background: #f8f8f8;
  padding: 60px 20px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .office_map {
    overflow-x: auto;
  }
}
@media screen and (max-width: 575px) {
  .office_map img {
    width: 530px;
    max-width: 530px;
  }
}

.office_table table {
  width: 100%;
  border-collapse: collapse;
}
.office_table table tr th, .office_table table tr td {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  padding: 20px 15px;
  border: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .office_table table tr th, .office_table table tr td {
    width: 100%;
    display: block;
  }
}
.office_table table tr th {
  width: 180px;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .office_table table tr th {
    width: 100%;
    border-right: none;
    border-bottom: none;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.office_table table tr td {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .office_table table tr td {
    border-left: none;
    border-top: none;
    padding-top: 0;
  }
}
.office_table table tr td .table_cubContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .office_table table tr td .table_cubContent {
    display: block;
  }
}
.office_table table tr td .table_cubContent .td_hrad {
  width: 145px;
  padding-right: 20px;
}
@media screen and (max-width: 575px) {
  .office_table table tr td .table_cubContent .td_hrad {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}
.office_table table tr td .table_cubContent .td_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.office_table table tr td .mt {
  margin-top: 20px;
}

.office_showroom_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1239px) {
  .office_showroom_desc {
    display: block;
  }
}
.office_showroom_desc_figure {
  width: 467px;
}
@media screen and (max-width: 1239px) {
  .office_showroom_desc_figure {
    width: 100%;
  }
  .office_showroom_desc_figure img {
    width: 100%;
  }
}
.office_showroom_desc_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}
@media screen and (max-width: 1239px) {
  .office_showroom_desc_txt {
    margin: 30px 0 0;
  }
}

.office_showroom_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1239px) {
  .office_showroom_info {
    display: block;
  }
}
.office_showroom_info figure {
  width: 303px;
  margin-right: 50px;
}
@media screen and (max-width: 1239px) {
  .office_showroom_info figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    width: 100%;
  }
}
.office_showroom_info figure img {
  display: block;
}
.office_showroom_info figure img:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 1239px) {
  .office_showroom_info figure img:not(:first-of-type) {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .office_showroom_info figure img {
    width: 48%;
  }
  .office_showroom_info figure img:not(:first-of-type) {
    margin: 0 0 0 4%;
  }
}
.office_showroom_info_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1239px) {
  .office_showroom_info_txt {
    margin-top: 30px;
  }
}
.office_showroom_info .link_arrow {
  text-align: center;
}

.message_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1239px) {
  .message_content {
    display: block;
  }
}
.message_content figure {
  width: 100%;
  max-width: 328px;
}
@media screen and (max-width: 1239px) {
  .message_content figure {
    margin-left: auto;
    margin-right: auto;
  }
}
.message_content .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}
@media screen and (max-width: 1239px) {
  .message_content .txt {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .message_content .txt {
    margin-top: 30px;
  }
}
.message_content .txt strong {
  display: block;
  padding-left: 0.5em;
}
.message_content .message_end {
  text-align: right;
}
.message_content .message_end p {
  font-size: 1.4rem;
}
@media screen and (max-width: 575px) {
  .message_content .message_end p {
    font-size: 1.2rem;
  }
}
.message_content .message_end_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.message_content .message_end_name.en {
  display: block;
}
.message_content .message_end_name.en small {
  margin-right: 0 !important;
}
.message_content .message_end_name small {
  font-size: 1.4rem;
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  .message_content .message_end_name small {
    font-size: 1.2rem;
  }
}
.message_content .message_end_name h4 {
  font-size: 2rem;
}
@media screen and (max-width: 575px) {
  .message_content .message_end_name h4 {
    font-size: 1.6rem;
  }
}

.loop_slide {
  overflow-x: hidden;
  width: 100%;
}
.loop_slide .slide-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 100%;
}
.loop_slide .slide-track .slide {
  width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .loop_slide .slide-track .slide {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .loop_slide .slide-track .slide {
    width: 280px;
  }
}
@media screen and (max-width: 575px) {
  .loop_slide .slide-track .slide {
    width: 200px;
  }
}
.loop_slide .slide-track .slide img {
  width: 100%;
}
.loop_slide .slide-track_reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-animation: scrollReverse 20s linear infinite;
          animation: scrollReverse 20s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 100%;
  margin-top: 20px;
}
.loop_slide .slide-track_reverse .slide {
  width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .loop_slide .slide-track_reverse .slide {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .loop_slide .slide-track_reverse .slide {
    width: 280px;
  }
}
@media screen and (max-width: 575px) {
  .loop_slide .slide-track_reverse .slide {
    width: 200px;
  }
}
.loop_slide .slide-track_reverse .slide img {
  width: 100%;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes scrollReverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scrollReverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.support_archive_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -22.5px;
  margin-right: -22.5px;
}
@media screen and (max-width: 1239px) {
  .support_archive_content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 575px) {
  .support_archive_content {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.support_archive_content .items {
  width: 33.3%;
  padding: 0 22.5px;
}
.support_archive_content .items:nth-of-type(n + 4) {
  margin-top: 70px;
}
@media screen and (max-width: 1239px) {
  .support_archive_content .items {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .support_archive_content .items {
    width: 50%;
  }
  .support_archive_content .items:nth-of-type(n + 3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .support_archive_content .items:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .support_archive_content .items {
    padding: 0 5px;
  }
  .support_archive_content .items:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
.support_archive_content .items a {
  display: block;
}
.support_archive_content .items a figure img {
  width: 100%;
}
.support_archive_content .items a h3 {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .support_archive_content .items a h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .support_archive_content .items a h3 {
    font-size: 1.4rem;
  }
}

.support_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.support_btn_items {
  width: 32%;
  margin-right: 2%;
}
.support_btn_items:nth-of-type(3n) {
  margin-right: 0;
}
.support_btn_items:nth-of-type(n + 4) {
  margin-top: 2%;
}
@media screen and (max-width: 991px) {
  .support_btn_items {
    width: 48%;
    margin-right: 4% !important;
  }
  .support_btn_items:nth-of-type(even) {
    margin-right: 0 !important;
  }
  .support_btn_items:nth-of-type(n + 3) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .support_btn_items {
    width: 100%;
    margin-right: 0 !important;
  }
  .support_btn_items:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.support_btn_items a {
  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;
  border: 1px solid #e6e6e6;
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .support_btn_items a {
    padding: 20px;
  }
}
.support_btn_items a i {
  font-size: 1.4rem;
  position: absolute;
  bottom: 12px;
  right: 12px;
}
@media screen and (max-width: 575px) {
  .support_btn_items a i {
    font-size: 1.2rem;
  }
}
.support_btn_items a figure {
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .support_btn_items a figure {
    margin-right: 10px;
  }
}
@media screen and (max-width: 575px) {
  .support_btn_items a figure img {
    width: 40px;
  }
}
.support_btn_items a h4 {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .support_btn_items a h4 {
    font-size: 1.6rem;
  }
}

.qa_list_content .ttl {
  font-size: 1.6rem;
  font-weight: 500;
}
.qa_list_content_items {
  margin-top: 5px;
}
.qa_list_content_items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.qa_list_content_items ul li {
  padding: 0 5px;
  margin-top: 10px;
}
.qa_list_content_items ul li a {
  font-size: 1.4rem;
  padding: 3px 30px;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .qa_list_content_items ul li a {
    padding: 3px 20px;
    font-size: 1.3rem;
  }
}
.qa_list_content_items ul li a i {
  font-size: 1.2rem;
  margin-left: 10px;
}
.qa_list_content_items ul li:hover a {
  border-color: #222222;
  background: #222222;
  color: #fff;
}
.qa_list_content_items ul li:hover a i {
  color: #fff;
}
.qa_list_content_items ul li.skyblue a {
  background: #68c9c3;
  border: none !important;
  color: #fff !important;
}
.qa_list_content_items ul li.skyblue a i {
  color: #fff !important;
}
.qa_list_content_items ul li.skyblue a:hover {
  opacity: 0.7;
  color: #fff;
}
.qa_list_content_items ul li.orange a {
  background: #ff7800;
  border: none !important;
  color: #fff !important;
}
.qa_list_content_items ul li.orange a i {
  color: #fff !important;
}
.qa_list_content_items ul li.orange a:hover {
  opacity: 0.7;
  color: #fff;
}
.qa_list_content_items ul li.yellow a {
  background: #FFFF37;
  border: none !important;
}
.qa_list_content_items ul li.yellow a i {
  color: #222222 !important;
}
.qa_list_content_items ul li.yellow a:hover {
  opacity: 0.7;
  color: #222222;
}
.qa_list_content_items ul li.pink a {
  background: #c23d5e;
  border: none !important;
  color: #fff !important;
}
.qa_list_content_items ul li.pink a i {
  color: #fff !important;
}
.qa_list_content_items ul li.pink a:hover {
  opacity: 0.7;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .support_ent_table {
    overflow-x: auto;
  }
}
.support_ent_table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 575px) {
  .support_ent_table table {
    width: 550px;
    max-width: 550px;
  }
}
.support_ent_table table tr th, .support_ent_table table tr td {
  font-size: 1.4rem;
  padding: 20px 15px;
  border: 1px solid #e6e6e6;
  text-align: left;
  font-weight: 500;
}
.support_ent_table table tr th {
  background: #f8f8f8;
}
.support_ent_table table tr th:first-of-type {
  border-left: none;
}
.support_ent_table table tr th:last-of-type {
  border-right: none;
}
.support_ent_table table tr th:nth-of-type(1) {
  width: 480px;
}
@media screen and (max-width: 1359px) {
  .support_ent_table table tr th:nth-of-type(1) {
    width: 460px;
  }
}
@media screen and (max-width: 1239px) {
  .support_ent_table table tr th:nth-of-type(1) {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .support_ent_table table tr th:nth-of-type(1) {
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  .support_ent_table table tr th:nth-of-type(1) {
    width: 250px;
  }
}
.support_ent_table table tr td {
  border-left: 1px solid #e6e6e6;
}
.support_ent_table table tr td:first-of-type {
  border-left: none;
}
.support_ent_table table tr td:last-of-type {
  border-right: none;
}

@media screen and (max-width: 575px) {
  .manual_table {
    overflow-x: auto;
  }
}
.manual_table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 575px) {
  .manual_table table {
    width: 550px;
    max-width: 550px;
  }
}
.manual_table table tr th, .manual_table table tr td {
  font-size: 1.4rem;
  padding: 20px 15px;
  border: 1px solid #e6e6e6;
  text-align: left;
  font-weight: 500;
}
.manual_table table tr th {
  background: #f8f8f8;
}
.manual_table table tr th:first-of-type {
  border-left: none;
}
.manual_table table tr th:last-of-type {
  border-right: none;
}
.manual_table table tr th:nth-of-type(1) {
  width: 200px;
}
.manual_table table tr td {
  border-left: 1px solid #e6e6e6;
}
.manual_table table tr td:first-of-type {
  border-left: none;
}
.manual_table table tr td:last-of-type {
  border-right: none;
}
.manual_table table tr td a {
  text-decoration: underline;
  margin-right: 8px;
}
.manual_table table tr td .icon {
  border-radius: 50%;
  background: #f5f5f5;
  position: relative;
  padding: 0 10px;
  line-height: 1;
}
.manual_table table tr td .icon i {
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}

.contact_tel_content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  background: #f0f0f5;
  padding: 40px 20px;
}
.contact_tel_content .te_btn a {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
}
.contact_tel_content .te_btn a img {
  margin-right: 10px;
}
.contact_tel_content .te_btn a h3 {
  font-family: "utile-display", "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.contact_tel_content .te_btn a h3 i {
  font-size: 3rem;
  color: #06287e;
}
.contact_tel_content .time {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.contact_tel_content .time span {
  font-size: 1.2rem;
  background: #fff;
  padding: 2px 18px;
  border-radius: 100px;
  margin-right: 10px;
}
.contact_tel_content .time p {
  font-size: 1.4rem;
}

.contact_form p {
  text-align: center;
  color: #fff;
}

.download_content .items {
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
}
.download_content .items:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .download_content .items {
    padding: 20px 0;
  }
}
.download_content .items a {
  text-decoration: underline;
}
.download_content .items .icon {
  border-radius: 50%;
  background: #f5f5f5;
  position: relative;
  padding: 0 12px;
  line-height: 1;
  margin-left: 8px;
}
.download_content .items .icon i {
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}

.products_archive_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customer_desc {
  padding: 60px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .customer_desc {
    padding: 40px 0;
  }
}
.customer_desc_ttl {
  width: 180px;
}
@media screen and (max-width: 575px) {
  .customer_desc_ttl {
    width: 100%;
  }
}
.customer_desc_ttl p {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .customer_desc_ttl p {
    font-size: 1.8rem;
  }
}
.customer_desc_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.customer_desc_content dl {
  margin: 0;
}
.customer_desc_content dl dt, .customer_desc_content dl dd {
  margin: 0;
  padding: 0;
}
.customer_desc_content dl dt {
  font-size: 1.4rem;
  color: #999999;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .customer_desc_content dl dt {
    font-size: 1.2rem;
  }
}
.customer_desc_content dl dt.mt {
  margin-top: 10px;
}
.customer_desc_content dl dd {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 2px;
}
@media screen and (max-width: 575px) {
  .customer_desc_content dl dd {
    font-size: 1.4rem;
  }
}

.case_products_btn {
  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;
  padding: 40px;
  background: #eeeeee;
}
.case_products_btn figure {
  width: 180px;
  height: 180px;
  background: #222;
  margin-right: 40px;
}
.case_products_btn .txt p {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  background: #f6f6f6;
  padding: 2px 10px 2px 23px;
  border-radius: 100px;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .case_products_btn .txt p {
    font-size: 1rem;
  }
}
.case_products_btn .txt p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.case_products_btn .txt p.green:before {
  background: #68c9c3;
}
.case_products_btn .txt p.pink:before {
  background: #ff007d;
}
.case_products_btn .txt p.orange:before {
  background: #ff7800;
}
.case_products_btn .txt h5 {
  font-size: 1.8rem;
  margin-top: 15px;
}
.case_products_btn .txt h6 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 6px;
}
.case_products_btn .txt .link {
  margin-top: 20px;
}
.case_products_btn .txt .link a {
  font-size: 1.4rem;
  color: #fff;
  background: #06287e;
  padding: 5px 30px 6px;
  border-radius: 100px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case_products_btn .txt .link a:hover {
  opacity: 0.8;
}
.case_products_btn .txt .link a i {
  margin-left: 5px;
  font-size: 1rem;
  color: #fff;
}

.column_archive_content {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1239px) {
  .column_archive_content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 575px) {
  .column_archive_content {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.column_archive_content .items {
  width: 33.3%;
  padding: 0 25px;
}
.column_archive_content .items:nth-of-type(n + 4) {
  margin-top: 80px;
}
@media screen and (max-width: 1239px) {
  .column_archive_content .items {
    padding: 0 15px;
  }
  .column_archive_content .items:nth-of-type(n + 4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .column_archive_content .items {
    width: 50%;
  }
  .column_archive_content .items:nth-of-type(n + 3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .column_archive_content .items {
    width: 100%;
    padding: 0;
  }
  .column_archive_content .items:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.column_archive_content .items figure {
  width: 100%;
  aspect-ratio: 5/3.3;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 575px) {
  .column_archive_content .items figure {
    width: 100%;
    margin: 0 0 15px;
  }
}
.column_archive_content .items figure a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.column_archive_content .items figure img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 0;
}
.column_archive_content .items_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.column_archive_content .items h2 {
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .column_archive_content .items h2 {
    margin-top: 0;
  }
}
.column_archive_content .items h2 a {
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .column_archive_content .items h2 a {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.column_archive_content .items h2 a:hover {
  opacity: 0.7;
}
.column_archive_content .items .cat {
  margin-top: 6px;
}
.column_archive_content .items .cat li {
  font-size: 1.2rem;
  color: #222222;
  line-height: 1.2;
  background: #f6f6f6;
  padding: 5px 10px;
  border-radius: 100px;
  margin: 5px 5px 0 0;
}
.column_archive_content .items .day {
  font-size: 1.1rem;
  color: #999999;
  line-height: 1.6;
}

.post-type-archive .news_archive_catList .column_all_btn {
  border: 1px solid #222222;
  background: #222222;
  color: #fff;
}

.products_single_list {
  background: #fff;
  padding: 60px 60px;
}
@media screen and (max-width: 991px) {
  .products_single_list {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .products_single_list {
    padding: 30px 20px;
  }
}
.products_single_list ol {
  list-style: decimal;
  padding-left: 2em;
}
.products_single_list ol li {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .products_single_list ol li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .products_single_list ol li {
    font-size: 1.4rem;
  }
}

.valuejet {
  width: 100%;
  height: 100%;
  background: url(../images/valuejet_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 80px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.valuejet .valuejet_inner p {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}
.valuejet .valuejet_inner h2 {
  text-align: center;
  margin-top: 30px;
}
.valuejet .valuejet_inner .link {
  text-align: center;
  margin-top: 40px;
}
.valuejet .valuejet_inner .link a {
  font-size: 1.4rem;
  color: #fff;
  background: #0e0e0e;
  padding: 12px 80px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.valuejet .valuejet_inner .link a:hover {
  opacity: 0.8;
}
.valuejet .valuejet_inner figure {
  text-align: center;
  margin-top: 80px;
}

.products_single_graph_content_single {
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .products_single_graph_content_single {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .products_single_graph_content_single {
    padding: 30px 20px;
  }
}
.products_single_graph_content_single figure {
  text-align: center;
}
.products_single_graph_content_single figure img {
  width: 100%;
  max-width: 960px;
}

.products_single_graph_content {
  background: #fff;
  padding: 60px;
  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;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1239px) {
  .products_single_graph_content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .products_single_graph_content {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .products_single_graph_content {
    padding: 30px 20px;
  }
}
.products_single_graph_content .graph {
  width: 100%;
  max-width: 529px;
  margin-right: 60px;
}
@media screen and (max-width: 1239px) {
  .products_single_graph_content .graph {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .products_single_graph_content .graph {
    width: 100%;
    overflow-x: auto;
  }
  .products_single_graph_content .graph img {
    width: 529px;
    max-width: 529px;
  }
}
.products_single_graph_content .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1239px) {
  .products_single_graph_content .txt {
    margin: 40px auto 0;
    max-width: 490px;
  }
}
.products_single_graph_content .txt .ttl h4 {
  text-align: center;
  font-size: 2.2rem;
  color: #08287e;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .products_single_graph_content .txt .ttl h4 {
    font-size: 1.8rem;
  }
}
.products_single_graph_content .txt .ttl figure {
  text-align: center;
  margin-top: 15px;
}
.products_single_graph_content .txt .ttl figure img {
  width: 100%;
  max-width: 360px;
}
.products_single_graph_content .txt h5 {
  text-align: center;
  margin: 15px 0 0;
  font-size: 2rem;
  color: #222222 !important;
}
@media screen and (max-width: 575px) {
  .products_single_graph_content .txt h5 {
    font-size: 1.6rem;
  }
}
.products_single_graph_content .txt ul {
  margin: 20px 0 0;
}
@media screen and (max-width: 575px) {
  .products_single_graph_content .txt ul {
    margin-top: 15px;
  }
}
.products_single_graph_content .txt ul li {
  padding-left: 1.2em;
  position: relative;
  color: #222222 !important;
}
.products_single_graph_content .txt ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.products_single_graph_content.doublue {
  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;
}
@media screen and (max-width: 991px) {
  .products_single_graph_content.doublue {
    display: block;
  }
}
.products_single_graph_content.doublue figure {
  width: 49%;
  max-width: 529px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .products_single_graph_content.doublue figure {
    width: 100%;
    max-width: 100%;
  }
  .products_single_graph_content.doublue figure:not(:first-of-type) {
    margin-top: 40px;
  }
}

.xpj-1462uf_table {
  padding: 20px;
  background: #fff;
}
.xpj-1462uf_table table {
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
}
.xpj-1462uf_table table tr {
  border-bottom: 1px solid #e6e6e6;
}
.xpj-1462uf_table table tr:not(:first-of-type) th, .xpj-1462uf_table table tr:not(:first-of-type) td {
  padding-top: 6px;
}
.xpj-1462uf_table table tr th, .xpj-1462uf_table table tr td {
  font-size: 1.4rem;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .xpj-1462uf_table table tr th, .xpj-1462uf_table table tr td {
    font-size: 1.2rem;
  }
}
.xpj-1462uf_table table tr td {
  text-align: right;
}

.support_end_message {
  background: #D00000;
}
.support_end_message h4 {
  color: #fff;
  background: #D00000;
  padding: 20px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .support_end_message h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .support_end_message h4 {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
}
.support_end_message p {
  padding: 20px;
  background: #fff;
  border: 2px solid #d00000;
}
@media screen and (max-width: 575px) {
  .support_end_message p {
    padding: 10px 20px;
  }
}

.products_single_slideshow {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.products_single_slideshow .slide-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; /* 画像幅+左右margin */
  -webkit-animation: scroll 50s linear infinite;
          animation: scroll 50s linear infinite;
}
.products_single_slideshow .slide {
  width: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 30px;
}
@media screen and (max-width: 991px) {
  .products_single_slideshow .slide {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .products_single_slideshow .slide {
    width: 400px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 575px) {
  .products_single_slideshow .slide {
    width: 300px;
  }
}
.products_single_slideshow .slide img {
  width: 100%;
  height: auto;
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* 画像3枚分＋マージン */
  }
}
.paper_size {
  display: inline-block;
  margin-bottom: 12px;
  background: #06287e;
  font-size: 1.2rem;
  color: #fff;
  padding: 4px 20px;
  border-radius: 100px;
}

.pagenationSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  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;
}
.pagenationSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products_single_movie h2 {
  text-align: center;
}

.movie_box {
  width: 100%;
  max-width: 980px;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
}
.movie_box iframe {
  width: 100%;
  height: 100%;
}
.movie_box video {
  width: 100%;
  height: auto !important;
}

.movie_twoColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.movie_twoColumn_item {
  width: 50%;
  padding: 0 20px;
}
.movie_twoColumn_item .movie_box {
  width: 100%;
  max-width: 980px;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
}
.movie_twoColumn_item .movie_box iframe {
  width: 100%;
  height: 100%;
}

.products_single_desc .items {
  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;
}
@media screen and (max-width: 1359px) {
  .products_single_desc .items {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .products_single_desc .items {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.products_single_desc .items:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 1239px) {
  .products_single_desc .items:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .products_single_desc .items:not(:first-of-type) {
    margin-top: 40px;
  }
}
.products_single_desc .items > figure {
  width: 600px;
  margin-right: 100px;
  text-align: center;
}
@media screen and (max-width: 1359px) {
  .products_single_desc .items > figure {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1239px) {
  .products_single_desc .items > figure {
    width: 400px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .products_single_desc .items > figure {
    width: 100%;
    margin: 0;
  }
  .products_single_desc .items > figure img {
    width: 100%;
    height: auto;
  }
}
.products_single_desc .items .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .products_single_desc .items .txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .products_single_desc .items .txt {
    margin-top: 20px;
  }
}
.products_single_desc .items .txt p.coution {
  font-size: 1.2rem;
  padding-left: 1em;
  position: relative;
  color: #666666;
}
.products_single_desc .items .txt p.coution:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.products_single_desc .items .txt .graphs {
  text-align: center;
}
.products_single_desc .xpj461uf-desc__graph {
  background: #fff;
  padding: 20px;
  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;
}
@media screen and (max-width: 575px) {
  .products_single_desc .xpj461uf-desc__graph {
    display: block;
  }
}
.products_single_desc .xpj461uf-desc__graph .icon {
  width: 81px;
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .products_single_desc .xpj461uf-desc__graph .icon {
    margin: 0 auto;
  }
}
.products_single_desc .xpj461uf-desc__graph .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
@media screen and (max-width: 575px) {
  .products_single_desc .xpj461uf-desc__graph .txt {
    display: block;
  }
}
.products_single_desc .xpj461uf-desc__graph .txt p {
  font-size: 1.4rem;
  margin-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 575px) {
  .products_single_desc .xpj461uf-desc__graph .txt p {
    margin: 0;
  }
}
.products_single_desc .xpj461uf-desc__graph .txt img {
  width: 163px;
}
@media screen and (max-width: 575px) {
  .products_single_desc .xpj461uf-desc__graph .txt img {
    margin: 20px auto 0;
    display: block;
  }
}

.products_single_desc_sep {
  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;
}
.products_single_desc_sep .items {
  width: 48%;
  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;
}
.products_single_desc_sep .items:nth-of-type(n + 3) {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .products_single_desc_sep .items {
    width: 100%;
  }
  .products_single_desc_sep .items:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .products_single_desc_sep .items {
    display: block;
  }
  .products_single_desc_sep .items:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.products_single_desc_sep .items figure {
  width: 265px;
  margin-right: 30px;
}
@media screen and (max-width: 1359px) {
  .products_single_desc_sep .items figure {
    width: 240px;
  }
}
@media screen and (max-width: 1239px) {
  .products_single_desc_sep .items figure {
    width: 265px;
  }
}
@media screen and (max-width: 575px) {
  .products_single_desc_sep .items figure {
    width: 100%;
  }
  .products_single_desc_sep .items figure img {
    width: 100%;
  }
}
.products_single_desc_sep .items .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 575px) {
  .products_single_desc_sep .items .txt {
    margin-top: 15px;
  }
}
.products_single_desc_sep .items .txt p {
  margin-top: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 575px) {
  .products_single_desc_sep .items .txt p {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.products_single_desc_sep .arrow_link a {
  display: inline-block;
  font-size: 1.4rem !important;
  padding: 5px 20px 5px 20px;
  border-radius: 100px;
  border: 1px solid #fff !important;
  color: #fff !important;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 !important;
}
.products_single_desc_sep .arrow_link a:hover {
  opacity: 0.8;
}
.products_single_desc_sep .arrow_link a i {
  margin-left: 10px;
}

.products_single_catch_content {
  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;
}
.products_single_catch_content .items {
  width: 49%;
  background: #17306B;
  padding: 30px;
}
.products_single_catch_content .items:nth-of-type(n + 3) {
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  .products_single_catch_content .items {
    width: 100%;
  }
  .products_single_catch_content .items:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .products_single_catch_content .items {
    padding: 20px;
  }
}
.products_single_catch_content .items h4 {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .products_single_catch_content .items h4 {
    font-size: 1.6rem;
  }
}
.products_single_catch_content .items h4 small {
  display: block;
  font-size: 1.4rem;
  margin-top: 6px;
}
@media screen and (max-width: 575px) {
  .products_single_catch_content .items h4 small {
    font-size: 1.2rem;
  }
}

.galler_twoColumn_free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 575px) {
  .galler_twoColumn_free {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.galler_twoColumn_free > div,
.galler_twoColumn_free > figure {
  padding: 0 15px;
  max-width: 50%;
  text-align: center;
}
.galler_twoColumn_free > div:nth-of-type(n + 3),
.galler_twoColumn_free > figure:nth-of-type(n + 3) {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .galler_twoColumn_free > div,
  .galler_twoColumn_free > figure {
    width: 100% !important;
    max-width: 100% !important;
  }
  .galler_twoColumn_free > div:nth-of-type(n + 2),
  .galler_twoColumn_free > figure:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.galler_twoColumn_free.vj figure:nth-of-type(1) {
  width: 40%;
}
.galler_twoColumn_free.vj figure:nth-of-type(2) {
  width: 60%;
}

.galler_threeColumn_free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.galler_threeColumn_free figure {
  padding: 0 15px;
  max-width: 33.3%;
  text-align: center;
}
.galler_threeColumn_free figure:nth-of-type(n + 4) {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .galler_threeColumn_free figure {
    width: 50% !important;
    max-width: 100% !important;
  }
  .galler_threeColumn_free figure:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
.galler_threeColumn_free figure p {
  font-size: 1.4rem;
}
.galler_threeColumn_free.vj figure:nth-of-type(1) {
  width: 40%;
}
.galler_threeColumn_free.vj figure:nth-of-type(2) {
  width: 60%;
}

.products_end {
  background: #D00A11;
  padding: 60px 20px;
}
.products_end p {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}

.productsMv-3d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .productsMv-3d {
    display: block;
  }
}
.productsMv-3d__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 80px;
}
@media screen and (max-width: 1359px) {
  .productsMv-3d__txt {
    margin-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .productsMv-3d__txt {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .productsMv-3d__txt {
    margin-top: 20px;
  }
}
.productsMv-3d__txt h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .productsMv-3d__txt h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 575px) {
  .productsMv-3d__txt h1 {
    font-size: 2.8rem;
  }
}
.productsMv-3d__txt .en {
  font-size: 1.4rem;
  color: #999;
  font-family: "utile-display", "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .productsMv-3d__txt .en {
    font-size: 1.2rem;
  }
}
.productsMv-3d__txt .jp {
  font-size: 1.4rem;
  color: #999;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .productsMv-3d__txt .jp {
    font-size: 1.2rem;
  }
}
.productsMv-3d__txt .price {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .productsMv-3d__txt .price {
    font-size: 3rem;
  }
}
.productsMv-3d__txt .price small {
  font-size: 0.6em;
}
.productsMv-3d__txt .cat {
  font-size: 1.2rem;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 100px;
  background: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .productsMv-3d__txt .cat {
    font-size: 1rem;
  }
}
.productsMv-3d__txt h2 {
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .productsMv-3d__txt h2 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 575px) {
  .productsMv-3d__txt h2 {
    font-size: 2rem;
  }
}
.productsMv-3d__txt h4 {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .productsMv-3d__txt h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .productsMv-3d__txt h4 {
    font-size: 1.6rem;
  }
}
.productsMv-3d__txt .tags {
  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;
  margin-left: -8px;
}
.productsMv-3d__txt .tags li {
  font-size: 1.2rem;
  color: #fff;
  background: #222222;
  padding: 15px 10px;
  margin-left: 8px;
  margin-top: 5px;
  text-align: center;
  line-height: 1.6;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
}
.productsMv-3d__txt .tags-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productsMv-3d__txt .tags-img li {
  margin-top: 6px;
  margin-right: 10px;
}
.productsMv-3d__txt .tags-img li img {
  width: 60px;
}
.productsMv-3d__txt .manufacturing_end {
  margin-bottom: 10px;
}
.productsMv-3d__txt .manufacturing_end span {
  background: #D00000;
  font-size: 1.6rem;
  color: #fff;
  padding: 6px 20px;
}
@media screen and (max-width: 575px) {
  .productsMv-3d__txt .manufacturing_end span {
    font-size: 1.4rem;
  }
}
.productsMv-3d__img {
  max-width: 648px;
}
@media screen and (max-width: 1359px) {
  .productsMv-3d__img {
    width: 560px;
  }
}
@media screen and (max-width: 1239px) {
  .productsMv-3d__img {
    width: 480px;
  }
}
@media screen and (max-width: 991px) {
  .productsMv-3d__img {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.productsMv-3d .table_item {
  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;
}
.productsMv-3d .table_item li:nth-of-type(1) {
  font-size: 1.6rem;
  padding: 3px 20px;
  border-radius: 100px;
  background: #e4e4e4;
  margin-right: 20px;
  width: 180px;
  text-align: center;
}
.productsMv-3d .table_item li:nth-of-type(2) {
  font-size: 3rem;
}
.productsMv-3d__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productsMv-3d__icons li {
  margin: 5px 5px 0 0;
}
.productsMv-3d__icons li img {
  width: 60px !important;
}
@media screen and (max-width: 575px) {
  .productsMv-3d__icons li img {
    width: 43px !important;
  }
}

.products_support {
  background: #f8f8f8;
  padding: 50px 40px;
  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;
}
@media screen and (max-width: 1239px) {
  .products_support {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .products_support {
    padding: 40px 30px;
  }
}
.products_support_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
  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;
}
@media screen and (max-width: 1239px) {
  .products_support_txt {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .products_support_txt {
    display: block;
    text-align: center;
  }
}
.products_support_txt img {
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .products_support_txt img {
    margin: 0 0 15px;
  }
}
.products_support_txt figure {
  width: 110px;
  margin-right: 20px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .products_support_txt figure {
    margin: 0 auto 15px;
  }
}
.products_support_txt figure img {
  margin: 0 !important;
}
.products_support_txt .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 575px) {
  .products_support_txt .content {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .products_support_txt .content p, .products_support_txt .content h4 {
    text-align: center;
  }
}
@media screen and (max-width: 1239px) {
  .products_support_btn {
    margin-top: 30px;
    text-align: center;
  }
}
.products_support_btn a {
  font-size: 1.4rem;
  color: #fff;
  background: #0e0e0e;
  padding: 12px 40px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products_support_btn a:hover {
  opacity: 0.7;
}
.products_support_btn a i {
  margin-left: 5px;
}

.products_repair {
  background: #f0f0f5;
  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;
}
@media screen and (max-width: 767px) {
  .products_repair {
    display: block;
  }
}
.products_repair_time {
  width: 50%;
  padding: 40px 40px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .products_repair_time {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 575px) {
  .products_repair_time {
    padding: 30px 20px 20px;
  }
}
.products_repair_time figure {
  text-align: center;
}
.products_repair_time ul {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.products_repair_time ul li:nth-of-type(1) {
  font-size: 1rem;
  padding: 2px 15px;
  border-radius: 100px;
  background: #fff;
  margin-right: 10px;
}
.products_repair_time ul li:nth-of-type(2) {
  font-size: 1.3rem;
}
.products_repair_mail {
  padding: 40px 40px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .products_repair_mail {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .products_repair_mail {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products_repair_mail li {
    text-align: center;
  }
}

.products_column_leftVariable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .products_column_leftVariable {
    display: block;
  }
}
.products_column_leftVariable .leftContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 70px;
}
@media screen and (max-width: 1239px) {
  .products_column_leftVariable .leftContent {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .products_column_leftVariable .leftContent {
    margin: 0;
    width: 100%;
  }
}
.products_column_leftVariable .rightContent {
  width: 462px;
}
@media screen and (max-width: 1239px) {
  .products_column_leftVariable .rightContent {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .products_column_leftVariable .rightContent {
    width: 100%;
    margin-top: 25px;
  }
}
.products_column_leftVariable .rightContent figure {
  text-align: center;
}

.products_column_rightVariable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products_column_rightVariable .leftContent {
  width: 462px;
  margin-right: 70px;
}
.products_column_rightVariable .rightContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.products_price {
  background: #f8f8f8;
  padding: 40px;
  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;
}
@media screen and (max-width: 1239px) {
  .products_price {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .products_price {
    padding: 30px 20px;
  }
}
.products_price_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 1239px) {
  .products_price_info {
    margin: 0;
  }
}
.products_price_info h4 {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .products_price_info h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .products_price_info h4 {
    font-size: 1.8rem;
  }
}
.products_price_info .cat {
  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;
  margin-top: 15px;
}
.products_price_info .cat p {
  font-size: 1.4rem;
  margin-top: 5px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products_price_info .cat p {
    font-size: 1.2rem;
  }
}
.products_price_info .cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products_price_info .cat ul li {
  margin-top: 5px;
  margin-right: 5px;
  font-size: 1.2rem;
  background: #fff;
  padding: 2px 10px;
  border-radius: 100px;
}
.products_price .btn_icon {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .products_price .btn_icon {
    text-align: center;
  }
}

.colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.colors li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
}
.colors li.colors_white {
  background: #fff;
  border: 1px solid #222222;
}
.colors li.colors_black {
  background: #000;
}
.colors li.colors_transparent {
  background: #fff;
  border: 1px solid #e6e6e6;
}
.colors li.colors_gray {
  background: #C9C9C9;
}
.colors li.colors_red {
  background: #FF0F17;
}
.colors li.colors_blue {
  background: #2D6EDA;
}
.colors li.colors_green {
  background: #5DC892;
}
.colors li.colors_yellow {
  background: #FFFF37;
}
.colors li.colors_orange {
  background: #FF8421;
}

@media screen and (max-width: 767px) {
  .products_archive_desc {
    max-width: 410px;
  }
}
@media screen and (max-width: 575px) {
  .products_archive_desc {
    padding: 20px;
    width: 100% !important;
  }
}
.products_archive_desc a {
  border: 1px solid #e6e6e6;
  padding: 30px;
  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;
}
@media screen and (max-width: 767px) {
  .products_archive_desc a {
    display: block;
  }
}
.products_archive_desc a figure {
  width: 100%;
  max-width: 350px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .products_archive_desc a figure {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .products_archive_desc a .txt {
    margin-top: 20px;
  }
}
.products_archive_desc a .txt h3 {
  font-size: 1.8rem;
}
.products_archive_desc a .txt p {
  font-size: 1.4rem;
}
.products_archive_desc a .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.products_archive_desc a .txt ul li {
  margin-top: 5px;
  margin-right: 5px;
  font-size: 1.2rem;
  background: #f6f6f6;
  padding: 3px 20px;
  border-radius: 100px;
}

.drafter_icon_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
  margin-top: -26px;
}
@media screen and (max-width: 991px) {
  .drafter_icon_list ul {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.drafter_icon_list ul li {
  padding: 26px 13px 0;
  width: 165px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1239px) {
  .drafter_icon_list ul li {
    width: 164px;
  }
}
@media screen and (max-width: 991px) {
  .drafter_icon_list ul li {
    padding: 16px 8px 0;
    width: 147px;
  }
}
@media screen and (max-width: 767px) {
  .drafter_icon_list ul li {
    width: 139px;
  }
}
@media screen and (max-width: 575px) {
  .drafter_icon_list ul li {
    width: 33.3%;
  }
}
.drafter_icon_list ul li.active {
  opacity: 1;
}

.drafter_function_item {
  border-bottom: 1px solid #e6e6e6;
}
.drafter_function_item_sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .drafter_function_item_sep {
    display: block;
  }
}
.drafter_function_item_sep figure {
  width: 450px;
}
@media screen and (max-width: 1239px) {
  .drafter_function_item_sep figure {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .drafter_function_item_sep figure {
    width: 100%;
    text-align: center;
  }
}
.drafter_function_item_sep figure p {
  font-size: 1.4rem;
}
.drafter_function_item_sep .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}
@media screen and (max-width: 1239px) {
  .drafter_function_item_sep .txt {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .drafter_function_item_sep .txt {
    margin: 30px 0 0;
  }
}
.drafter_function_item_sep .txt .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.drafter_function_item_sep .txt .icon li {
  width: 110px;
}
@media screen and (max-width: 1239px) {
  .drafter_function_item_sep .txt .icon li {
    width: 80px;
  }
}
@media screen and (max-width: 575px) {
  .drafter_function_item_sep .txt .icon li {
    width: 60px;
  }
}
.drafter_function_item_sep .txt .cat {
  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;
}
@media screen and (max-width: 767px) {
  .drafter_function_item_sep .txt .cat {
    margin-top: 20px;
  }
}
.drafter_function_item_sep .txt .cat li {
  font-size: 1.2rem;
  background: #f6f6f6;
  padding: 2px 20px;
  border-radius: 100px;
  font-weight: 400;
  margin-top: 6px;
}
.drafter_function_item_sep .txt .cat li:not(:last-of-type) {
  margin-right: 6px;
}

#simulation .base {
  border: 1px solid #aaa;
  padding: 10px;
  display: table;
  width: calc(100% - 22px);
}
#simulation .base p, #simulation .base div {
  display: table-cell;
}
#simulation .base div {
  padding: 5px 10px;
  background: #eee;
}
#simulation .base div span {
  float: right;
}
#simulation .option {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0;
  display: table;
  width: 100%;
}
#simulation .option:first-of-type {
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  #simulation .option {
    display: block;
  }
}
#simulation .option p, #simulation .option .item {
  display: table-cell;
}
@media screen and (max-width: 767px) {
  #simulation .option p, #simulation .option .item {
    display: block;
  }
}
#simulation .option p {
  width: 250px;
}
@media screen and (max-width: 1239px) {
  #simulation .option p {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #simulation .option p {
    width: 100%;
    margin-bottom: 20px;
  }
}
#simulation .option p span {
  display: block;
  font-size: 0.8em;
  color: #999999;
}
#simulation .option label {
  display: block;
  padding: 10px 10px;
}
@media screen and (max-width: 575px) {
  #simulation .option label {
    font-size: 1.4rem;
  }
}
#simulation .option label .optionPrice {
  float: right;
}
@media screen and (max-width: 575px) {
  #simulation .option label .optionPrice {
    float: none;
    display: block;
    text-align: right;
  }
}
#simulation a {
  text-decoration: underline;
}
#simulation .base span:after, #simulation .option label .optionPrice:after {
  content: " 円";
}
#simulation .sum {
  margin-top: 30px;
  background: #f8f8f8 !important;
  width: 470px;
  float: right;
  padding: 20px 20px 20px 20px;
}
#simulation .sum dl {
  margin: 0 0 10px;
  padding: 0 0 10px;
}
#simulation .sum dl dd:after {
  content: " 円";
}
#simulation .sum dl {
  display: table;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}
#simulation .sum dl dt {
  display: table-cell;
  line-height: 1.6;
}
#simulation .sum dl dd {
  display: table-cell;
  text-align: right;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.6;
}
#simulation .sum p {
  font-size: 1.2rem;
}

/* ラジオボタンを非表示にして、見た目をカスタム */
#simulation input[type=radio] {
  appearance: none; /* デフォルトの見た目を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc; /* 外枠グレー */
  border-radius: 50%; /* 丸くする */
  position: relative;
  vertical-align: middle;
  margin-right: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #fff; /* 白地 */
}

/* ホバー時（任意） */
/* 選択時 */
/* 内側の黒丸 */
#simulation input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ラベルの文字スタイル（任意） */
#simulation label {
  font-size: 15px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.lb-outerContainer {
  border: none !important;
}

.lb-image {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.lb-data .lb-details {
  margin-left: 0 !important;
}

.products_office_desc .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products_office_desc .item figure {
  width: 200px;
  margin-right: 60px;
}
.products_office_desc .item figure img {
  width: 100%;
}
.products_office_desc .item .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.products_office_desc .item .txt table {
  width: 100%;
  border-collapse: collapse;
}
.products_office_desc .item .txt table tr th, .products_office_desc .item .txt table tr td {
  font-weight: 500;
}
.products_office_desc .item .txt table tr th {
  width: 100px;
  background: #f8f8f8;
  padding: 3px 15px;
  font-size: 1.3rem;
}
.products_office_desc .item .txt table tr td {
  padding-left: 20px;
  font-size: 1.4rem;
}
.products_office_desc .item .txt table tr:not(:first-of-type) {
  border-top: 10px solid #fff;
}

.functions_tab_item .content_twoColumn_item > figure a {
  display: block;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
}
.functions_tab_item .content_twoColumn_item > figure a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.products_office_desc_sub .content_twoColumn_item > figure a {
  display: block;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
}
.products_office_desc_sub .content_twoColumn_item > figure a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.support_sample_content {
  padding: 60px;
  background: #f6f6f6;
  margin-bottom: 80px;
}
.support_sample_content ul {
  margin-top: 30px;
}
.support_sample_content ul a {
  text-decoration: underline;
}

.contact-products__items {
  margin-left: -22.5px;
  margin-right: -22.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1239px) {
  .contact-products__items {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 575px) {
  .contact-products__items {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.contact-products__items .item {
  width: 33.33%;
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.contact-products__items .item:nth-of-type(n + 4) {
  margin-top: 80px;
}
@media screen and (max-width: 1239px) {
  .contact-products__items .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .contact-products__items .item {
    width: 50%;
  }
  .contact-products__items .item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .contact-products__items .item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-products__items .item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
.contact-products__items .item a {
  display: block;
}
.contact-products__items .item a p {
  font-size: 1.8rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact-products__items .item a p {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .contact-products__items .item a p {
    font-size: 1.4rem;
  }
}
.contact-products__items .item a p.outer {
  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;
}
.contact-products__items .item a p.outer .txt {
  margin-right: 10px;
}
.contact-products__items .item a p.outer .mark {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f5f5f5;
  position: relative;
}
.contact-products__items .item a p.outer .mark i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.1rem;
}

.contact-tel__content {
  margin-left: -22.5px;
  margin-right: -22.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1239px) {
  .contact-tel__content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 991px) {
  .contact-tel__content {
    display: block;
  }
}
.contact-tel__content .item {
  width: 33.33%;
  padding-left: 22.5px;
  padding-right: 22.5px;
}
@media screen and (max-width: 1239px) {
  .contact-tel__content .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .contact-tel__content .item {
    width: 100%;
    margin: 0 !important;
  }
  .contact-tel__content .item:not(:first-of-type) {
    margin-top: 20px !important;
  }
}
.contact-tel__content .item a {
  background: #f0f0f5;
  padding: 30px 10px;
  display: block;
}
.contact-tel__content .item a p {
  text-align: center;
  font-size: 1.8rem;
}
.contact-tel__content .item a .tel {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 1239px) {
  .contact-tel__content .item a .tel img {
    width: 20px;
  }
}
.contact-tel__content .item a .tel h5 {
  font-size: 4.6rem;
  font-family: "utile-display", "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
@media screen and (max-width: 1239px) {
  .contact-tel__content .item a .tel h5 {
    font-size: 3.6rem;
  }
}
.contact-tel__content .item a .tel img {
  margin-right: 6px;
}
.contact-tel__content .item a ul {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.contact-tel__content .item a ul li:nth-of-type(1) {
  font-size: 1.2rem;
  background: #fff;
  padding: 2px 15px;
  border-radius: 100px;
  margin-right: 10px;
}
.contact-tel__content .item a ul li:nth-of-type(2) {
  font-size: 1.4rem;
}

.icon_content .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.icon_content .items:not(:first-of-type) {
  margin-top: 25px;
}
.icon_content .items figure {
  width: 30px;
  height: 30px;
  background: #222;
  margin-right: 20px;
}
.icon_content .items .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.privacy_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.privacy_list dt {
  width: 40px;
}
.privacy_list dd {
  width: calc(100% - 40px);
}

.licenseAgreement-coution__message {
  padding: 50px 60px;
}

body.tax-casestudy-cat .archive_sort .archive_sort_items ul li .all_cat {
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #222222;
}

body.tax-casestudy-tag .archive_sort .archive_sort_items ul li .all_tag {
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #222222;
}

.vj-1628mh-fature {
  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;
}
@media screen and (max-width: 991px) {
  .vj-1628mh-fature {
    display: block;
  }
}
.vj-1628mh-fature figure {
  width: 220px;
}
@media screen and (max-width: 991px) {
  .vj-1628mh-fature figure {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .vj-1628mh-fature figure {
    width: 110px;
  }
}
.vj-1628mh-fature ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
@media screen and (max-width: 991px) {
  .vj-1628mh-fature ul {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .vj-1628mh-fature ul {
    display: block;
  }
}
.vj-1628mh-fature ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #EF8200;
  color: #fff;
  padding: 15px 10px;
  border-radius: 5px;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 10px;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .vj-1628mh-fature ul li {
    font-size: 1.6rem;
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .vj-1628mh-fature ul li {
    width: 100%;
    margin: 0;
  }
  .vj-1628mh-fature ul li:not(:first-of-type) {
    margin-top: 10px;
  }
}

.products-upgrade {
  background: #f8f9fc;
  padding: 30px;
}
.products-upgrade__content {
  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;
}
@media screen and (max-width: 767px) {
  .products-upgrade__content {
    display: block;
  }
}
.products-upgrade__content .upgrade-content__figure {
  width: 40%;
  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;
}
@media screen and (max-width: 767px) {
  .products-upgrade__content .upgrade-content__figure {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.products-upgrade__content .upgrade-content__figure figure {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .products-upgrade__content .upgrade-content__figure figure {
    max-width: 228px;
  }
  .products-upgrade__content .upgrade-content__figure figure:nth-of-type(even) {
    margin-left: 4%;
  }
}
.products-upgrade__content .upgrade-content__figure figure p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}
.products-upgrade__content .upgrade-content__graph {
  width: 55%;
  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;
}
@media screen and (max-width: 767px) {
  .products-upgrade__content .upgrade-content__graph {
    margin-top: 20px;
    width: 100%;
  }
}
.products-upgrade__content .upgrade-content__graph figure {
  width: 40%;
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .products-upgrade__content .upgrade-content__graph figure {
    width: 50%;
  }
}
.products-upgrade__content .upgrade-content__graph p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1239px) {
  .products-upgrade__content .upgrade-content__graph p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .products-upgrade__content .upgrade-content__graph p {
    font-size: 1.2rem;
  }
}

#contact table {
  width: 100%;
  border-collapse: collapse;
}

#contact table th {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  padding: 10px;
  background: #eee;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  position: relative;
  width: 300px;
}
@media screen and (max-width: 767px) {
  #contact table th {
    width: 100% !important;
    display: block !important;
  }
}

#contact table td {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #contact table td {
    width: 100% !important;
    display: block !important;
  }
}

#contact table th span {
  background: #181E67;
  color: #fff;
  font-size: 9pt;
  padding: 0 5px;
  position: absolute;
  right: 10px;
  letter-spacing: 1px;
}

#contact #submit_btn {
  width: 180px;
  padding: 10px;
  font-size: 1.2em;
  background-color: #181E67;
  color: #fff;
  border-style: none;
  letter-spacing: 10px;
  border-radius: 7px;
  margin: 0 10px;
}

#contact #reset_btn {
  width: 180px;
  padding: 10px;
  font-size: 1.2em;
  background-color: #aaa;
  color: #fff;
  border-style: none;
  letter-spacing: 1px;
  border-radius: 7px;
  margin: 0 10px;
}

#contact #submit_btn:hover {
  background-color: #FF8A01;
}

#contact #reset_btn:hover {
  background-color: #ccc;
}

#contact textarea {
  width: 100%;
  height: 100px;
}

#contact table .ex {
  font-size: 10pt;
  color: #777;
}

#contact table input[type=text] {
  max-width: 100% !important;
}

@media screen and (max-width: 575px) {
  #contact #submit_btn {
    margin: 5px;
  }
}

/*ログイン*/
.rogin_bg {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  width: 450px;
  margin: 50px auto;
  font-size: 15px;
}

.rogin_bg .btn_area {
  background: #e9e9f6;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}

.rogin_bg table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.rogin_bg table td,
.rogin_bg table th {
  padding: 8px;
  white-space: nowrap;
  border-bottom: solid 1px #ccc;
}

.rogin_bg table th {
  font-weight: normal;
  text-align: left;
}

.rogin_bg table .ex {
  font-size: 10pt;
  color: #777;
}

/*SSL*/
.seal {
  font-size: 9pt;
  border-top: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc;
}

.seal td {
  padding: 20px;
}

.txtCenter {
  text-align: center;
}

.maker-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 575px) {
  .maker-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.maker-list .item {
  width: 33.333%;
  padding: 0 20px;
}
.maker-list .item:nth-of-type(n + 4) {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .maker-list .item {
    width: 50%;
    padding: 0 10px;
  }
  .maker-list .item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .maker-list .item {
    width: 100%;
  }
  .maker-list .item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.maker-list .item a {
  display: block;
  border: 1px solid #e6e6e6;
  padding: 20px;
  background: #fff;
}
.maker-list .item a figure {
  text-align: center;
}
.maker-list .item a p {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .maker-list .item a p {
    font-size: 1.4rem;
  }
}
.maker-list .item a p i {
  margin-left: 5px;
  font-size: 1.4rem;
}

.breadcrumb {
  text-align: right;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb ul li {
  font-size: 1.4rem;
  font-family: "utile-display", "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
}
.breadcrumb ul li:after {
  content: "-";
  padding: 0 5px;
}
.breadcrumb ul li:last-of-type:after {
  display: none;
}
.contactForm-privacy {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .contactForm-privacy {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .contactForm-privacy p {
    font-size: 1.4rem;
  }
}
.contactForm-privacy ul {
  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;
}
@media screen and (max-width: 767px) {
  .contactForm-privacy ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contactForm-privacy ul li {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .contactForm-privacy ul li {
    margin: 0;
  }
}
.contactForm-privacy ul li:not(:last-of-type) {
  margin-right: 15px;
}
.contactForm-privacy ul li a {
  text-decoration: underline;
}
@media screen and (max-width: 575px) {
  .contactForm-privacy ul li a {
    font-size: 1.4rem;
  }
}

.koukoku-none {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  padding: 20px 15px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.inkjet-applications {
  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;
}
@media screen and (max-width: 575px) {
  .inkjet-applications {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.inkjet-applications .item {
  margin-right: 25px;
  margin-bottom: 10px;
}
.inkjet-applications .item a {
  display: block;
  text-align: center;
}
.inkjet-applications .item a p {
  font-size: 1.4rem;
}

.products-office__maker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 991px) {
  .products-office__maker {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 575px) {
  .products-office__maker {
    margin-left: 0;
    margin-right: 0;
    display: blockl;
  }
}
.products-office__maker .item {
  width: 33.333%;
  padding: 0 20px;
}
.products-office__maker .item:nth-of-type(n + 4) {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .products-office__maker .item {
    width: 50%;
    padding: 0 15px;
  }
  .products-office__maker .item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .products-office__maker .item {
    width: 100%;
    padding: 0;
  }
  .products-office__maker .item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.products-office__maker .item figure {
  padding: 30px 20px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .products-office__maker .item figure {
    padding: 15px 20px;
  }
}
.products-office__maker .item figure p {
  font-size: 1.4rem;
  color: #555;
  margin-top: 10px;
}
.products-office__maker .item ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .products-office__maker .item ul li a {
    font-size: 1.4rem;
  }
}
.products-office__maker .item ul li a:hover {
  opacity: 0.7;
}
.products-office__maker .item ul li a i {
  margin-left: 5px;
}

.products-float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-float .link_arrow {
  margin: 10px 10px 0 0;
}

.products-bnr {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 575px) {
  .products-bnr {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.products-bnr .item {
  width: 25%;
  max-width: 307px;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .products-bnr .item {
    width: 50%;
  }
  .products-bnr .item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .products-bnr .item {
    padding: 0 7px;
  }
  .products-bnr .item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.products-bnr .item a {
  display: block;
}

.search_loope {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px;
  border: 1px solid #555;
  line-height: 1;
  background: #fff;
}

.products-digi__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991px) {
  .products-digi__point {
    margin-left: 0;
    margin-right: 0;
  }
}
.products-digi__point .item {
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .products-digi__point .item {
    padding: 0;
    width: 100%;
  }
  .products-digi__point .item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.products-digi__point .item h3 {
  border-bottom: 2px solid #ec6519;
  padding-bottom: 20px;
  text-align: center;
}
.products-digi__point .item p {
  text-align: center;
  margin-top: 15px;
}

.xpertjet-1682sr_graph {
  text-align: center;
  overflow-x: auto;
}
.xpertjet-1682sr_graph img {
  min-width: 560px;
}

.customer-useing .item {
  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;
  padding: 20px;
  background: #f6f6f6;
}
.customer-useing .item:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .customer-useing .item {
    display: block;
  }
}
.customer-useing .item figure {
  width: 200px;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .customer-useing .item figure {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.customer-useing .item figure img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.customer-useing .item .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 575px) {
  .customer-useing .item .txt {
    margin-top: 20px;
  }
}
.customer-useing .item .txt p {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  background: #f6f6f6;
  color: #000;
  padding: 0px 12px;
  border-radius: 100px;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .customer-useing .item .txt p {
    font-size: 1rem;
  }
}
.customer-useing .item .txt p.green, .customer-useing .item .txt p.aquafuze-ink, .customer-useing .item .txt p.aquafuze-ink-en {
  background: #68c9c3;
  color: #fff;
}
.customer-useing .item .txt p.pink, .customer-useing .item .txt p.eco-solvent-ink, .customer-useing .item .txt p.eco-solvent-ink-en {
  background: #ff007d;
  color: #fff;
}
.customer-useing .item .txt p.orange, .customer-useing .item .txt p.uv-led-ink, .customer-useing .item .txt p.uv-led-ink-en {
  background: #ff7800;
  color: #fff;
}
.customer-useing .item .txt p.yellow, .customer-useing .item .txt p.mp-ink, .customer-useing .item .txt p.mp-ink-en {
  background: #fdd000;
  color: #000 !important;
}
.customer-useing .item .txt p.blue, .customer-useing .item .txt p.sublimation-transfer-ink, .customer-useing .item .txt p.sublimation-transfer-ink-en {
  background: #2c97df;
  color: #fff;
}
.customer-useing .item .txt p.water {
  background: #019DE5;
  color: #fff;
}
.customer-useing .item .txt p.light_orange {
  background: #fdd000;
  color: #000;
}
.customer-useing .item .txt p.gray, .customer-useing .item .txt p.rip-software, .customer-useing .item .txt p.rip-software-en, .customer-useing .item .txt p.solution, .customer-useing .item .txt p.solution-en {
  color: #f6f6f6;
  color: #222222;
}
.customer-useing .item .txt p.default {
  background: #f6f6f6;
  color: #222222;
}
.customer-useing .item .txt h4 {
  font-size: 2.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .customer-useing .item .txt h4 {
    font-size: 2rem;
  }
}
.customer-useing .item .txt h4 small {
  font-size: 1.2rem;
  display: block;
  margin-top: 6px;
}

.cookie_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 767px) {
  .cookie_box {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 575px) {
  .cookie_box {
    padding: 20px;
  }
}
.cookie_box p {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .cookie_box p {
    font-size: 1.2rem;
  }
}
.cookie_box .btnArea_coolie {
  margin: 10px 0 0;
  list-style: none;
  padding: 0;
  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;
}
@media screen and (max-width: 767px) {
  .cookie_box .btnArea_coolie {
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .cookie_box .btnArea_coolie {
    margin-top: 15px;
  }
}
.cookie_box .btnArea_coolie li:not(:first-of-type) {
  margin-left: 20px;
}
.cookie_box .btnArea_coolie li:nth-of-type(1) a {
  border: 1px solid #fff;
  padding: 2px 20px;
}
@media screen and (max-width: 767px) {
  .cookie_box .btnArea_coolie li:nth-of-type(1) a {
    padding: 2px 10px;
  }
}
.cookie_box .btnArea_coolie li:nth-of-type(1) a:hover {
  background: #fff;
  color: #2d2d2d;
}
@media screen and (max-width: 767px) {
  .cookie_box .btnArea_coolie li {
    margin: 0 !important;
  }
  .cookie_box .btnArea_coolie li:not(:first-of-type) {
    margin-top: 20px !important;
  }
}
.cookie_box .btnArea_coolie li:nth-of-type(2) {
  position: relative;
  padding-left: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .cookie_box .btnArea_coolie li:nth-of-type(2) {
    font-size: 1.2rem;
  }
}
.cookie_box .btnArea_coolie li:nth-of-type(2):hover {
  text-decoration: underline;
}
.cookie_box .btnArea_coolie li:nth-of-type(2) .mark {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
}
.cookie_box .btnArea_coolie li:nth-of-type(2) .mark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 2px;
  background: #2d2d2d;
}
.cookie_box .btnArea_coolie li:nth-of-type(2) .mark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 12px;
  height: 2px;
  background: #2d2d2d;
}
.cookie_box .btnArea_coolie li a {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 575px) {
  .cookie_box .btnArea_coolie li a {
    font-size: 1.2rem;
  }
}

.products-scaner__scroll {
  overflow-x: auto;
}
.products-scaner__scroll img {
  width: 100%;
  max-width: 1200px !important;
}
@media screen and (max-width: 767px) {
  .products-scaner__scroll img {
    width: 800px !important;
    max-width: 800px !important;
  }
}
@media screen and (max-width: 575px) {
  .products-scaner__scroll img {
    width: 600px !important;
    max-width: 600px !important;
  }
}

.font-test p {
  font-size: 1.8rem;
}
.font-test .font-test__01 {
  font-family: "utile-display", "游明朝", "Yu Mincho", "Hiragino Mincho Pro", serif;
}
.font-test .font-test__02 {
  font-family: "utile-display", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", serif;
}
.font-test small {
  display: block;
  font-size: 1.2rem;
}

.u-margintop--xl {
  margin-top: 150px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xl {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xl {
    margin-top: 80px;
  }
}

.u-margintop--lg {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .u-margintop--lg {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--lg {
    margin-top: 60px;
  }
}

.u-margintop--ml {
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .u-margintop--ml {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--ml {
    margin-top: 40px;
  }
}

.u-margintop--md {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-margintop--md {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--md {
    margin-top: 30px;
  }
}

.u-margintop--sm {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .u-margintop--sm {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--sm {
    margin-top: 20px;
  }
}

.u-margintop--xs {
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xs {
    margin-top: 15px;
  }
}

.u-margintop--xxs {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xxs {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xxs {
    margin-top: 10px;
  }
}

.u-marginbottom--xl {
  margin-bottom: 150px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--xl {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--xl {
    margin-bottom: 80px;
  }
}

.u-marginbottom--lg {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--lg {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--lg {
    margin-bottom: 60px;
  }
}

.u-marginbottom--ml {
  margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--ml {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--ml {
    margin-bottom: 40px;
  }
}

.u-marginbottom--md {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--md {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--md {
    margin-bottom: 30px;
  }
}

.u-marginbottom--sm {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--sm {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--sm {
    margin-bottom: 20px;
  }
}

.u-marginbottom--xs {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--xs {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--xs {
    margin-bottom: 15px;
  }
}

.u-marginbottom--xxs {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--xxs {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--xxs {
    margin-bottom: 10px;
  }
}

.u-padding--xl {
  padding: 150px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--xl {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--xl {
    padding: 80px 0;
  }
}

.u-padding--lg {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--lg {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--lg {
    padding: 60px 0;
  }
}

.u-padding--ml {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--ml {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--ml {
    padding: 40px 0;
  }
}

.u-padding--md {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--md {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--md {
    padding: 30px 0;
  }
}

.u-padding--sm {
  padding: 40px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--sm {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--sm {
    padding: 20px 0;
  }
}

.u-padding--xs {
  padding: 25px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--xs {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--xs {
    padding: 15px 0;
  }
}

.u-paddingtop--xl {
  padding-top: 150px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--xl {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--xl {
    padding-top: 80px;
  }
}

.u-paddingtop--lg {
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--lg {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--lg {
    padding-top: 60px;
  }
}

.u-paddingtop--ml {
  padding-top: 90px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--ml {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--ml {
    padding-top: 40px;
  }
}

.u-paddingtop--md {
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--md {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--md {
    padding-top: 30px;
  }
}

.u-paddingtop--sm {
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--sm {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--sm {
    padding-top: 20px;
  }
}

.u-paddingtop--xs {
  padding-top: 25px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--xs {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--xs {
    padding-top: 15px;
  }
}

.u-paddingbottom--xl {
  padding-bottom: 150px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--xl {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--xl {
    padding-bottom: 80px;
  }
}

.u-paddingbottom--lg {
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--lg {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--lg {
    padding-bottom: 60px;
  }
}

.u-paddingbottom--ml {
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--ml {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--ml {
    padding-bottom: 40px;
  }
}

.u-paddingbottom--md {
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--md {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--md {
    padding-bottom: 30px;
  }
}

.u-paddingbottom--sm {
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--sm {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--sm {
    padding-bottom: 20px;
  }
}

.u-paddingbottom--xs {
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--xs {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--xs {
    padding-bottom: 15px;
  }
}