@charset "UTF-8";
@import url(scss/libs/fixedsticky.css);
@import url("https://fonts.googleapis.com/css?family=Lato|Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
em {
  font-style: normal;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */
  }
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

#qs_footer .logo_footer img,
.qs_box__img .qs_item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.txt__line_height {
  line-height: 2;
}

/*!
* Bootstrap Grid v4.0.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)
*/
.container-wide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px),
print {
  .container-wide {
    max-width: 1260px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

@media only screen and (min-width: 768px),
print {
  .container-min {
    max-width: 1000px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

@media only screen and (min-width: 768px),
print {
  .container-lg {
    max-width: 1000px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

@media only screen and (min-width: 768px),
print {
  .container-xl {
    max-width: 1600px;
    padding-right: 100px;
    padding-left: 100px;
  }
}

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

@media only screen and (min-width: 768px),
print {
  .container-xxl {
    max-width: 1600px;
    padding-right: 100px;
    padding-left: 100px;
  }
}

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

@media only screen and (min-width: 768px),
print {
  .container-xxxl {
    max-width: 1660px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.od_v_box,
.od_h_box {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.od_v_box .od-1,
.od_h_box .od-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.od_v_box .od-2,
.od_h_box .od-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (min-width: 768px),
print {

  .od_v_box .od-md-1,
  .od_h_box .od-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 768px),
print {

  .od_v_box .od-md-2,
  .od_h_box .od-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

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

.od_h_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.img-responsive-left {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

@media only screen and (min-width: 576px),
print {
  .img-responsive-left {
    margin-left: 0;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

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

@media only screen and (min-width: 768px),
print {
  .container {
    width: 1060px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

span.container {
  display: block;
}

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

@media only screen and (min-width: 768px),
print {
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}

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

@media only screen and (min-width: 768px),
print {
  .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}

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

@media only screen and (min-width: 768px),
print {

  .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 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.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 only screen and (min-width: 576px),
print {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.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 only screen and (min-width: 768px),
print {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.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 only screen and (min-width: 1000px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.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 only screen and (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.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: -webkit-box !important;
  display: -ms-flexbox !important;
  -js-display: flex;
  display: flex !important;
}

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

@media only screen and (min-width: 576px),
print {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media only screen and (min-width: 768px),
print {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1000px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
br
======================================== */
/*br-XX-block*/
.br-xs-block {
  display: none;
}

@media only screen and (min-width: 480px),
print {
  .br-xs-block {
    display: inline-block;
  }
}

.br-sm-block {
  display: none;
}

@media only screen and (min-width: 576px),
print {
  .br-sm-block {
    display: inline-block;
  }
}

.br-md-block {
  display: none;
}

@media only screen and (min-width: 768px),
print {
  .br-md-block {
    display: inline-block;
  }
}

.br-lg-block {
  display: none;
}

@media only screen and (min-width: 1000px) {
  .br-lg-block {
    display: inline-block;
  }
}

.br-xl-block {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .br-xl-block {
    display: inline-block;
  }
}

.br-xxl-block {
  display: none;
}

@media only screen and (min-width: 1400px) {
  .br-xxl-block {
    display: inline-block;
  }
}

.br-xxxl-block {
  display: none;
}

@media only screen and (min-width: 1600px) {
  .br-xxxl-block {
    display: inline-block;
  }
}

/*br-XX-none*/
@media only screen and (min-width: 375px),
print {
  .br-xxs-none {
    display: none;
  }
}

@media only screen and (min-width: 480px),
print {
  .br-xs-none {
    display: none;
  }
}

@media only screen and (min-width: 576px),
print {
  .br-sm-none {
    display: none;
  }
}

@media only screen and (min-width: 768px),
print {
  .br-md-none {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  .br-lg-none {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .br-xl-none {
    display: none;
  }
}

@media only screen and (min-width: 1400px) {
  .br-xxl-none {
    display: none;
  }
}

@media only screen and (min-width: 1600px) {
  .br-xxxl-none {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .br-sm-min-none {
    display: none;
  }
}

.br-xs-min-block {
  display: none;
}

@media only screen and (max-width: 479px) {
  .br-xs-min-block {
    display: inline-block;
  }
}

#g_header {
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: -webkit-sticky;
  position: sticky;
  z-index: 99999;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
}

@media only screen and (min-width: 768px),
print {
  #g_header {
    min-width: 1200px;
  }
}

@media only screen and (min-width: 768px),
print {
  #g_header.fixed {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media only screen and (min-width: 768px),
print {
  #g_header.fixed .g_header_inner {
    padding: 8px 0;
  }
}

@media only screen and (min-width: 768px),
print {
  #g_header.fixed .site_id {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

#g_header.fixed .btn_lang {
  padding: 3px 15px;
}

#g_header.fixed .btn_lang .txt_lang {
  margin-top: 5px;
}

.g_header_inner {
  -webkit-transition-property: padding;
  -o-transition-property: padding;
  transition-property: padding;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  will-change: padding, right;
  -js-display: flex;
  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 only screen and (min-width: 768px),
print {
  .g_header_inner {
    padding: 20px 0;
  }
}

.site_id {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 50%;
  padding: 10px 0;
}

@media only screen and (min-width: 768px),
print {
  .site_id {
    width: auto;
    will-change: transform;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    padding: 0;
    margin-right: auto;
  }
}

.site_id img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .site_id img {
    height: 35px;
    width: auto;
  }
}

.site_id a {
  display: block;
}

#g_nav {
  zoom: 1;
  display: none;
}

#g_nav:after {
  display: block;
  content: "";
  clear: both;
}

@media only screen and (min-width: 768px),
print {
  #g_nav {
    display: block;
  }
}

#g_nav li {
  overflow: hidden;
  float: left;
  padding: 10px 0;
  line-height: 1;
}

#g_nav li+li {
  margin-left: 35px;
}

#g_nav li.current a:before {
  bottom: -10px;
}

#g_nav li a {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #333;
}

@media only screen and (max-width: 767px) {
  #g_nav li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#g_nav li a:before {
  -webkit-transition-property: bottom;
  -o-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: -20px;
  left: 0;
  height: 3px;
  background-color: #bfbfbf;
}

#g_nav li a:hover {
  text-decoration: none;
}

#g_nav li a:hover:before {
  bottom: -10px;
}

@media only screen and (min-width: 768px),
print {
  #g_nav li.last_li_mr {
    margin-right: 15px;
  }
}

.btn_lang {
  display: none;
}

@media only screen and (min-width: 768px),
print {
  .btn_lang {
    -webkit-transition-property: padding;
    -o-transition-property: padding;
    transition-property: padding;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    display: block;
    margin-left: 50px;
    padding: 8px 15px;
    text-align: center;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
  }

  .btn_lang .txt_lang {
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-transition-property: margin;
    -o-transition-property: margin;
    transition-property: margin;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    line-height: 1;
    margin-top: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .btn_lang .txt_lang {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sp_menu-click #nav__sp {
  right: 240px;
  top: 0;
}

#nav__sp {
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  will-change: right;
}

@media only screen and (min-width: 768px),
print {
  #nav__sp {
    display: none;
  }
}

.fixed #nav__sp {
  top: 0;
}

.fixed #panel__btn {
  background: -webkit-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: -o-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: linear-gradient(45deg, #06c1aa, 50%, #06bac1);
}

.fixed #panel__btn_icon {
  background: #fff;
}

.fixed #panel__btn_icon:before,
.fixed #panel__btn_icon:after {
  background: #fff;
}

.fixed .panel__btn_text {
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .fixed #panel__btn {
    background: #06c1aa;
  }
}

#panel__btn {
  position: relative;
  display: block;
  float: right;
  width: 56px;
  height: 56px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#panel__btn_icon {
  display: block;
  position: absolute;
  top: 22px;
  left: 50%;
  width: 26px;
  height: 2px;
  margin: -1px 0 0 -13px;
  background: #06c1aa;
  background: -webkit-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: -o-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#panel__btn_icon:before,
#panel__btn_icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  background: #06c1aa;
  background: -webkit-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: -o-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#panel__btn_icon:before {
  margin-top: -8px;
}

#panel__btn_icon:after {
  margin-top: 6px;
}

#panel__btn_icon.close {
  background: transparent;
}

#panel__btn_icon.close:before,
#panel__btn_icon.close:after {
  margin-top: 0;
}

#panel__btn_icon.close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#panel__btn_icon.close:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.panel__btn_text {
  font-size: 9px;
  margin-top: 33px;
  color: #06c1aa;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#spWall {
  display: none;
  position: fixed;
  right: 240px;
  top: 0;
  z-index: 999997;
  width: 100%;
  height: 100%;
}

#sp_menu {
  width: 240px;
  background-color: #f6f6f6;
  border-left: 1px solid #ddd;
  -webkit-overflow-scrolling: touch;
}

#sp_menu>* {
  -webkit-transform: translateZ(0px);
}

@media only screen and (min-width: 768px),
print {
  #sp_menu {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #sp_menu {
    position: fixed;
    right: -260px;
  }
}

#sp_menu a:hover {
  text-decoration: none;
}

.lang_nav_sp {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  background-color: #06c1aa;
}

.lang_nav_sp:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/icon_lang_white.svg) no-repeat center center;
  background-size: contain;
}

.lang_nav_sp li+li:before {
  content: "/";
  display: inline-block;
  margin: 0 0.6em;
  color: #fff;
}

.lang_nav_sp li a {
  font-size: 14px;
  font-size: 1.4rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 17px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .lang_nav_sp li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#g_nav_sp li {
  border-bottom: 1px solid #ddd;
  min-height: 55px;
}

#g_nav_sp li a {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 2.5em 1em 1.5em;
}

#g_nav_sp li a:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1.4em;
  bottom: 0;
  left: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.sec__plain {
  padding-top: 50px;
}

@media only screen and (min-width: 768px),
print {
  .sec__plain {
    padding-top: 100px;
  }
}

.sec__cmn {
  padding-top: 42px;
  padding-bottom: 78px;
}

@media only screen and (min-width: 576px),
print {
  .sec__cmn {
    padding-top: 42px;
  }
}

@media only screen and (min-width: 768px),
print {
  .sec__cmn {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px),
print {
  .sec__cmn {
    padding-bottom: 78px;
  }
}

@media only screen and (min-width: 768px),
print {
  .sec__cmn {
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap__col {
    margin-bottom: -140px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (min-width: 576px),
print {
  .wrap__col {
    margin-bottom: -135px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px),
print {
  .wrap__col {
    margin-bottom: -130px;
  }
}

.col__main {
  padding-bottom: 78px;
}

@media only screen and (min-width: 576px),
print {
  .col__main {
    padding-bottom: 78px;
  }
}

@media only screen and (min-width: 768px),
print {
  .col__main {
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 768px),
print {
  .col__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
}

.col__side {
  background-color: #f8f8f8;
}

@media only screen and (min-width: 768px),
print {
  .col__side {
    width: 270px;
    margin-left: 50px;
  }
}

.col__side .inner {
  position: -webkit-sticky;
  position: sticky;
  top: 8em;
}

.col__side .ttl__side {
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .col__side .ttl__side {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.col__side .ttl__side a,
.col__side .ttl__side>span {
  display: block;
  padding: 0.7em 0.5em 0.6em 25px;
  background: #a2b7e8;
  background: -moz-linear-gradient(left, #a2b7e8 0%, #98deee 100%);
  background: -webkit-linear-gradient(left, #a2b7e8 0%, #98deee 100%);
  background: -webkit-gradient(linear, left top, right top, from(#a2b7e8), to(#98deee));
  background: -o-linear-gradient(left, #a2b7e8 0%, #98deee 100%);
  background: linear-gradient(to right, #a2b7e8 0%, #98deee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2b7e8', endColorstr='#98deee', GradientType=1);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.col__side .ttl__side a {
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.col__side .ttl__side a:hover {
  background-color: #06c1aa;
}

.col__side .list_side_link {
  font-size: 15px;
  font-size: 1.5rem;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .col__side .list_side_link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.col__side .list_side_link li {
  border-top: 1px dotted #fff;
}

.col__side .list_side_link li:first-child {
  border-top: none;
}

@media only screen and (min-width: 768px),
print {
  .col__side .list_side_link li:last-child {
    border-bottom: 1px dotted #fff;
  }
}

.col__side .list_side_link li.current a {
  background-color: #666;
  color: #fff;
}

.col__side .list_side_link li a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  display: block;
  padding: 1em 0.5em 1em 45px;
  color: #06c1aa;
}

.col__side .list_side_link li a:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}

.col__side .list_side_link li a:hover:after {
  border-color: #fff;
}

.col__side .list_side_link li a:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 27px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.wrap_breadcrumbs {
  display: none;
}

@media only screen and (min-width: 768px),
print {
  .wrap_breadcrumbs {
    display: block;
    max-width: 1360px;
    padding: 0 30px;
    margin: 0 auto;
  }
}

#breadcrumbs {
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
  margin-top: 15px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs li:last-child {
  color: #bbb;
}

#breadcrumbs li:last-child a:after {
  content: none;
}

#breadcrumbs li a {
  position: relative;
  display: block;
  margin-right: 1.8em;
  font-weight: 500;
  text-decoration: none;
  color: #333;
}

#breadcrumbs li a:after {
  font-size: 12px;
  font-size: 1.2rem;
  content: "ー";
  position: absolute;
  top: 0;
  right: -1.5em;
  text-decoration: none;
  color: #333;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs li a:after {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#breadcrumbs li a:hover {
  border-bottom: 1px solid #333;
}

.index_mv {
  min-height: 50vw;
  position: relative;
}

@media only screen and (min-width: 768px),
print {
  .index_mv {
    min-height: 580px;
  }
}

.index_mv._about_mv {
  background: url(../../../../company/img/about_mv.jpg) no-repeat center center;
  background-size: cover;
}

.index_mv._recruit_mv {
  background: url(../../../../recruit/img/recruit_mv.jpg) no-repeat center top;
  background-size: cover;
}

.index_mv._products_mv {
  background: url(../../../../products/img/products_mv.jpg) no-repeat center center;
  background-size: cover;
}

.pic img {
  display: block;
  max-width: 100%;
  margin: auto;
  height: auto;
}

.pic._left img {
  margin-left: 0;
}

.pic+.pic {
  margin-top: 1em;
}

.head_ttl_area {
  margin-top: 39px;
  text-align: center;
}

@media only screen and (min-width: 576px),
print {
  .head_ttl_area {
    margin-top: 39px;
  }
}

@media only screen and (min-width: 768px),
print {
  .head_ttl_area {
    margin-top: 65px;
  }
}

.head_ttl_area .head_ttl {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.3;
  color: #333;
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width: 767px) {
  .head_ttl_area .head_ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.head_ttl_area .head_ttl .min_txt {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}

@media only screen and (max-width: 767px) {
  .head_ttl_area .head_ttl .min_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.head_ttl_area .head_txt {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  margin-top: 30px;
}

.head_ttl_area .head_txt2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}

.babyalarm-faq-img {
  width: 400px;
}

@media only screen and (max-width: 767px) {
  .head_ttl_area .head_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .head_ttl_area .head_txt2 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .babyalarm-faq-img {
    width: 100%;
  }
}

@media only screen and (min-width: 576px),
print {
  .head_ttl_area .head_txt {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px),
print {
  .head_ttl_area .head_txt {
    margin-top: 50px;
  }
}

.head_ttl_area .head_caption {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.19;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (min-width: 576px),
print {
  .head_ttl_area .head_caption {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px),
print {
  .head_ttl_area .head_caption {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .head_ttl_area .head_caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.aboutus_link01 {
  margin-top: 54px;
}

@media only screen and (min-width: 576px),
print {
  .aboutus_link01 {
    margin-top: 54px;
  }
}

@media only screen and (min-width: 768px),
print {
  .aboutus_link01 {
    margin-top: 90px;
  }
}

.aboutus_link01 .link_btn {
  max-width: none;
}

.aboutus_link02 {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px),
print {
  .aboutus_link02 {
    margin-top: 70px;
    margin-bottom: 150px;
  }
}

.aboutus_link02 .link_img_box {
  margin: -20px -7px 0;
}

.aboutus_link02 .link_img_box li {
  padding: 0 7px;
  margin-top: 20px;
}

.aboutus_link02 .link_img_box li .wrap_link_box {
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width: 767px) {
  .aboutus_link02 .link_img_box li .wrap_link_box {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.products_link01 {
  margin-top: 60px;
  padding-top: 48px;
  padding-bottom: 84px;
}

@media only screen and (min-width: 576px),
print {
  .products_link01 {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px),
print {
  .products_link01 {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 576px),
print {
  .products_link01 {
    padding-top: 48px;
  }
}

@media only screen and (min-width: 768px),
print {
  .products_link01 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 576px),
print {
  .products_link01 {
    padding-bottom: 84px;
  }
}

@media only screen and (min-width: 768px),
print {
  .products_link01 {
    padding-bottom: 140px;
  }
}

.products_link02 {
  padding-top: 48px;
  padding-bottom: 72px;
}

@media only screen and (min-width: 576px),
print {
  .products_link02 {
    padding-top: 48px;
  }
}

@media only screen and (min-width: 768px),
print {
  .products_link02 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 576px),
print {
  .products_link02 {
    padding-bottom: 72px;
  }
}

@media only screen and (min-width: 768px),
print {
  .products_link02 {
    padding-bottom: 120px;
  }
}

.products_link03 {
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}

@media only screen and (min-width: 576px),
print {
  .products_link03 {
    padding-top: 48px;
  }
}

@media only screen and (min-width: 768px),
print {
  .products_link03 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 576px),
print {
  .products_link03 {
    padding-bottom: 48px;
  }
}

@media only screen and (min-width: 768px),
print {
  .products_link03 {
    padding-bottom: 80px;
  }
}

.products_link03:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #06c1aa;
  background: -webkit-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: -o-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  z-index: 5;
  height: 3px;
}

.wrap_news_list {
  margin-top: 20px;
}

@media only screen and (min-width: 768px),
print {
  .wrap_news_list {
    margin-top: 40px;
  }
}

.wrap_news_list .news_list {
  font-size: 15px;
  font-size: 1.5rem;
}

.wrap_news_list .news_list li {
  text-align: left;
  padding-bottom: 1rem;
  margin-top: 1em;
  border-bottom: 1px solid #bfbfbf;
}

.wrap_news_list .news_list li time {
  display: block;
}

@media only screen and (min-width: 768px),
print {
  .wrap_news_list .news_list li time {
    display: inline-block;
  }
}

.wrap_news_list .news_list li a {
  color: #333;
}

.bg_color_01 {
  background: #f5f5f5;
}

.bg_color_02 {
  background: #f5f5f5;
}

.bg_color_03 {
  position: relative;
  background: #f5f5f5;
}

.bg_color_03:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #f5f5f5;
  z-index: -5;
}

.bg_color_04 {
  position: relative;
}

.bg_color_04:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #f5f5f5;
  z-index: -5;
}

.bg_whight_box {
  padding: 30px 30px;
  max-width: 1300px;
  display: block;
  margin-bottom: 30px;
  background: #fff;
  margin: 0 15px;
}

@media only screen and (min-width: 768px),
print {
  .bg_whight_box {
    padding: 40px 20px;
    margin: 0 auto 110px;
  }
}

.bg_whight_box .bg_whight_box_inr {
  padding: 0 0;
}

@media only screen and (min-width: 768px),
print {
  .bg_whight_box .bg_whight_box_inr {
    margin-top: 70px;
    padding: 0 80px;
  }

  .bg_whight_box .wrap_manual_box {
    margin: 20px;
    padding: 30px;
    border: 1px solid #ccc;
  }
}

.bg_whight_box._style02 {
  max-width: 1200px;
  margin-bottom: 20px;
  background: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px),
print {
  .bg_whight_box._style02 {
    padding: 60px 65px 65px;
  }
}

@media only screen and (min-width: 768px),
print {
  .bg_whight_box {
    padding: 20px 120px;
    margin-bottom: 50px;
  }
}

.link_img_box {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px -6px 0;
}

@media only screen and (min-width: 768px),
print {
  .link_img_box {
    margin: -40px -6px 0;
  }
}

.link_img_box li {
  padding: 0 6px;
  margin-top: 12px;
}

@media only screen and (min-width: 768px),
print {
  .link_img_box li {
    margin-top: 50px;
  }
}

.link_img_box li a {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  height: 100%;
}

.link_img_box li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

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

.link_img_box li[class^="btn"] a:hover {
  opacity: 1;
}

.link_img_box li .link_btn {
  padding: 1.5rem 3rem;
  -js-display: flex;
  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;
}

.link_img_box li .wrap_link_img {
  color: #333;
  position: relative;
}

.link_img_box li .wrap_link_img .link_img_txt_box {
  margin-top: 0.5rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .link_img_box li .wrap_link_img .link_img_txt_box {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px),
print {
  .link_img_box li .wrap_link_img .link_img_txt_box {
    margin-top: 0;
  }
}

.link_img_box li .wrap_link_img .link_img_txt_box .min_txt {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}

@media only screen and (max-width: 767px) {
  .link_img_box li .wrap_link_img .link_img_txt_box .min_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.link_img_box li .wrap_link_img_txt_box {
  background: #f5f5f5;
  padding: 15px 15px 20px;
}

@media only screen and (min-width: 768px),
print {
  .link_img_box li .wrap_link_img_txt_box {
    padding: 20px 30px 40px;
  }
}

.link_img_box li .wrap_link_img_txt_box .txt_box_inr {
  display: block;
  color: #333;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .link_img_box li .wrap_link_img_txt_box .txt_box_inr {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.link_img_box li .wrap_link_img_txt_box .txt_box_inr .min_txt {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.link_img_box li .wrap_link_img_txt_box .link_btn {
  margin-top: 2rem;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px),
print {
  .link_img_box li .wrap_link_img_txt_box .link_btn {
    margin-top: 3rem;
  }
}

.link_img_box li .wrap_link_img_txt_box .link_btn a {
  padding: 0.8em 0.5em;
}

.link_img_box li .wrap_link_info {
  margin-top: 1rem;
}

@media only screen and (min-width: 768px),
print {
  .link_img_box li .wrap_link_info {
    margin-top: 1.8rem;
  }
}

.link_img_box li .wrap_link_info .txt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .link_img_box li .wrap_link_info .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.link_img_box li .wrap_link_box {
  background: #f6f6f6;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px),
print {
  .link_img_box li .wrap_link_box {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.link_img_box li .wrap_link_box:after {
  content: "";
  background: url(../img/link_arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 58px;
  height: 10px;
  bottom: 10px;
  right: 10px;
}

@media only screen and (min-width: 768px),
print {
  .link_img_box li .wrap_link_box:after {
    width: 77px;
    height: 11px;
    bottom: 30px;
    right: 30px;
  }
}

.link_img_box li .wrap_link_box img {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px),
print {
  .link_img_box li .wrap_link_box img {
    max-width: 240px;
  }
}

.link_img_box li .wrap_link_box .link_box_txt {
  padding: 2rem 1.5rem 3rem;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  width: 100%;
}

@media only screen and (min-width: 768px),
print {
  .link_img_box li .wrap_link_box .link_box_txt {
    padding: 2rem 3rem 2rem 3rem;
    width: auto;
  }
}

@media only screen and (min-width: 1400px) {
  .link_img_box li .wrap_link_box .link_box_txt {
    padding: 2rem 5rem 2rem 5rem;
    width: auto;
  }
}

.link_img_box li .wrap_link_box .link_box_txt .link_box_txt_inr {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  width: 100%;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .link_img_box li .wrap_link_box .link_box_txt .link_box_txt_inr {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.link_img_box li .wrap_link_box .link_box_txt .link_box_txt_inr .min_txt {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  margin-top: 0.2em;
}

@media only screen and (max-width: 767px) {
  .link_img_box li .wrap_link_box .link_box_txt .link_box_txt_inr .min_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.link_img_box._borer .wrap_link_img {
  border: 1px solid #ccc;
}

.link_img_box._style02 {
  margin: -30px -15px 0;
}

.link_img_box._style02 li {
  padding: 0 15px;
  margin-top: 30px;
}

.link_img_box._style02 .link_btn {
  margin: 1rem 0 0;
  max-width: none;
}

@media only screen and (min-width: 768px),
print {
  .link_img_box._style02 .link_btn {
    margin: 3rem 0 0;
  }
}

.link_img_box._style03 li .wrap_link_img {
  background: #fff;
  padding: 15px;
  height: 100%;
}

@media only screen and (min-width: 768px),
print {
  .link_img_box._style03 li .wrap_link_img {
    padding: 50px 30px 45px;
  }
}

.link_img_box._style03 li .link_btn {
  background: #fff;
  max-width: none;
}

.link_img_box._col01 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link_img_box._col01 li {
  width: 100%;
}

@media only screen and (min-width: 768px),
print {
  .link_img_box._col01 li {
    width: 50%;
  }
}

.link_img_box._col02 li {
  width: 100%;
}

@media only screen and (min-width: 576px),
print {
  .link_img_box._col02 li {
    width: 50%;
  }
}

@media only screen and (min-width: 768px),
print {
  .link_img_box._col03 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.link_img_box._col03 li {
  width: 100%;
}

@media only screen and (min-width: 576px),
print {
  .link_img_box._col03 li {
    width: 50%;
  }
}

@media only screen and (min-width: 768px),
print {
  .link_img_box._col03 li {
    width: 33.333%;
  }
}

.link_img_box._col04 li {
  width: 100%;
}

@media only screen and (min-width: 576px),
print {
  .link_img_box._col04 li {
    width: 50%;
  }
}

@media only screen and (min-width: 768px),
print {
  .link_img_box._col04 li {
    width: 25%;
  }
}

.link_img_box._item_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (-ms-high-contrast: none) {
  .link_img_box li .link_btn {
    color: #06c1aa;
    background: transparent;
  }
}

.wrap_detail_mv {
  position: relative;
}

.wrap_detail_mv .detail_mv_container .detail_mv {
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrap_detail_mv .detail_mv_container .detail_mv img {
  max-width: 100%;
}

.wrap_detail_mv .detail_mv_container .mv_head_area {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 36px;
  padding-bottom: 36px;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 0px 0px 1px #3d4e3b;
  background: #f5f5f5;
}

@media only screen and (min-width: 576px),
print {
  .wrap_detail_mv .detail_mv_container .mv_head_area {
    padding-top: 36px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap_detail_mv .detail_mv_container .mv_head_area {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 576px),
print {
  .wrap_detail_mv .detail_mv_container .mv_head_area {
    padding-bottom: 36px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap_detail_mv .detail_mv_container .mv_head_area {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px),
print {
  .wrap_detail_mv .detail_mv_container .mv_head_area {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap_detail_mv .detail_mv_container .mv_head_area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap_detail_mv .detail_mv_container .mv_head_area {
    text-shadow: none;
  }
}

.wrap_detail_mv .detail_mv_container .mv_head_area .mv_head_txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .wrap_detail_mv .detail_mv_container .mv_head_area .mv_head_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrap_detail_mv .detail_mv_container .mv_head_area .detail_page_head {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .wrap_detail_mv .detail_mv_container .mv_head_area .detail_page_head {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.wrap_detail_mv .detail_mv_container .mv_head_area .detail_page_head .min_txt {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .wrap_detail_mv .detail_mv_container .mv_head_area .detail_page_head .min_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.section_ttl {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  line-height: 1.4;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .section_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 576px),
print {
  .section_ttl {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px),
print {
  .section_ttl {
    margin-bottom: 40px;
  }
}

.section_ttl .main {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .section_ttl .main {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.section_ttl .main .min_txt {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  display: block;
}

@media only screen and (max-width: 767px) {
  .section_ttl .main .min_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.section_ttl .sub {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0.5em;
}

@media only screen and (max-width: 767px) {
  .section_ttl .sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

.section_ttl._style02 {
  padding: 0 0 0.4em;
  display: inline-block;
  margin-bottom: 12px;
  font-weight: bold;
  position: relative;
}

@media only screen and (min-width: 768px),
print {
  .section_ttl._style02 {
    padding: 0.06em 0.2em;
  }
}

.section_ttl._style02:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #06c1aa;
  background: -webkit-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: -o-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  display: block;
  background-size: 100% 30%;
  height: 2px;
}

@media all and (-ms-high-contrast: none) {
  .section_ttl ._style02:after {
    background: #06c1aa;
  }
}

.section_txt {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.19;
}

@media only screen and (min-width: 576px),
print {
  .section_txt {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px),
print {
  .section_txt {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.section_txt._style02 {
  margin-top: 15px;
  text-align: left;
}

@media only screen and (min-width: 576px),
print {
  .section_txt._style02 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px),
print {
  .section_txt._style02 {
    margin-top: 25px;
  }
}

.section_time {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .section_time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrap_img_area {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .wrap_img_area {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 576px),
print {
  .wrap_img_area {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap_img_area {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px),
print {
  .wrap_img_area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap_img_area {
    margin-bottom: 45px;
  }
}

.wrap_img_area .img_caption {
  margin-top: 10px;
}

@media only screen and (min-width: 576px),
print {
  .wrap_img_area .img_caption {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap_img_area .img_caption {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px),
print {
  .wrap_img_area .pic img {
    width: 75%;
  }
}

@media only screen and (min-width: 576px),
print {
  .wrap_img_area .pic._min img {
    width: 36.25%;
  }
}

.sec_vision {
  margin-top: 42px;
}

@media only screen and (min-width: 576px),
print {
  .sec_vision {
    margin-top: 42px;
  }
}

@media only screen and (min-width: 768px),
print {
  .sec_vision {
    margin-top: 70px;
  }
}

.bg_img {
  margin-top: 54px;
  height: 50vw;
}

@media only screen and (min-width: 576px),
print {
  .bg_img {
    margin-top: 54px;
  }
}

@media only screen and (min-width: 768px),
print {
  .bg_img {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 768px),
print {
  .bg_img {
    height: 510px;
  }
}

.wrap_txt_box {
  margin-top: 42px;
}

@media only screen and (min-width: 576px),
print {
  .wrap_txt_box {
    margin-top: 42px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap_txt_box {
    margin-top: 70px;
  }
}

.wrap_txt_box .txt_box {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

@media only screen and (min-width: 576px),
print {
  .wrap_txt_box .txt_box {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap_txt_box .txt_box {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px),
print {
  .wrap_txt_box .txt_box {
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap_txt_box .txt_box {
    padding-bottom: 35px;
  }
}

.wrap_txt_box .txt_box:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.wrap_txt_box .txt_box .txt_box_inr {
  margin-top: 2em;
}

.section_txt_box {
  text-align: center;
  margin-top: 30px;
}

.section_txt_box .head_05._style02 {
  margin-bottom: 2px;
}

.section_txt_box .section_txt {
  margin-top: 0;
}

.note_list {
  margin-top: 10px;
  padding: 0 15px;
}

@media only screen and (min-width: 768px),
print {
  .note_list {
    margin-top: 20px;
    padding: 0 25px;
  }
}

.note_list li {
  line-height: 1.88;
  text-indent: -1em;
  padding-left: 1em;
}

.wrap_anchor {
  margin-top: 20px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrap_anchor._mt_lg {
  margin-top: 40px;
}

@media only screen and (min-width: 768px),
print {
  .wrap_anchor._mt_lg {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap_anchor._col4 li {
    width: 25%;
  }
}

.wrap_anchor li {
  padding: 5px 0;
  margin-top: 10px;
  width: 100%;
}

@media only screen and (min-width: 768px),
print {
  .wrap_anchor li {
    width: 31.333%;
    padding: 5px;
    margin-left: 10px;
  }
}

.wrap_anchor li a {
  height: 100%;
  -js-display: flex;
  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;
}

.wrap_anchor li.manual-btn a {
  height: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}

.head_02 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
  color: #333;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .head_02 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.head_02 .min_txt {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-top: 0.4em;
}

@media only screen and (max-width: 767px) {
  .head_02 .min_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.head_02._style02 {
  position: relative;
  padding-top: 40px;
  margin-bottom: 2.2rem;
}

@media only screen and (min-width: 768px),
print {
  .head_02._style02 {
    padding-top: 72px;
    margin-bottom: 4.2rem;
  }
}

.head_02._style02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 32px;
  width: 1px;
  margin-left: -1px;
  background: #333;
}

@media only screen and (min-width: 768px),
print {
  .head_02._style02:before {
    height: 60px;
  }
}

.head_02._color02 {
  color: #333;
}

.head_03 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #333;
  line-height: 1.8;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .head_03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.head_03 .tag {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  display: inline-block;
  padding: 0.05em 0.4em;
  border: 2px solid #333;
}

@media only screen and (max-width: 767px) {
  .head_03 .tag {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.head_03.color02 {
  color: #333;
}

.head_03._center {
  text-align: center;
}

.head_04 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .head_04 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.head_05 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.head_06 {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1em;
}

.head_07 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.head_08 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.head_09 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.manual_text {
  margin-bottom: 40px;
}

.manual_dl_text {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.btn_manual {
  width: 32.333%;
  float: left;
  margin-right: 5px;
}

.btn_guide {
  width: 32.333%;
  float: left;
  margin-right: 5px;
}

.btn_tenpubunsho {
  width: 32.333%;
  float: left;
}

.btn_tenpubunsho_b {
  width: 32.333%;
  float: left;
  margin-top: 6px;
}

.btn_manual img {
  width: 100%;
}

.btn_guide img {
  width: 100%;
}

.btn_tenpubunsho img {
  width: 100%;
}

.btn_tenpubunsho_b img {
  width: 100%;
}


@media only screen and (min-width: 768px),
print {
  .head_05 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.head_05._style02 {
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}

@media only screen and (min-width: 768px),
print {
  .head_05._style02 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .head_05._style03 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 15px;
  }
}

.head_05._center {
  text-align: center;
}

.head_line {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  background-color: #f5f5f5;
  background-image: url(../img/head_line_bg.gif);
  background-repeat: repeat;
  padding: 0.76em 1em;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .head_line {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.head_line .min_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff;
  color: #06c1aa;
  padding: 0.5rem 0.8rem 0.5rem 1rem;
  margin-bottom: 0.5em;
  margin-right: 1em;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .head_line .min_ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px),
print {
  .head_line .min_ttl {
    margin-bottom: 0;
  }
}

.message_head {
  border-bottom: 2px solid #06c1aa;
  margin-bottom: 25px;
}

@media only screen and (min-width: 576px),
print {
  .message_head {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px),
print {
  .message_head {
    margin-bottom: 45px;
  }
}

.message_head .ttl_num {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  color: #06c1aa;
  margin-bottom: 0.4em;
  display: block;
}

@media only screen and (max-width: 767px) {
  .message_head .ttl_num {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.message_head .ttl_num .ttl_lg {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.3;
  margin-left: 0.2em;
}

@media only screen and (max-width: 767px) {
  .message_head .ttl_num .ttl_lg {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.message_head .ttl_txt {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  display: block;
  padding-bottom: 0.5em;
}

@media only screen and (max-width: 767px) {
  .message_head .ttl_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.message_head .ttl_txt .ttl_min {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.1em;
}

@media only screen and (max-width: 767px) {
  .message_head .ttl_txt .ttl_min {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.message_head02 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px),
print {
  .message_head02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.message_head02 .ttl_en,
.message_head02 .wrap_heading_grd .heading .ttl_jp,
.wrap_heading_grd .heading .message_head02 .ttl_jp {
  font-size: 20px;
  font-size: 2rem;
  color: #06c1aa;
  margin-right: 0.5em;
}

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

  .message_head02 .ttl_en,
  .message_head02 .wrap_heading_grd .heading .ttl_jp,
  .wrap_heading_grd .heading .message_head02 .ttl_jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.message_head03 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .message_head03 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.message_head03 .num {
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #06c1aa;
  color: #fff;
  padding: 0 0.6rem;
  line-height: 1.5;
  display: inline-block;
  margin-right: 1rem;
}

.txt_dot {
  padding-left: 0.75em;
  text-indent: -0.75em;
}

.txt_dot:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #333;
  display: inline-block;
  margin-right: 0.3em;
  margin-bottom: 0.1em;
}

.txt_wrap {
  margin-top: 1em;
}

.ttl_nwes {
  margin-bottom: 1.5em;
  text-align: center;
}

.ttl_nwes span {
  display: block;
}

.ttl_nwes .main {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.13em;
}

@media only screen and (max-width: 767px) {
  .ttl_nwes .main {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.ttl_nwes .sub {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .ttl_nwes .sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .btn_manual {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .btn_guide {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .btn_tenpubunsho {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.btn01 {
  display: inline-block;
  margin-top: 2rem;
}

@media only screen and (min-width: 768px),
print {
  .btn01 {
    margin-top: 3rem;
  }
}

.btn01 a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  border: 1px solid #c9c9c9;
  color: #333;
  display: block;
  padding: 1.5rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.btn01 a:hover {
  text-decoration: none;
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.btn01 a:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn02 a,
.btn02>span {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 1rem 3.8rem;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #eee;
  border-radius: 5rem;
  position: relative;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  background-color: #ff6347;
  /*20220208追加*/
  color: #fff;
}

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

  .btn02 a,
  .btn02>span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn02 a:after,
.btn02>span:after {
  content: "";
  top: 50%;
  margin-top: -6px;
  right: 20px;
  width: 12px;
  height: 12px;
  position: absolute;
}

.btn02 a:hover,
.btn02>span:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.btn02._rakuten a {
  color: #fff;
  background-color: #bf0b0b;
  border-color: #bf0b0b;

  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn02._rakuten a:after {
  background: url(../img/icon_blank_white.svg) no-repeat center center;
  background-size: cover;
}

.btn02._rakuten a:hover {
  /*background: #bc0000;
  color: #fff;*/
  background: #fff;
  color: #ff6347;
  border-color: #ff6347;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn02._rakuten a:hover:after {
  background: url(../img/icon_blank_color_a.svg) no-repeat center center;
  background-size: cover;
}

.btn02._amazon a {
  color: #eb9500;
  background-color: #fff;
  border-color: #eb9500;
}

.btn02._amazon a:after {
  background: url(../img/icon_blank_color_b.svg) no-repeat center center;
  background-size: cover;
}

.btn02._amazon a:hover {
  background: #eb9500;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn02._amazon a:hover:after {
  background: url(../img/icon_blank_white.svg) no-repeat center center;
  background-size: cover;
}

.btn02._yahoo a {
  color: #9d802a;
  border-color: #9d802a;
}

.btn02._yahoo a:after {
  background: url(../img/icon_blank_color_c.svg) no-repeat center center;
  background-size: cover;
}

.btn02._yahoo a:hover {
  background: #9d802a;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn02._yahoo a:hover:after {
  background: url(../img/icon_blank_white.svg) no-repeat center center;
  background-size: cover;
}

/*sensosmart*/
.btn02._sensosmart a {
  color: #fff;
  background: #375BC7;
  border-color: #375BC7;
}

.btn02._sensosmart a:after {
  background: url(../img/icon_blank_white.svg) no-repeat center center;
  background-size: cover;
}

.btn02._sensosmart a:hover {
  background: #375BC7;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn02._sensosmart a:hover:after {
  background: url(../img/icon_blank_white.svg) no-repeat center center;
  background-size: cover;
}

.btn_more {
  text-align: right;
  margin-top: 5rem;
}

@media only screen and (min-width: 768px),
print {
  .btn_more {
    margin-top: 4rem;
  }
}

.btn_more a {
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  padding: 0 25px 8px 0;
  color: #06c1aa;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  color: #06c1aa;
  background: -webkit-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: -o-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  -webkit-background-clip: text;
  background-clip: text;
}

@media only screen and (max-width: 767px) {
  .btn_more a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn_more a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn_more a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #06c1aa;
}

.btn_more a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 4px;
  height: 10px;
  border-right: 3px solid #06c1aa;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
}

@media all and (-ms-high-contrast: none) {
  .btn_more a {
    background: transparent;
  }
}

.icon_link_btn a {
  font-size: 20px;
  font-size: 2rem;
  border: 1px solid #c9c9c9;
  color: #333;
  -js-display: flex;
  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;
  max-width: 420px;
  padding: 1em;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .icon_link_btn a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.icon_link_btn a:hover {
  text-decoration: none;
}

.wrap_icon_link_btn._col2 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -10px 0;
}

.wrap_icon_link_btn._col2 .icon_link_btn {
  width: 100%;
  padding: 0 10px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px),
print {
  .wrap_icon_link_btn._col2 .icon_link_btn {
    width: 50%;
  }
}

.wrap_icon_link_btn._col2 .icon_link_btn a {
  max-width: none;
  height: 100%;
}

@media only screen and (min-width: 768px),
print {
  .wrap_archives_btn {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.wrap_archives_btn .head_05 {
  margin-bottom: 1rem;
  text-align: center;
}

@media only screen and (min-width: 768px),
print {
  .wrap_archives_btn .head_05 {
    margin-right: 1rem;
    text-align: left;
  }
}

.wrap_archives_btn .archives_btn.active li:first-child a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.wrap_archives_btn .archives_btn.active li+li {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 35px;
  margin-top: 4px;
}

.wrap_archives_btn .archives_btn li {
  background: #fff;
  border: 1px solid #a0a0a0;
  min-width: 160px;
}

.wrap_archives_btn .archives_btn li+li {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 0;
}

.wrap_archives_btn .archives_btn li a {
  color: #333;
  padding: 0.5rem 1rem;
  display: block;
  position: relative;
}

.wrap_archives_btn .archives_btn li a:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #333333 transparent transparent transparent;
}

.wrap_archives_btn .archives_btn li a:hover {
  text-decoration: none;
}

.link_btn {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.6rem 1rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin: 0 auto 0;
  max-width: 300px;
  border: solid 1px #06c1aa;
  -webkit-border-image: url("../img/bg.jpg") 1 stretch;
  -o-border-image: url("../img/bg.jpg") 1 stretch;
  border-image: url("../img/bg.jpg") 1 stretch;
  color: #06c1aa;
  background: -webkit-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: -o-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  -webkit-background-clip: text;
  background-clip: text;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .link_btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.link_btn a {
  background: -webkit-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: -o-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  -webkit-background-clip: text;
  background-clip: text;
  padding: 0.6rem 3rem;
}

.link_btn a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px),
print {
  .link_btn {
    margin: 0 auto 0;
  }
}

.link_btn:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #06c1aa;
  border-right: solid 2px #06c1aa;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -3px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.link_btn:hover {
  opacity: 0.8;
}

.link_btn:hover:after {
  right: 1rem;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.link_btn.style_02 {
  border: solid 2px #06c1aa;
  -webkit-border-image: url("../img/bg.jpg") 1 stretch;
  -o-border-image: url("../img/bg.jpg") 1 stretch;
  border-image: url("../img/bg.jpg") 1 stretch;
  font-size: 13px;
  font-size: 1.3rem;
  max-width: 250px;
}

@media all and (-ms-high-contrast: none) {
  .link_btn {
    color: #06c1aa;
  }
}

.dot_ul .dot_none {
  padding-left: 0;
  text-indent: 0;
}

.dot_ul .dot_none:before {
  content: none;
}

.dot_ul li {
  padding-left: 0.75em;
  text-indent: -0.55em;
}

.dot_ul li:before {
  content: "";
  display: inline-block;
}

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

.ol_num_list li:before {
  content: "";
  counter-reset: number;
}

.ol_num_list li+li {
  margin-top: 1em;
}

.ol_num_list li a {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

@media only screen and (min-width: 768px),
print {
  .map_list_container .map_list_ul {
    -ja-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.map_list_container .map_list_ul>li {
  margin-top: 0;
}

@media only screen and (min-width: 768px),
print {
  .map_list_container .map_list_ul>li {
    margin-top: 2rem;
    width: 50%;
  }
}

.map_list_container .map_list_ul>li+li {
  margin-top: 1rem;
}

.map_list_head {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  display: block;
}

@media only screen and (max-width: 767px) {
  .map_list_head {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.map_list_head_02 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  display: block;
}

@media only screen and (max-width: 767px) {
  .map_list_head_02 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.map_list_head_02 a {
  color: #333;
  font-weight: bold;
}

@media only screen and (min-width: 768px),
print {
  .map_list_head_02 a {
    font-weight: normal;
  }
}

.map_list_ul {
  margin: 2rem -0.5em 0;
}

.map_list_ul .map_list_ul_detail {
  margin: 1rem -0.5em 0;
}

.map_list_ul .map_list {
  margin-top: 0.5em;
}

.map_list_ul li {
  display: inline-block;
  padding: 0.25em 0.5em;
}

.map_list_ul li a {
  color: #333;
}

.map_list_ul li a:hover {
  color: #06c1aa;
}

.product_txt_area {
  margin-top: 40px;
}

.product_txt_area.width_min {
  max-width: 800px;
  margin: 40px auto 0;
}

.product_txt_area.width_min img {
  width: 100%;
}

.product_txt_area.width_min .pic._width_auto img {
  width: auto;
}

.product_txt_area+.product_txt_area {
  margin-top: 40px;
}

.product_txt_area .pic {
  margin-top: 1em;
}

.product_txt_area .pic+.txt {
  margin-top: 1em;
}

.product_txt_area .txt+.pic {
  margin-top: 1em;
}

@media only screen and (min-width: 576px),
print {
  .product_txt_area_inr_box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 576px),
print {
  .product_txt_area_inr_box .product_txt_area_inr._left {
    width: 70%;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 576px),
print {
  .product_txt_area_inr_box .product_txt_area_inr._right {
    width: 30%;
  }
}

@media only screen and (min-width: 576px),
print {
  .product_txt_area_inr_box .product_txt_area_inr .pic {
    margin: 0;
  }
}

.product_txt_area_inr_box._half {
  margin: 0 -6px;
}

.product_txt_area_inr_box._half .product_txt_area_inr {
  padding: 0 6px;
}

.product_txt_area_inr_box._half .product_txt_area_inr img {
  width: 100%;
}

@media only screen and (min-width: 576px),
print {
  .product_txt_area_inr_box._half .product_txt_area_inr._left {
    width: 50%;
  }
}

@media only screen and (min-width: 576px),
print {
  .product_txt_area_inr_box._half .product_txt_area_inr._right {
    width: 50%;
  }
}

@media only screen and (min-width: 576px),
print {
  .product_txt_area_inr_box._trisection .product_txt_area_inr {
    width: 33.333%;
  }
}

.product_txt_area_inr_box._trisection .product_txt_area_inr img {
  width: 100%;
}

.spec_table {
  margin-top: 40px;
}

.spec_table table {
  width: 100%;
  max-width: 1000px;
}

.spec_table table tr {
  border-bottom: 1px #ccc dashed;
}

.spec_table table th {
  text-align: left;
  min-width: 5rem;
  width: 40%;
  padding-right: 1em;
}

@media only screen and (min-width: 576px),
print {
  .spec_table table th {
    min-width: 10rem;
    width: 20%;
  }
}

.spec_table table td {
  padding: 0.8em 0;
}

.spec_table table td+td {
  padding-left: 0.5em;
}

.spec_table table+table {
  margin-top: 10rem;
}

.video_wrap {
  margin-top: 3em;
}

.video_wrap iframe {
  width: 100%;
  height: 50vw;
}

@media only screen and (min-width: 576px),
print {
  .video_wrap iframe {
    height: 500px;
  }
}

.wrap__tab {
  margin-top: 48px;
}

@media only screen and (min-width: 576px),
print {
  .wrap__tab {
    margin-top: 48px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap__tab {
    margin-top: 80px;
  }
}

.wrap__tab .tab__menu {
  margin-bottom: 25px;
}

@media only screen and (min-width: 576px),
print {
  .wrap__tab .tab__menu {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap__tab .tab__menu {
    margin-bottom: 40px;
  }
}

.wrap__tab .tab__menu li.active {
  color: #06c1aa;
}

.products_pdf_list {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.products_pdf_list li {
  width: 100%;
  padding: 0 6px;
}

@media only screen and (min-width: 768px),
print {
  .acd-check {
    display: none;
  }

  .acd-label {
    color: #06c1aa;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
  }

  .acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    display: none;
  }

  .acd-check:checked+.acd-label+.acd-content {
    height: 40px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    display: block;
  }

  .product_txt_area.width_min img {
    width: auto;
  }
}

@media only screen and (max-width: 767px),
print {
  .acd-check {
    display: none;
  }

  .acd-label {
    color: #06c1aa;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
  }

  .acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    display: none;
  }

  .acd-check:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    display: block;
  }

  .product_txt_area.width_min img {
    width: auto;
  }
}

@media only screen and (min-width: 768px),
print {
  .products_pdf_list li {
    width: 33.333%;
  }
}

.products_pdf_list .btn01 {
  width: 100%;
}

.products_pdf_list .mb_sm {
  margin-bottom: 0.5em;
}

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

@media only screen and (max-width: 767px) {
  .wrap_lr_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.wrap_lr_box .logo_txt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .wrap_lr_box .logo_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrap_lr_box .site_footer {
  margin-top: 15px;
}

.wrap_lr_box .site_footer img {
  max-width: 150px;
}

@media only screen and (min-width: 768px),
print {
  .wrap_lr_box .l_box {
    width: 30%;
  }
}

.wrap_lr_box .r_box {
  margin-top: 30px;
}

@media only screen and (min-width: 768px),
print {
  .wrap_lr_box .r_box {
    width: 70%;
    padding-left: 100px;
    margin-top: 0;
  }
}

#qs_footer .wrap_nav_footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}

@media only screen and (min-width: 576px),
print {
  #qs_footer .wrap_nav_footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 768px),
print {
  #qs_footer .wrap_nav_footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#qs_footer .inr_nav_footer {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -25px -15px 0;
}

@media only screen and (min-width: 768px),
print {
  #qs_footer .inr_nav_footer {
    margin: 0 -25px;
  }
}

#qs_footer .inr_nav_footer .box_nav_footer {
  width: 100%;
  margin-top: 20px;
  padding: 0 15px;
}

@media only screen and (min-width: 576px),
print {
  #qs_footer .inr_nav_footer .box_nav_footer {
    width: 50%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 768px),
print {
  #qs_footer .inr_nav_footer .box_nav_footer {
    width: 25%;
    margin-top: 0;
    padding: 0 15px;
  }
}

#qs_footer .inr_nav_footer .ttl_nav_footer {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding: 0.3em 22px 0.3em 0;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

#qs_footer .inr_nav_footer .ttl_nav_footer.is-recruit {
  margin-top: 30px;
}

#qs_footer .inr_nav_footer .ttl_nav_footer::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 10px;
  height: 2px;
  background: #06C1AA;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#qs_footer .inr_nav_footer .ttl_nav_footer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 2px;
  height: 10px;
  background: #06C1AA;
  transform: translateY(-50%);
  transition: .3s;
}

#qs_footer .inr_nav_footer .ttl_nav_footer.is-open::after {
  top: 25%;
  opacity: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  #qs_footer .inr_nav_footer .ttl_nav_footer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px),
print {
  #qs_footer .inr_nav_footer .ttl_nav_footer {
    border-bottom: none;
    transition: opacity .5s ease;
  }

  #qs_footer .inr_nav_footer .ttl_nav_footer:hover {
    opacity: .7;
  }

  #qs_footer .inr_nav_footer .ttl_nav_footer.is-recruit {
    margin-top: 40px;
  }
}

#qs_footer .inr_nav_footer .nav_footer {
  display: none;
}

#qs_footer .inr_nav_footer .nav_footer li+li {
  margin-top: 0.6em;
}

#qs_footer .inr_nav_footer .nav_footer li a {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  text-decoration: none;
  color: #333;
}

@media only screen and (max-width: 767px) {
  #qs_footer .inr_nav_footer .nav_footer li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#qs_footer .inr_nav_footer .nav_footer li a:hover {
  color: #06c1aa;
}

#qs_footer .inr_nav_footer .ttl_inr_nav_footer {
  margin-bottom: 0.5em;
}

#qs_footer .inr_nav_footer .nav_footer_child {
  margin-left: 1.2em;
}

.copyright {
  display: block;
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 9px;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px),
print {
  .copyright {
    font-size: 11px;
    margin-top: 30px;
  }
}

@media all and (-ms-high-contrast: none) {
  #pagetop a {
    background: #06c1aa;
  }
}

#pagetop {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 999999;
}

#pagetop a {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: -webkit-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: -o-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: linear-gradient(45deg, #06c1aa, 50%, #06bac1);
}

@media only screen and (min-width: 768px),
print {
  #pagetop a {
    width: 50px;
    height: 50px;
  }

  #pagetop a:hover {
    opacity: 0.7;
  }
}

#pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (min-width: 768px),
print {
  #pagetop a:after {
    top: 22px;
  }
}

.wrap_footer_bottom {
  padding-top: 10px;
  padding-bottom: 30px;
  background: #fff;
}

@media only screen and (min-width: 576px),
print {
  .wrap_footer_bottom {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap_footer_bottom {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 576px),
print {
  .wrap_footer_bottom {
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap_footer_bottom {
    padding-bottom: 50px;
  }
}

.wrap_footer_bottom .site_footer {
  text-align: center;
}

@media only screen and (min-width: 768px),
print {
  .wrap_footer_bottom .site_footer {
    text-align: left;
  }
}

.wrap_footer_bottom .site_footer img {
  width: 150px;
  height: auto;
}

@media only screen and (min-width: 768px),
print {
  .wrap_footer_bottom .inr_footer_bottom {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.wrap_footer_bottom .list_nav_footer_bottom {
  margin-top: 1em;
  text-align: center;
  letter-spacing: -0.4em;
}

@media only screen and (min-width: 768px),
print {
  .wrap_footer_bottom .list_nav_footer_bottom {
    margin-top: 2em;
    text-align: left;
  }
}

.wrap_footer_bottom .list_nav_footer_bottom li {
  line-height: 1;
  font-size: 13px;
  display: inline-block;
  padding: 0 1em;
  letter-spacing: 0;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  margin-right: -1px;
}

.wrap_footer_bottom .list_nav_footer_bottom li a {
  color: #333;
}

@media only screen and (min-width: 768px),
print {
  .wrap_footer_bottom .list_nav_footer_bottom li a {
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }

  .wrap_footer_bottom .list_nav_footer_bottom li a:hover {
    text-decoration: none;
    color: #06c1aa;
  }
}

.wrap_footer_bottom .wrap_link_sns {
  margin-top: 2em;
  text-align: center;
  letter-spacing: -0.4em;
}

@media only screen and (min-width: 768px),
print {
  .wrap_footer_bottom .wrap_link_sns {
    margin-top: 0;
  }
}

.wrap_footer_bottom .wrap_link_sns .ttl_link_sns {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
  font-family: "Lato", sans-serif;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .wrap_footer_bottom .wrap_link_sns .ttl_link_sns {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrap_footer_bottom .wrap_link_sns .ttl_link_sns:before {
  content: "＼";
  display: inline-block;
  margin-right: 0.5em;
}

.wrap_footer_bottom .wrap_link_sns .ttl_link_sns:after {
  content: "／";
  display: inline-block;
  margin-left: 0.5em;
}

.wrap_footer_bottom .wrap_link_sns .link_sns {
  letter-spacing: -0.4em;
}

.wrap_footer_bottom .wrap_link_sns .link_sns li {
  letter-spacing: 0;
  display: inline-block;
  margin: 15px 8px 0;
}

@media only screen and (min-width: 768px),
print {
  .wrap_footer_bottom .wrap_link_sns .link_sns li {
    margin: 26px 13px 0;
  }
}

.wrap_footer_bottom .wrap_link_sns .link_sns li img {
  width: 30px;
  height: auto;
}

@media only screen and (min-width: 768px),
print {
  .wrap_footer_bottom .wrap_link_sns .link_sns li img {
    width: 50px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.qs_sec__lg {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 576px),
print {
  .qs_sec__lg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px),
print {
  .qs_sec__lg {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.qs_sec__md {
  margin-top: 42px;
  margin-bottom: 42px;
}

@media only screen and (min-width: 576px),
print {
  .qs_sec__md {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}

@media only screen and (min-width: 768px),
print {
  .qs_sec__md {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.qs_sec__sm {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 576px),
print {
  .qs_sec__sm {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px),
print {
  .qs_sec__sm {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.qs_sec__xs {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px),
print {
  .qs_sec__xs {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px),
print {
  .qs_sec__xs {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

[class^="heading"]+.qs_sec__lg,
[class^="heading"]+.qs_sec__md,
[class^="heading"]+.qs_sec__sm,
[class^="heading"]+.qs_sec__xs {
  margin-top: 0;
}

.qs_sec__lg:first-child,
.qs_sec__md:first-child,
.qs_sec__sm:first-child,
.qs_sec__xs:first-child {
  margin-top: 0;
}

.qs_sec__lg:last-child,
.qs_sec__md:last-child,
.qs_sec__sm:last-child,
.qs_sec__xs:last-child {
  margin-bottom: 0;
}

[class^="heading"] {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

[class^="heading"]:last-child {
  margin-bottom: 0;
}

body.hcm .wrap_heading .heading01,
body.assessment .wrap_heading .heading01,
body.eap .wrap_heading .heading01 {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body.hcm .wrap_heading {
  background-image: url(../img/mv_hcm.jpg);
  background-position: center 90%;
}

body.assessment .wrap_heading {
  background-image: url(../img/mv_assessment.jpg);
}

body.eap .wrap_heading {
  background-image: url(../img/mv_eap.jpg);
}

.wrap_heading {
  position: relative;
  -js-display: flex;
  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;
  min-height: 170px;
  padding: 1.5em 0.8em;
  background-image: url(../img/mv_basic.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px),
print {
  .wrap_heading {
    min-height: 338px;
    padding: 3em 2.5em;
  }
}

.wrap_heading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #567fdb;
  background: -webkit-gradient(linear, right top, left top, from(#567fdb), color-stop(#33c9e6), color-stop(#567fdb), to(#33c9e6));
  background: -webkit-linear-gradient(right, #567fdb, #33c9e6, #567fdb, #33c9e6);
  background: -o-linear-gradient(right, #567fdb, #33c9e6, #567fdb, #33c9e6);
  background: linear-gradient(270deg, #567fdb, #33c9e6, #567fdb, #33c9e6);
  background-size: 800% 800%;
  -webkit-animation: AnimationName 26s ease infinite;
  animation: AnimationName 26s ease infinite;
  opacity: 0.5;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.wrap_heading._thin {
  min-height: auto;
  background: url(../img/mv_thin.jpg) no-repeat center center;
  background-size: cover;
  padding: 1.5em 0.8em;
}

@media only screen and (min-width: 768px),
print {
  .wrap_heading._thin {
    min-height: 156px;
    padding: 3em 2.5em;
  }
}

.wrap_heading .heading01 {
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 1.3;
  position: relative;
  z-index: 9;
  font-family: Arial, sans-serif;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .wrap_heading .heading01 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.wrap_heading .heading01 span {
  font-size: 49px;
  font-size: 4.9rem;
  line-height: 1.3;
  line-height: 1;
  color: inherit;
  font-weight: inherit;
}

@media only screen and (max-width: 767px) {
  .wrap_heading .heading01 span {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.wrap_heading .txt_heading {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  z-index: 9;
  margin-top: 1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #fff;
  text-align: center;
  text-shadow: 0px 2px 1px white, 0px 1px 1px white, 1px 1px 1px white, 1px 0px 1px white, 2px 0px 1px white, 1px -1px 1px white, 1px -2px 1px white, 0px -2px 1px white, -1px -2px 1px white, -2px -2px 1px white, -2px -1px 1px white, -2px 0px 1px white, -2px 1px 1px white, -1px 1px 1px white;
}

@media only screen and (max-width: 767px) {
  .wrap_heading .txt_heading {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrap_heading_grd {
  position: relative;
  background: url(../img/bg_ttl_grd.png) no-repeat right bottom;
  background-size: contain;
}

@media only screen and (min-width: 768px),
print {
  .wrap_heading_grd {
    background-size: auto;
  }
}

.wrap_heading_grd:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #ffffff 65%, #f8f8f8 100%);
  background: -webkit-linear-gradient(top, #ffffff 65%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #ffffff), to(#f8f8f8));
  background: -o-linear-gradient(top, #ffffff 65%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #ffffff 65%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0);
}

.wrap_heading_grd .heading {
  padding: 55px 0 45px;
}

@media only screen and (min-width: 768px),
print {
  .wrap_heading_grd .heading {
    padding: 80px 0 60px;
  }
}

.wrap_heading_grd .heading .ttl_en,
.wrap_heading_grd .heading .ttl_jp {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.3;
  display: inline-block;
  margin-left: -0.05em;
  color: #abe4f2;
  background: -webkit-linear-gradient(315deg, #adc0ed, #abe4f2);
  background: -o-linear-gradient(315deg, #adc0ed, #abe4f2);
  background: linear-gradient(135deg, #adc0ed, #abe4f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#adc0ed', endColorstr='#abe4f2', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1;
  word-break: break-word;
}

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

  .wrap_heading_grd .heading .ttl_en,
  .wrap_heading_grd .heading .ttl_jp {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 768px),
print {

  .wrap_heading_grd .heading .ttl_en,
  .wrap_heading_grd .heading .ttl_jp {
    font-size: 90px;
    font-size: 9rem;
  }
}

.wrap_heading_grd .heading .ttl_en span,
.wrap_heading_grd .heading .ttl_jp span {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 1.3;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

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

  .wrap_heading_grd .heading .ttl_en span,
  .wrap_heading_grd .heading .ttl_jp span {
    font-size: 39px;
    font-size: 3.9rem;
  }
}

@media only screen and (min-width: 768px),
print {

  .wrap_heading_grd .heading .ttl_en span,
  .wrap_heading_grd .heading .ttl_jp span {
    font-size: 96px;
    font-size: 9.6rem;
  }
}

.wrap_heading_grd .heading .ttl_jp {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .wrap_heading_grd .heading .ttl_jp {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap_heading_grd .heading .ttl_jp {
    font-size: 70px;
    font-size: 7rem;
  }
}

.wrap_heading_grd .heading .ttl_jp+.txt_heading {
  margin-top: 0.5em;
}

.wrap_heading_grd .heading .txt_heading {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0.6em 0 0 0.3em;
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .wrap_heading_grd .heading .txt_heading {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrap_heading_grd .heading .txt_heading:before {
  content: "＿";
  display: inline-block;
  margin-right: 0.5em;
}

body.hcm .wrap_heading_grd .txt_heading,
body.assessment .wrap_heading_grd .txt_heading,
body.eap .wrap_heading_grd .txt_heading,
body.humanageseminar .wrap_heading_grd .txt_heading {
  margin-left: 0;
}

body.hcm .wrap_heading_grd .txt_heading:before,
body.assessment .wrap_heading_grd .txt_heading:before,
body.eap .wrap_heading_grd .txt_heading:before,
body.humanageseminar .wrap_heading_grd .txt_heading:before {
  display: none;
}

@media all and (-ms-high-contrast: none) {

  .wrap_heading_grd .heading .ttl_en,
  .wrap_heading_grd .heading .ttl_jp {
    background: none;
  }
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .wrap_heading_grd .heading .ttl_en,
  .wrap_heading_grd .heading .ttl_jp {
    background: none;
  }
}

.wrap_heading_symbol {
  position: relative;
}

.wrap_heading_symbol:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/bg_color_human_grd_sp.png);
  background-position: right 20px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px),
print {
  .wrap_heading_symbol:after {
    background-image: url(../img/bg_color_human_grd.png);
    background-position: 20% 20px;
    background-size: auto;
  }
}

.wrap_heading_symbol:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 65%, #f8f8f8 100%);
  background: -webkit-linear-gradient(top, #ffffff 65%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #ffffff), to(#f8f8f8));
  background: -o-linear-gradient(top, #ffffff 65%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #ffffff 65%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0);
}

.wrap_heading_symbol .heading {
  position: relative;
  z-index: 999;
  padding: 55px 0;
}

@media only screen and (min-width: 768px),
print {
  .wrap_heading_symbol .heading {
    min-height: 340px;
    padding: 100px 0 90px;
  }
}

.wrap_heading_symbol .heading .ttl_en,
.wrap_heading_symbol .wrap_heading_grd .heading .ttl_jp,
.wrap_heading_grd .wrap_heading_symbol .heading .ttl_jp {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.3;
  display: inline-block;
  margin-left: -0.05em;
  color: #567fdb;
  background: -webkit-linear-gradient(315deg, #567fdb, #33c9e6);
  background: -o-linear-gradient(315deg, #567fdb, #33c9e6);
  background: linear-gradient(135deg, #567fdb, #33c9e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#567fdb', endColorstr='#33c9e6', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1;
  word-break: break-word;
}

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

  .wrap_heading_symbol .heading .ttl_en,
  .wrap_heading_symbol .wrap_heading_grd .heading .ttl_jp,
  .wrap_heading_grd .wrap_heading_symbol .heading .ttl_jp {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 768px),
print {

  .wrap_heading_symbol .heading .ttl_en,
  .wrap_heading_symbol .wrap_heading_grd .heading .ttl_jp,
  .wrap_heading_grd .wrap_heading_symbol .heading .ttl_jp {
    font-size: 43px;
    font-size: 4.3rem;
  }
}

.wrap_heading_symbol .heading .ttl_en span,
.wrap_heading_symbol .wrap_heading_grd .heading .ttl_jp span,
.wrap_heading_grd .wrap_heading_symbol .heading .ttl_jp span {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 1.3;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

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

  .wrap_heading_symbol .heading .ttl_en span,
  .wrap_heading_symbol .wrap_heading_grd .heading .ttl_jp span,
  .wrap_heading_grd .wrap_heading_symbol .heading .ttl_jp span {
    font-size: 39px;
    font-size: 3.9rem;
  }
}

@media only screen and (min-width: 768px),
print {

  .wrap_heading_symbol .heading .ttl_en span,
  .wrap_heading_symbol .wrap_heading_grd .heading .ttl_jp span,
  .wrap_heading_grd .wrap_heading_symbol .heading .ttl_jp span {
    font-size: 49px;
    font-size: 4.9rem;
  }
}

.wrap_heading_symbol .heading .txt_heading {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 1.3em;
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-shadow: 0px 2px 1px white, 0px 1px 1px white, 1px 1px 1px white, 1px 0px 1px white, 2px 0px 1px white, 1px -1px 1px white, 1px -2px 1px white, 0px -2px 1px white, -1px -2px 1px white, -2px -2px 1px white, -2px -1px 1px white, -2px 0px 1px white, -2px 1px 1px white, -1px 1px 1px white;
}

@media only screen and (max-width: 767px) {
  .wrap_heading_symbol .heading .txt_heading {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrap_heading_symbol .container-min {
  position: relative;
}

.wrap_heading_symbol .ttl_bg {
  display: none;
}

@media only screen and (min-width: 768px),
print {
  .wrap_heading_symbol .ttl_bg {
    position: absolute;
    top: 80px;
    right: -55px;
    display: block;
    margin-left: -0.05em;
    color: #f7f7f7;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 0.9;
    text-align: right;
    word-break: break-word;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap_heading_symbol .ttl_bg {
    font-size: 96px;
    font-size: 9.6rem;
  }
}

.wrap_heading_symbol .ttl_bg span {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

@media only screen and (min-width: 768px),
print {
  .wrap_heading_symbol .ttl_bg span {
    font-size: 102px;
    font-size: 10.2rem;
  }
}

@media all and (-ms-high-contrast: none) {

  .wrap_heading_symbol .heading .ttl_en,
  .wrap_heading_symbol .wrap_heading_grd .heading .ttl_jp,
  .wrap_heading_grd .wrap_heading_symbol .heading .ttl_jp {
    background: none;
  }
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .wrap_heading_symbol .heading .ttl_en,
  .wrap_heading_symbol .wrap_heading_grd .heading .ttl_jp,
  .wrap_heading_grd .wrap_heading_symbol .heading .ttl_jp {
    background: none;
  }
}

.heading02 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 1em;
  padding: 0.6em 0.5em;
  background-color: #eee;
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .heading02 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.heading02_fill {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 1em;
  padding: 0.6em 0.5em;
  background-color: #06c1aa;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .heading02_fill {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.heading03 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .heading03 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.heading03:after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #567fdb;
  background: -moz-linear-gradient(left, #567fdb 0%, #33c9e6 100%);
  background: -webkit-linear-gradient(left, #567fdb 0%, #33c9e6 100%);
  background: -webkit-gradient(linear, left top, right top, from(#567fdb), to(#33c9e6));
  background: -o-linear-gradient(left, #567fdb 0%, #33c9e6 100%);
  background: linear-gradient(to right, #567fdb 0%, #33c9e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#567fdb', endColorstr='#33c9e6', GradientType=1);
}

.heading04 {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 1em;
  padding-left: 0.8em;
  color: #06c1aa;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .heading04 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.heading04:before {
  content: "";
  position: absolute;
  top: 0.1em;
  right: auto;
  bottom: 0.1em;
  left: 0;
  width: 4px;
  margin: auto;
  background-color: #06c1aa;
}

.heading05 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.8em;
  color: #06c1aa;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .heading05 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.table,
.qs_wrap__table._style01>table,
.qs_wrap__table._style02>table,
.qs_wrap__table._style03>table {
  width: 100%;
}

.table th,
.qs_wrap__table._style01>table th,
.qs_wrap__table._style02>table th,
.qs_wrap__table._style03>table th,
.table td,
.qs_wrap__table._style01>table td,
.qs_wrap__table._style02>table td,
.qs_wrap__table._style03>table td {
  padding: 0.5em 0.7em;
  text-align: justify;
  vertical-align: middle;
}

@media only screen and (min-width: 768px),
print {

  .table th,
  .qs_wrap__table._style01>table th,
  .qs_wrap__table._style02>table th,
  .qs_wrap__table._style03>table th,
  .table td,
  .qs_wrap__table._style01>table td,
  .qs_wrap__table._style02>table td,
  .qs_wrap__table._style03>table td {
    padding: 1em 1.2em;
  }
}

.table th,
.qs_wrap__table._style01>table th,
.qs_wrap__table._style02>table th,
.qs_wrap__table._style03>table th {
  width: 10%;
  white-space: nowrap;
}

.qs_wrap__table {
  margin: 20px 0;
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap__table {
    margin: 25px 0;
  }
}

.qs_wrap__table:first-child {
  margin-top: 0;
}

.qs_wrap__table:last-child {
  margin-bottom: 0;
}

.qs_wrap__table._style01>table thead th {
  background-color: #06c1aa;
  color: #fff;
}

.qs_wrap__table._style01>table th,
.qs_wrap__table._style01>table td {
  border: 1px solid #06c1aa;
}

.qs_wrap__table._style01>table th {
  background-color: #06c1aa;
  border-bottom: 1px solid #fff;
  color: #fff;
  vertical-align: top;
}

.qs_wrap__table._style01>table tr:last-child th {
  border-bottom-color: #06c1aa;
}

.qs_wrap__table._style02>table th,
.qs_wrap__table._style02>table td {
  border: 1px solid #eafde3;
}

.qs_wrap__table._style02>table th {
  background-color: #f8f8f8;
  border-bottom: 1px solid #eafde3;
  vertical-align: top;
}

.qs_wrap__table._style02>table th[rowspan] {
  background-color: #eafde3;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

.qs_wrap__table._style02>table th[rowspan].last_row {
  border-bottom-color: #eafde3;
}

.qs_wrap__table._style03>table th,
.qs_wrap__table._style03>table td {
  border: 1px solid #ddd;
}

.qs_wrap__table._style03>table th {
  width: 1%;
  color: #fff;
  background-color: #f8f8f8;
  text-align: left;
  white-space: nowrap;
  color: #666;
}

.qs_wrap__table._style03>table td {
  background-color: #fff;
}

.qs_wrap__table._scroll {
  overflow-x: scroll;
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap__table._scroll {
    overflow-x: auto;
  }
}

.qs_wrap__table._scroll>table {
  width: 700px;
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap__table._scroll>table {
    width: 100%;
  }
}

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

  .qs_wrap__table._block>table th,
  .qs_wrap__table._block>table td {
    display: block;
    width: 100%;
    white-space: normal;
  }

  .qs_wrap__table._block>table th+td,
  .qs_wrap__table._block>table td+td {
    border-top: none;
  }
}

.qs_wrap__table._auto>table tbody th {
  width: 10%;
  white-space: nowrap;
}

.table_a {
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px),
print {
  .table_a {
    line-height: 1.88;
  }
}

.table_a>table {
  width: 100%;
}

.table_a>table>tbody>tr>th {
  width: 20%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  position: relative;
}

@media only screen and (min-width: 576px),
print {
  .table_a>table>tbody>tr>th {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px),
print {
  .table_a>table>tbody>tr>th {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 576px),
print {
  .table_a>table>tbody>tr>th {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px),
print {
  .table_a>table>tbody>tr>th {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .table_a>table>tbody>tr>th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px),
print {
  .table_a>table>tbody>tr>th {
    width: 40.909%;
  }
}

.table_a>table>tbody>tr>th:after {
  content: "";
  border-bottom: 1px solid #898989;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.table_a>table>tbody>tr>th.align_top {
  vertical-align: top;
}

.table_a>table>tbody>tr>td {
  width: 80%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding-left: 10px;
}

@media only screen and (min-width: 576px),
print {
  .table_a>table>tbody>tr>td {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px),
print {
  .table_a>table>tbody>tr>td {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 576px),
print {
  .table_a>table>tbody>tr>td {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px),
print {
  .table_a>table>tbody>tr>td {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .table_a>table>tbody>tr>td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px),
print {
  .table_a>table>tbody>tr>td {
    width: 59.0909%;
    padding-left: 20px;
  }
}

.table_a>table>tbody>tr>td:after {
  content: "";
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 10px;
}

@media only screen and (min-width: 768px),
print {
  .table_a>table>tbody>tr>td:after {
    left: 20px;
  }
}

.table_a>table>tbody>tr>td table th {
  text-align: left;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  min-width: 3.5em;
  vertical-align: top;
}

@media only screen and (min-width: 768px),
print {
  .table_a>table>tbody>tr>td table th {
    padding-right: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.table_a>table>tbody>tr>td table td {
  text-align: left;
  vertical-align: top;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

@media only screen and (min-width: 768px),
print {
  .table_a>table>tbody>tr>td table td {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px),
print {
  .table_a>table>tbody>tr>td table.gutter_min th {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 768px),
print {
  .table_a._style02>table>tbody>tr>th {
    width: 9.0909%;
  }
}

@media only screen and (min-width: 768px),
print {
  .table_a._style02>table>tbody>tr>td {
    width: 90.909%;
  }
}

@media only screen and (min-width: 768px),
print {
  .table_a._style02>table>tbody>tr>td table th {
    min-width: 4em;
    padding-right: 1.5em;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
  }
}

@media only screen and (min-width: 768px),
print {
  .table_a._style03>table>tbody>tr>th {
    width: 22.7272%;
  }
}

@media only screen and (min-width: 768px),
print {
  .table_a._style03>table>tbody>tr>td {
    width: 77.27%;
  }
}

@media only screen and (min-width: 768px),
print {
  .table_a._style03>table>tbody>tr>td table th {
    min-width: 4em;
    padding-right: 1.5em;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
  }
}

.txt+[class^="btn__"] {
  margin-top: 1em;
}

.btn,
.btn__bark {
  display: block;
}

.btn a,
.btn__bark a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: inline-block;
  padding: 0.5em 2em;
}

.btn__basic a {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  display: inline-block;
  padding: 0.8em 3em;
  border: 1px solid #333;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .btn__basic a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px),
print {
  .btn__basic a {
    min-width: 300px;
  }
}

.btn__basic a span {
  vertical-align: 2px;
}

.btn__basic a:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

@media only screen and (min-width: 768px),
print {
  .btn__basic a:after {
    right: 1em;
  }
}

.btn__basic a:hover {
  border: 1px solid #06c1aa;
  background-color: #06c1aa;
  color: #fff;
  text-decoration: none;
}

.btn__basic a:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .btn__style01 a {
    background: #06c1aa;
  }

  .btn__style01._btn_color_smile a {
    background: #06c1aa;
  }

  .btn__style01._btn_color_smile02 a {
    background: #06c1aa;
  }
}

.btn__style01 a {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  display: inline-block;
  padding: 0.64em 3em;
  color: #fff;
  background: -webkit-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: -o-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: linear-gradient(45deg, #06c1aa, 50%, #06bac1);
}

@media only screen and (max-width: 767px) {
  .btn__style01 a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px),
print {
  .btn__style01 a {
    min-width: 380px;
  }
}

.btn__style01 a span {
  vertical-align: 2px;
}

.btn__style01 a:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (min-width: 768px),
print {
  .btn__style01 a:after {
    right: 1em;
  }
}

.btn__style01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.btn__style01 a[target="_blank"]:after {
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_white.svg) no-repeat center center;
  background-size: cover;
  border: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.btn__style01 a[target="_blank"]:hover:after {
  background-image: url(../img/icon_blank.svg);
}

.btn__style01._btn_smile {
  text-align: center;
}

.btn__style01._btn_smile a {
  border-radius: 2.5rem;
  background: #1ba1e6;
  text-align: center;
  min-width: 250px;
  padding: 0.657em 3em;
}

.btn__style01._btn_smile a:hover {
  opacity: 0.7;
}

.btn__style01._btn_smile a:after {
  right: 3rem;
}

.btn__style01._btn_smile a[target="_blank"]:after {
  background: url(../img/icon_blank_smile.svg) no-repeat center center;
  background-size: cover;
}

.btn__style01._btn_color_smile {
  text-align: center;
}

.btn__style01._btn_color_smile a {
  border-radius: 3.5rem;
  padding: 1.282em 3em;
  background: -webkit-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: -o-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.btn__style01._btn_color_smile a:hover {
  opacity: 0.7;
  color: #fff;
}

.btn__style01._btn_color_smile a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn__style01._btn_color_smile02 {
  text-align: center;
}

.btn__style01._btn_color_smile02 a {
  padding: 0.64em 3em;
  background: -webkit-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: -o-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.btn__style01._btn_color_smile02 a:hover {
  opacity: 0.7;
  color: #fff;
}

.btn__style01._btn_color_smile02 a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn__style01._center {
  text-align: center;
}

.btn__style01.btn_fz_lg a {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .btn__style01.btn_fz_lg a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn__arrow a {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  padding: 0.6em 25px 0.6em 1em;
  background-color: #06c1aa;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  min-width: 250px;
}

@media only screen and (max-width: 767px) {
  .btn__arrow a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px),
print {
  .btn__arrow a {
    padding: 0.6em 30px 0.6em 1em;
    letter-spacing: 0.1em;
  }
}

.btn__arrow a:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (min-width: 768px),
print {
  .btn__arrow a:after {
    right: 15px;
  }
}

.btn__arrow a:hover {
  text-decoration: none;
}

.btn__bark a {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}

.btn__bark a:hover {
  text-decoration: none;
}

.btn__read_more:hover {
  opacity: 1;
}

.btn__read_more a {
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  color: #333;
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .btn__read_more a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn__read_more a:before {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 0.3em;
  bottom: 0;
  left: 0;
  height: 3px;
  margin: 8px auto 0;
  background: #567fdb;
  background: -moz-linear-gradient(left, #567fdb 0%, #33c9e6 100%);
  background: -webkit-linear-gradient(left, #567fdb 0%, #33c9e6 100%);
  background: -webkit-gradient(linear, left top, right top, from(#567fdb), to(#33c9e6));
  background: -o-linear-gradient(left, #567fdb 0%, #33c9e6 100%);
  background: linear-gradient(to right, #567fdb 0%, #33c9e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#567fdb', endColorstr='#33c9e6', GradientType=1);
}

.btn__read_more a:hover {
  text-decoration: none;
}

.btn__read_more a:hover:before {
  -webkit-transform: translateX(105%);
  -ms-transform: translateX(105%);
  transform: translateX(105%);
}

.btn__center {
  width: 100%;
  text-align: center;
}

.btn__right {
  text-align: right;
}

.btn__block a {
  display: block;
  text-align: center;
}

[class^="heading"]+[class^="list__"] {
  margin-top: 0;
}

[class^="list__"]:first-child {
  margin-top: 0;
}

[class^="list__"]:last-child {
  margin-bottom: 0;
}

[class^="list__"] a {
  text-decoration: underline;
}

[class^="list__"] a:hover {
  text-decoration: none;
}

.list__disc {
  margin: 20px 0;
}

@media only screen and (min-width: 768px),
print {
  .list__disc {
    margin: 25px 0;
  }
}

.list__disc>li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.6em;
}

.list__disc>li:last-child {
  margin-bottom: 0;
}

.list__disc>li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 50%;
  background-color: #333;
}

.list__decimal {
  margin: 20px 0;
}

@media only screen and (min-width: 768px),
print {
  .list__decimal {
    margin: 25px 0;
  }
}

.list__decimal>li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.6em;
  counter-increment: count-number;
}

.list__decimal>li:last-child {
  margin-bottom: 0;
}

.list__decimal>li:before {
  content: counter(count-number) ".";
  position: absolute;
  top: 0;
  left: 0.25em;
  font-weight: bold;
}

.list__point {
  margin: 20px 0;
}

@media only screen and (min-width: 768px),
print {
  .list__point {
    margin: 25px 0;
  }
}

.list__point>li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.2em;
  counter-increment: count-number;
}

.list__point>li:last-child {
  margin-bottom: 0;
}

.list__point>li:before {
  content: counter(count-number);
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  background-color: #2d6f5b;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.opa,
.opa_group {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.opa>*,
.opa_group>* {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.opa>*:hover,
.opa_group>*:hover {
  opacity: 0.7;
  text-decoration: none;
}

.hover,
.hover_group a {
  text-decoration: none;
}

.hover:hover,
.hover_group a:hover {
  text-decoration: none;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  display: block;
  margin-top: 10px !important;
}

.mt1em {
  display: block;
  margin-top: 1em !important;
}

.mt2em {
  display: block;
  margin-top: 2em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.wrap__iframe_gmap iframe {
  width: 100%;
  border: none;
}

.slick-slide {
  outline: none;
}

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

.youtube__iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube__iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

img.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.wrap__iframe iframe {
  width: 100% !important;
}

.wrap__codepen {
  margin-top: 50px;
}

.hidden {
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

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

.break-all {
  word-break: break-all;
}

.txt__center {
  display: block;
  text-align: center !important;
}

.txt__right {
  display: block;
  text-align: right !important;
}

.txt__left {
  display: block;
  text-align: left !important;
}

.txt__justify {
  text-align: justify;
}

.txt__indent {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}

.txt__small {
  font-size: 0.8em;
}

.txt__yakumono {
  text-indent: -0.5em;
}

.txt__kome_up {
  font-size: 70%;
  position: relative;
  top: -0.7em;
}

.txt__uppercase {
  text-transform: uppercase;
}

.txt__white_space {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

th.txt__center,
td.txt__center {
  display: table-cell !important;
}

th.txt__right,
td.txt__right {
  display: table-cell !important;
}

th.txt__left,
td.txt__left {
  display: table-cell !important;
}

th.ws_normal,
td.ws_normal {
  white-space: normal !important;
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

.txt+.txt {
  margin-top: 1em;
}

.txt__link a,
.txt__link span {
  position: relative;
  padding-left: 1em;
  color: #06c1aa;
  text-decoration: none;
}

.txt__link a:after,
.txt__link span:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #06c1aa;
  border-right: 2px solid #06c1aa;
}

.txt__link a:hover {
  text-decoration: underline;
}

.ttl__plain {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.2em;
  color: #06c1aa;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .ttl__plain {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box__fill {
  margin: 20px 0;
  padding: 15px;
  background-color: #f7f7f7;
}

@media only screen and (min-width: 768px),
print {
  .box__fill {
    margin: 25px 0;
  }
}

.box__fill:first-child {
  margin-top: 0;
}

.box__fill:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px),
print {
  .box__fill {
    padding: 30px;
  }
}

.box__fill *:first-child {
  margin-top: 0;
}

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

.box__point {
  margin: 20px 0;
  position: relative;
  padding: 15px;
  border: 2px solid #2d6f5b;
}

@media only screen and (min-width: 768px),
print {
  .box__point {
    margin: 25px 0;
  }
}

.box__point:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: 1px solid #2d6f5b;
}

.box__point:first-child {
  margin-top: 0;
}

.box__point:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px),
print {
  .box__point {
    padding: 30px;
  }
}

.box__point *:first-child {
  margin-top: 0;
}

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

[class^="heading"]+.qs_box__img {
  margin-top: 0;
}

.qs_box__img {
  margin: 20px 0;
}

@media only screen and (min-width: 768px),
print {
  .qs_box__img {
    margin: 25px 0;
  }
}

.qs_box__img:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px),
print {
  .qs_box__img {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 768px),
print {
  .qs_box__img .qs_item._txt {
    padding-right: 40px;
    width: 65%;
  }
}

.qs_box__img .qs_item._txt+._img {
  margin-top: 2em;
}

@media only screen and (min-width: 768px),
print {
  .qs_box__img .qs_item._txt+._img {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px),
print {
  .qs_box__img .qs_item._img {
    width: 45%;
    margin-top: 0;
  }
}

.qs_box__img .qs_item._img+._txt {
  margin-top: 2em;
}

@media only screen and (min-width: 768px),
print {
  .qs_box__img .qs_item._img+._txt {
    padding-left: 40px;
    padding-right: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px),
print {
  .qs_box__img._ratio_s .qs_item._txt {
    width: 70%;
  }
}

@media only screen and (min-width: 768px),
print {
  .qs_box__img._ratio_s .qs_item._img {
    width: 30%;
  }
}

.qs_box__img._reverse {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px),
print {
  .qs_box__img._reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.qs_box__img._reverse .qs_item {
  min-height: 0%;
}

.qs_box__img._reverse .qs_item._txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0;
}

@media only screen and (min-width: 768px),
print {
  .qs_box__img._reverse .qs_item._txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.qs_box__img._reverse .qs_item._img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 2em;
}

@media only screen and (min-width: 768px),
print {
  .qs_box__img._reverse .qs_item._img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
}

.qs_wrap__tabmenu2 {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__tabmenu2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.qs_wrap__tabmenu2 .qs_tab__menu {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 -1px;
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap__tabmenu2 .qs_tab__menu {
    margin: 0 -1px;
  }
}

.qs_wrap__tabmenu2 .qs_tab__menu li {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 1px;
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap__tabmenu2 .qs_tab__menu li {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    padding: 0 1px;
  }
}

.qs_wrap__tabmenu2 .qs_tab__menu li.active span,
.qs_wrap__tabmenu2 .qs_tab__menu li:hover span {
  background-color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.qs_wrap__tabmenu2 .qs_tab__menu li span {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  padding: 0.5em 0.2em;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-bottom: none;
  color: #06c1aa;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap__tabmenu2 .qs_tab__menu li span {
    padding: 0 0.2em;
    line-height: 40px;
  }
}

.qs_wrap__tabmenu2 .qs_tab__menu li span.cat {
  color: #06c1aa;
}

.fadeAni {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes fadeInUpHalf {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpHalf {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpHalf {
  -webkit-animation-name: fadeInUpHalf;
  animation-name: fadeInUpHalf;
  opacity: 1;
}

.sec_news .ttl_news {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 1em;
  color: #06c1aa;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec_news .ttl_news {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_news .qs_wrap__tabmenu {
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 768px),
print {
  .sec_news .qs_wrap__tabmenu {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sec_news .qs_wrap__tabmenu .qs_tab__menu {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  margin: 0 -2px;
}

.sec_news .qs_wrap__tabmenu .qs_tab__menu li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0 2px;
}

@media only screen and (min-width: 768px),
print {
  .sec_news .qs_wrap__tabmenu .qs_tab__menu li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    float: left;
    width: 25%;
  }
}

.sec_news .qs_wrap__tabmenu .qs_tab__menu li.active a,
.sec_news .qs_wrap__tabmenu .qs_tab__menu li:hover a {
  background-color: #06c1aa;
  color: #fff;
  text-decoration: none;
}

.sec_news .qs_wrap__tabmenu .qs_tab__menu li.active {
  pointer-events: none;
}

.sec_news .qs_wrap__tabmenu .qs_tab__menu li.active a {
  pointer-events: none;
}

.sec_news .qs_wrap__tabmenu .qs_tab__menu li a {
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  position: relative;
  background-color: #eee;
  padding: 0.8em 0.2em;
  color: #333;
  text-align: center;
  letter-spacing: 0;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .sec_news .qs_wrap__tabmenu .qs_tab__menu li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec_news .qs_wrap__tabcont {
  position: relative;
  z-index: 0;
  margin-top: -2px;
  padding: 0 0 20px;
}

@media only screen and (min-width: 768px),
print {
  .sec_news .qs_wrap__tabcont {
    padding: 0 0 0;
  }
}

body.news .qs_entry_list {
  margin: 0;
}

body.news .qs_entry_list li {
  margin-top: 1.3em;
  padding-bottom: 1em;
}

.qs_wrap__entry .qs_entry_list {
  overflow: hidden;
  margin: -1em 0 0;
}

.qs_wrap__entry .qs_entry_list li {
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e1e1e1;
}

.qs_wrap__entry .qs_cat {
  min-width: 6em;
  display: inline-block;
  padding: 6px 0.8em;
  border: 1px solid #333;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap__entry .qs_cat {
    min-width: 6em;
  }
}

.qs_wrap__entry .qs_cat.news {
  margin-right: 1.2em;
  border-radius: 20px;
  color: #fff;
  background: #06c1aa;
  background: -webkit-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: -o-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  border: none;
}

.qs_wrap__entry time {
  margin-right: 1.2em;
}

.qs_wrap__entry .qs_meta_entry {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__entry .qs_meta_entry {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap__entry .qs_meta_entry {
    float: left;
  }
}

.qs_wrap__entry .qs_txt_entry {
  overflow: hidden;
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap__entry .qs_txt_entry {
    margin-top: 0;
  }
}

.qs_wrap__entry .qs_txt_entry a {
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  color: #333;
  text-decoration: none;
}

.qs_wrap__entry .qs_txt_entry a:hover {
  color: #06c1aa;
  text-decoration: underline;
}

.qs_wrap__entry .qs_txt_entry a[target="_blank"] {
  padding-right: 18px;
  background: url(../img/icon_target_blank.svg) no-repeat right center;
}

.qs_wrap__entry .qs_txt_entry a[href$=".pdf"],
.qs_wrap__entry .qs_txt_entry a[href*=".xl"],
.qs_wrap__entry .qs_txt_entry a[href*=".rtf"],
.qs_wrap__entry .qs_txt_entry a[href*=".doc"],
.qs_wrap__entry .qs_txt_entry a[href*=".ppt"],
.qs_wrap__entry .qs_txt_entry a[href*=".pps"] {
  background: none;
}

.qs_wrap__entry_thumb .qs_entry_list {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px -10px 0;
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap__entry_thumb .qs_entry_list {
    margin: -40px -15px 0;
  }
}

.qs_wrap__entry_thumb .qs_entry_list li {
  width: 50%;
  margin-top: 30px;
  padding: 0 10px;
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap__entry_thumb .qs_entry_list li {
    width: 33.33333%;
    margin-top: 40px;
    padding: 0 15px;
  }
}

.qs_wrap__entry_thumb .qs_entry_list a {
  color: #333;
  text-decoration: none;
}

.qs_wrap__entry_thumb .qs_entry_list a:hover .qs_img_entry img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.qs_wrap__entry_thumb .qs_img_entry {
  overflow: hidden;
  position: relative;
  padding-top: 62.5%;
  background-color: #f8f8f8;
}

.qs_wrap__entry_thumb .qs_img_entry img {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.qs_wrap__entry_thumb .qs_meta_entry {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.5em;
  background-color: rgba(69, 176, 53, 0.7);
  color: #fff;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__entry_thumb .qs_meta_entry {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.qs_wrap__entry_thumb .qs_txt_entry {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__entry_thumb .qs_txt_entry {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.qs_wrap__entry .qs_header__entry {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2em;
}

.qs_wrap__entry .qs_header__entry .ttl__article {
  font-size: 20px;
  font-size: 2rem;
  background: none;
  font-weight: 700;
  color: #555;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__entry .qs_header__entry .ttl__article {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.qs_wrap__entry .qs_header__entry .qs_meta_entry {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0.5em;
  color: #333;
  font-weight: 400;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__entry .qs_header__entry .qs_meta_entry {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.qs_wrap__entry .qs_header__entry .qs_meta_entry .cat {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  min-width: 6em;
  padding: 2px 0;
  color: #06c1aa;
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__entry .qs_header__entry .qs_meta_entry .cat {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.qs_wrap__entry .qs_header__entry .qs_meta_entry .cat:before {
  content: "/";
  display: inline-block;
  margin: 0 0.4em 0 1em;
}

.qs_wrap__entry .qs_body__entry .heading02 {
  margin-top: 60px;
}

@media only screen and (min-width: 576px),
print {
  .qs_wrap__entry .qs_body__entry .heading02 {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap__entry .qs_body__entry .heading02 {
    margin-top: 100px;
  }
}

.qs_wrap__entry .qs_body__entry .heading02+p {
  margin-top: 0;
}

.qs_wrap__entry .qs_body__entry .heading03 {
  margin-top: 48px;
}

@media only screen and (min-width: 576px),
print {
  .qs_wrap__entry .qs_body__entry .heading03 {
    margin-top: 48px;
  }
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap__entry .qs_body__entry .heading03 {
    margin-top: 80px;
  }
}

.qs_wrap__entry .qs_body__entry .heading03+p {
  margin-top: 0;
}

.qs_wrap__entry .qs_body__entry .heading04 {
  margin-top: 30px;
}

@media only screen and (min-width: 576px),
print {
  .qs_wrap__entry .qs_body__entry .heading04 {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap__entry .qs_body__entry .heading04 {
    margin-top: 50px;
  }
}

.qs_wrap__entry .qs_body__entry .heading04+p {
  margin-top: 0;
}

.qs_wrap__entry .qs_body__entry .heading05 {
  margin-top: 20px;
}

@media only screen and (min-width: 576px),
print {
  .qs_wrap__entry .qs_body__entry .heading05 {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap__entry .qs_body__entry .heading05 {
    margin-top: 30px;
  }
}

.qs_wrap__entry .qs_body__entry .heading05+p {
  margin-top: 0;
}

.qs_wrap__entry .qs_body__entry p,
.qs_wrap__entry .qs_body__entry blockquote,
.qs_wrap__entry .qs_body__entry ul,
.qs_wrap__entry .qs_body__entry fieldset,
.qs_wrap__entry .qs_body__entry form,
.qs_wrap__entry .qs_body__entry ol,
.qs_wrap__entry .qs_body__entry dl,
.qs_wrap__entry .qs_body__entry dir,
.qs_wrap__entry .qs_body__entry menu,
.qs_wrap__entry .qs_body__entry table {
  margin: 1.2em 0;
}

.qs_wrap__entry .qs_body__entry b,
.qs_wrap__entry .qs_body__entry strong {
  font-weight: bolder;
}

.qs_wrap__entry .qs_body__entry i,
.qs_wrap__entry .qs_body__entry cite,
.qs_wrap__entry .qs_body__entry em,
.qs_wrap__entry .qs_body__entry var,
.qs_wrap__entry .qs_body__entry address {
  font-style: italic;
}

.qs_wrap__entry .qs_body__entry small,
.qs_wrap__entry .qs_body__entry sub,
.qs_wrap__entry .qs_body__entry sup {
  font-size: .83em;
}

.qs_wrap__entry .qs_body__entry sub {
  vertical-align: sub;
}

.qs_wrap__entry .qs_body__entry sup {
  vertical-align: super;
}

.qs_wrap__entry .qs_body__entry hr {
  border: 1px inset;
}

.qs_wrap__entry .qs_body__entry ol {
  list-style-type: decimal;
}

.qs_wrap__entry .qs_body__entry ul {
  list-style-type: disc;
}

.qs_wrap__entry .qs_body__entry img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__entry .qs_body__entry img {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}

.qs_wrap__entry .main_img {
  margin-bottom: 2.5em;
}

.qs_wrap__entry .main_img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.qs_wrap_page__navi {
  margin-top: 42px;
}

@media only screen and (min-width: 576px),
print {
  .qs_wrap_page__navi {
    margin-top: 42px;
  }
}

@media only screen and (min-width: 768px),
print {
  .qs_wrap_page__navi {
    margin-top: 70px;
  }
}

.qs_page__navi {
  overflow: hidden;
  text-align: center;
}

.qs_page__navi li {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  width: 2.2rem;
  line-height: 20px;
  line-height: 2rem;
}

@media only screen and (min-width: 768px),
print {
  .qs_page__navi li {
    margin: 0 0.2em;
    width: 35px;
    width: 3.5rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}

.qs_page__navi li a {
  border: 1px solid rgba(6, 186, 193, 0.5);
  border-radius: 2px;
  color: #06c1aa;
}

.qs_page__navi li a:hover {
  background-color: #f8f8f8;
  text-decoration: none;
}

.qs_page__navi li a,
.qs_page__navi li span {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
}

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

  .qs_page__navi li a,
  .qs_page__navi li span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.qs_page__navi li.current {
  background: #06c1aa;
  background: -webkit-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: -o-linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  background: linear-gradient(45deg, #06c1aa, 50%, #06bac1);
  border: 1px solid #06c1aa;
  border-radius: 2px;
  color: #fff;
  pointer-events: none;
}

.qs_page__navi li.first a,
.qs_page__navi li.previous a,
.qs_page__navi li.last a,
.qs_page__navi li.next a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
}

.qs_page__navi li.first a:after,
.qs_page__navi li.previous a:after,
.qs_page__navi li.last a:after,
.qs_page__navi li.next a:after {
  font-size: 14px;
  font-size: 1.4rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #aaa;
  text-indent: 0;
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
}

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

  .qs_page__navi li.first a:after,
  .qs_page__navi li.previous a:after,
  .qs_page__navi li.last a:after,
  .qs_page__navi li.next a:after {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.qs_page__navi li.first {
  margin-right: 0.4em;
}

@media only screen and (min-width: 768px),
print {
  .qs_page__navi li.first {
    margin-right: 0.8em;
  }
}

.qs_page__navi li.first a:after {
  content: "<<";
}

.qs_page__navi li.previous a:after {
  content: "<";
}

.qs_page__navi li.next a:after {
  content: ">";
}

.qs_page__navi li.last {
  margin-left: 0.4em;
}

@media only screen and (min-width: 768px),
print {
  .qs_page__navi li.last {
    margin-left: 0.8em;
  }
}

.qs_page__navi li.last a:after {
  content: ">>";
}

.wrap__btn__back {
  margin-top: 48px;
  text-align: center;
}

@media only screen and (min-width: 576px),
print {
  .wrap__btn__back {
    margin-top: 48px;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrap__btn__back {
    margin-top: 80px;
  }
}

.wrap__btn__back .btn__ghost {
  display: inline-block;
}

@media print {
  body {
    min-width: 1024px !important;
  }
}

@media print {
  .wow {
    opacity: 1;
  }

  .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 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .visible-xs {
    display: none !important;
  }

  .hidden-xs {
    display: block !important;
  }

  table.hidden-xs {
    display: table;
  }

  tr.hidden-xs {
    display: table-row !important;
  }

  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }

  .hidden-xs.hidden-print {
    display: none !important;
  }

  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

*:not(html):not(body):not(header):not(footer):not(nav):not(main):not(article):not(section):not(aside):not(div):not(table) {
  font-weight: 500;
}

html {
  font-size: 62.5%;
}

body {
  will-change: right;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  letter-spacing: 0.1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body.body_fixed.sidr-open {
  position: fixed !important;
  height: 100%;
}

@media only screen and (min-width: 768px),
print {
  body {
    width: 100%;
    min-width: 1260px;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}

a {
  color: #06c1aa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.link {
  color: #06c1aa;
  text-decoration: underline;
}

a.link:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a[href^="tel:"] {
  color: #333;
}

/* ------------------------------
その他
------------------------------ */
/* ------------------------------
Magnific Popup
------------------------------ */
/*表示のエフェクト*/
.mfp-fade.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* ------------------------------
アニメーション設定 fade_waypoint fadeInUpHalf
------------------------------ */
.qs_waypoint {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

@media only screen and (min-width: 768px),
print {
  .qs_waypoint._delay_01 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }
}

@keyframes fadeInUpHalf {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpHalf {
  -webkit-animation-name: fadeInUpHalf;
  animation-name: fadeInUpHalf;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.recruit .aboutus_link01 .link_img_box._col02 {
  justify-content: center;
}


/*製品情報*/
.product-lead {
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
}

/*製品情報のアコーディオン*/
.product-trigger {
  position: relative;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #06c1aa;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #06c1aa;
  font-size: 24px;
  /*text-align: center;*/
}

.product-trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 2px;
  background: #06c1aa;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 2px;
  height: 18px;
  background: #06c1aa;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-trigger.is-open::after {
  top: 25%;
  opacity: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .product-trigger {
    font-size: 3rem;
    padding-bottom: 10px;
    margin-bottom: 35px;
  }

  .product-trigger::before {
    right: 20px;
    width: 28px;
  }

  .product-trigger::after {
    right: 32px;
    height: 28px;
  }
}

.products .product-trigger+.accodion-wrap {
  display: none;
}

.products .products-link02-wrap {
  margin: 40px 10px;
  width: calc(50% - 20px);
}

.products .products-link02-list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .products .products-link02-wrap {
    margin: 16px 0 0;
    width: 100%;
  }

  .products .products-link02-list {
    flex-direction: column;
  }
}

.products .products-link02-wrap .link_img_box._col03 li {
  width: 100%;
}

.ec-btn {
  display: none;
  position: absolute;
  top: 4px;
  right: 50px;
}

.ec-btn a {
  display: block;
}

.ec-btn a:hover {
  text-decoration: none;
}

.ec-btn a img {
  height: auto;
  max-width: 140px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ec-btn {
    display: block;
  }
}